Re: Developer token not approved error when running getcampaigns

2018-12-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Looks like you have posted your questions on the AdWords API forum. Could you please continue the discussion on that thread to avoid duplicates? Thanks, Milind,

Re: MCC Customer ID vs. Child Customer ID

2018-12-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Updating a certain keyword by setting only its ad group Id and keyword Id (without specifying a child account CID) is currently not possible in AdWords API, as the request will check for the given keyword Id and ad group Id from the specified child account. Best regards, Milind, AdWords

Re: User list error

2018-12-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hi Priyanka, No, you will have to whitelist the account wherein you are trying to use AdWordsUserListService. Upon further investigation, it seems that there is currently an ongoing bug in which test accounts can not be whitelisted for customer match policy. Also, upon checking, it seems that

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA

2018-12-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Priyanka, I am Luis's teammate, responding on this thread as he is out of office. You are right, only production accounts needed to be whitelisted to upload customer match data. Also, there is an issue going on to enable customer match upload operations to test accounts. As of now when

Re: AUDIENCE_PERFORMANCE_REPORT cross values

2018-12-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I was able to generate the Audience Performance Report with the report query below and the Id are returned for the Audience Criteria. Report query: __rdquery: SELECT Id, AdGroupId FROM

MCC Customer ID vs. Child Customer ID

2018-12-21 Thread pjodonov
Hi there, We currently have an application configured to pass in URLs at the KW level for a certain child account. I am wondering if it is possible to input the client ID for the entire MCC account rather than just the child account, and be able to pass URLS at the KW level for the entire MCC

Re: How to change a campaign budget

2018-12-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Andre, I was able to set the budget to 50 microAmount. Could you double check the budget Id you are passing? Could you please share the SOAP logs(request and response ) of the operation you are

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2018-12-21 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Priyanka, This is exactly the issue we are facing with test accounts and our team is working on it. Your process seems to be fine, I will notify everyone on this thread as and when I have updates on this issue. Regards, Sai Teja, AdWords API Team On Monday, October 29, 2018 at 10:04:23

AUDIENCE_PERFORMANCE_REPORT cross values

2018-12-21 Thread SP
Hi, when i request for AUDIENCE_PERFORMANCE_REPORT these columns in this *order*: Id AdgroupID I receive in Id the adgroups values and in the other way around, the problem is fixed if i request Adgroup Id Is this a problem in your side? Thanks -- --

Re: test account

2018-12-21 Thread michele
Thank you, that is very helpful information! On Friday, December 21, 2018 at 8:39:40 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Michele, > > I'm a colleague of Dannison and allow me to assist you. Since you are just > using a test account it doesn't serve an actual ads so you

How to change a campaign budget

2018-12-21 Thread AvdV
Hi, I am trying to set the budget of a campaign to 5000 but I'm getting this error: for k, v in data if k != 'xsi_type'} > KeyError: 'budgetId:' My operation looks like this: operations.append({ 'operator': 'SET', 'operand': {

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2018-12-21 Thread Priyanka Mazagaonkar
AdWords API Team, Are there any new updates on this issue? We are facing the same problem wherein we are unable to make UserList calls even for a test account, and are getting the ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA error. We created test accounts as per the Google Ads Test

Re: Estimated time of arrival for Benchmark Price metrics via API?

2018-12-21 Thread Mariraj Ramasamy
Hi Thanks for your email. When i expect this?.. Any process going on? Thanks M. On Fri, Dec 21, 2018 at 11:41 AM 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum wrote: > Hi Mariraj, > > Average Product Price, Benchmark Product Price and Benchmark Product

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA

2018-12-21 Thread Priyanka Mazagaonkar
Hi Dannison, I had a quick follow-up question for this: based on the case above wherein the API call is being made from a test account (which is linked to a test manager account), using the developer token from the production account, am I correct to assume that the *production account* is

Re: User list error

2018-12-21 Thread Priyanka Mazagaonkar
Hi Peter, I have a follow-up question: while using a test account (using a developer token from the production account), am I correct to assume that the production manager account needs to be whitelisted? We are currently using a test account (linked to a test manager account), and using the

Re: how to get household income data

2018-12-21 Thread Harisankar Mohanty
Hello Anash, I have replied to your private mail in the thread asking about the service and criteria Type that we need to use to retrieve data related to Income Tiers. Can you please look at this ? On Tue, Dec 18, 2018 at 11:24 PM Harisankar Mohanty < harish.moha...@gmail.com> wrote: > Hello

Standard access application form - 403 Forbidden

2018-12-21 Thread gruzservice2017
https://www.google.com/appserve/fb/forms/standardaccess/ 403 Forbidden How to make request? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Clarification on returned date ranges for bid landscapes services.

2018-12-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, SOAP request and response logs are usually asked together with the screenshots of your AdWords UI because we need to validate whether the values from both platforms are similar or not to identify if the issue is specific to API or not. Please note that AdWords API mimics the same

Re: Manage ServiceLinks using Google Ads API

2018-12-21 Thread Marc Selman
Thank you. On Friday, December 21, 2018 at 4:07:01 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Marc, > > Unfortunately the getSeviceLinks() > > and mutateServiceLinks() >