Re: location extension icon

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello Tom,

Let me clarify, are you having troubles with AdWords API?
Unfortunately, this forum is intended for AdWords API discussion.
For general questions for AdWords, could you please ask it on the relevant 
forum?

Best,
- Takeshi, AdWords API Team

On Friday, January 18, 2013 2:50:30 AM UTC+9, Tom Pierce wrote:

 were does the location extension icon show up? i have one of the custom 
 icons selected but it never shows up on the map next to the listings on a 
 normal search even when the ad is in the number 1 position. it never shows 
 up on a maps search. i have spoke to 10 different customer service reps 
 that have then spoken to the techs. they are not sure were and when it 
 shows up. one of them said he has only seen it once in 3 years. it is 
 mentioned in the googles help section that selecting a special icon will 
 help increase the clicks. i don't see how this is true if it never shows up.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Getting INVALID_CRITERION_ID after account was suspended/reactivated

2013-01-24 Thread technicalblueglass
My developer token was suspended for billing. When it was reactivated four 
hours later, all keyword requests with location and language params set, 
return this error:

CriterionError.INVALID_CRITERION_ID @ 
selector.searchParameters[0].locations[0], 
CriterionError.INVALID_CRITERION_ID @ selector.searchParameters[2].
languages[0]

I would blame the code too, but even the samples return that INVALID_
CRITERION_ID now. The code hasn't been changed in months. Anyone 
encountered this before?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Ddoes negative keyword on the ad group level return a google id?

2013-01-24 Thread sruly epstein
Does a negative keyword added on the ad group level return a unique google 
id associated with that specific keyword? And if not, how does one use the 
delete keyword api without a unique id?
Thanks in advance for your help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: If I use creation functionality I must also have all required reporting features?

2013-01-24 Thread info
Anyone? :)

Op zondag 20 januari 2013 20:06:47 UTC+1 schreef in...@online-rendement.nl 
het volgende:

 Hi,

 Just to be sure. Because I'm not really sure how to read the RMF doc:

 If I have any creation functionality in my app, I must also have all 
 required reporting features + required management features? Is this correct?

 Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Find all customers who use adwords api managing their campaigns

2013-01-24 Thread adwords
assuming mysql, I would go with SELECT count(*) as count from 
CustomerApiUser group by customer_id

That assumes the customer_id column is within the CustomApiUser group.

On Tuesday, January 22, 2013 8:35:30 PM UTC-5, Sittichai Jiampojamarn wrote:

 Hi,

 I'd like to find all customer ids (CIDs) who use AdWords API managing 
 their campaigns. I was wondering if we can find that information from 
 either from F1 ads database, sstable, bigtable, etc. I was trying to dig a 
 bit in F1. One table name looks like it is 
 F1:CustomerApiUser but then it contains only 37k customers -- 

 select count(distinct(info.customer_id)) from CustomerApiUser

 does it sound right? 

 Any pointer would be appreciated.

 Thank you,
 Sittichai


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Developer Token Eta

2013-01-24 Thread sem
MCC Customer ID: 540-670-9888
Pending Approval UIpdgmKhLWJmLHG0WbbUww

Hi Google Adwords Team,

Weve had API access, but not an dev token in our MCC for over a year now, 
and I requested a developer Token around the 8th January, however its still 
sitting at Pending, how can we expidite this process?

Please contact us soonest.

Thanks in advance.

Regards,
Joel- For AOT.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Google APIlity PHP Library for AdWords for v11

2013-01-24 Thread Mathiseelan V
please any one tell us how to use this package to load google advertisement

By 
Mathi

On Thursday, 18 October 2007 16:02:54 UTC+5:30, PHP Club wrote:

 Anybody know about
 Google APIlity PHP Library for AdWords for v11
 https://sourceforge.net/projects/google-apility/



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Token Approval Development Timeline

2013-01-24 Thread Rob Rudnicki
Note that when making this topic I am not asking for expedition of my 
company's application or clarification of the Token review teams' official 
review window.

I am asking for personal experiences that developers have had with the 
timeline for token approval. My Integration Services company has recently 
made a strong push in managing adwords campaigns for our customers, enough 
that we developed an Internal-Only application to help with the creation 
and deletion of ad-groups/keywords/display-ads based on our customers' 
inventories.

