Re: adwords without client api

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arch, The AdWords API guides usually involve the use of client libraries and we highly recommend its usage for ease of implementation at the user's end. One notable advantage would be that through the use of client libraries, users will no longer require to manually generate access tokens

Re: Is it possible to use a custom http client when using google adwords java client library (googleads-java-lib)?

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Our team provides support for AdWords API related concerns only. Since your current issue is more related to the Java client library, you may reach out to the Java client library owners via this link as they are better equipped to

Re: Responsive Ads - Disk space limit per account?

2017-06-27 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Timur, There is a maximum size stated here : 1 MB per image. As long as you don't upload an image greater than the max size and also the number of all images/gallery ad doesn't exceed 300, you shouldn't

INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-27 Thread Nick Harris
In v201705, I'm trying to use the CampaignCriterionService to bid modify a LocationGroups object, but I'm getting an INVALID_OPERAND_TYPE error. I can bid modify Location and Proximity objects no problem, just not LocationGroups. Here is the log for the failed attempt to bid modify a

Invalid grant - cannot access api

2017-06-27 Thread LKRPL
Hi, we have the following error: Exception in thread "main" com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. at com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:178) at

Cannot access API

2017-06-27 Thread LKRPL
Good evening, we follow the guide to "make the first api call" but as result we obtained: Exception in thread "main" com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. at

Is it possible to use a custom http client when using google adwords java client library (googleads-java-lib)?

2017-06-27 Thread Hrish
Hi folks, I'm creating adwords campaigns using the java client library published by google. This works fine during development. However, when deploying my service on production, all incoming and outgoing requests need to pass through our own

Re: Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steve, I'm afraid its not possible to set the dateRange or compare periods when you use TargetingIdeaService to get search volume data and trends. At the moment, the TargetingIdeaService returns the TARGETED_MONTHLY_SEARCHES for the past twelve months. Please keep an eye on our blog

Re: Abnormally high number of cancelled/failed batch jobs

2017-06-27 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Jordan, I took a look on our servers, and at first glance it does look like it could be the same issue. I've sent on the job IDs to my teammate who's assigned to this. I'll get back to you when I hear back. This looks like a tough one. Thank you for providing these job IDs. Take care,

adwords without client api

2017-06-27 Thread Arch
Is there a guide somewhere for how to implement adwords api without using the client library? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: HTTPError: Internal Server Error when accessing Google Adword API (Python)

2017-06-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Viviane, Could you please pass me your SOAP logs (request and response) so that I can take a look? Also, confirm the version of python client library that you are using. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-06-27 Thread steve
Hello, I'm using TargetingIdeaService to get search volume data and trends for a particular keyword. Is it possible to set the Date Range (minimum and maximum) for Average Monthly Searches like I can in the Keyword Planner? Also, is it possible to compare with other periods (Previous period,

Re: Load an Ad By Id

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Yes, AdId and Ad are not one of the supported fields for AdGroupAdService . Please see this document for

Re: Incorrect search volume

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vaibhav, Could you check if the clientCustomerId specified in the request header belongs to a Test AdWords account? TargetingIdeaService and TrafficEstimatorService

Re: how to get Adwords report for third party user using Refresh and Access Token ?

2017-06-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, To use AdWords API to target an account, you need log in as a user who has access to that account or its manager when you generate the refresh token. You'll not be able to use the refresh token generated from your manager account to target accounts that aren't linked to it. Please follow

Load an Ad By Id

2017-06-27 Thread dimitri
Hi All, I want to manage Adwords Ads from my interface. But I have a problem to get Ad detail from id. I try to use predicate in selector with AdGroupAd but field 'AdId' or 'Ad' is bad and I have an error. So I don't know how I can get an Ad by id. This is more information : - I use PHP

Incorrect search volume

2017-06-27 Thread vaibhav Yadav
get($session, TargetingIdeaService::class); $selector = new TargetingIdeaSelector(); $selector->setRequestType(RequestType::STATS); $selector->setIdeaType(IdeaType::KEYWORD); $selector->setRequestedAttributeTypes([ AttributeType::KEYWORD_TEXT,

Targeting idea selector giving incorrect search volume

2017-06-27 Thread vaibhav Yadav
I am getting incorrect search volumes. Even using keywords such as 'ewrqerqdas' which should absolutely give 0 search volume, it is showing in millions. Please guide. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: HTTPError: Internal Server Error when accessing Google Adword API (Python)

2017-06-27 Thread viviane . costa
Guys I'm having the same problem, but i already filled the fields client_customer_id, developer_token, client_id, client_secret and refresh_token on the yaml file. Can you give me some help with this? I already have the logging turned on. Em terça-feira, 17 de janeiro de 2017 13:00:20 UTC-2,

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-27 Thread Axel Vermeil
Hi Anash, The latency has improved significantly for us, down to roughly 150% of what it was pre-June-6. Thanks for your team's work so far! Is this the new normal, or should we expect further improvements? Cheers, Axel On Monday, June 26, 2017 at 4:16:00 PM UTC+1, Anash P. Oommen (AdWords API

Re: Abnormally high number of cancelled/failed batch jobs

2017-06-27 Thread jordan
Hi Nadine, I am currently facing the same situation as Greg in that all jobs I send are automatically going to a Cancelled status. These jobs are for product partitions. A few example job ID's: 520125237 520125243 519862123 520125246 519445444 520125249 520125240 These are all for account

Re: Getting error while load the data from adword API

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Lakhan, The INVALID_TOKEN_HEADER that you are encountering indicates that you may not have specified a developer token in your configuration file or it contains a typo. This said, you may

Getting error while load the data from adword API

2017-06-27 Thread lakhan . gupta
Hi Guys, Getting INVALID_TOKEN_HEADER error while try to load the data from adword API. -- -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have

Re: CustomerSyncService - Changes History data issue

2017-06-27 Thread cv
Hello Peter, I have responded to you via *Reply privately to author *with SOAP log and Request. Please have a look at same. On Tuesday, 27 June 2017 11:31:32 UTC+5:30, Peter Oliquino wrote: > > Hi, > > I'm Nadine's colleague and I'll be providing support in the mean time. In > order to

Re: Is this possible to get TimeZone of Adwords account using Adwords API ?

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Thanks V for your response. Hi Naresh, Apart from V's suggestion, you may also get this information via the DateTimeZone field using the CustomerService

Re: CustomerSyncService - Changes History data issue

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, I'm Nadine's colleague and I'll be providing support in the mean time. In order to better investigate your issue, could you send the complete generated SOAP request and response when you used the CustomerSyncService against this one customerId in question? Please reply using *Reply

Re: Is this possible to get TimeZone of Adwords account using Adwords API ?

2017-06-27 Thread v
Hi , you can Use AccountTimeZone Under Account Performance Report type For Getting TimeZone of Adwords