Re: Resetting Developer Token and Client Secrets

2018-02-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Peter, You cannot reset on your end the developer token as the token is generated when you completed the sign-up for an MCC account (all the 3 steps in the guide). However, do you have any reasons (e.g. is it compromised or

Resetting Developer Token and Client Secrets

2018-02-12 Thread Peter Lanser
Hi, we would like to reset our developer token and certain OAuth client secrets. Does a reset invalidate existing tokens / secrets immediately or is there a chance to keep them valid for a certain amount of time for example? Ánd will existing OAuth refresh tokens be affected by a change of an

Re: Can not update currency code or date time zone of managed customer account

2018-02-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Menelik, Could you provide the complete SOAP request and response logs when you encountered the issue so that I could further investigate this? Please reply using *Reply privately to author*. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Edward, The CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS error means that you are not allowed to modify any URL fields

Re: I am using latest google adword api and i want to download budget performance report but it shows me error like Not compatible with the following fields:

2018-02-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For any report types such as the Budget Performance Report , some metrics and segments are not compatible with each other, so it will generate an error when you try to combine them in one report

Re: Get conversions errors with python client

2018-02-12 Thread Петр Ботов
Update, I can pass the auth part, but I can`t see any usefull information in the page code. Looks like obfuscated js that i don`t get how to parse. вторник, 13 февраля 2018 г., 0:27:17 UTC+3 пользователь Петр Ботов написал: > > Thank you for your answer! > > Ok, maybe you can tell how can I get

Re: Update existing audience through awords api

2018-02-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Biswajeet, We don't have the exact example in the AdWords API guide for AdwordsuserlistService.get() . However, the implementation is pretty much the same as in this sample code

Re: How to get account budget

2018-02-12 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, Could you do me a huge favor in the future? When you notice that a thread is much older, could you start a new thread and just reference the old forum post with a link? That makes it much easier in case the questions are a little different. In your case, you do have a few different

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2018-02-12 Thread Artem Bondarenko
I send incorect customerId -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Get conversions errors with python client

2018-02-12 Thread Петр Ботов
Thank you for your answer! Ok, maybe you can tell how can I get the web page content using python? I can`t pass the authentication. All I need, to ligin the page, take all the info. I tried phantom.js, requests, pycurl for this, but no luck. пятница, 9 февраля 2018 г., 22:48:59 UTC+3

AuthenticationError.CUSTOMER_NOT_FOUND

2018-02-12 Thread Artem Bondarenko
Hi! I try use this example https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/AccountManagement/GetAccountChanges.php bud I get error CUSTOMER_NOT_FOUND. Another examples worked normaly. My Google AdWords Account have meny children account. request:

Re: DownloadCriteriaReportWithSelector Error

2018-02-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, In version 201702, the behavior of this report functionality is same as in version 201710. To obtain the report, you have to run against the non-manager account. The ManagedCustomerService can

Re: How to get account budget

2018-02-12 Thread kislovpb
UP 1) any news about this question? 2) i see budget in adwords interface, but i have guest (not manager) account. How get budget by API via budgetOrderService? 3) it would be logical, if i can see budget in interface (from browser) , then I should be able to read it by api 4) maybe

Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-12 Thread Edward Bernays
Hello, I'm working in python and following this documentation: https://developers.google.com/adwords/api/docs/samples/python/campaign-management#add-keywords-using-an-incremental-batch-job I'm trying to modify that code to upload a final URL for each keyword. This is what my call looks like:

Can not update currency code or date time zone of managed customer account

2018-02-12 Thread Menelik Tucker
When trying to update [CurrencyCode or DateTimeZone] with out the name set on the ManagedCustomer I receive an ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME error. If I include the name of the ManagedCustomer in the request, the [CurrencyCode and DateTimeZone] are not updated. -- --

I am using latest google adword api and i want to download budget performance report but it shows me error like Not compatible with the following fields:

2018-02-12 Thread test wtd
I am using latest google adword api and i want to download budget performance report but it shows me error because i have included following field Error is: Not compatible with the following fields: ConversionCategoryName ConversionTrackerId ConversionTypeName ExternalConversionSource

Re: DownloadCriteriaReportWithSelector Error

2018-02-12 Thread Dominik Raffetseder
Is this a new problem? In Version 201702 it worked in that way? its complicated to do it for each account at its own? Am Montag, 12. Februar 2018 18:04:57 UTC+1 schrieb Milind Sankeshware (AdWords API Team): > > Hi Dominik, > > I see that you are getting CUSTOMER_SERVING_TYPE_REPORT_MISMATCH >

Re: DownloadCriteriaReportWithSelector Error

2018-02-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, I see that you are getting CUSTOMER_SERVING_TYPE_REPORT_MISMATCH while trying to run the report. It is because you are trying to run a report against a

Re: Unable to get campaigns data to push to database

2018-02-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Deepesh, I had replied to you privately on 02/09/18 14:31:45. However, I will post my response here too as it has no confidential information: Thank you for sending the requested information. In your code, I am inclined to believe that you may have used the CRITERIA_PERFORMANCE_REPORT

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-12 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ronak, Sure, thank you for sharing the information. I will reply on this thread once we get updates on the fix. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: search impression share and search click share in shopping performance report

2018-02-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you share us the complete report definition along with the client customer Id, so I can take a look? You could respond via *Reply privately to author* option. Regards, Bharani, AdWords API Team -- --

Re: API Authorizations are Disconnecting

2018-02-12 Thread Zweitze
Do you mean that: - Your client has a login (ie username/password) to an MCC - You wrote software that uses a single OAuth2 client - Your client authorizes the OAuth2 client with his login for every single account, meaning 365 times? In that case I know: A user can only authorize his login to an

Re: Update existing audience through awords api

2018-02-12 Thread adwordsapitest01
Hi Luis, Can you please point me tp some example where "*All you need to do is to get the **Id* * of the user list that you want to update using the * *AdwordsuserListService.get()*

Re: Unable to get campaigns data to push to database

2018-02-12 Thread lakshmana deepesh
Hi Dhanya, I have sent you the client-cutomer_ids on a private thread. please let me know if you can see the issue too. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

DownloadCriteriaReportWithSelector Error

2018-02-12 Thread Dominik Raffetseder
I want to do some reporting, but always get this error. How can i solve? class DownloadCriteriaReportWithSelector { public static function runExample(AdWordsSession $session, $filePath) { // Create selector. $selector = new Selector(); $selector->setFields(['CampaignId']); //

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-12 Thread Ronak Shah
Hello, We are also facing the same issue, *CriterionError.INVALID_PROXIMITY_ADDRESS @ operations[0].operand.criterion.address, CriterionError.INVALID_PROXIMITY_ADDRESS, *I remember it was working fine few days back when we uploaded campaigns but now suddenly throwing Error.We are using the

search impression share and search click share in shopping performance report

2018-02-12 Thread murugan
Hi AdWords team, I tried to get search impression share and search click share by item id through shopping performance report and got "--" to all itemids. But can see the search impr/click share in campaign wise report in AdWords interface. i am using AWQL for