Once you reached the point of having radio silence from the review 
team(after you properly have submitted all requested materials and signed 
the terms of service), how long did it take you to receive a decision? Also 
how long ago did you go through the application process?

Need to decide whether we will need to develop another method to fulfill or 
if the horror stories of 5-6 months posted on other sited are typical.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello Akil,

Thanks for writing in.
Do you also have the request/response logs for CampaignAdExtension mutate?

I'd like to confirm if that should be included in the CustomerSyncService 
response.

Best,
- Takeshi, AdWords API Team

On Tuesday, January 22, 2013 1:56:32 AM UTC+9, Akil Burgess wrote:

 Hi All,

 The CustomerSyncService doesn't seem to be including addedAdExtensions or 
 deletedAdExtensions data. I've performed several CampaignAdExtension 
 updates (via the API and the AdWords web interface) in our test account and 
 the CustomerSyncService does not show any of these changes. When I perform 
 CampaignAdExtensionService get operations I can see the updated data so it 
 seems like this data should have been processed and reflected in the 
 CustomerChangeData.

 *All* - Is anyone else seeing this behaviour?

 *API Team* - Is this a bug? Can someone take a look?

 I have pasted my request and response logs at the end of this message. As 
 we can see other changes (adgroups) are showing in CustomerChangeData but 
 no adExtensions.

 Thanks in advance for any help!

 Akil


 *Request:*

 ?xml version=1.0 encoding=utf-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;!--POST 
 /api/adwords/ch/v201209/CustomerSyncService
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client 
 Protocol 4.0.30319.18010)
 VsDebuggerCausalityData: 
 uIDPoweSfT+RGipEr2AHcUx8fKcAfOeL1Iv+IUKx5K82Sb8Y4cEEsc5nCVxBn3ybnrh+mf8ACQAA
 Content-Type: text/xml; charset=utf-8
 SOAPAction: 
 Host: adwords.google.com
 Content-Length: 1463
 Accept-Encoding: gzip
 Connection: Keep-Alive
 TimeStamp: Mon, 21 Jan 2013 16:47:16 GMT
 --soap:HeaderRequestHeader xmlns=
 https://adwords.google.com/api/adwords/ch/v201209;authToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;**/authTokendeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;**/developerTokenclientCustomerId
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;2226963136/clientCustomerIduserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;** 
 (AwApi-DotNet/15.0.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.18010, 
 gzip)/userAgent/RequestHeader/soap:Headersoap:Bodyget xmlns=
 https://adwords.google.com/api/adwords/ch/v201209;selectordateTimeRangemin
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;20130118 00 
 UTC/minmax 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;20130121 
 164714 
 UTC/max/dateTimeRangecampaignIds110290473/campaignIds/selector/get/soap:Body/soap:Envelope


 *Response:*
 *
 *
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/
 !--Content-Encoding: 
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Content-Length: 455
 Cache-Control: private, max-age=0
 Content-Type: text/xml; charset=UTF-8
 Date: Mon, 21 Jan 2013 16:47:31 GMT
 Expires: Mon, 21 Jan 2013 16:47:31 GMT
 Server: GSE
 TimeStamp: Mon, 21 Jan 2013 16:47:16 GMT
 --soap:Headerns2:ResponseHeader xmlns:ns2=
 https://adwords.google.com/api/adwords/ch/v201209; xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;requestId0004d3cf3789ea980ab1540155c5/requestIdserviceNameCustomerSyncService/serviceNamemethodNameget/methodNameoperations0/operationsresponseTime1486/responseTimeunits0/units/ns2:ResponseHeader/soap:Headersoap:Bodyns2:getResponse
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/ch/v201209;ns2:rvalns2:changedCampaignsns2:campaignId110290473/ns2:campaignIdns2:campaignChangeStatusFIELDS_UNCHANGED/ns2:campaignChangeStatusns2:changedAdGroupsns2:adGroupId6213230793/ns2:adGroupIdns2:adGroupChangeStatusFIELDS_CHANGED/ns2:adGroupChangeStatus/ns2:changedAdGroupsns2:campaignTargetingChangedfalse/ns2:campaignTargetingChanged/ns2:changedCampaignsns2:lastChangeTimestamp20130121
  
 163552 
 UTC/ns2:lastChangeTimestamp/ns2:rval/ns2:getResponse/soap:Body/soap:Envelope


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Access to Test Account

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello,

