Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-27 Thread Matthias Baader
Thank you, Oliver and Bharani! Can I assume that the first two headlines remain "HeadlinePart1" and "HeadlinePart2" whereas the first description remains "Description"? I would like to ask you to explain these facts in more detail in the migration guide / release notes, where they are not

Re: Getting Intermittent "CustomerSyncError.TOO_MANY_CHANGES" response for single campaign

2018-09-27 Thread Jofin Kuriakose
Hello Luis, Thanks for your answer. But my concern is that I have just one campaign for the account and I did not make any change during that specific time interval. It seems something wrong from AdWords side. Regards, On Wednesday, September 26, 2018 at 9:07:41 AM UTC+5:30, Jofin Kuriakose

cannot access adwords services via test account using production developers token.

2018-09-27 Thread parvathy . h
Hi, I tried to create campaign using a test account: The credential details are given as below: 1.The client id, secret id and refresh token used was of *Production MCC account*. 2.The developer token used is of the same *Production MCC account* mentioned above which is in *pending approval*.

Re: Getting [AuthenticationError.CUSTOMER_NOT_FOUND @ ] while using rails example app.

2018-09-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
HI Sergey, You could only retrieve the campaigns using client accounts that's why you won't be able to retrieve your campaigns using a manager account (if you have set your clientCustomerId as your manager account in the property file). The AuthenticationError.CUSTOMER_NOT_FOUND

Re: API (Python) fetches keyword duplicates?

2018-09-27 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To further investigate this issue, could you provide the complete SOAP request and response logs that were generated that shows duplicate entries? It would also be helpful if you can provide screenshots of your observations. You may provide these information using the *Reply privately to

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED despite the fact I am using test client accounts created through a test manager account

2018-09-27 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alex, Could you provide the test account's clentCustomerID, complete SOAP request and response logs and the manager account's clientCustomerId that has the developer token so I can have a closer look at the issue? Please reply to me via *reply privately to author*. Thanks, Dannison AdWords

Re: How to get a campaign limited by budget via Google Ads API?

2018-09-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hadar, I'm afraid the status "Limited by Budget" is currently not supported in the AdWords API and is only available in Google Ads UI. The status of campaigns available in API are ENABLED, PAUSED and REMOVED which you could see on this guide

Re: Fetch Customer ID programmatically?

2018-09-27 Thread chris
That's exactly what I needed; thank you! :) On Thursday, September 27, 2018 at 1:49:10 PM UTC-6, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Chris, > > Thank you for explaining the use case. You may use the > CustomerService.getCustomers() >

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account. Why?

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Aleksandar, The DEVELOPER_TOKEN_NOT_APPROVED error occurs when you are trying to access a production account with the developer token having test access. Could you please confirm

Re: Viewing accounts in Test MCC account

2018-09-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Bhaskar, Manager accounts can terminate a relationship with a managed account by unlinking it, as long as the managed accounts has at least one user with access to the account, or is linked to a manager account that has administrative ownership of it. You can unlink the account using

Re: Severe rate limiting when running the python example

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Cameron, The RATE_EXCEEDED error usually occurs when too many requests were made to the API in a short period of time. The rateScope parameter represents that the error is due to account rate

Re: Audiences website visitors to campaign

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Shlomi, According to the screenshot shared by you earlier, you are trying to add the user list "All visitors (AdWords)" to your campaign "d5t4w_1". You could get the userListId

Re: Selecting ad groups by campaign name with CONTAINS_ANY predicate type (Python googleads API)

