Report Field Attribute Behavior

2012-02-12 Thread Mark Gormley
I'm looking for info on the behavior of report fields marked as attributes like QualityScore, FirstPageCPC, MaxCPC, etc. I have several tests that were passing last week and are now randomly failing when testing QualityScore and FirstPageCPC. I found in an old forum post that fields marked as a

Re: MutateJobService limits

2012-02-12 Thread Anash P. Oommen
Hi Ovid, A SimpleMutateJob can have upto 1 operations only. You can add any number of jobs. They will execute according to the server load and availability. There's no queue for SimpleMutateJobs, so you cannot cancel a job that is already submitted. See http://www.youtube.com/watch?v=CV_kO

Re: sample AddCampaignTargetingCriteria.java doesn't work

2012-02-12 Thread Anash P. Oommen
Hi Nachomac, Here are the rules to keep in mind when targeting in AdWords: 1. If you don't target anything, the default is All. 2. If you want to target only specific things, then add those targets to the list. 3. You cannot remove an item that you are not targeting. This also means that if you

Re: 201109 keyword report - getting display data

2012-02-12 Thread Anash P. Oommen
Hi Ed, Keyword ID 300 is the special "Content" keyword. It represents all the activity from automatic placements generated using the keywords in that ad group. Automatic placements aren't generated from a single keyword, but rather the aggregate of all the keywords in the ad group. That exp

Re: InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-12 Thread Anash P. Oommen
Hi Nikhil, If you are consistently getting this error, please provide some additional details so I can troubleshoot this further. It would be nice if you can email the report definition and customer id to anash.p.oom...@google.com, since it cannot be posted online. Cheers, Anash P. Oommen, AdW

Re: API Token approval in the last 4-5 month

2012-02-12 Thread Anash P. Oommen
tHi Andreas, I have asked the AdWords API token review team to take a look your token application. Also, looks like the review team is working through a big backlog of requests, that's the main reason for delays in token approval. Hope this helps. Cheers, Anash P. Oommen AdWords API Advisor.

Re: Adwords Report HTTP Error 400

2012-02-12 Thread Anash P. Oommen
Hi Paulo, The easiest thing to do is to set a web proxy for your request, and see if you are sending authorization header (authToken), clientCustomerId header and developerToken header as part of your requests. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Is there a PHP-codesnippet for CampaignCriterionService?

2012-02-12 Thread Anash P. Oommen
Hi, This is the language id. The code is just like the way you create an id - you have to fill the campaignId of the CampaignCriterion, and the language code in the CampaignCriterion.criterion.id. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Targeting

Re: Retrieving Specific AdExtension types

2012-02-12 Thread Anash P. Oommen
Hi Tim, You could filter on AdExtensionType field. See http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/CampaignManagement/DeleteSitelinks.cs#99 for an example, valid values here: http://code.google.com/apis/adwords/docs/appendix/reports.html#ad-

Re: Adwords API QuotaCheckError

2012-02-12 Thread Anash P. Oommen
Hi Ravi, Since you have reached out to me over email as well, I'll follow up with you over email. For future reference of developers, if you get this error and your MCC is on AdWords API invoicing ( http://support.google.com/adwordsapi/bin/answer.py?hl=en&answer=92187), reach out directly to on

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-02-12 Thread Anash P. Oommen
Hi Nalica, There are 2 possibilities. 1) The customer id you have is an Advertiser account. If so, run a normal AdWords api report. 2) The customer id you have is an MCC account (and hence represents multiple accounts). In this case, use ServicedAccountService.get to retrieve the list of child

Re: MutateJobService.mutate unit cost

2012-02-12 Thread Anash P. Oommen
Hi George, That's the cost for creating the job. The actual cost will be cost for creating the simplemutate job + cost for simplemutatejob for completion + (actual cost for operations in synchronous mode)/2. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Report Definition Web Service

2012-02-12 Thread Anash P. Oommen
Hi Orlando, You need to mention the authToken header as well. See http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#Getting_an for details on how to get an authToken. Also, it might be worthwhile investigating whether you can use the .NET library instead of writing your

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-02-12 Thread Anash P. Oommen
Hi, Reach out to adwordsapi-tok...@google.com, they manage AdWords API token reviews. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

Impressions zero and data metrics not returned

2012-02-12 Thread Andrezza
At the migration from v13 to v201109 version we are using 'AdHoc reports with plain HTTP POST requests' to download the reports ACCOUNT_PERFORMANCE_REPORT, CAMPAIGN_PERFORMANCE_REPORT, ADGROUP_PERFORMANCE_REPORT, KEYWORD_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT. For the v13 version, we used

Re: Adwords Report HTTP Error 400

2012-02-12 Thread ewan
Maybe it's got something to do with the new requirement that you now need to send your token when downloading a report? I think that the change was scheduled to go live on the 7th of February: http://googleadsdeveloper.blogspot.com/2012/01/developertoken-in-reports-rollback.html Regards, Ewan On