Can you please confirm you have filled in your biling info?
If you have, please let us know again.

Best,
- Takeshi, AdWords API Team

On Wednesday, January 23, 2013 11:47:50 AM UTC+9, AcidPAT wrote:

 I added an Account to our MCC, and filled out the form to make this a Test 
 Account.

 I immediately started running the sample application with this Account ID, 
 I can only get as far as QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
 trigger:'null'

 From other posts in this forum, it seems that this type of error is 
 associated with the MCC account, not the Test Account.  
 However, I ca not find anything missing from our MCC account setup.

 Help Appreciated,


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Adwords API giving incorrect volume

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hello,

Can you please confirm again you are using AdWords API?
The version name should be like vMM (such as v201209.)

And please let us know what service you are using and elaborate it more 
what part is wrong?

Best,
- Takeshi, AdWords API Team

On Wednesday, January 23, 2013 7:28:47 PM UTC+9, rizo wrote:

 Hi I am using v2.0.50727 of the adwords api and I think it's giving me the 
 incorrect volume for some keywords.

 An example would be boys watches which is giving zero volume for the last 
 12 months why is this? I am using exact matching uk.

 Rizo


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Adwords API UNITS used

2013-01-24 Thread Takeshi Hagikura (AdWords API Team)
Hi,

AdHoc reports don't cost API units.

Basically you can query operation counts you have made using 
InfoServicehttps://developers.google.com/adwords/api/docs/reference/latest/InfoService
.
You should specify what Service are you querying (such as CampaignService), 
but operation counts for AdHoc reports is not available, there is no 
corresponding service.

Best,
- Takeshi, AdWords API Team

On Wednesday, January 23, 2013 8:17:54 PM UTC+9, silv...@techwyseintl.com 
wrote:

 Hi,

 Iam using the adwords api to generate  ADHOC report for keywords 
 performance report. In addition to this I would like to get the no of API 
 calls used for  with the report result. Please help me.

 Thanks,
 Silvester


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Ddoes negative keyword on the ad group level return a google id?

2013-01-24 Thread Oliver
Yes, they do have a unique keywordId.  You can get these keywords from the 
Keyword Performance report specifying isNegative = true.

Oliver

On Wednesday, January 23, 2013 7:17:39 PM UTC, sruly epstein wrote:

 Does a negative keyword added on the ad group level return a unique google 
 id associated with that specific keyword? And if not, how does one use the 
 delete keyword api without a unique id?
 Thanks in advance for your help!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Adwords API giving incorrect volume

2013-01-24 Thread rizo
I am using Google.Api.Ads.AdWords.v201209 Targeting Idea Service I am 
requesting the volume for the keyword boy watches and it's returning 0 
for everything.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-24 Thread Akil Burgess
Hi Takeshi,

Thank you for your response. I have attached the logs for a 
campaignAdExtension mutate operation and then a subsequent 
CustomerSyncService get operation to this reply. Please let me know if I 
can provide anything else that may help.

Thanks,
Akil

