Re: API errors

2016-04-08 Thread dearaujoj
Hi Josh, Thank you for your reply, I'll check with them. Regards josé Le vendredi 8 avril 2016 18:29:12 UTC+2, Josh Radcliff (AdWords API Team) a écrit : > > Hi Jose, > > I haven't seen other users reporting this issue, so I suspect it has > something to do with your host/environment. Have

Re: "Ghost ads" not in UI

2016-04-08 Thread A G
Also disapproved are showing as enabled: string(7) "ENABLED" ["approvalStatus"]=> string(11) "DISAPPROVED" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

"Ghost ads" not in UI

2016-04-08 Thread A G
The Google API is pulling ads that don't exist anywhere in the UI. The only distinction is that the approval-status is "unchecked". ["status"]=> string(7) "ENABLED" ["approvalStatus"]=> string(9) "UNCHECKED" What are they, and why is the Google API pulling them? Shouldn't they be

Re: customerService.mutate missing clientCustomerId

2016-04-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the SOAP request and response logs where this error occurred? Please click *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

customerService.mutate missing clientCustomerId

2016-04-08 Thread OMCC
Hi, Using the PHP library, the customerService.mutate call keeps returning CLIENT_CUSTOMER_ID_IS_REQUIRED - even though the clientCustomerId header field is set. This is verified by calling any other service that requires the clientCustomerId - for instance, adGroupAdService.get or reporting

Re: Retrieving data from API in UTC

2016-04-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdWords API reports follow the timezone of the account against which it is being run and does not support customization. If the account which is used to generate the reports is in EST timezone, then the report segmentation by date will be based on this timezone. I hope this helps.

Re: 5 Most Specific Location, with the higher number of clicks

2016-04-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hello, You can query for MostSpecificCriteriaId, Clicks and Impressions from Geo Performance Report with the predicate "IsTargetingLocation IN [true, false]". The MostSpecificCriteriaId gives the most

Re: [6-6732000011220] Batch processing TextAds resulting in BatchJobProcessingError.FILE_FORMAT_ERROR

2016-04-08 Thread Alan Coleman
EEkk, bit of an oversight on my part. Do you need to reissue the developer token? Is this a security risk? Apologies! Thanks On Fri, Apr 8, 2016 at 5:39 PM, wrote: > Hi Alan, > > My colleague deleted your post to the Google Group because it contained > your

Re: An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']

2016-04-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You are getting this error because the ClientCustomerId is not set. You can set clientCustomerId in your auth.ini file, or you can set this at the runtime

Re: API errors

2016-04-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Jose, I haven't seen other users reporting this issue, so I suspect it has something to do with your host/environment. Have you checked with your system admin to see if there were any recent network config changes? Thanks, Josh, AdWords API Team On Thursday, April 7, 2016 at 10:41:01 AM

Re: Adgroup CpaBid ignores API updates in TARGET_CPA campaigns?

2016-04-08 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Petter, The feature is that you can override the the CPA bid at the ad group level is not available in earlier versions of the API. You'll need to upgrade to *v201603* announced here

An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']

2016-04-08 Thread WebMaster LocalWeb
i get this error "An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']" while running GetCampaigns.php in v201603 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Batch processing TextAds resulting in BatchJobProcessingError.FILE_FORMAT_ERROR

2016-04-08 Thread Alan Coleman
Hello everyone, I'm migrating from MutateJobService to BatchJobService and to get started am experimenting with a test account and a script derived from v201601\CampaignManagement\AddKeywordsUsingIncrementalBatchJob.php I can add batches of *Keywords* and *Negative Keywords* no problem.

Re: 5 Most Specific Location, with the higher number of clicks

2016-04-08 Thread W Berry
Let me rephrase my question: for an account I want to get the clicks by most specific location at campaign level. What do I need to use to get the information form number three below.

Re: Adgroup CpaBid ignores API updates in TARGET_CPA campaigns?

2016-04-08 Thread Petter
Hi Nadine, We use the .Net client libraries with the API version 201509 and also encountered similar problems . Please share information if there is any workaround. Thanks. On Wednesday, March 16, 2016 at 10:17:27 PM UTC+7, Nadine Sundquist (AdWords API Team) wrote: > > Hi Denis, > > Thanks