Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED for test account

2018-09-21 Thread Vibhesh Mishra
hi I have created two client account in my test manager account, and i am able do all the operation like getting campaign data and related item using c# but i am facing issue with second one Test MagerAccount is 600-800-6574 WM Test Mager Client Accounts 1) www.test1.com--- i am able do all

TargetingIdeaService Request - Python - INVALID SEARCH PARAMETERS

2018-09-21 Thread Skennedy
I'm attempting to pull keyword planner data from the API using the python lib examples. I continue to get the following error: suds.WebFault: Server raised fault: '[TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[0]; trigger:'RelatedToQuerySearchPar

TargetingIdeaService - INVALID SEARCH PARAMETERS - Python

2018-09-21 Thread Skennedy
Running python code example but running into an error that doesn't make sense: suds.WebFault: Server raised fault: '[TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.searchParameters.searchParameters[0]; trigger:'RelatedToQuerySearchParameter']' I'm using the code exactly as written o

Keyword Performance Report missing keywords

2018-09-21 Thread tom . wagstaff
Hi everyone, I am accessing the Keyword Performance Report via the API (in Python3, using the standard libraries) and I'm making two separate requests, one to bring back a list of all my active (/enabled/eligible) keywords, and another to pull performance data for those keywords. I do this beca

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-09-21 Thread Vizergy
Hi Milind, My application is also experiencing this issue intermittently as well. Usually if I re-run the application a few hours later it will work the next time. This intermittent issue also began for us starting on 9/4/2018 and definitely appears to be an issue with the mcService.get(oAcc

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-09-21 Thread Vizergy
Now today (9/21/2018) the error just continually occurs even when I try to re-run my application so I am not able to workaround the issue. Please advise. I will try and re-run the application in a few hours to see if it is resolved then. On Friday, September 21, 2018 at 8:29:13 AM UTC-4, Vize

Re: Errors: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:''] suddenly showing for active MCC accounts

2018-09-21 Thread Vizergy
This is the same issue as this other thread: https://groups.google.com/forum/#!searchin/adwords-api/AuthorizationError.CUSTOMER_NOT_ACTIVE%7Csort:date/adwords-api/cAMNjosWT9M/R-bzuNC2FAAJ We are also experiencing this issue intermittently beginning on 9/4/2018, but now today (9/21/2018) the issue

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-09-21 Thread Vizergy
I was eventually able to run my application again later this morning (9/21/2018) so the issue does still appear to be intermittent. Can this issue still be investigated and fixed? Thank you. On Friday, September 21, 2018 at 8:36:33 AM UTC-4, Vizergy wrote: > > Now today (9/21/2018) the error j

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-09-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If you are making the API call against a canceled account, you are expected to get the CUSTOMER_NOT_ACTIVE error. Could you please share the complete SOAP request and response along with the client customer id so that I can troubleshoot the issue? You can use 'Reply privately to author' opt

Re: Errors: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:''] suddenly showing for active MCC accounts

2018-09-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To avoid duplicates, please continue the discussion on this thread. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Errors: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:''] suddenly showing for active MCC accounts

2018-09-21 Thread Kim Walker
Thanks for the info Milind, Is there anyway we can see in the api response which accounts are active and which have been cancelled? On Wednesday, September 19, 2018 at 1:03:24 PM UTC-7, Milind Sankeshware (AdWords API Team) wrote: > > Hi Kim, > > Yes, the request will fail for inactive account

Re: How to know which account was created by MCC ?

2018-09-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, With the ManagedCustomerService.get API, you will get all the accounts which are created and linked by mutate() and mutateLink() method. But, you won't be able to differentiate the account (from

Re: Keyword Performance Report missing keywords

2018-09-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tom, I see that you're segmenting the report by Date, which will group the keywords based on the date. However, few fields (Id, Criteria, KeywordMatchType) in the report query are of the type Attribute. This type will return the current state of the account, ignoring the timespan of the

TargetingIdeaService - pythonlib example code not working correctly - INVALID_SEARCH_PARAMETERS

2018-09-21 Thread Cameron Warren
Running code to pull data from the TargetingIdeaService SOAP api. I'm using the example exactly as written of the google github repository (see code below). Oauth and everything else working fine. Here is the error: suds.WebFault: Server raised fault: '[TargetingIdeaError.INVALID_SEARCH_PARAME

Test Adwords account can't link to the Merchant Center account

2018-09-21 Thread lliuweitest
[image: TIM截图20180921181017.png] follow this help doc ,I can't link to the Merchant Center account use test adwords account, when I send an invitation to the test ads account, I can't found the invitation from the ads account se

Re: TargetingIdeaService - INVALID SEARCH PARAMETERS - Python

2018-09-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Scott, I see that you have opened one more thread for this concern. To avoid duplication lets continue our discussion on this thread only. Please find my response below: The TargetingIdeaError.INVALID_ SEARCH_PARAMETERS

Re: Errors: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:''] suddenly showing for active MCC accounts

2018-09-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kim, Unfortunately, there is no way to get the active and cancelled accounts list in single response via API. However, you will get the only active accounts using ManagedCustomerService.get API call.

Re: Errors: [AuthorizationError.CUSTOMER_NOT_ACTIVE @ ; trigger:''] suddenly showing for active MCC accounts

2018-09-21 Thread Kim Walker
Thank you! On Fri, Sep 21, 2018 at 1:14 PM 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum wrote: > Hi Kim, > > Unfortunately, there is no way to get the active and cancelled accounts > list in single response via API. However, you will get the only active > acco

Re: TargetingIdeaService - pythonlib example code not working correctly - INVALID_SEARCH_PARAMETERS

2018-09-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Cameron, The TargetingIdeaError.INVALID_ SEARCH_PARAMETERS error occurs when a SearchParameter