On Thursday, January 24, 2013 8:59:35 AM UTC, Takeshi Hagikura (AdWords API 
Team) wrote:

 Hello Akil,

 Thanks for writing in.
 Do you also have the request/response logs for CampaignAdExtension mutate?

 I'd like to confirm if that should be included in the CustomerSyncService 
 response.

 Best,
 - Takeshi, AdWords API Team

 On Tuesday, January 22, 2013 1:56:32 AM UTC+9, Akil Burgess wrote:

 Hi All,

 The CustomerSyncService doesn't seem to be including addedAdExtensions or 
 deletedAdExtensions data. I've performed several CampaignAdExtension 
 updates (via the API and the AdWords web interface) in our test account and 
 the CustomerSyncService does not show any of these changes. When I perform 
 CampaignAdExtensionService get operations I can see the updated data so it 
 seems like this data should have been processed and reflected in the 
 CustomerChangeData.

 *All* - Is anyone else seeing this behaviour?

 *API Team* - Is this a bug? Can someone take a look?

 I have pasted my request and response logs at the end of this message. As 
 we can see other changes (adgroups) are showing in CustomerChangeData but 
 no adExtensions.

 Thanks in advance for any help!

 Akil


 *Request:*

 ?xml version=1.0 encoding=utf-8?soap:Envelope xmlns:soap=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;!--POST 
 /api/adwords/ch/v201209/CustomerSyncService
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client 
 Protocol 4.0.30319.18010)
 VsDebuggerCausalityData: 
 uIDPoweSfT+RGipEr2AHcUx8fKcAfOeL1Iv+IUKx5K82Sb8Y4cEEsc5nCVxBn3ybnrh+mf8ACQAA
 Content-Type: text/xml; charset=utf-8
 SOAPAction: 
 Host: adwords.google.com
 Content-Length: 1463
 Accept-Encoding: gzip
 Connection: Keep-Alive
 TimeStamp: Mon, 21 Jan 2013 16:47:16 GMT
 --soap:HeaderRequestHeader xmlns=
 https://adwords.google.com/api/adwords/ch/v201209;authToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;**/authTokendeveloperToken
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;**/developerTokenclientCustomerId
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;2226963136/clientCustomerIduserAgent
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;** 
 (AwApi-DotNet/15.0.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.18010, 
 gzip)/userAgent/RequestHeader/soap:Headersoap:Bodyget xmlns=
 https://adwords.google.com/api/adwords/ch/v201209;selectordateTimeRangemin
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;20130118 
 00 UTC/minmax xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;20130121 164714 
 UTC/max/dateTimeRangecampaignIds110290473/campaignIds/selector/get/soap:Body/soap:Envelope


 *Response:*
 *
 *
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/
 !--Content-Encoding: 
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Content-Length: 455
 Cache-Control: private, max-age=0
 Content-Type: text/xml; charset=UTF-8
 Date: Mon, 21 Jan 2013 16:47:31 GMT
 Expires: Mon, 21 Jan 2013 16:47:31 GMT
 Server: GSE
 TimeStamp: Mon, 21 Jan 2013 16:47:16 GMT
 --soap:Headerns2:ResponseHeader xmlns:ns2=
 https://adwords.google.com/api/adwords/ch/v201209; xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;requestId0004d3cf3789ea980ab1540155c5/requestIdserviceNameCustomerSyncService/serviceNamemethodNameget/methodNameoperations0/operationsresponseTime1486/responseTimeunits0/units/ns2:ResponseHeader/soap:Headersoap:Bodyns2:getResponse
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201209; xmlns:ns2=
 https://adwords.google.com/api/adwords/ch/v201209;ns2:rvalns2:changedCampaignsns2:campaignId110290473/ns2:campaignIdns2:campaignChangeStatusFIELDS_UNCHANGED/ns2:campaignChangeStatusns2:changedAdGroupsns2:adGroupId6213230793/ns2:adGroupIdns2:adGroupChangeStatusFIELDS_CHANGED/ns2:adGroupChangeStatus/ns2:changedAdGroupsns2:campaignTargetingChangedfalse/ns2:campaignTargetingChanged/ns2:changedCampaignsns2:lastChangeTimestamp20130121
  
 163552 
 UTC/ns2:lastChangeTimestamp/ns2:rval/ns2:getResponse/soap:Body/soap:Envelope



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Re: Jaxws classes not working on App Engine- java.lang.IllegalAccessException, Reflection not allowed

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi,
  I found an open issue on the app engine issue tracker that discusses 
this: https://code.google.com/p/googleappengine/issues/detail?id=4910

It seems like the primary suspect is including extra jars for jaxws that 
appengine already provides.

- Kevin Winter
AdWords API Team

