Re: Convert this SQL code to adwords PHP

2018-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken,

As seen in this section 
 of 
our AWQL guide, the OR condition is currently not supported in the AWQL 
used by the AdWords API in its reports and services. You will need to 
create a separate request for the records you wish to be included 
supposedly in the OR condition.

Best regards,
Peter
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/e48b8451-6bc8-45bd-9de2-3716bc8891ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Convert this SQL code to adwords PHP

2018-01-04 Thread kendan


// Create selector.
$selector = new Selector();
$selector->setFields(['CampaignId', 'AdGroupId', 'Id', 'Criteria',
'CriteriaType', 'Impressions', 'Clicks', 'Cost']);

// Use a predicate to filter out paused criteria (this is optional).
$selector->setPredicates([
new Predicate('Status', PredicateOperator::NOT_IN, ['PAUSED'])]);


The PHP code above produces the SQL code below.

SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, QualityScore
FROM CRITERIA_PERFORMANCE_REPORT
WHERE Status IN [ENABLED, PAUSED] and HasQualityScore='TRUE'


Here is the real question. What if I change the "and" to "or".




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c1ff3c48-789c-4f48-92aa-2c1b4c65d599%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to redirect users to AdWords through Link URL

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon,

I deleted your original post as your attachments contain confidential 
information. Reposting your original post without the attachments:

I want to redirect users to AdWords from our platform, but I'm not sure 
what kind of URL I should use.

 

Link Destination I need are (refer to image I attached):
  1) First page of specific Ad Account 
  2) Specific campaign manage page

 

Also every campaign manage page has different URL and we want to know how 
to create this URL.
This is the URL I copied from one of our campaigns in AdWords:
https://adwords.google.com/aw/overview?campaignId=ocid=&__c=
&authuser=1&__u=

 

It
 
seems this URL has some kind of format that directs to this specific 
campaign.
Can you tell us what each number stands for and also give us the guide to 
create this URL?
• campaignId=&
• ocid=&__
• c=&authuser=1&__
• u=


In the future, please do not include any private information such as 
clientCustomerId in your public post. You can refer to this guide 
 before 
posting.

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/99b9cc17-313c-4b0e-86d9-f373a2fe04a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to redirect users to AdWords through Link URL

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon,

Your concern seems to be more specific to the AdWords UI, particularly, in 
identifying the content of the web URL. Since your concern is more on the 
AdWords UI, and not the AdWords API, I suggest to post this in the AdWords 
Community Forum 
 
as 
the product team can better assist you on this.

In the AdWords API perspective, these web URLs could not be manually 
created or be retrieved as a whole URL.

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/52f18434-9d0b-4bcc-b21e-0e34597175ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Individual services calls vs Batch jobs vs adhoc reports for full account structure downloads

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bryan,

For your first question, you are correct. Batch processing 
 using 
BatchJobService 

 is 
for mutate calls only of the supported services and operations (e.g. 
CampaignService.mutate()), so retrieving your data in batch is not possible 
with this service.

For your second question, if your goal is just to get the data (e.g. 
campaigns, ad groups, etc.) with or without statistics, then you may 
generate a report so you don't have to worry for the paging limit as 
discussed here 
 (Start 
index of request). In regards to the real time data in reports, if you are 
only getting attributes, and not metrics (e.g. Impressions, Clicks), then 
the attribute data is in real time. Metrics are delayed for up to 3 hours 
as discussed here .

The advantage of generating a report is that you may generate all your data 
for an object (e.g. campaigns via Campaign Performance Report) via *one 
report request* as there is no file size limit. However, this does not 
guarantee that it will always download your report as there may be times 
that the server *may return an error* if your report is too large as 
discussed here 
.

For the reports, you can refer to this guide 
 for more 
information and to these PHP reporting examples 
.

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/ae67dcce-3d96-4f94-a1cc-7ead2463ab8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Restrictions on manager account level Shared Sets

2018-01-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim,

Thank you for your question, however, it appears to be more of a product 
level query rather than specific to the AdWords API. This said, I would 
recommend that you consult the product experts over at the AdWords 
Community Forum 
 
as 
they are more equipped to assist you on this.

Best regards,
Peter
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/8516b477-a378-48d5-9923-e34a92a51f91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error in conection with Google Adwords PHP API

2018-01-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Miguel,

It seems this error is specific to the configuration of PHP client library 
and not the AdWords API. This being said, could you try and see if the 
suggestions mentioned here 
 resolves your 
issue? If it doesn't, I would recommend that you get in touch with the PHP 
library owners via this link 

 for 
further assistance.

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/06a95bde-687b-4afa-a7e5-95ad3a33357b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread HK
I have replied privately to Bharani with further details.

