AdWords API help needed on City Codes, Country Codes, Region Code

2010-01-19 Thread RAGHAVENDRA SUDHA
Hi, i am Using API v13, campaign service with which i am fetching the details of a campaign. in response i get an object Campaign[], the campaign object return holds another object GeoTarget, using which i will be able to fetch the

AdWords API "developer token is invalid" error with existing, approved, valid developer token...?

2010-01-19 Thread ipsita rout
"developer token is invalid" error with existing, approved, valid developer token...? I use php language. Plz help as soon as possible. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegr

AdWords API How to implement "on behalf of" api functionality?

2010-01-19 Thread rashmin
We have built a AdWords account management system, which automatically manages keywords, bids, download reports etc. We have used the system for our account. Some clients are interested in managing their accounts using our system. Do they have to get their own developer token and application token

AdWords API Campaign Stats using PHP

2010-01-19 Thread JS
Hi , I am new to PHP and Adwords API. Can someone please post an example (using PHP) on how to get the CampaignStats given a Campaign ID .I can get it for all campaigns, but not sure how to use the Selector for Active Campaigns. Please see code snippet below:- $campaignService = $user->GetCampaig

AdWords API Correct soap body of a request to TargetingIdeaService

2010-01-19 Thread Michal
I would like to get GLOBAL_MONTHLY_SEARCHES data for a keyword_text. Is that the correct body for this request? https://adwords.google.com/api/adwords/o/v200909";> keyword_text EXACT KEYWORD STATSKEYWORDGLOBAL_MONTHLY_SEARCHES010 Should sandbox respond with 12 (for each month) dummy LongA

AdWords API Re: TargetingIdeaService Keywordsvariations

2010-01-19 Thread Steve B
You're close - you simply need to add the appropriate fields in requestedAttributeTypes. Be aware that the last month is now the last 12 months, and sometimes the most recent of those 12 months comes back zero for everything. As for the Average targeted monthy searches not being returned - I thin

AdWords API CampaignCriterionService

2010-01-19 Thread Marry Hasanova
I`m trying to update a criterion, and for all type of criterion I`m getting an error: OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0] Here is my XML: 2069 keyword1

AdWords API v200909 What is the TargetingIdea sort order: relevance, search volume..? How can it be set?

2010-01-19 Thread web.dev
Hi all, when I use the TargetingIdeaService.get() function the result is a page of TargetingIdeas. I'm interested in the order the ideas are sorted, i.e. having all related keywords how does the system decide how to retrieve the first X based on my request. Example: If I use the Keyword-Tool via t

AdWords API Re: Keyword Hit Count

2010-01-19 Thread AdWords API Advisor
Hi, You can get this type of information using the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html You can get an introduction to the service here: http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html Best,

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-19 Thread AdWords API Advisor
Hi, Yes, that can be a good way to think about it. A Criterion is to a word as an AdGroupCriterion is to a sentence context. Best, - Eric On Jan 15, 11:55 am, shive wrote: > On Jan 15, 5:18 pm, AdWords API Advisor > wrote: > > > Hi, > > > In the v2009 API a keyword is made of two parts: the >

AdWords API Re: I got an error when trying to run keywords example

2010-01-19 Thread AdWords API Advisor
Hi, I was able to replicate the issue on PHP 5.2.4, and it appears to have been fixed in PHP 5.2.5. Are you able to upgrade to a newer version of PHP? You may also want to create a bug on the project's issue tracker: http://code.google.com/p/google-api-adwords-php/issues/list Best, - Eric O

AdWords API Re: TargetingIdeaService Keywordsvariations

2010-01-19 Thread AdWords API Advisor
Hi Raj, As Steve pointed out, you'll always get dummy data in the Sandbox environment. There is also a bug where monthly searches currently aren't returned in the sandbox at all. If you start using the production environment you should see better data. Best, - Eric Koleda, AdWords API Team On

AdWords API Re: Receiving INVALID_TOKEN_HEADER despite passing response from ClientLogin

2010-01-19 Thread AdWords API Advisor
Hi, First, as a warning you shouldn't post authToken values to the forum, since they are valid for two weeks and could be used by someone else. To invalidate this authToken manually you will need to change the password for that account. As for the error, can you post some of your code that handle

AdWords API Re: Strange Login Error

2010-01-19 Thread AdWords API Advisor
Hi Pete, It looks like the problem may be the @googlemail.com. I see cases in the logs where you use @gmail.com instead and it works correctly. Best, - Eric On Jan 17, 6:56 am, pete wrote: > Hi Eric - email sent... > > pete -- You received this message because you are subscribed to the Google

AdWords API Re: LocationExtension fields

2010-01-19 Thread AdWords API Advisor
Hi, You are correct, using the API only you can't upload new images or icons. Unfortunately the ID's of the standard icons aren't available, but if you convert an existing LBA to a location extension you should be able to read this field with the API and determine the value. Best, - Eric On Jan