On Tuesday, January 22, 2013 4:23:09 PM UTC-5, Tom Chokel wrote:

 Hello,

 I recently upgraded to v201209 of the Java client library for App Engine 
 and none of the Jaxws classes are working in production. Everything works 
 fine when I run it on my local machine- however, when I deploy to App 
 Engine I receive the following error:

 com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection init: 
 Unable to make javax.xml.ws.wsaddressing.W3CEndpointReference.address 
 accessible.
 java.lang.SecurityException: java.lang.IllegalAccessException: Reflection 
 is not allowed on private 
 javax.xml.ws.wsaddressing.W3CEndpointReference$Address 
 javax.xml.ws.wsaddressing.W3CEndpointReference.address

 I REALLY would appreciate any help you could provide! Below is a copy of 
 my stack trace when trying to download all campaigns using the 
 CampaignServiceInterface class. Thanks!

 com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection init: 
 Unable to make javax.xml.ws.wsaddressing.W3CEndpointReference.address 
 accessible.
 java.lang.SecurityException: java.lang.IllegalAccessException: Reflection 
 is not allowed on private 
 javax.xml.ws.wsaddressing.W3CEndpointReference$Address 
 javax.xml.ws.wsaddressing.W3CEndpointReference.address
 at 
 com.google.appengine.runtime.Request.process-45a9318280648c38(Request.java)
 at 
 com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection.init(Accessor.java:220)
 at 
 com.sun.xml.bind.AccessorFactoryImpl.createFieldAccessor(AccessorFactoryImpl.java:66)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.createFieldSeed(RuntimeClassInfoImpl.java:252)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.createFieldSeed(RuntimeClassInfoImpl.java:81)
 at 
 com.sun.xml.bind.v2.model.impl.ClassInfoImpl.findFieldProperties(ClassInfoImpl.java:398)
 at 
 com.sun.xml.bind.v2.model.impl.ClassInfoImpl.getProperties(ClassInfoImpl.java:301)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.getProperties(RuntimeClassInfoImpl.java:176)
 at 
 com.sun.xml.bind.v2.model.impl.ModelBuilder.getClassInfo(ModelBuilder.java:243)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:100)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:81)
 at 
 com.sun.xml.bind.v2.model.impl.ModelBuilder.getClassInfo(ModelBuilder.java:209)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:95)
 at 
 com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:81)
 at 
 com.sun.xml.bind.v2.model.impl.ModelBuilder.getTypeInfo(ModelBuilder.java:315)
 at 
 com.sun.xml.bind.v2.model.impl.ModelBuilder.getTypeInfo(ModelBuilder.java:330)
 at 
 com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:441)
 at 
 com.sun.xml.bind.v2.runtime.JAXBContextImpl.init(JAXBContextImpl.java:288)
 at 
 com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:)
 at 
 com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:154)
 at 
 com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:121)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:616)
 at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:233)
 at javax.xml.bind.ContextFinder.find(ContextFinder.java:410)
 at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:594)
 at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:542)
 at com.sun.xml.ws.spi.ProviderImpl$2.run(ProviderImpl.java:220)
 at com.sun.xml.ws.spi.ProviderImpl$2.run(ProviderImpl.java:218)
 at java.security.AccessController.doPrivileged(AccessController.java:34)
 at com.sun.xml.ws.spi.ProviderImpl.getEPRJaxbContext(ProviderImpl.java:217)
 at com.sun.xml.ws.spi.ProviderImpl.clinit(ProviderImpl.java:88)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at 
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
 at 
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
 at java.lang.Class.newInstance0(Class.java:372)
 at java.lang.Class.newInstance(Class.java:325)
 at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:58)
 at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:142)
 at 

PHP GetCampaignsExample fails

2013-01-24 Thread Sahar Rotem
Hi,
I am new to PHP and Google Adwords. When I run the GetCampaignsExample I 
get the following error:
 [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'null']

Prior to running the GetCampaignExample I did the following:
1. Created an MCC acount and got a Test Acount customer id.
2. Downloaded the PHP client library 
aw_api_php_lib_3.2.2.tar.gzhttps://code.google.com/p/google-api-adwords-php/downloads/detail?name=aw_api_php_lib_3.2.2.tar.gz
3. configured
  auth.ini:

   email = myem...@gmail.com
   password = 
   userAgent = companyName
   developerToken = myem...@gmail.com++USD
   clientId=test account customer id 


  settings.ini: 
 DEFAULT_SERVER = https://adwords.google.com;


Please advise,
Thanks a lot in advance,

Sahar.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Empty adType attribute for html5 ad

2013-01-24 Thread j.e.frank
bump (sorry if this is bad forum behavior, I was just hoping to get some 
response)

