Re: Downloading > 100.000 adgroups

2017-11-17 Thread David Antunes
Hi, Thanks for the answers. I suspect this client was probably allowed to have more than 100.000 by a Google representative(maybe?) If someone has this problem in the future here's an idea: - I really needed to download them through the API (it would take huge changes to the code otherwise)

Re: Update an Uploaded HTML5 bundle

2017-11-17 Thread Rc B
thanks On Friday, 17 November 2017 21:32:08 UTC+2, Jude Amagoh wrote: > > Hi, > > The Ad > > objects > are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE > operation with the existi

AuthorizationError.USER_PERMISSION_DENIED

2017-11-17 Thread Tim
Hi; I am creating a (online) tool for users to quickly pull some stats from their Adwords account. I have obtained a token with basic access. My webpage is basicly using this setup: https://github.com/googleads/googleads-php-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow) However, wh

less result of CRITERIA_PERFORMANCE_REPORT

2017-11-17 Thread kawachi
Hi I acquired CRITERIA_PERFORMANCE_REPORT with the AdWords API ReportDefinitionService in the following procedure, but some records are not output to the results ,they are present in the Adwords UI and having more than 1 impression and cost. please tell me if something wrong. 2017-11-1

Re: Developer token not approved??

2017-11-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The DEVELOPER_TOKEN_NOT_APPROVED error is usually encountered if you're using an unapproved developer token to make calls against a production account. Can you confirm if you've

Re: Demo Account with dummy data

2017-11-17 Thread Nicolas Fritsch
Thanks, Bharani! This helped a lot! On Thursday, November 16, 2017 at 10:26:12 PM UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Nicolas, > > You will be able to create an AdWords test account to experiment with the > AdWords API and test out the dummy data. You may refer to the step

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-11-17 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana, I just wanted to give you a heads-up that we found the root cause. Yay! We are currently working on a solution, but I don't have a date for when a fix would be available. I'll keep you updated in the coming weeks as I hear more. Cheers, Nadine, AdWords API Team On Tuesday, Novem

Re: Report in a different language

2017-11-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Anup, If your concern is about retrieving report number formats based on locale, I'm afraid, currently it is not possible to do so. You may refer to this guide for all the supported formats of var

Developer token not approved??

2017-11-17 Thread davidrbengoa
Hi, It has been more than a week and I am not able to get the developer token approved. Today I was testing the Google API code example, and I am getting this error: *errorString=QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED, fieldPath=, reason=DEVELOPER_TOKEN_NOT_APPROVED, * So I wonder what's

Re: Performance reports: Possible to exclude data from particular dates?

2017-11-17 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I'm for the AdWords API Team. The NOT_IN predicate does not work for date types. You may have to post process the reports to filter out the specific dates. As an alternative, you could extract multiple reports with different dateRanges in such a way that they don't inclu

Re: Update an Uploaded HTML5 bundle

2017-11-17 Thread 'Jude Amagoh' via AdWords API Forum
Hi, The Ad objects are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE operation with the existing Ad and an ADD operation for a new Ad with the modified attributes. This creates a n

Re: Why SSL Error Message?

2017-11-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mike, It looks like an issue with your SSL certificates. Could you please create an issue on the PHP issues tracker ? The library owner is better equipped to address this question. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=

Entity Update Date?

2017-11-17 Thread Shelby Maty
Is it possible to get the date that a particular entity was last updated? I'm particularly interested in Campaigns and Adgroups, and knowing if any campaigns or adgroups have been modified or had keywords or product groups added to them without having to examine the entire tree. Thanks. -- -

Re: How to add multiple users token into MCC account via api

2017-11-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You could refer to the "Set up your OAuth2 credentials." section in the specific client library read me file that you are using. You will be able to find the instructions for setting up the OAuth using your own credentials a

Performance reports: Possible to exclude data from particular dates?

2017-11-17 Thread GDZ
Hi, is it possible to exclude data from particular dates in performance reports? Say by adding "Date" and NOT_IN in selector's predicates? Thank you! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ http

Re: Report in a different language

2017-11-17 Thread Anup Mamachan
Is there any way to set the number formats as per the locale. On Friday, November 17, 2017 at 9:32:56 PM UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Anup, > > Unfortunately, there is currently no way to download these reports in any > other language than English, via the AdWord

Re: Report in a different language

2017-11-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Anup, Unfortunately, there is currently no way to download these reports in any other language than English, via the AdWords API. However, please keep an eye out on our blog for more updates. Regards, Bharani, AdWords API Team On Friday, November

Update an Uploaded HTML5 bundle

2017-11-17 Thread Rc B
hi i'm using the AdGroupAdService service to create a template ad of HTML 5 bundle type i manage to create the ads (all sizes) but i need to find a way to update the content (due to some changes in the html) can i do that using the api ? // here is the code i wrote for the create pub

Re: How to get parallel report for a manager account from php library ??

2017-11-17 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Customer IDs are associated with the both client accounts and the manager accounts. If you're using a Java sample, you may refer to this particular line

Re: UNEXPECTED_INTERNAL_API_ERROR

2017-11-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Alejandro, Sorry, my mistake. :) What I was thinking was that there's not much point to setting *numberResults = 0 *in most cases, but I completely forgot about the use case of simply getting the count of objects that match the predicate you specified (e.g., from totalNumEntries

Re: Can't see campaign in CAMPAIGN_PERFORMANCE_REPORT which exist in Adwords UI

2017-11-17 Thread Oksana Sulyma
Thanks Bharani, Private message with details is sent! On Thursday, November 16, 2017 at 9:55:29 PM UTC+2, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > Could you provide us the complete report definition >

Why SSL Error Message?

2017-11-17 Thread Mike Enos
Hi, On my local Windows 10 XAMPP system, I often getting this SSL message error The script runs fine on my web server, but not locally See screenshot at https://www.screencast.com/t/t4Vdahnc4GF Any ideas what I'm doing wrong? Thanks!! ( ! ) Fatal error: Uncaught exception 'RuntimeExceptio

Re: How to add multiple users token into MCC account via api

2017-11-17 Thread winnow . manager
Hi, So basically I am creating an application where we can handle various clients AdWords account. I have created one page, where I am fetching client's access token to use his account programatically on behalf of him. Similarly I will fetch more client's access token. Now my question is how I

Re: Downloading > 100.000 adgroups

2017-11-17 Thread Dorian Kind
The maximum number of ad groups per campaign is 20'000 (https://support.google.com/adwords/answer/6372658). So as long as you download them per campaign, you shouldn't have a problem with pagination. Cheers, Dorian On Friday, 17 November 2017 03:40:03 UTC+1, David Antunes wrote: > > Hi, > > I h

Re: How to get Refresh Token using Client id and Client Secret for my Google Ad-Words for my Manager account.

2017-11-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi Satish, Could you confirm if you have followed the steps discussed in this guide when generating your refreshToken via the OAuth2 playground and still encountered the issue? If you are unable to change