Re: Invalid_Billing_Account

2018-02-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Allen, There has been no recent change related to this that I'm aware of. To further investigate this, could you provide the complete SOAP request and response logs when you encountered the issue? Also, could you check if the billing account Id

Re: Performance of the mutate members API call for a CrmBasedUserList

2018-02-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Stephanie, Please see my comments below to your questions. 1. Based on this guide , it may take up to 6 to 12 hours for your list to be actually populated/updated with members. Basically, if you have 3 requests for

Re: Content type of the response message does not match the content type of the binding

2018-02-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Erick, I had to remove the other screenshot that you attached as it contained sensitive information such as your clientCustomerId. You may refer to our forum posting guidelines for future posts in order to avoid

Re: Ad group label filter for ad performance report

2018-02-14 Thread harish.padmakar via AdWords API Forum
Hello Bharani, Thanks for all the help! I have a name.py file which is a basic adwords api script to download adgroup performance data. I want to know if there is a way to directly add the information from credentials.yaml in name.py itself instead of using *path *in

Invalid_Billing_Account

2018-02-14 Thread Allen
I've started getting INVALID_BILLING_ACCOUNT errors since 12th Feb when trying to add budgets to new Clients. Has anything changed? No code changes at our end. No change of BillingAccountID that I am aware of. --Allen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Resetting Developer Token and Client Secrets

2018-02-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Peter, My apologies for the confusion in regards to the developer token. Based on the guide , yes, you can always reset your developer token if you feel that this is compromised. In regards to the impact of resetting

Re: getCustomers() returns AuthenticationError.CUSTOMER_NOT_FOUND since we upgraded from v201702, for some accounts

2018-02-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Jay, The error AuthenticationError.CUSTOMER_NOT_FOUND means that you are trying to access an account that was just created with ManagedCustomerService before the account is established in

Re: Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Edward, For your code to ignore removed adgroup and keywords, you would need to use predicates in your selector as below:

Performance of the mutate members API call for a CrmBasedUserList

2018-02-14 Thread Stephanie
Hello, I am writing to get more specific data and insight than what I could find in the AdWords API guide and reference documentation. I saw that it takes 6-12 hours for a list to be populated with members and wanted to know more about how it handles uploads more frequent than once every 12

Re: Cannot upload media bundle using API (code from example)

2018-02-14 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Peter, It is still possible that this will fail, due to this: https://greensock.com/forums/topic/17508-google-will-no-longer-support-html5-ads-with-clickability/. The file pointed to by our guide uses ExitApi.js. Cheers Anash P. Oommen, AdWords API Advisor. On Wednesday, February 14,

Re: Error API First Call

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , Yes, please enter the client customer id in the googleads.yaml file, sample given below : client_customer_id: 123-456-7890

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ketaki, I tried to recreate your issue, but through the UI, I was able to add only 3 segments. However, each time I added a segment, 'Network (with search partners)' did show up as one of the items in the dropdown list. To troubleshoot further, could you send across a screenshot of the UI,

Re: How to get access to basic API Token

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Kateryna, Regarding your question, I tried to pull up token access requests for the MCC id 552-654-5306, but could not find it. Had you filled out the second part of the application form? Once you submit that form, the AdWords API Compliance

getCustomers() returns AuthenticationError.CUSTOMER_NOT_FOUND since we upgraded from v201702, for some accounts

2018-02-14 Thread Jay Carter
We have updated to use v201710, and have been receiving the following error when using the "getCustomers" operation of https://developers.google.com/adwords/api/docs/reference/v201710/CustomerService, *for some accounts.* AuthenticationError.CUSTOMER_NOT_FOUND Please let me know what

Re: offline conversions uploads

2018-02-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, We usually recommend that you wait 6 hours after creating the UploadConversion before uploading new conversions. When a conversion for the same google click ID, conversion name and conversion time is uploaded multiple times, the first one results in a conversion being recorded. The

Re: DownloadCriteriaReportWithSelector Error

2018-02-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Dominik, PHP 5.5.9 and higher is a requirement for the new PHP client library. Please refer this guide for more details. Could you