On Wednesday, January 23, 2013 3:50:46 PM UTC-5, j.e.frank wrote:

 I'm running into this problem for some new ads we're running.  The ad type 
 attribute is blank.  I'd love to get it fixed or figure out what to do to 
 get the proper ad type out of the report.

 On Wednesday, January 16, 2013 10:16:55 AM UTC-5, j.e.frank wrote:

 I can reproduce the problem but I have been battling to get the request / 
 response XML logged.  I am running this inside a JUnit test and I'm sure 
 it's a configuration problem but I don't understand how the API client uses 
 logging (this is the old java client).  I called 
 AdWordsServiceLogger.log() before doing my operations, but I don't see 
 anything about the request and response in my console log.

 In any case, I am producing a report of type AdPerformance for account 
 2038017879 on Nov 21 2012.  An example of an ad that has an empty adType in 
 the report is ad ID 18749019163 in campaign ID 90299683.  If you can 
 proceed with this much information, great, otherwise can you please advise 
 me on how to get the request/response XML.

 On Tuesday, January 15, 2013 5:15:50 PM UTC-5, j.e.frank wrote:

 Sorry, I missed that you had replied.  I will see if I can reproduce the 
 problem, and send you the XML if so.

 On Friday, November 23, 2012 4:52:21 AM UTC-5, Danial Klimkin wrote:

 Hello j.e.frank,


 Can you please send us full XML code of your request and server reply 
 for this issue? Please make sure to use 'Reply' button to only send it to 
 the team over email.


 -Danial, AdWords API Team.


 On Tuesday, November 20, 2012 7:18:42 PM UTC+4, j.e.frank wrote:

 My guess is that the reporting hasn't caught up with the latest ad 
 types.  Interestingly, if I use the adwords API to get information about 
 one of these ads, it comes back as a TemplateAd.  Normally these come 
 through in the reports with type=Display ad, but in this case it is 
 just 
 blank.

 On Thursday, November 15, 2012 10:25:16 AM UTC-5, j.e.frank wrote:

 We have started using the html5 ads, where Google converts an SWF to 
 an html5 banner ad.  In reports, these ads come through with an empty 
 adType attribute.  I don't know what ad type they should have, but 
 certainly something other than blank.  Is there some way for me to 
 identify 
 these ads in a report?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: API support for AdWords Labels feature?

2013-01-24 Thread Kevin Winter (AdWords API Team)
Hi,
  We don't have any plans at this time.

- Kevin Winter
AdWords API Team

