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({
:authentication => {
  :method => 'OAuth2',
  :oauth2_client_id => 'XXX' ,
  :oauth2_client_secret => 'XXX',
  :developer_token => 'XXX',
  :client_customer_id => '843-812-3425',
  :user_agent => ""
},
:oauth2_token  => {
  :access_token => 'XXX' 
},
:service => {
  :environment => 'PRODUCTION'
}
  })
return @api
  end


--


THanks

Arjun

On Saturday, 10 February 2018 04:27:41 UTC+5:30, Arjun Rajkumar wrote:
>
> 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 setup_oauth2.rb' - to get the verification code - and it 
> automatically modified my adwords_api.yml file. 
> I entered the verification code in the terminal - and it updated the 
> adwords_api.yml file.
>
>
> I'm running the code on this while getting the error - 
> https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/README.md
>
> campaign_srv = adwords.service(:CampaignService, :v201708)
>
> campaigns = campaign_srv.get({:fields => ['Id', 'Name', 'Status']})
>
>
> Can anyone help with. I'm stuck on this for a few hours.
>
> Thanks, 
>
> Arjun
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ec6aad2-2558-4e54-a11b-925cce08bb1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 setup_oauth2.rb' - to get the verification code - and it 
automatically modified my adwords_api.yml file. 
I entered the verification code in the terminal - and it updated the 
adwords_api.yml file.


I'm running the code on this while getting the error 
- 
https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/README.md

campaign_srv = adwords.service(:CampaignService, :v201708)

campaigns = campaign_srv.get({:fields => ['Id', 'Name', 'Status']})


Can anyone help with. I'm stuck on this for a few hours.

Thanks, 

Arjun

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/893b671c-4a49-4006-892f-4708f122fa44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cafb567f-f577-4310-a3ae-1e283477cd5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the Video Performance Report 
,
 
but, unfortunately, it does not give the video preview that you are looking 
for.

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7ee310b8-6187-4b01-b990-9955e5f5e079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Report 

 is 
generated at the keyword level with one row per keyword. The Cost in the 
Keywords Performance report will be the total cost for the keywords 
equivalent to the Cost in the Keywords tab. Hence Cost 

 in 
the Account Performance Report is not equivalent to the Cost 

 in 
the Keywords Performance Report. You may refer to this guide 
 on how total 
cost are calculated in the account. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e274c7ab-b1d0-4052-8c2a-502898cd8371%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f82d18c-6292-4ab9-ac14-3372c1fc7e56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b4620994-091d-43d6-b0e9-e6b44dfd2ad6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 

 field. 
You will need to update that to the AdWords API scope: 
*https://www.googleapis.com/auth/adwords*. Also, please make sure that you 
are using the OAuth tokens generated with the AdWords API Scope as 
mentioned in this blog 
.
 
The error that you are getting doesn't seem to be because of this. But, you 
will still need to make the changes to the scopes as the support for old 
scope is being removed. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93a9152c-aded-4ee0-b69d-9a6e07bca64a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
Performance Report 

 
or AdGroupCriterionService.get() 

 
API call to get number of criteria in account. 

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f109628-841e-402c-abdb-d16a8b281742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05c5e12d-6b72-4e1e-9b01-1ed399690aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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();
$oAuthInfo->setHttpMethod('GET');
$oAuthInfo->setHttpRequestUrl('https://www.googleapis.com/auth/plus.business.manage');
$oAuthInfo->setHttpAuthorizationHeader('Bearer '.$gmb->getAccessToken());
$feedData->setOAuthInfo($oAuthInfo);
$feed->setSystemFeedGenerationData($feedData);
$feed->setOrigin(FeedOrigin::ADWORDS);

$feed_operation = new FeedOperation();
$feed_operation->setOperand($feed);
$feed_operation->setOperator(Operator::ADD);

$feed_service->mutate(array($feed_operation));


Return error: FeedError.GMB_ACCESS_ERROR @ operations[0].operand.
systemFeedGenerationData.gaiaId

If using "businessAccountIdentifier" i'm get error: 
FeedError.BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT 
@ operations[0].operand.systemFeedGenerationData.businessAccountIdentifier


The error appeared a day ago, by itself (the source code was not touched)

Who will say what kind of errors?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2638b940-d1bb-4c4a-9306-674269f14f6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29e4d61c-8e07-4d96-b43c-cc89fe7ed79f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a9a7424-fe75-4a92-85b8-983e64d830cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 request.

Feel free to open a new thread for any similar or new concerns. Our team 
will take a look and assist you further. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b161a337-870f-4c5d-bdba-a253a0eccebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 set to zero. On the other hand, if the campaign has metrics for 
that specific date range, this will return the data based on the request 
query and segmented fields in your reports.

Feel free to open a new thread for any new concerns, so our team can take a 
look. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/99aa301c-7ae8-4426-869a-225fd074b638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. I followed the steps corresponding to the new UI in this 
guide 

 and 
could see that the Gmail Ads created this way was not returned by the 
AdWords API (reports or service). The Ads created from the old UI was being 
returned by the reports and services as a template ad with id 464. The Ad 
type with Gmail Ad is not supported by the API yet and that is different 
from the Template Ad with Id 464. You will be able to track this data using 
the Ad Performance Report 

 where 