On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri 
(AdWords API Team) wrote:
>
> Hello Hans, 
>
> We can definitely take a look at this issue. From what I understand, 
> you're experiencing a discrepancy with the clickType field in your Ad 
> Performance Report. If that's the case, could you share us the complete 
> report 
> definition 
> 
>  along 
> with the clientCustomerId, so I can take a look? Please use *Reply 
> privately to author* option to share the details. 
>
> Regards,
> Bharani, AdWords API Team
>
> On Monday, December 25, 2017 at 9:46:07 PM UTC-5, Thao wrote:
>>
>> Hi all, 
>>
>> current, in my download data AdWords API return empty for fields "AdType" 
>> and "Headline", any change on API or error, give me a hand, thank you.
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/de0d4793-8502-47c3-911c-546a2494093b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Restrictions on manager account level Shared Sets

2018-01-04 Thread 'Tim Tsai' via AdWords API Forum
Hi there,

I am interested in applying many shared sets (negative keyword lists) 
across many client accounts under one larger manager account.

I know that if I were to build and attach individual shared sets across 
each client account, each client account would have a limit of:

   - 20 shared sets per account
   - Each shared set max of 5000 negative keywords
   - Each Search campaign can accept a maximum of 10,000 negative keywords
   - Each display campaign can accept a maximum of 5000 negative keywords.

Let us say that I have 20 shared sets, each with 1500 negative keywords, 
that I want to apply to all campaigns. If I build these at the *manager 
account level* and attach them to all accounts under this manager account, 
will I face the same/similar restrictions to the ones I described above? 

I know that any negative list shared from a manager account does not count 
towards the 20 shared sets applied to each client account.


Thanks!
Tim

-- 
---
essenceglobal.com 
Facebook  • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/24662609-5db7-4011-b124-0ba4b3afc54f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error in conection with Google Adwords PHP API

2018-01-04 Thread Miguel Torres
I´m trying to make a conection with the API of Google Adwords, after make 
the instalation using Git Clone and Composer Install  
, then I 
extract the refresh token via 
GetRefreshToken.php 

 but, 
when I try to get the first call to the API via the file GetCampaigns.php 
,
 
it shows the next error message :

*Fatal error*: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing 
WSDL: Couldn't load from 
'https://adwords.google.com/api/adwords/cm/v201708/CampaignService?wsdl' : 
failed to load external entity 
"https://adwords.google.com/api/adwords/cm/v201708/CampaignService?wsdl"; in 
C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php:68
 
Stack trace: #0 
C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php(68):
 
SoapClient->SoapClient('https://adwords...', Array) #1 
C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\AdWords\v201708\cm\CampaignService.php(146):
 
Google\AdsApi\Common\AdsSoapClient->__construct('https://adwords...', 
Array) #2 [internal function]: 
Google\AdsApi\AdWords\v201708\cm\CampaignService->__construct(Array) #3 
C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php(39):
 
ReflectionClass->newInstanceArgs(Array) #4 
C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClientFa
 
in 
*C:\xampp\htdocs\google_api\googleads-php-lib\src\Google\AdsApi\Common\AdsSoapClient.php*
 on 
line 
*68*
Can anybody tell me why it shows this error message?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/60ec4ea9-3d69-4a21-a4b1-8f49cdd557c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Individual services calls vs Batch jobs vs adhoc reports for full account structure downloads

2018-01-04 Thread Bryan
Hi, I currently use the api (via the PHP SDK) to download the full account 
structure including campaigns, ad groups, keywords, ads, and labels. I use 
each individual service's get() method to retrieve these (CampaignService, 
AdGroupService, AdGroupAdService, AdGroupCriterionService, LabelService). The 
account is large so some of these get() requests have to be run in a loop 
(with specific selectors) since they would otherwise hit the 100,000 "start 
index" api limit for result pages. 

I have two questions:
- It looks like BatchJobService is only for mutate calls, and would not 
help to download account data faster - is that correct?
- Would the "adhoc reports" feature suggested in the docs provide all this 
data faster? Looping get() requests takes a long time for a full account 
download. Also, do adhoc reports guarantee realtime data?

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/50d56823-19ea-4fc0-854b-e8ed9fffda1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hans, 

We can definitely take a look at this issue. From what I understand, you're 
experiencing a discrepancy with the clickType field in your Ad Performance 
Report. If that's the case, could you share us the complete report 
definition 

 along 
with the clientCustomerId, so I can take a look? Please use *Reply 
privately to author* option to share the details. 

Regards,
Bharani, AdWords API Team

On Monday, December 25, 2017 at 9:46:07 PM UTC-5, Thao wrote:
>
> Hi all, 
>
> current, in my download data AdWords API return empty for fields "AdType" 
> and "Headline", any change on API or error, give me a hand, thank you.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a3409de-dda1-42c7-aacb-018c628e7628%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

As mentioned earlier, there is no specific range for the Request Per Second 
limit. You will need to wait for the amount of time specified in the 
retryAfterSeconds, and then retry the request again. You may refer to this 
guide 

 for 
