Re: Can a Budget be removed via the API?

2018-03-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Patrick, You should be able to SET a budget to REMOVED status using the BudgetService as discussed here . However, in order to

Re: Google AdWords Developer Token Approval Email

2018-03-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the inconvenience that you are encountering with your application. To better assist you, could you confirm if what you are applying for is basic access for your developerToken? If yes, could you

Re: Reporting Crash with v201802

2018-03-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pete, This seems to be an issue on your set-up with the PHP client library for v201802 and not AdWords API specific, since you said that v201710 is working and only the v201802 has this error. I suggest to post this concern here as the

[Peak Home Loans] Re: Digest for adwords-api@googlegroups.com - 18 updates in 12 topics

2018-03-15 Thread Peak Support (Peak Home Loans)
##- Please type your reply above this line -## Your request (17) has been updated. To add additional comments, reply to this email. [image: Peak Suppo] *Peak Support* (Peak Home Loans) Mar 15, 21:56 ADT Thanks for your request. This issue you reported is a known issue. For more information,

[Peak Home Loans] Re: Digest for adwords-api@googlegroups.com - 25 updates in 19 topics

2018-03-15 Thread Peak Support (Peak Home Loans)
##- Please type your reply above this line -## Your request (16) has been updated. To add additional comments, reply to this email. [image: Peak Suppo] *Peak Support* (Peak Home Loans) Mar 15, 21:54 ADT Thanks for your request. This issue you reported is a known issue. For more information,

[Peak Home Loans] Re: Digest for adwords-api@googlegroups.com - 18 updates in 12 topics

2018-03-15 Thread Peak Support (Peak Home Loans)
##- Please type your reply above this line -## Your request (17) has been updated. To add additional comments, reply to this email. [image: Peak Suppo] *Peak Support* (Peak Home Loans) Mar 15, 21:54 ADT Thanks for your request. This issue you reported is a known issue. For more information,

[Peak Home Loans] Re: Digest for adwords-api@googlegroups.com - 25 updates in 19 topics

2018-03-15 Thread Peak Support (Peak Home Loans)
##- Please type your reply above this line -## Your request (16) has been updated. To add additional comments, reply to this email. [image: Peak Suppo] *Peak Support* (Peak Home Loans) Mar 15, 21:26 ADT Thanks for your request. This issue you reported is a known issue. For more information,

[Peak Home Loans] Re: Digest for adwords-api@googlegroups.com - 18 updates in 12 topics

2018-03-15 Thread Peak Support (Peak Home Loans)
##- Please type your reply above this line -## Your request (17) has been updated. To add additional comments, reply to this email. [image: Peak Suppo] *Peak Support* (Peak Home Loans) Mar 15, 21:26 ADT Thanks for your request. This issue you reported is a known issue. For more information,

Re: "Total" text overwrites metric total in performance report summaries

2018-03-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Tiana, This is a known issue. You are right that the 'Total' text is overwriting the total for video played for 25%. To overcome this, you can include an attribute from the Video Performance Report

updating shared fields in price extension

2018-03-15 Thread gil magali
Hi If i want to update 1 of the shared fields [TYPE ,PRICE_QUALIFIER ,TRACKING TEMPLATE , LANGUAGE ... ] of specific price extension throw API then i need to return all the table row item also otherwise they will be deleted? in this section

Google AdWords Developer Token Approval Email

2018-03-15 Thread hsn . elamir . manager
Hello I'm managing a big website with million of daily visitors for online gaming and also a developer with passion to automate most of daily life tasks, Ten days ago i applied for AdWords developer token to automate my campaigns keyword research process using my internal command line app

Re: AdWords test batch API takes too long

2018-03-15 Thread Lukas Lukac
Hi @Millind, 1) the exponential back off is on purpose, that's fine 2) at the end of the day I think I found the issue. I was uploading almost 30k active Campaigns and later on I found out there is a limit of 10k campaigns per account right? So maybe that particular error scenario was very

Re: AdWords test batch API takes too long

2018-03-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lukas, Please find my response below: 1. If you are using our code samples, the batch job's wait time may be increasing in each poll attempt. That is because the code samples are

Re: How can I search the products?

