Re: How to add ads based on the name of adgroup

2018-05-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, Yes, you are correct. You have to use AdGroupAdService to create your expanded text ads. But since you wanted your ads to be based from your AdGroup Name, I would suggest you to also use AdGroupServic

Address Proximity errors started today

2018-05-08 Thread fbuitron
Hello. We are sending addressProximities in our Production account that worked on Friday perfectly, and we are getting errors now. Is there anything that changed the way to send addressProximities? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

Retrieving Ad Extensions

2018-05-08 Thread Joe Stedman
Hi, I'm trying to get a list of all the ad extensions in an account at account level, campaign level and ad group level. I've used the *CustomerExtensionSettingService *and the *CampaignExtensionSettingService *with a selector applied containing the fields: 'ExtensionType' and 'Extensions'.

Re: Retrieving Ad Extensions

2018-05-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joe, Thank you for the details. You can use the AdGroupExtensionSettingService to retrieve extensions for AdGroups just like CustomerExtensionSettingService

Re: Address Proximity errors started today

2018-05-08 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Fbuitron, What errors are you facing while adding Proximity criterion? Could you please share the SOAP logs corresponding to the API operation that failed? You could reply privately to a

Best Practices for working with reports?

2018-05-08 Thread Nellle Rickchards
Hello, I'm working with GetReportDownloader and following some of the examples Google has provided (https://developers.google.com/adwords/api/docs/samples/python/reporting#download-criteria-report-as-a-stream-with-awql). Currently I do this: Sctipt 1: - Download adwords report to a CSV file S

Re: Adwords API 500 Internal Server Error in GetKeywordIdeas

2018-05-08 Thread kim sang jin
I uncommented some codes as you pointed out and commented out some codes over namespace statement, it works fine! Thanks a lot, Sreelakshmi ^^ P.S. I had tried in browser before, but this time I tried in command mode and give error message like below. - PHP Fatal error: Namespace declarat

Re: How to check conversion which are imported from GA

2018-05-08 Thread Adam Haining
Checking in on this one. I've just run into this same problem. Analytics conversions are not returning with the ConversionTrackerService. Is this a bug or is it designed this way? On Thursday, November 9, 2017 at 9:07:23 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Greg, > > T

Re: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 16383: unexpected end of data

2018-05-08 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Christos, We can't reproduce your issue on our end, using both Python 2 and 3, so it doesn't look like this is an issue on AdWords API server. I'll ask the Python library owner to continue following up on GitHub. Best, Thanet, AdWords API Team On Friday, May 4, 2018 at 7:20:43 PM UTC+9, chri

Re: Best Practices for working with reports?

2018-05-08 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nellle, I believe the steps you are doing in downloading the report is correct. However, I am not familiar with pandas dataframe as we do not support other third party application integration with the AdWords API. Currently, these are the supported download formats

Re: AdWordsUser doesn't have authorization token

2018-05-08 Thread ironside . alexander
Hi Dhanya. Thank you so much. It almost works and I feel like I'm almost there. Now I'm getting a "developer token is not approved" error, which is interesting, because my account is a test account, and I copied the developer token. What is the possible issue here? I already reset the token using

Re: AdWordsUser doesn't have authorization token

2018-05-08 Thread ironside . alexander
Ok I realized this is the actual error message: Developer token is not approved for production access, and the customer is attempting to access a production account. And it makes sense. But how do I make my customer a test user? W dniu poniedziałek, 30 kwietnia 2018 17:47:29 UTC+2 użytkownik Dha