more information. Let me know if you have any other questions. 

Regards,
Bharani, AdWords API Team

On Thursday, December 28, 2017 at 1:28:07 PM UTC-5, bukaroo wrote:
>
> Hello,
>
> I can't find any decent info the API documentation:
>
> This page talks lengthy about rate limits:
> https://developers.google.com/adwords/api/docs/guides/rate-limits
>
> Yet it doesn't indicate any number regarding the max. limit of concurrent 
> requests. 
>
> Is it 2? 5? 10? 100? how should we tell?
>
> Rather than concurrent limit, I would perhaps use a batch operation, but 
> if this is the page that details the supported operations:
>
> https://developers.google.com/adwords/api/docs/guides/batch-jobs
>
> Then I guess it's not possible, as I want to modify param1 and param2 for 
> each keyword, by using the AdParam Service, which is not listed there.
>
> Please advise.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7570a57-742b-4620-b064-a86a40746fce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Very slow batch job uploads (5.5+ hours)

2018-01-04 Thread Bryan
Hi, I have replied privately with the details, please let me know if you 
need any more information, thanks.

On Wednesday, January 3, 2018 at 10:22:54 PM UTC-5, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Bryan,
>
> To further check this, can you provide your clientCustomerId and your 
> batch job ID? Please *reply privately to author* with your details.
>
> 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/0a3e882b-caec-4bf7-861a-c8344b561464%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google adwords certificate download issue

2018-01-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Usually this error is due to an issue in your network layer. Please find 
the steps to import the Certificate as a Trusted Certificate in the oracle 
documentation 
. 
For getting started with SSL please check this 
 AdWords help 
center article. You could also take a look at this 

 thread 
which is about the same issue.

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/47737748-1841-4576-842c-e9ca5e5d7ab1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-04 Thread HK
Bharani/Thao,
 

> Unsure if our issue is related, but on 11/18/17, our AD_PERFORMANCE_REPORT 
>> stopped returning clickType="Headline" for what I believe is all our 
>> accounts. Prior to that, we'd always get clickType="Headline" as well as 
>> other click types for the same ad, such as a PLA. Now we are getting the 
>> other click types for each ad, just not headline. No code changes were made 
>> on our side. We are also on v201705. I'll be happy to provide more details 
>> if you guys believe it's the same issue.
>>
>
Thanks,
Hans 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7bf322ac-b876-4a7a-81ef-b44911725cbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread bukaroo
Hello,
What is the Request Per Second limit then? I can't find any particular 
number in the links.

Thanks


On Wednesday, January 3, 2018 at 8:39:05 PM UTC+2, Bharani Cherukuri 
(AdWords API Team) wrote:
>
> Hello, 
>
> The API does not limit the number of concurrent requests being sent via a 
> number of threads, however, doing so can exceed the Requests Per Second 
> limit at the developer token level. It is recommended that you set a 
> reasonable upper bound for the total number of concurrent threads that are 
> going to make requests to optimize your throughput without exceeding the 
> rate limit. You may refer to this guide 
> 
>  for 
> more information. You can also take a look at our rate sheet guide 
>  as a 
> reference on how the operations are counted towards daily limits. Let me 
> know if you have any other questions. 
>
> Regards,
> Bharani, AdWords API Team
>
> On Thursday, December 28, 2017 at 1:28:07 PM UTC-5, bukaroo wrote:
>>
>> Hello,
>>
>> I can't find any decent info the API documentation:
>>
>> This page talks lengthy about rate limits:
>> https://developers.google.com/adwords/api/docs/guides/rate-limits
>>
>> Yet it doesn't indicate any number regarding the max. limit of concurrent 
>> requests. 
>>
>> Is it 2? 5? 10? 100? how should we tell?
>>
>> Rather than concurrent limit, I would perhaps use a batch operation, but 
>> if this is the page that details the supported operations:
>>
>> https://developers.google.com/adwords/api/docs/guides/batch-jobs
>>
>> Then I guess it's not possible, as I want to modify param1 and param2 for 
>> each keyword, by using the AdParam Service, which is not listed there.
>>
>> Please advise.
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad9da589-14a9-45cf-aa6c-83c8a62c0f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-01-04 Thread 'Raneen Bsais' via AdWords API Forum
Hi Peter,
this error not always reprduce , we didn't catch this excption by debugging 
, it happens sometiems for our clients ,
and even after the client try again the issue desapper.
the main problem that the issue happen and if try it not happen . 

Regards,
Raneen.