On Wednesday, January 23, 2013 3:17:28 AM UTC-5, Dorian Kind wrote:

 Hello,

 now that labels are supported in AdWords Script (
 http://googleadsdeveloper.blogspot.ch/2013/01/new-features-in-adwords-scripts.html),
  
 is there already a timeframe for inclusion of the feature into the API?

 Thanks and cheers,
 Dorian

 On Wednesday, January 9, 2013 10:15:16 PM UTC+1, Isidro Moran wrote:

 I'm in need of labels, too.

 On Tuesday, April 24, 2012 12:40:56 PM UTC-5, Reed wrote:

 Any timeline for when the new Labels feature will be supported by the 
 API, both for managing the setting/changing of labels as well as retrieving 
 them?  Will there be support on the reporting side (ie, new report column)?
  
 https://support.google.com/adwords/bin/answer.py?hl=enanswer=2475865
  
 thanks
 reed



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Developer Token Eta

2013-01-24 Thread Kevin Winter (AdWords API Team)
Please contact the Token Review team at adwordsapi-tok...@google.com.

- Kevin Winter
AdWords API Team

On Thursday, January 24, 2013 1:17:02 AM UTC-5, s...@aot.com.au wrote:

 MCC Customer ID: 540-670-9888
 Pending Approval UIpdgmKhLWJmLHG0WbbUww

 Hi Google Adwords Team,

 Weve had API access, but not an dev token in our MCC for over a year now, 
 and I requested a developer Token around the 8th January, however its still 
 sitting at Pending, how can we expidite this process?

 Please contact us soonest.

 Thanks in advance.

 Regards,
 Joel- For AOT.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: API Quota Usage Report?

2013-01-24 Thread Kevin Winter (AdWords API Team)
The CustomerSyncService will indeed return the same changes as in the UI, 
but it won't explicitly differentiate API actions from UI actions.

In general, we recommend that developers track their own api usage. 
 Changing the developer token is a good step to ensure that only your 
application is making changes.  Unfortunately, we don't have any report or 
mechanism that details API usage for a given developer token.

- Kevin Winter
AdWords API Team

On Tuesday, January 22, 2013 4:40:29 PM UTC-5, John Lister wrote:

 Forgot to add this, alternatively the CustomerSyncService can probably do 
 the same thing through the api...

 John
 On Tuesday, 22 January 2013 21:38:37 UTC, John Lister wrote:

 Not sure if this will help, but you can download the change history as a 
 csv file for example which should list all the operations performed against 
 an account (unfortunately it looks like this has to be done for each 
 account). This should give you a good idea of the operations performed and 
 by which user and may help to see if there is anything out of the ordinary.

 John

 On Tuesday, 22 January 2013 20:44:04 UTC, Chris Wiederspan wrote:

 Over the last couple of days we have seen a huge spike in our API usage 
 units. Our normal daily API usage is around 2,000 units per day. During 
 the 3 days between January 18th and 20th, our usage spiked to over 
 2,000,000 total API units, which will cost us a pretty penny over our 
 normal, nominal API usage fees.

  

 I’d love to find out if there is a way to get some sort of detailed 
 report about that API usage so we might determine the cause and solution. 
 In the meantime, I’ve already reset our API token via the website, just in 
 case there was some “foul play” involved, but I’m not even sure how that 
 could have happened. My hope is that we will discover some sort of 
 “accounting” error on Google's end, but if the problem is on our end, then 
 I need to be able to trace the error back through our system – something 
 I’m having trouble doing when I have no idea where to begin.

  

 If there is anybody with thoughts or ideas on this, please let me know - 
 definitely need some help with this.

  

 Thanks in advance!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Access to Test Account

2013-01-24 Thread AcidPAT
The problem was only that I was not patient enough :)
As my TestAccount had not been approved yet, my request was rejected 
because my developer token was not yet approved.
Once the Test Account as approved (took   24 hours) then the call 
succeeded.

-Thanks

On Thursday, January 24, 2013 1:11:57 AM UTC-8, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hello,

 Can you please confirm you have filled in your biling info?
 If you have, please let us know again.

 Best,
 - Takeshi, AdWords API Team

 On Wednesday, January 23, 2013 11:47:50 AM UTC+9, AcidPAT wrote:

 I added an Account to our MCC, and filled out the form to make this a 
 Test Account.

 I immediately started running the sample application with this Account 
 ID, I can only get as far as QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
 trigger:'null'

 From other posts in this forum, it seems that this type of error is 
 associated with the MCC account, not the Test Account.  
 However, I ca not find anything missing from our MCC account setup.

 Help Appreciated,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Approval for Reporting Only API

2013-01-24 Thread AcidPAT
Hey there, 
We are applying for AdWords API Access, but we are planning on using the 
API as basically read-only so that we can combine AdWords reporting data 
with other reporting data in our system.  All the data that we need to 
present is available in the Reporting APIs.
However, because we can only access only the TestAccount prior to approval, 
and the Test Account has no actual delivery, the Reporting API's are 
obviously not returning any data.  At best, we can show a bunch of 0's in 
the UI (which obviously does not prove correct usage of the API, nor 
of conformance to the Required Minimum Functionality for Reporting.

My question is how can we go about getting our API access approved when we 
will not be getting any Reporting data out of the AdWords Test accounts?  
Is there a way to enable access one of our delivering accounts so that we 
can get delivery data?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: Access to Test Account

2013-01-24 Thread AcidPAT
Thanks - The problem was only that the Test Account had not yet been 
approved.  Once this happened (roughly 24 hours) then the reporting queries 
succeeded.

On Tuesday, January 22, 2013 6:47:50 PM UTC-8, AcidPAT wrote:

 I added an Account to our MCC, and filled out the form to make this a Test 
 Account.

 I immediately started running the sample application with this Account ID, 
 I can only get as far as QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
 trigger:'null'

 From other posts in this forum, it seems that this type of error is 
 associated with the MCC account, not the Test Account.  
 However, I ca not find anything missing from our MCC account setup.

 Help Appreciated,


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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