AdWords API Re: Traffic Count of KeyWord

2010-01-19 Thread AdWords API Advisor
Hi, Please see the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/11d6112b7eeba4a2/ Best, - Eric Koleda, AdWords API Team On Jan 18, 4:33 am, K_V_R wrote: > HI, > Is there any methods are available in Adwords api to get > The average amount of traffic a se

AdWords API Re: Keyword Traffic

2010-01-19 Thread AdWords API Advisor
Hi, Please see the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/11d6112b7eeba4a2/ Best, - Eric Koleda, AdWords API Team On Jan 18, 7:04 am, K_V_R wrote: > HI, >   Can i get traffic of a keyword for lastmonth in google.com.Is Google > Adwords ApI provide

AdWords API Re: Soap settings difference for Adwords 200909 and v13

2010-01-19 Thread AdWords API Advisor
Hi Samar, Can you provide some more context? Which language are you using? Are you using the client library? Best, - Eric Koleda, AdWords API Team On Jan 18, 1:28 pm, "samarsoo...@yahoo.com" wrote: > Is there any difference in soap settings for v200909 for adwords? > > Is it necessary to use

AdWords API Re: schedule structure report

2010-01-19 Thread AdWords API Advisor
Hi Kevin, Multiple aggregation types can only be set on reports that support them. These reports will list the aggregation types as comma separated, such as the Search Query report: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_query.html Account structure reports onl

AdWords API ERROR:AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'406-034-XXXX'

2010-01-19 Thread James604
I am using Google adwords 2009 API, there is no issue when testing in sandbox, when I switch over to Production, it give me this error: AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'406-034-' I am using .net with C# --- RequestHeader header = new RequestHeader(

AdWords API Re: PHP client lib class loading issue

2010-01-19 Thread AdWords API Advisor
Hi Volker, That was a great catch, and a very detailed write up of the problem. I agree, since the library is handling class loading on its own it's probably best to disable the autoload feature of that method. Would you mind creating an bug for this on the library's issue tracker? http://code

AdWords API Re: help needed on City Codes, Country Codes, Region Code

2010-01-19 Thread AdWords API Advisor
Hi , Unfortunately there is no service for retrieving these values. The client libraries do include these listings in CSV files though, which you can download and use. http://code.google.com/p/google-api-adwords-java/source/browse/trunk#trunk/data Best, - Eric Koleda, AdWords API Team On Ja

AdWords API Re: PHP client lib class loading issue

2010-01-19 Thread Volker Kueffel
Sorry for posting at the wrong spot. I added a bug for this where I just posted my previous description: http://code.google.com/p/google-api-adwords-php/issues/detail?id=11 The other bug you mentioned - http://code.google.com/p/google-api-adwords-php/issues/detail?id=4 - is actually a slightly

AdWords API Correct soap body of a request to TargetingIdeaService

2010-01-19 Thread Michal
I would like to get GLOBAL_MONTHLY_SEARCHES data for a keyword_text. Is that the correct body for this request? https://adwords.google.com/api/adwords/o/v200909";> keyword_text EXACT KEYWORD STATSKEYWORDGLOBAL_MONTHLY_SEARCHES010 Should sandbox respond with 12 (for each month) dummy LongA

AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-19 Thread v
Thanks for the response. I noticed that in the api it is mentioned that "get" method returns a page of ideas that match the query described by the specified TargetingIdeaSelector. The selector must specify a Paging value, with numberResults set to 800 or less. If I need to get stats for 4000 keywor

AdWords API Re: Uniqueness of Ad IDs

2010-01-19 Thread AdWords API Advisor
Hi Peer, All the information I can find is that ad IDs (aka creative IDs) are only unique within the parent ad group, which you already know. I don't have any information about how the IDs are generated or if you can make other assumptions about their uniqueness. Best, - Eric Koleda, AdWords API

AdWords API Http status code for soap fault

2010-01-19 Thread codeninja
With new 2009 api I get http status code of 200 for soap faults. Is this something that was changed in 2009 api intentionally or should it be 500 like v13? I am using spring webservices to make soap calls, and because of soap spec, it expects all soap faults to have http status code of 500. Since

Re: AdWords API Re: using TargetingIdeaService for EXACT match stats

2010-01-19 Thread Rich Johns
Should'nt the number of results always be 800? In otherwords, start at index 801, get me the next 800; start at index 1601, get me the next 800, and so on. I would also think that you'd set things up such that the next start index was the prevIndex+numActuallyReturned. Isn't the case that most of t

AdWords API Problems with getKeywordVariations

2010-01-19 Thread Carlo Rodriguez - Attachmedia
Hi, I have a problem with getKeywordVariations. Like you see in the code I send PE from PERU, but the result is global (All countries) if I compare with keyword suggestion tool. In the code you see the request and 4 keywords of the response. All is ok, but the numbers o search are wrong.