AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED thrown at random

2017-11-27 Thread Agusti Bau
Hello guys, I'm developing an integration with you guys, basically the functionality I want to achieve is that my clients use my tool to add users to their remarketing lists. To do that I've implemented the oauth flow and registered for the google api. I'm storing the clientId, clientSecret

Re: MutateBatchJobservice is slow?

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Venkata, As mentioned previously, the BatchJobService is designed for processing multiple numbers of operations and it should be able to accommodate the number you have mentioned. However, please note the limitations mentioned in this section

Re: Delay between adgroup creation and keywords insertion (via API), does it affect performance?

2017-11-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Can you confirm if you are creating the ad groups and keywords in bulk via BatchJobService ? If you can confirm that you are using this service, then the team is currently looking into this issue regarding d

Re: Get ZIP Code of active Campaign

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dominik, My apologies, however, this is not currently supported via the AdWords API. Kindly reach out to the AdWords Community Forum through the link I provided previously to confirm if translated locations are available via the AdWords UI or other products. You may also follow our blog

Delay between adgroup creation and keywords insertion (via API), does it affect performance?

2017-11-27 Thread GDZ
Hi, delay between adgroup creation and bulk keywords insertion (via API), does it affect performance? Seems like campaigns are sitting without doing anything if this delay is more than 5-6 hours. Thanks! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: I just posted a question and it disappeared

2017-11-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Please check the response to your questions on this forum thread. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Trying To Increase The Efficiency Of Adwords API VB.Net Code

2017-11-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, All the three functions are different either in terms of the API service used or the type of request being made, which is why you are not getting consistent results from the API. *DomainKeywords* function is using TargetingIdeaService

Re: Ad group label filter for ad performance report

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Harish, I'm glad that you were able to resolve the script issue. As for your concern, it is recommended to use the second query to pull the Ad Performance metrics. Please refer to our code samples here for more infor

Re: Failed to upload credit_loan-related ad because of pharmacy-related content

2017-11-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Yang, This error is having the isExemptable flag as true. You will be able to add the policy exemption request for this policy violation and add it via the API. Please refer to this guide on Policy Exemption for mo

Re: Postal Code Bid Modifier

2017-11-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi John, You can only target or exclude the location criterion at campaign level. Please check the criteria usage sheet for more details. To set the bid modifier

Re: MutateBatchJobservice is slow?

2017-11-27 Thread venkata munnangi
Hey Peter, Thanks for the reply. Essentially my job has a varying limit of items from 1 to 20,000. 2 being not so common. On average, possibly 1000-2000. For the worst case, Would 2 additions/remvals of product partitions still not necessitate the usage of BatchOperations? Currently,

Re: How to Update Negative keyword assigned to Campaign through API in PHP ?

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Umesh, Unfortunately, you will not be able to update a criterion that is a negative keyword. You will be able to use REMOVE operator to remove the keyword and then ADD a new keyword. Regards, Bharani, AdWords API Team On Monday, November 27, 2017 at 6:34:03 AM UTC-5, Umesh Shinde wrote

Re: How are payments performed?

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Billing/Payment information of accounts is currently not available through the AdWords API. Please follow our blog for any updates or announcements about upcoming releases. You may refer to this guide

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Andrew, To pull campaign metrics from Geo Performance Report , you will have to query for the CampaignId

Re: Ad description: AdError.LINE_TOO_WIDE

2017-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Stefano, When your ad shows with a countdown, it displays the remaining time until the end date with "days", "hours" and "mins.". For Eg: if the number of days before the end date in the Countdown is 18 hours, this will count as 8 characters. You may refer to this guide

Re: Standard access developer token

2017-11-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Vijo, Could you please enable logging and share the complete SOAP logs for the Rate limit error? Unfortunately, we don't offer support via calls. I should be able to help you once I have the SOAP logs. You could use Reply privately to author while sharing the logs. Thank You, Milind, AdWor

Re: How can I retrieve conversion using ConversionTrackerService

2017-11-27 Thread Jikai Zhang
Hi Peter, Sorry, I did not describe it clearly. Actually I want to get the ConversionTracker Id using the ConversionTrackerService, but I can not get the ConversionTracker created by Firebase event tracking. How can I retrieve those, Thanks! Jikai On Monday, November 27, 2017 at 2:49:05 PM UT

Re: Get ZIP Code of active Campaign

2017-11-27 Thread Dominik Raffetseder
Can you ask this for me, i don't get contact to persons who know this. I want to get the german city names from CampaignCriterionService, or is there anywhere a list to translate it to german ones? best regards, Dominik -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Creating a MCC test account.

2017-11-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, When clicking on that link do you: 1. Open the link in an incongito window? 2. See *Test Account* on the form as mentioned in my earlier post ? If you'd like me to take a look at the accounts you create

How to Update Negative keyword assigned to Campaign through API in PHP ?