Re: How to get access to basic API Token

2018-02-14 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Kateryna, I have deleted your post from the forum as it contained confidential information like emailid and legible developer token. Following is your redacted email: Hello every one! I setup Adwords API in first time and now I create test MCC * *** and get test

Re: Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-14 Thread Edward Bernays
Hello, Just making sure you got my private message. On Monday, February 12, 2018 at 11:17:43 PM UTC-5, Vincent Racaza (AdWords API Team) wrote: > > Hi Edward, > > The CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS >

Re: Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-14 Thread Edward Bernays
Hi Dhanya, I was wondering if it was possible for the API to ignore removed keywords & adgroups. I have over 100,000 removed keywords and it's slowing down my script. On Tuesday, February 13, 2018 at 3:56:02 PM UTC-5, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Edward, > > To get the

Re: Resetting Developer Token and Client Secrets

2018-02-14 Thread Peter Lanser
Hi Vincent, actually you can reset the developer token: https://developers.google.com/adwords/api/docs/guides/reset-devtoken Maybe my question was not clear enough. We had to reset our developer token and secrets of existing OAuth2 client configurations. My question would have been if these

Re: Error API First Call

2018-02-14 Thread santiagoruffino
Hello! Try to paste the Client ID, but it did not work. Just to corroborate, that data I have to paste in the file "googleads.yaml", right? Thank you El viernes, 9 de febrero de 2018, 16:29:38 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi , > > You can find the Customer ID

Re: Cannot upload media bundle using API (code from example)

2018-02-14 Thread Peter Okunev
Solved: a) hint from Michael to check the creative here https://h5validator.appspot.com/adwords/asset b) the error I had is due to response = urllib.request.urlopen(url) url with redirects like https://goo.gl/9Y7qI2 does not catch the final file On Monday, 8 January 2018 16:33:11 UTC+1, Michael

Re: DownloadCriteriaReportWithSelector Error

2018-02-14 Thread Dominik Raffetseder
Okay, is working now. But when i do this again, i get always this error: PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /usr/share/nginx/www/adwords/googleads-php-lib/vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php on line 59 Am Montag, 12. Februar

offline conversions uploads

2018-02-14 Thread Missandei
Hello, I wanted to ask how google process offline conversions. What if i upload last 24 hours conversions each 2 hours. Does google skip already uploaded conversions ? Does process time will be longer if I will send already uploaded clicks again ? Thank you for your answer. Best, M.

Re: Identify Adwords Express campaigns uniquely

2018-02-14 Thread Christian
Thanks Peter, we'll have a try with that. On Wednesday, February 14, 2018 at 6:40:26 AM UTC+1, Peter Oliquino wrote: > > Hi Christian, > > Using the CampaignService.get(), you should use the > AdvertisingChannelSubType >

How to get access to basic API Token

2018-02-14 Thread Kateryna Melnyk
Hello every one! I setup Adwords API in first time and now I create test MCC https://prnt.sc/iejeze and get test developer token https://prnt.sc/iejfmd in main account. I creates test API token 2 month ago. But i didn't get any emails. What are the next steps? -- --

Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-02-14 Thread Ketaki
Hi, We are downloading Keyword Performence Report data by calling its API. In code, we have applied below 4 segments to the report. - · AdNetworkType2 · Device · ClickType · Date This is working correctly. Now we are trying to generate similar report from

Re: TargetingIdeaService getting RateExceededError.RATE_EXCEEDED

2018-02-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Dimitri, No, I did not do something regarding the error. However, upon further checking with the team, the TargetingIdeaService is more expensive service compared to the other AdWords API services. The

Re: TargetingIdeaService getting RateExceededError.RATE_EXCEEDED

2018-02-14 Thread Dimitri Levin
Hi Vincent, no, it is everything fine. Did you do something? Am Montag, 12. Februar 2018 03:54:47 UTC+1 schrieb Vincent Racaza (AdWords API Team): > > Hi Dimitri, > > Can you confirm if you are still encountering the RateExceededError in > TargetingIdeaService even until now? If so, can you