2018-03-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Please find my response below: 1. To achieve your goal, you will need to create a product partition tree with the appropriate product dimensions. The guide on shopping campaigns should be

Can a Budget be removed via the API?

2018-03-15 Thread patrick
I'm attempting to set the status of a Budget to REMOVED. The budget is not explicitly shared and the reference count is zero. However, when performing the mutation via the BudgetService, the returned status is ENABLED. The documentation contains conflicting information, with some pages

Re: Error with symfony in the PHP API

2018-03-15 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Everyone, Can you please file an issue on the library's GitHub page ? That way the client library owners can take a look. I know they could figure this one out a lot faster than we could over here. Thanks, Nadine, AdWords API Team

"Total" text overwrites metric total in performance report summaries

2018-03-15 Thread Tiana S.
Hi guys, We're noticing some odd behavior fetching data from the AdWords Reporting API. When fetching data, the "Total" text returned seems to be overwriting the actual total of the first requested field. So take for example the following query: SELECT VideoQuartile100Rate FROM

Re: Script for headline that reads "specific text in {location of the searcher}"

2018-03-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, You will be able to adapt your ads to the real-time context of your potential customers—what they're searching for, where they're browsing, what device they're using, and when they're looking at your ad by using Ad customizers. Please refer the Help Center guide

Re: Creating SharedSet on Campaign Level

2018-03-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, The limit of 10,000 that you pointed out applies to negative keywords per campaign. In addition to that you should also note that there is a limit of 1 million campaign targeting items per account (such as location targets

AdWords test batch API takes too long

2018-03-15 Thread Lukas Lukac
I am running some performance tests for the new architecture I developed at trivago for publishing AdWords Objects through the BatchJob API but the polling of the BatchJobStatus takes ages. I have 4 workers uploading each 8k operations and in each worker I am getting the whole morning:

Re: Reporting Crash with v201802

2018-03-15 Thread P Anand
Hi Vincent, Thanks for the reply. To answer your questions 1) Logs : I have checked the apache logs and get nothing in them. When i run this script in the browser, i get 200 response, with nor errors at all. 2) Other Services. I have tested getting a client List which is successful. Example

Re: Reporting Crash with v201802

2018-03-15 Thread P Anand
Hi Vincent, Thanks for the reply. I have checked the apache logs and get nothing in them.The problem is there are no errors and the response in browser console is 200, so there is no indication of the error. However, I created a new project with just googleads/googleads-php-lib using

Re: .Net API getting NOT_ADS_USER after upgrade to v201802

2018-03-15 Thread steve . john
Hi, The login works when I use the v201710 client though. I only get this error after upgrading to v201802. I'll see if I can capture the request. Thanks, Steve. On Thursday, 15 March 2018 06:12:37 UTC, Luis Xander Talag (AdWords API Team) wrote: > > Hi Steve, > > The

Re: How can I search the products?

2018-03-15 Thread 18824261965
Hi, Yes,I am trying to create shopping Ads using the API. The shopping Ads created with the code sample is entire products of a country,However I just need a part of the products which was got by some condition, such as ‘Category’,'Brand','Item ID' and soon on. So I have to use the

Script for headline that reads "specific text in {location of the searcher}"

2018-03-15 Thread maliefraim5
Hi everyone, We would like to put out ads to read specific text in the headline combined with the location for the searcher. For example: *Best Service Provider in {Cite, State}* This is not something that can be done through dynamic search ads, as this will require a separate campaign for

Re: Creating SharedSet on Campaign Level

2018-03-15 Thread jonathan . scholbach
Hi Sreelakshmi, thank you very much for your quick answer, especially for linking to the code sample! My problem is, that there is also a limit on NegativeCampaignCriterion of only 10k. https://support.google.com/adwords/answer/6372658?hl=en is stating "10,000 negative keywords per campaign",

Re: Not generating keyword ideas for some keywords.

2018-03-15 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Mouhssine, Since the issue is you cannot retrieve keyword ideas for the said keywords in both AdWords UI and API, this would be a product level concern. I would suggest to post this in the AdWords Community Forum

Re: .Net API getting NOT_ADS_USER after upgrade to v201802

2018-03-15 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Steve, The AuthenticationError.NOT_ADS_USER error you encountered means that the login you used to generate the access token is not associated with any AdWords account. This being said, could