2017-11-27 Thread Umesh Shinde
How to Update Negative keyword assigned to Campaign through API in PHP ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 宋肖肖
In addition to traversing it, there are other ways to make it faster, such as the asynchronous notification of the change of budgetorder 在 2017年11月27日星期一 UTC+8下午5:03:44,Vincent Racaza (AdWords API Team)写道: > > Hi, > > Currently, for the BudgetOrderService.get() >

Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 宋肖肖
Thank you very much for your reply. I see.At present we are recycling data, but slower. Thank you.That's all we can do 在 2017年11月27日星期一 UTC+8下午5:03:44,Vincent Racaza (AdWords API Team)写道: > > Hi, > > Currently, for the BudgetOrderService.get() >

How are payments performed?

2017-11-27 Thread iuli kostov
Hello, I am working on a solution that uses Google Adwords API and it will be used by customers. In this regard, can these customers do the payment directly to google through the API (or some other API) or they will have to pay to me and then I will have to pay the expenses to Google? My idea i

Trying To Increase The Efficiency Of Adwords API VB.Net Code

2017-11-27 Thread orrburgel
*Lets Start With The Questions:* -- 1) Why Function 1(*DomainKeywords)* Returns Only 180 Keywords? (Please Note That pageSize Does Nothing When Increased But For Example If You Set pageSize To 179 It Works) -- 2) Function 1(*DomainKeywords)* Returns Different CPC From Function 3( *KeywordCPC*) (Pl

I just posted a question and it disappeared

2017-11-27 Thread orrburgel
I just posted a question and it disappeared, i just check what happen again when you click POST and I will delete this message :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Google

VB.Net - Adwords API Get Domain Keywords, CPC And Search Volume

2017-11-27 Thread orrburgel
*Function 1:* https://gist.github.com/orburgel/d6b6aa2ea505e4607162132831510ec0 This function gets a url as input and returns keywords that relveant to that url as output in the following format: *KeywordName1@@@CPC@@@SearchVolume**KeywordName2@@@CPC@@@SearchVolume* for some reason no matter

Re: Creating a MCC test account.

2017-11-27 Thread Dominique Star
I'm having the same issue. Any account created with the https://adwords.google.com/um/Welcome/Home?a=1&sf=mt&authuser=0#ta link is not showing as a test ad account. On Friday, June 16, 2017 at 8:02:02 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi all, > > We recently made a change to

Postal Code Bid Modifier

2017-11-27 Thread John Larrick
I'm wanting to upload bid modifiers based off of postal code locations. I've downloaded the csv that has each postal code's google Criteria Id. However, when I use the AdGroupBidModifierService it appears I'm not allowed to use 'Location' as a xsi_type. If I use the CampaignCriterionService, I

Failed to upload credit_loan-related ad because of pharmacy-related content

2017-11-27 Thread 派尼爾
Hi adwords team, I uploaded credit loan-related ad to adwords via python API v201708, but it respond policyViolation because of pharmacy-related content. The ad doesn't contain any pharmacy-related content, but its displayUrl contains "pil" keyword; therefore, it was judged as invalid ad. Then,

Re: Ad group label filter for ad performance report

2017-11-27 Thread harish.padmakar via AdWords API Forum
Thanks Bharani. I fixed it. I need some help with the below script. I want to know if i can write the where clause from the below script as .Where ('AdType').In('EXPANDED_TEXT_AD') and ('AdNetworkType1').In('SEARCH') report_query = (adwords.ReportQueryBuilder() .Select('AdT

GEO_PERFORMANCE_REPORT doesn't return anything

2017-11-27 Thread Andrew Nguyen
Hi, We have some campaigns running for a few months and we are able to query these campaigns' performance in CAMPAIGN_LOCATION_TARGET_REPORT. However, it doesn't return anything when we tried with GEO_PERFORMANCE_REPORT. Query for CAMPAIGN_LOCATION_TARGET_REPORT: >> select CampaignId, Id from C

Re: Regarding the issue with LabelService - Might be affecting other services?

2017-11-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you still have issues related on getting campaigns without using labels, then kindly provide the details that I asked previously. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Enabling API access

2017-11-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Paritosh, A gentle follow up on this. If you still have clarifications on this, then kindly provide the details that I asked previously. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: Received an undocumented 'FRAUDSTER_CANNOT_ADD_CLIENTS' error when attempting to link an account

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Trevor, Could you confirm if you still require assistance? If yes, you may send to me the information I requested privately so our team can further investigate. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and G

Re: Weird ManagedCustomerServiceError

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I wanted to follow up on your concern. Could you confirm if you still require assistance? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Re: How do I get a budget order for multiple AD accounts

2017-11-27 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Currently, for the BudgetOrderService.get() , you can only get the budget orders per client account. However, from your MCC account, you can iterate the client accounts under it and get the budget ord

Re: Ended/Removed Campaigns

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tony, Just wanted to follow up on your concern. Could you confirm if you still require assistance? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

Re: The problem with the API response is targetingIdeaiService.

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Just a gentle follow up on your concern. Could you confirm if you still require assistance? If yes, you may send to me privately the information I requested so I can further investigate. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als