On Thursday, January 4, 2018 at 7:56:51 AM UTC+2, Peter Oliquino wrote:
>
> Hi Raneen,
>
> Thank you for sending the requested information. Upon trying out your 
> report and by also using the 201702 version of the AdWords API, I was able 
> to successfully generate it on my end and did not encounter the error 400. 
> This being said, could you confirm if you are still encountering the issue?
>
> Best regards,
> Peter
> 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/221e663f-78e7-4656-86db-00f9c190c450%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple adwords account login details api

2018-01-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Sandhiya,

Since this is somehow related to your other post 
,
 
then I'm afraid that there is currently no direct feature available in the 
AdWords API that will allow you to dynamically retrieve the OAuth2 
credentials and use them against their respective accounts. What I can 
recommend is that you create a file and store all those credentials (client 
id, client secret, refresh token, etc.) for each gmail login in that file 
that you can later on read when you switch accounts. You can refer to this 
guide 

 on 
how to create or set each attribute from the AdWordsSession.

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/3cc161eb-27c4-4011-8164-f39257f2cf82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Google adwords certificate download issue

2018-01-04 Thread kcauapi1
Hi Team,

We are facing some ssl issue while accessing google adwords api using Java 
client. Inorder to solve that issue, we need to add the google adwords 
certificate(attached certificatescreenshot.png) to our Java keystore. 

But we are not able to download the certificate. So can you please help us 
or provide steps for how to download the adwords certificate(url : 
https://adwords.google.com).

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/1e545bf9-60d1-452a-8280-1fd64f64eb29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Google adwords api certificate download issue

2018-01-04 Thread kcauapi1
Hi Team,

we are getting ssl error while accessing google adwords api. Inorder to 
solve that issue, we need to add adwords certificate(attached screenshot).

we are unable to download certificate from adwords. So, could you please 
provide the steps to download adwords certificate.

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/54e5ef45-85ee-43ea-a396-1608b813aeaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the installed count in Campaign Performance Report for UAC campaigns

2018-01-04 Thread Jikai Zhang
Hi Vincent,

Thank you, expect this metric will be supported in the future.


On Thursday, January 4, 2018 at 4:51:08 PM UTC+8, Vincent Racaza (AdWords 
API Team) wrote:
>
> Hi Jikai,
>
> The Installs metric is not yet supported in the Campaign Performance 
> Report 
> 
>  as 
> well as the other report types 
> 
>  that 
> supports UAC campaigns. Please follow our blog 
>  to 
> receive updates on if and when this will be available.
>
> In regards to the differences between the values of Conversions and 
> Installs metrics, I assume that you were able to check this via the 
> AdWords UI. Since this concern is more on the AdWords product level, then I 
> suggest to post your concern in the AdWords Community Forum 
> 
>  as 
> their team can better assist you on this.
>
> 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/52ccd485-1a8f-49f8-b346-78599b33a0d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AWQL Reporting slowdown?

2018-01-04 Thread AdWordsApiUser
Starting December 23rd/24th, I have seen a significant *speed up* in the 
reporting API responses. Anyone else noticed this? It is still not back to 
the pre-September 7 levels, but there is a noticeable 20% or more 
improvement. Could the API team do more of this magic that happened? Thanks 
:)


On Thursday, December 21, 2017 at 11:29:13 PM UTC+1, chris.s...@outlook.com 
wrote:
>
>
>
> On Monday, 11 September 2017 17:01:38 UTC+2, AdWordsApiUser wrote:
>>
>> Hi Team,
>>
>> We're noticing a significant slowdown in the throughput of the AWQL 
>> Reporting using the API since last week, where we're spending about 30%-40% 
>> more time than usual. Is this a known issue, or something that is being 
>> changed? Any insights will be appreciated.
>>
>> Cheers, and have a great week ahead!
>>
>> MG 
>>
>
> The response times for various parts of the API are in constant 
> fluctuation, with some responses taking around 200ms on some days, and over 
> 79 seconds other days. What is going on? Why is it so unstable?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ef9eb92c-0f57-4453-a539-25b2d6ca8813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the installed count in Campaign Performance Report for UAC campaigns

2018-01-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jikai,

The Installs metric is not yet supported in the Campaign Performance Report 

 as 
well as the other report types 

 that 
supports UAC campaigns. Please follow our blog 
 to 
receive updates on if and when this will be available.

In regards to the differences between the values of Conversions and 
Installs metrics, I assume that you were able to check this via the AdWords 
UI. Since this concern is more on the AdWords product level, then I suggest 
to post your concern in the AdWords Community Forum 
 
as 
their team can better assist you on this.

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/757f2b76-aed6-4f6f-b5ef-7edc07bee0e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Multiple adwords account login details api

2018-01-04 Thread developer . djax
Hi,

Thanks for answering my question 'Multiple adwords account different gmail 
id login'. I need to use multiple accounts with different gmail id login to 
access and create adwords campaign. What should i do for these. Is there 
any api support avaliable.

Thanks,
Sandhiya.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/53c93393-1c60-4a1d-bcda-41c872d84813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.