the AdType 

 for 
this specific ad will be returned as blank. Our team is currently working 
on this issue to return this field as UNKNOWN.

Feel free to open a new thread if you're facing a similar issue, so our 
team can assist you with this. 

Regards,
Bharani, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2390dd80-2d93-4e26-97a0-f70110828669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 preview thumbnali from API using Ad 
Performance report IDs? 
Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b27dc136-3379-4bb6-bef0-6d44666c668e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
> 
>  that 
> you are receiving is because the client customer id has not been specified. 
> You will need to specify the client customer id for which you want the 
> CampaignService run, in the googleads.yaml 
> 
>  file 
> or you may change client customerid at runtime 
> 
> . This  guide may be 
> handy to get all your setup done. Please let me know if you have further 
> questions.
>
> Regards,
> Dhanya, AdWords API Team
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/620bf1c6-9827-4e91-ba4c-7c212a26bcc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 appear captcha or some firewall request.
Can somebody know, how to solve this problem?
Thank you an advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/529c9469-b3c7-4f72-ad0e-cca6ffdc51c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 is, a report or 
what? Wich methods should i use and what are the items that i shuold pull 
from there? I try to use python library and the auth is already working, i 
can use the samples, but no luck with these conversion errors tha are on 
screenshot attached. Thank you all in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67594f55-7d7e-4646-80b0-3d774e357430%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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), 
EntityCountLimitExceeded.ACCOUNT

O problema é que não encontro na conta essa quantidade de itens, nem de 
Keywords, nem de grupos, nem de anúncios. 

Como posso saber de onde vem esse problema?

Agradeço desde já.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e7b470b-c929-497b-93d2-1ad0fa17e7ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 really appreciate your 
help! Thank you in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dc324c2-df9e-4d48-bb32-09b8446f7a77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/55da0364-5d2d-414c-b4c3-000ec6b6b514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 
> ,
>  
> it means that you have a high number of requests per second and you need to 
> slow 
> down 
> .
>  
> There might be other requests in your AdWords account from a different user 
> or from different processes on which the AdWords system was able to detect 
> that you have a high number of requests per second, thus this error was 
> generated.
>
> However, if you can confirm that there are no other processes or other 
> requests that triggers this error aside from your own request, then can you 
> provide your whole SOAP request and response logs via *Reply privately to 
> author* so I can further investigate?
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ad2abdb6-7056-46e2-ad44-2457d7a5051a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
,
 
it means that you have a high number of requests per second and you need to 
slow 
down 
. 
There might be other requests in your AdWords account from a different user 
or from different processes on which the AdWords system was able to detect 
that you have a high number of requests per second, thus this error was 
generated.

However, if you can confirm that there are no other processes or other 
requests that triggers this error aside from your own request, then can you 
provide your whole SOAP request and response logs via *Reply privately to 
author* so I can further investigate?

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a83cfec8-f485-4437-a79f-56358132c81b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 

, CountryCriteriaId 

, MetroCriteriaId 

, RegionCriteriaId 
,
 
etc., you can look up the corresponding name and other information using 
LocationCriterionService 

 or using geo targeting spreadsheet 

. Feel free to write back if you need further information.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/13d0dc68-843d-4a9a-93d2-fac298a7c083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger:148
 
- Request made: Service: TargetingIdeaService Method: get clientCustomerId: 
x URL: 
https://adwords.google.com/api/adwords/o/v201710/TargetingIdeaService 
Request ID: 000564c2f45dfe780a56ab114205ebc3 ResponseTime(ms): 416 
OperationsCount: 1 IsFault: true FaultMessage: 
ApiException{applicationExceptionType=ApiException, 
errors=[RateExceededError{apiErrorType=RateExceededError, 
errorString=RateExceededError.RATE_EXCEEDED, fieldPath=, 
rateName=RATE_LIMIT, rateScope=ACCOUNT, reason=RATE_EXCEEDED, 
retryAfterSeconds=30, trigger=}]} *



*2018-02-09 09:03:20,939 WARN 
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger:148
 
- Request made: Service: TargetingIdeaService Method: get clientCustomerId: 
xx URL: 
https://adwords.google.com/api/adwords/o/v201710/TargetingIdeaService 
Request ID: 000564c2f6373ae80a5643567e04a46d ResponseTime(ms): 40 
OperationsCount: 1 IsFault: true FaultMessage: 
ApiException{applicationExceptionType=ApiException, 
errors=[RateExceededError{apiErrorType=RateExceededError, 
errorString=RateExceededError.RATE_EXCEEDED, fieldPath=, 
rateName=RATE_LIMIT, rateScope=ACCOUNT, reason=RATE_EXCEEDED, 
retryAfterSeconds=30, trigger=}]} *


We are making 2 Requests (getKeywordSearchVolume() and getKeywordIdeas) 
sequentially. 


It was working fine for a half Year. 

Can you help us to clear this issue?

Thx 

Dimitri

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3157a9f0-653f-4a37-8f03-de04ca5974a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.