Re: CustomerServer getCustomers throws UNEXPECTED_INTERNAL_API_ERROR

2017-10-09 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Gerrit, Thanks for letting us know and glad that you can solve the issue. I'll check if there is any information that we can add to our docs to make it clear. Best, Thanet, AdWords API Team On Saturday, October 7, 2017 at 1:51:31 AM UTC+9, gynt...@branch.io wrote: > > We changed our manag

Re: CANNOT_ADD_EXISTING_FIELD and criterion.id

2017-10-09 Thread bruce
Hi! I have the same concern posted by mike. I am using PHP. How can I get the criterion id of the placement so that I can adjust the bid? Thank you On Friday, March 3, 2017 at 6:16:25 PM UTC+8, Mike wrote: > > Hello All > > I'm using perl and I try to set bidModifier using AdWord API It's w

IdeaTextFilterSearchParameter question

2017-10-09 Thread steve
In the Keyword Planner under "Search for new keywords using a phrase, website or category" in the "Your product or service" field I type: "women's blue shoes" and set "Keyword Options/Only show ideas closely related to my search terms" to ON. --- This has the affect of giving me 7 keyword idea

Re: How to refer 0 impressions keyword performance in the report.

2017-10-09 Thread T.Motodate
Thank you for your answer. Ok, I understand that using the includeZeroImpressions property is right to realize our needs. We try to make the report with AWQL. The below is the our client ID and used AWQL. [Clinet ID] 133-618-7070 [AWQL(*)] SELECT CampaignName , AdGroupId

Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-09 Thread Jonathan Clarke
We've been working successfully with the AdWords API (Google Ads Python Client Library: https://github.com/googleads/googleads-python-lib) for a good while building internal reports for our application. Until, that is, we hit placements… I define placements as anywhere an AdWords ad is shown. T

Re: Some ads missing in ad_performance_report

2017-10-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Romain, I see that your account has ads with two description fields. These Ads are experimental ads and they will not be included in the Ad Performance Report via the API. You will have to get the stats specific to these ads from the user interface. If the ads are not the ones with two desc

Re: Display Network Enable Bid adj. through API

2017-10-09 Thread 'Jude Amagoh' via AdWords API Forum
Hi Anup, You can set bid adjustments for AdGroup level CriterionUserList targeting using the AdGroupCriterionService . You will have to set the attribute bidModifier

Re: Some ads missing in ad_performance_report

2017-10-09 Thread romain
It's only on one account : 395-663-6582 Le lundi 9 octobre 2017 17:13:55 UTC+2, rom...@keyade.com a écrit : > > Hi > Sometimes, When i download an ad_performance_report with the api, some ads > are missing. Why? > *The reportDefinition :* > > > CampaignId > CampaignStatus > BaseCampaignId > Cam

Re: How to set the language to Chinese

2017-10-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Can you make sure that you have the language set to Chinese by following the steps mentioned here ? If you continue to have an issue with this, I'd suggest that you post your concern on the Ad

Some ads missing in ad_performance_report

2017-10-09 Thread romain
Hi Sometimes, When i download an ad_performance_report with the api, some ads are missing. Why? *The reportDefinition :* CampaignId CampaignStatus BaseCampaignId CampaignName AdGroupId AdGroupStatus AdGroupName Id Status Headline HeadlinePart1 HeadlinePart2 AdType CreativeDestinationUrl Creative

Display Network Enable Bid adj. through API

2017-10-09 Thread Anup Pathak
Hi, I have to enable Display network bid adj manually from UI every time, How to automate it through API? Go to adgroup then -> interest and remarketing and bidding is use default bid which need to be changed to enable bid adjustment. Please check Images

Re: TargetingIdeaService not return results

2017-10-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to this guide on how to enable SOAP logging for your PHP client library. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

Re: Sync all campaing under MCC

2017-10-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Nicolo, Currently, your use-case is not possible as there is no creation date in the ManagedCustomer fields. Kindly follow our blog

Re: TargetingIdeaService not return results

2017-10-09 Thread Артемий Гаврюшин
Hello! How can I get a SOAP request and response from TargetingIdeaService call (using the PHP SDK)? понедельник, 9 октября 2017 г., 12:15:05 UTC+3 пользователь Peter Oliquino написал: > > Hi, > > Could you provide the screenshot of the Keywords Planner results using the > same filters and the

How to set the language to Chinese

2017-10-09 Thread adwordsapi
Hi I have a question to ask for help. Menu -> settings -> all settings the data list in the language column how to translate into Chinese. thank you. -- --

The language how to translate into Chinese

2017-10-09 Thread adwordsapi
Hi I have a question to ask for help. Menu -> set -> all set the data list in the language column how to translate into Chinese, thank you. -- -- =~=~=~=~=~=~=~

Re: TargetingIdeaService not return results

2017-10-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you provide the screenshot of the Keywords Planner results using the same filters and the SOAP request and response generated when you made the TargetingIdeaService call? You may reply via the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- -- =~=

Re: 0 results obtained each time

2017-10-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you still have issues on this, kindly provide the details that I asked previously. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

TargetingIdeaService not return results

2017-10-09 Thread Артемий Гаврюшин
// Create selector. $selector = new TargetingIdeaSelector(); $selector->setRequestType(RequestType::STATS); $selector->setIdeaType(IdeaType::KEYWORD); $selector->setRequestedAttributeTypes([ AttributeType::KEYWORD_TEXT, AttributeType::SEARCH_VOLUME, AttributeType::AVERAGE_CPC ]); $searchParameter

Re: Sync all campaing under MCC

2017-10-09 Thread nicolò Cozzani
Thanks you one last question. Is possible to filter the api request of mcc accounts by creation date? I mean is possible to get all accounts under mcc created after a certain date? Thank you. Il giorno lunedì 9 ottobre 2017 09:55:48 UTC+2, Vincent Racaza (AdWords API Team) ha scritto: > > Hi Nic

Re: Sync all campaing under MCC

2017-10-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Nicolo, Since you have 2000 plus accounts under your MCC, then the amount of time it is taking you to execute should be normal. In your scenario, let's say 2000 accounts to be exact, divided by 1200 seconds (or 20 minutes), then the execution time per account is 1.67 seconds. If you encount

Re: Sync all campaing under MCC

2017-10-09 Thread nicolò Cozzani
Oh thanks, the problem is that my code takes something like 20 minutes to complete execution (2k accounts an something like 3k total campaings). Is that normal? Il giorno lunedì 9 ottobre 2017 07:54:22 UTC+2, Vincent Racaza (AdWords API Team) ha scritto: > > Hi Nicolo, > > For CampaignService >