Re: Keywordless Category Report - cpcBid is missing. Where can I find it?

2018-10-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matthias, You may use the Criteria Performance report to get the cpcBid for a Webpage criterion. The parameter or dynamic ad target field in this report includes the name of the

Re: Adwords not able to attach to CRM Based User list to Display Campaign

2018-10-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Archit, This functionality has not changed recently. Can you please share the display campaign id for which you were able to set the CRM user list so that I can troubleshoot the issue? For Display campaigns, the only option at the campaign level for CriterionUserList

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-10-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi David, Yes, please reply back with your client customer id and complete SOAP logs including Request id, so that I can check further. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Severe rate limiting when running the python example

2018-10-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, The rate limits can fluctuate based on different variables, including server load. That said, it is not recommend to design with a fixed Queries Per Second (QPS) limit. Our suggestion is to have the application handle such errors by following the guidelines given here

Re: Access reports of linked account with MCC account

2018-10-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Alexander, Looks like there is another thread going on for the same issue. To avoid confusion, I would recommend you to followup on that thread . Regards, Sai Teja, AdWords API

Re: Getting access to Reports of accounts linked to MCC

2018-10-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Alexander, The "401 Unauthorized" error means that the credentials used is not valid for that account. Could you try to generate the OAuth credentials and the tokens. Also, please make sure that the user authenticating the API call is having access to the target account. Please check

Re: TargetingIdeaService Request - Python - INVALID SEARCH PARAMETERS

2018-10-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Scott, Were you able to resolve the issue? Please let me know if you are still facing the issue. Regards, Sai Teja, AdWords API Team. On Friday, September 21, 2018 at 5:34:17 AM UTC-4, sken...@franklinsports.com wrote: > > I'm attempting to pull keyword planner data from the API using

Keywordless Category Report - cpcBid is missing. Where can I find it?

2018-10-12 Thread Matthias Baader
Hi, is there a report where I can get the cpcBid for a DSA "WEBPAGE" criterion, just as you can get the cpcBid for a "KEYWORD" criterion in the KEYWORDS_PERFORMANCE_REPORT? If not: why? :-) Or do I have to fetch the WEBPAGE criterion cpcBid using the AdGroupCriterionService? Best regards

Re: Severe rate limiting when running the python example

2018-10-12 Thread Cameron Warren
Tom, Thanks for validating my findings! We ended up moving on to a vendor solution given the those limits. Glad to hear I'm not the only one. Get Outlook for iOS From: adwords-api@googlegroups.com on behalf of tom.wagst...@raisingit.com

Re: Severe rate limiting when running the python example

2018-10-12 Thread tom . wagstaff
Hi Cameron, I've raised exactly this issue with the API team before - sometimes I get rate limited before I get *any* results. The only workaround I've found is, as the team have suggested here, by adding error handling logic to wait 30 seconds before retrying and just keep on hitting the API

Access reports of linked account with MCC account

2018-10-12 Thread targaryen . alexander
Hello dear community, I opened this question already but can't find it somehow. So I hope this won't be a duplicate. So I am stuck with a problem which I guess should be easy to solve but I am no expert and can't quite fix it. Just for reference: I work with Laravel 5.7 and Google Ads Api

Getting access to Reports of accounts linked to MCC

2018-10-12 Thread targaryen . alexander
Hello dear community, I am stuck with a problem which should be easy to solve but I am no expert and can't get it quite right. Just for clarification: I use Laravel 5.7 and Google Ads Api v201806 So what I am trying to achieve: 1. User logs in via oauth2. $oAuth2Credential = new OAuth2([

Re: TargetingIdeaService Request - Python - INVALID SEARCH PARAMETERS

2018-10-12 Thread tom . wagstaff
But it looks like you've forgotten to pass googleads.yaml to the script at all. The penultimate line should be adwords_client = adwords.AdWordsClient.LoadFromStorage("googleads.yaml") # or whatever the right path is Let me know if you have any luck with this. I can interface with the

Re: PHP Adwords API returning wrong (?) AdGroupId

2018-10-12 Thread Mike Hagendoorn
I have fixed this. The problem was caused by the fact that I'm running a 32-bit version of PHP locally, which causes the ID to overflow. I've since installed a 64-bit version and it works flawlessly. Op dinsdag 9 oktober 2018 12:58:28 UTC+2 schreef Mike Hagendoorn: > > Hi, > > I'm trying to

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-10-12 Thread David Antunes
Hi, I'm also experiencing the same issue - should I also send the SOAP logs to you Dhanya? Many thanks! David On Tuesday, August 14, 2018 at 9:20:00 AM UTC+1, Oksana Sulyma wrote: > > Replied, thanks! > > On Monday, August 13, 2018 at 6:42:06 PM UTC+3, Dhanya Sundararaju > (AdWords API Team)