2018-09-27 Thread Preston Hinkle
Hi Luis, Ok, I misunderstood the error message to mean that the trigger 'CampaignName' as at fault, but it looks like 'CampaignName' is just the key for the operator that was at fault. Thanks! Preston On Wednesday, September 26, 2018 at 3:36:28 AM UTC-7, Luis Xander Talag (AdWords API

QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED despite the fact I am using test client accounts created through a test manager account

2018-09-27 Thread Alex
Not sure why I am getting this error as I am 100% sure that I am using a test client account and the customer client ID I am using to build the session is correctly associated -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to get a campaign limited by budget via Google Ads API?

2018-09-27 Thread hfranco
Hi all, I want to pull all the campaigns that their status is "Limited by Budget" through the API. I've found a few campaigns that their status is marked as "limited by budget" in the UI, but when I've tried to get their serving status via the API - It looks like their serving status is

API (Python) fetches keyword duplicates?

2018-09-27 Thread Preston Hinkle
Hello, When I use the AdWords API to fetch biddable ad group criterion, say by ad group ID, the returned results always include 2 duplicates of each criterion. This does not happen when fetching any other entity. The returns fields are exactly identical. So for instance, if I have 10

Google My business page paid promotion

2018-09-27 Thread Maqbul Baig
Hello, I want to promote Online meat delivery website in Hyderabad location. So, I select the region as Hyderabad in ad-words targeted location. My doubt is what basis the audience selected. If a person is living in Bangalore but created gmail in Hyderabad. Is this ad

Re: Fetch Customer ID programmatically?

2018-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chris, Thank you for explaining the use case. You may use the CustomerService.getCustomers() which takes no arguments and returns the details of the customers directly accessible by the

Re: Is there an API for Responsive ad preview?

2018-09-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Vladimir, Unfortunately, Ads Preview is not available via AdWords API. Please keep an eye on our blog for the updates and announcements about the upcoming releases. Regards, Sai Teja, AdWords API Team. On Wednesday, September 26, 2018 at 6:51:27

QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED on test account. Why?

2018-09-27 Thread Aleksandar
Hi I created a test MCC (897-646-0211) and then created a test account (890-811-6327) under the test MCC. But, I'm always getting the QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED error when I query the test account 890-811-6327. Aren't all accounts under a test MCC supposed to be test

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Oliver, That's right. As a correction to my previous response, you may use the ExpandedTextAdDescription2 and ExpandedTextAdHeadlinePart3

Re: Campaign Performance report shows smaller numbers then Adwords UI

2018-09-27 Thread Oksana Sulyma
Private message sent, thanks! On Wednesday, September 26, 2018 at 9:20:57 PM UTC+3, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Oksana, > > Could you share us the specific client account CID along with the report > query and the UI screenshot, so I can take a look? You can reply

Severe rate limiting when running the python example

2018-09-27 Thread Cameron Warren
Hello, I am running the get_keyword_ideas.py example script using Python 3.6. The script runs fine except for one issue - I can't seem to get the script to complete. I'm getting the following error after running the script only a couple of times - even when running for just 1 page of results.

Fetch Customer ID programmatically?

2018-09-27 Thread chris
I'm still getting used to the Adwords API (using the PHP SDK). I have an authorization workflow and the consenting account's refresh token is stored for later use, along with the client ID/Secret, and Developer key. (I do wish this SDK used the same Google_Client object that the other Google

Re: Audiences website visitors to campaign

2018-09-27 Thread Bora Kim
oh, i like you, i have no ideeal to fix that :((( On Monday, September 24, 2018 at 2:35:21 AM UTC-7, Shlomi Ozon wrote: > > Hello all, > I am trying to add audience website visitor like in the UI image I added > here. > I have a few accounts (for the same website) under the manager account >

Re: Audiences website visitors to campaign

2018-09-27 Thread Shlomi Ozon
OK, thanks Teja, The last question, as you can see in the picture I added in the first message I am trying to set a bid adjustment for the customers who already visit our site, how can I do it throw the API for every campaign that I am creating? Thanks, Shlomi -- --

Re: BatchJobs - Huge processing times since last night

2018-09-27 Thread Thorsten Merz
Hey there, seems we are back into higher processing times again since last night. Not as bad as it was originally, but still going up. I really dont want to be mean, but these issues need to be fixed permamently as soon as possible, as there is currently no reliability to the AdWords

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-27 Thread Oliver
.. sorry sent prematurely. The decription field is *ExpandedTextAdDescription2*. On Thursday, September 27, 2018 at 7:54:41 AM UTC+1, Oliver wrote: > > Headline3 and Desc2 are returned but the names are not consistent. They > are returned under ExpandedTextAdHeadlinePart3 and > On

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-09-27 Thread Oliver
Headline3 and Desc2 are returned but the names are not consistent. They are returned under ExpandedTextAdHeadlinePart3 and On Wednesday, September 26, 2018 at 7:17:56 PM UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Matthias, > > In addition to your input, for the Expanded Text