Re: TargetingIdeaService getting RateExceededError.RATE_EXCEEDED

2018-02-09 Thread Dimitri Levin
Hi Vincent, i confirm that at the time of the test were no other requests. Yes i need to wait more than 30 Seconds. We are getting Response on 3 or more attempt. Am Freitag, 9. Februar 2018 10:14:04 UTC+1 schrieb Vincent Racaza (AdWords API Team): > > Hi Dimitri, > > Can you confirm if the

Re: TargetingIdeaService getting RateExceededError.RATE_EXCEEDED

2018-02-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Dimitri, Can you confirm if the issue is consistent even though you have retried your request after 30 seconds (based on retryAfterSeconds on the SOAP response)? As for the RateExceededError with rateScope=ACCOUNT

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Dave, Sure, thank you for sharing the information. To All: The issue has been found and there's a fix actively being worked on. I will reply on this thread once we get more updates. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Campaign Performance Report don't return one campaign

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Here is brief summary of the discussion on the private thread, so it might help other forum users who are following this post: The Campaign Performance Report will not return metrics if there is no data available for the specified date range when the includeZeroImpressions field is

Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread Дмитрий Мачехин
Example code: $feed_service = $this->getService(FeedService::class); $feed = new Feed(); $feed->setName('GMB'); $feedData = new PlacesLocationFeedData(); $feedData->setEmailAddress('***'); $feedData->setBusinessAccountIdentifier('***'); $oAuthInfo = new OAuthInfo();

Re: Error API First Call

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , You can find the Customer ID above your email address in the top right corner of any page after you sign into your AdWords account. Please refer this guide for better clarity. Regards, Dhanya,

Re: ADGROUP_KEYWORDS_PER_ACCOUNT - Como posso resolver?

2018-02-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, AdWords accounts have a limit of a maximum of 5 million ad group targeting items per account (such as keywords, placements, and audience lists). For more information please check account limits guide . You could use Criteria

Re: Get conversions errors with python client

2018-02-09 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, As conversions were uploaded via AdWords UI, it is not possible to get a list of files and report via AdWords API. Let me know if you have further question. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, I also noticed that you are using one of the old scopes in the OAuthInfo object’s httpRequestUrl

Re: Getting Total Cost and Cost/conv. for Filtered keywords via Adwords API

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Vanja, The Account Performance Report will return metrics at the account level, hence this is matching with the metrics on the Campaign tab in the UI. On the other hand, Keywords Performance

Re: Question about payment

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, I am not familiar with your service. Is this a platform or application that you developed, or is it a third party platform for which you bought a license or subscription? Are you using AdWords API to perform the request for money? Please let me know. Regards, Dhanya,

Re: GSP / Gmail Ad in AdGroupAdService

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Here is brief summary of the issue that happened on the forum thread, so that other forum users can take a look: The campaign under question is of the type* Display Network only - Gmail*. This indicates that the specific Campaign and Ad was most likely created from the new AdWords UI.

Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, We are aware of this issue. Our team is currently looking into this. I'll keep you posted as soon as I have any updates about this. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Python SDK, Test Account: No campaigns were found

2018-02-09 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Here's a brief summary of the last discussion as this might help other forum users who might be facing a similar issue: The user was using the MCC account ID to retrieve the campaigns. You will need to use the customer Id of the AdWords client account to make CampaignService.get() API

Getting a AdsCommon::Errors::OAuth2VerificationRequired

2018-02-09 Thread Arjun Rajkumar
Hey all, I'm trying to use the Adwords API Library but running into this error: -- AdsCommon::Errors::OAuth2VerificationRequired excluded from capture: DSN not set AdsCommon::Errors::OAuth2VerificationRequired (AdsCommon::Errors::OAuth2VerificationRequired): -- I ran the 'ruby

Re: Getting a AdsCommon::Errors::OAuth2VerificationRequired

2018-02-09 Thread Arjun Rajkumar
I'm using the API using my own credentials - using the installed application flow. This is the code I use : # Creates an instance of AdWords API class. Uses a configuration file and # Rails config directory. def create_adwords_api() @api = AdwordsApi::Api.new({

Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please retry your request and see if it is working for you? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Display Ad preview (Video Thumbnail)

2018-02-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Ad type = TEMPLATE_AD can refer to any of the ads created using AdGroupAdService and the TemplateAddata type. Please refer this guide for more clarity. However, via API, the closest to Video Campaigns you can have is

Re: What about areas that are not targetable?

2018-02-09 Thread Jens Theisen
Yes, you're right. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Error API First Call

2018-02-09 Thread santiagoruffino
What would the client customer id be? Because try to paste several numbers that they suppose they are, but none worked. Thank you El jueves, 8 de febrero de 2018, 16:32:59 (UTC-3), Dhanya Sundararaju (AdWords API Team) escribió: > > Hi, > > The error >

Get conversions errors with python client

2018-02-09 Thread Петр Ботов
Hello everyone! I have a task to get a list of errors from the conversions download page. But I can't realize how to do it. The point is that i cant figure out how to get these details through the api client. All I need is to get a list of files and errors. Is it a report or what? I would

ADGROUP_KEYWORDS_PER_ACCOUNT - Como posso resolver?

2018-02-09 Thread shopfacil . one
Olá, Tenho recebido o seguinte erro quando tento fazer envios via API para add Product Partition OfferId. EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[305] (enclosingId=4809515869, limit=500, accountLimitType=ADGROUP_KEYWORDS_PER_ACCOUNT, existingCount=4999695),

Adwords api conversions list

2018-02-09 Thread Петр Ботов
Hello everybody! I have a task to collect the information about adwords conversions errors at the tracking download page. What i need to get is list of al files with errors that they have. The problem is that i don`t understand what I am looking for. I mean that it is not clear for me what it

Question about payment

2018-02-09 Thread admin
Hello, everybody. We have service where users can deposit money from our service to adwords. Service have commision for it. So how it looks like: a) user deposit on our account sum = N; b) our service send request to adwords "take money from our account for sum = N - service commision. But always

TargetingIdeaService getting RateExceededError.RATE_EXCEEDED

2018-02-09 Thread Dimitri Levin
Hi, we have a problem with TargetingIdeaService-Requests. We are getting for a while for the first requests RateExceededError.RATE_EXCEEDED independent if this the first request of the day or not. So it is not much requests pro Minute. *2018-02-09 09:02:50,281 WARN

Re: Geographically located countries, cities and regions id

2018-02-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, You may use the Geo Performance Report which includes all statistics aggregated at the country/territory level. For ids like CityCriteriaId

Display Ad preview (Video Thumbnail)

2018-02-09 Thread Oksana Sulyma
Hi guys, We have a client that would like to see Video Preview next to his Display Ads in reports that we produce. So we show data we get from Adwords Ad Performance Report. Am I correct that if Ad has Ad type = TEMPLATE_AD (Display ad) - this is video? Is there any way to pull this video