Re: Segmentation in Click Performance Report?

2015-01-30 Thread Josh Radcliff (AdWords API Team)
Hi Joel,

Thanks to your post, the reporting team has corrected the field behaviors 
returned by ReportDefinitionService.getReportFields 
https://developers.google.com/adwords/api/docs/reference/v201409/ReportDefinitionService#getReportFields
 for 
the CLICK_PERFORMANCE_REPORT. Please see the updated documentation here 
https://developers.google.com/adwords/api/docs/appendix/reports#click.

Cheers,
Josh, AdWords API Team

On Tuesday, January 13, 2015 at 1:44:04 PM UTC-5, Josh Radcliff (AdWords 
API Team) wrote:

 Hi Joel,

 As far as I know, the Click Performance Report will always return one per 
 *GclId*, as you suggested. I'm following up with our reporting team to 
 see why some fields are labeled as *Segment*s by 
 ReportDefinitionService.getReportFields 
 https://developers.google.com/adwords/api/docs/reference/v201409/ReportDefinitionService#getReportFields
  (which 
 is the source of the documentation). I'll post an update once I hear back 
 from them.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, January 13, 2015 at 5:38:57 AM UTC-5, joel wrote:

 Many of the columns in the Click Performance Report are labeled as 
 Segment columns. Since this report is already 1 row per click, does 
 adding/removing these columns actually affect the results or number of rows 
 returned? Shouldn't these actually operate as Attribute columns and still 
 return the same number of rows? Thanks!

 Joel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d1636f04-a456-4f59-a451-48ab62c8ab8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Uncaught SoapFault exception: [HTTP] Could not connect to host with version 201406

2015-01-30 Thread Emin Aydan
Hi,  i saw the other subject 
 (https://groups.google.com/forum/#!topic/adwords-api/IxBApcUPmQc)
but Our server is everything normal. We don't use firewall and proxy. But 
we see this error sometimes.

Please help me.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/974e8c4e-5fec-483b-a413-46541f22d59c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-30 Thread Josh Radcliff (AdWords API Team)
Hi Brandon,

The budget team just got back to me with more details. As it turns out, 
budget order ID 186878453 was created via the UI and was abandoned at some 
point in the UI flow (e.g., the user navigated out of the budget order flow 
in her browser).

You could try submitting a BudgetOrderService.mutate 
https://developers.google.com/adwords/api/docs/reference/v201409/BudgetOrderService#mutate
 with 
a *REMOVE* operation for that *BudgetOrder* if it's causing problems.

Regarding nullability, for orders created via the API, I would expect 
non-null values for spendingLimit, startDateTime and endDateTime. However, 
since a user can abandon a budget order mid-flow in the UI, it's probably 
best to adjust your code so it can tolerate nulls.

Thanks,
Josh, AdWords API Team

On Thursday, January 29, 2015 at 9:04:15 AM UTC-5, Josh Radcliff (AdWords 
API Team) wrote:

 Hi Brandon,

 Thanks for confirming. I've raised this with the budget team and will 
 reply back once I've heard from them.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, January 28, 2015 at 8:02:30 PM UTC-5, Brandon wrote:

 Hi Josh,

 Yes, it is 186878453.

 Thanks,

 Brandon

 Josh Radcliff (AdWords API Team)於 2015年1月29日星期四 UTC+8上午5時32分58秒寫道:

 Hi Brandon,

 This may be due to a budget order getting stuck in the pending state, 
 possibly during the upgrade process. What's the budget order ID for the 
 object with null values? Is it 186878453, by any chance?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, January 27, 2015 at 8:33:42 PM UTC-5, Brandon wrote:

 Hi Josh,

 Thanks for the response.

 I still got null values today.

 Does it still needs a couple days to finish the upgrade?

 Thanks,

 Brandon

 Josh Radcliff (AdWords API Team)於 2015年1月27日星期二 UTC+8下午10時31分12秒寫道:

 Hi Brandon,

 Thanks for confirming your selector fields. Do you still get nulls 
 back today if you run those requests? I ask because your account was 
 upgraded to the new billing interface on January 21st. It may be that you 
 were requesting budget orders during that upgrade.

 Thanks,
 Josh, AdWords API Team

 On Monday, January 26, 2015 at 8:09:44 PM UTC-5, Brandon wrote:

 Hi Josh,

 Yes, I included all of those fields.

 I got 4 BudgetOrder objects and there were only one of them had the 
 null values.

 Here's the request xml:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Header
 ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/billing/v201409; 
 soapenv:mustUnderstand=0
 ns2:clientCustomerId xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201409
 5531065781/ns2:clientCustomerId
 ns3:developerToken xmlns:ns3=
 https://adwords.google.com/api/adwords/cm/v201409
 DEVELOPER_TOKEN/ns3:developerToken
 ns4:userAgent xmlns:ns4=
 https://adwords.google.com/api/adwords/cm/v201409;allproducts.com:GAD:v1.1.9
  
 (AwApi-Java, AdWords-Axis/1.36.0, Common-Java/1.36.0, Axis/1.4, 
 Java/1.8.0_05, maven)/ns4:userAgent
 ns5:validateOnly xmlns:ns5=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns5:validateOnly
 ns6:partialFailure xmlns:ns6=
 https://adwords.google.com/api/adwords/cm/v201409
 false/ns6:partialFailure
 /ns1:RequestHeader
 /soapenv:Header
 soapenv:Body
 get xmlns=
 https://adwords.google.com/api/adwords/billing/v201409;
 serviceSelector
 ns7:fields xmlns:ns7=
 https://adwords.google.com/api/adwords/cm/v201409
 BillingAccountId/ns7:fields
 ns8:fields xmlns:ns8=
 https://adwords.google.com/api/adwords/cm/v201409;Id/ns8:fields
 ns9:fields xmlns:ns9=
 https://adwords.google.com/api/adwords/cm/v201409
 SpendingLimit/ns9:fields
 ns10:fields xmlns:ns10=
 https://adwords.google.com/api/adwords/cm/v201409
 StartDateTime/ns10:fields
 ns11:fields xmlns:ns11=
 https://adwords.google.com/api/adwords/cm/v201409
 EndDateTime/ns11:fields
 /serviceSelector
 /get
 /soapenv:Body
 /soapenv:Envelope

 Thanks,

 Brandon

 Josh Radcliff (AdWords API Team)於 2015年1月27日星期二 UTC+8上午2時06分46秒寫道:

 Hi Brandon,

 Did you include the field names for each of those attributes in your 
 request's Selector, e.g., *SpendingLimit, StartDateTime, 
 EndDateTime*?

 Thanks,
 Josh, AdWords API Team

 On Sunday, January 25, 2015 at 8:38:52 PM UTC-5, Brandon wrote:

 Hi,

 I was trying to get budget information through the 
 BudgetOrderService.

 But it threw a NullPointerException when I was getting the 
 spendingLimit, startDateTime and endDateTime from the BudgetOrder 
 object.

 I thought these aren't nullable fields.

 Is there something wrong with this account, like a wrong input?

 Or it's just the common case that I should deal with the null value 
 every time?

 The 

MostSpecificCriteriaId in Geo Performance report

2015-01-30 Thread David Antunes
Hi,

I get cases (about 1.6% of the rows) where the CountryCriteriaId on the geo 
performance report is defined (and sometimes the region, etc) but not the 
MostSpecificCriteriaId.
What is the meaning of this situation? If the CountryCriteriaId is defined 
shouldn't it be the MostSpecificCriteriaId (or the region/city if they are 
defined)?

Many thanks,
David

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1fdf531d-d596-4361-914d-5ada4f29e986%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords Developers API developer token request before linking accounts

2015-01-30 Thread Danial Klimkin
Hello Dani,


This group is for discussing technical questions only. Please fill in this 
form to reach the tokens review team directly:

  https://services.google.com/fb/forms/apicontact/


-Danial, AdWords API Team.


On Friday, January 30, 2015 at 1:42:04 PM UTC+3, Dani B wrote:

 To access adwords api you have to have developers token.

 To create developers token you have to have a MCC account.

  

 So i have created the MCC account and requested the api access.

 And then i have linked all my adwords accounts.

  

 Well my mistake. I should first linked my accounts and then requested the 
 api access. Because (after i linked the accounts) google has send me an 
 email:

  

 According to our records, your MCC account does not appear to have much 
 history with AdWords. Please keep in mind that the AdWords API is designed 
 for companies that have a large number of campaigns to manage.  *If you 
 recently created a new MCC and linked your existing accounts, you may 
 disregard this notice* 

  

 So i have opened the form and started to fill it up, and found that 
 basically the form asks me everything because it assumes that i dont have 
 linked accounts.

  

 I abounded the form.  I dont want my request to be in some limbo state ( i 
 have read online that some people wait for months). So my question is. Will 
 google see that my accounts are now linked. Do i have to resubmit the 
 request i dont want to wait months.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c3c6bb93-4ef7-4a9a-b456-8a5834c5f0a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Offline conversions uploaded via SOAP API not appearing in adwords account

2015-01-30 Thread Danial Klimkin
Hello Jason,


Please make sure you specify correct date range in the UI. Note, conversion 
is recorded for the date of the click, not for the date in your API request.


-Danial, AdWords API Team.


On Friday, January 30, 2015 at 3:02:02 AM UTC+3, Jason Vander Zalm wrote:

 I'm attempting to upload offline Purchase conversions to our adwords 
 account, based on the following example:


 https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201409/AdvancedOperations/UploadOfflineConversions.php

 It all appears successful (ie no error code is returned), yet when I login 
 to the adwords website and go to Tools - Conversions, the conversion count 
 for the new conversion type still shows 0. I read that it takes a little 
 while for the website to be updated, but I've now waited 3 days... I 
 confirmed the click ID I was testing with was from within the last 90 days. 
 Thoughts/suggestions?

 Here's the log output from the request:

 [Jan 29 2015 16:01:17.00 - INFO] effectiveUser=481-307-7667 
 service=OfflineConversionFeedService method=mutate operators={ADD: 1} 
 responseTime=84 requestId=00050dd34d5830580abf34c89f0052ab operations=1 
 units= server=adwords.google.com isFault=false faultMessage=null


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fd54042d-cb13-4c99-a114-3f8a2c2fc998%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MostSpecificCriteriaId in Geo Performance report

2015-01-30 Thread David Antunes
Hi,

More questions regarding this report:
 - If I understand correctly the geographical data is in a tree-like 
structure, where I can, for example, get all the impressions for the 
MostSpecificCriteriaId:
9056913, CBD  South Melbourne,Victoria,Australia, City Region
by summing all of the impressions of the locations bellow it, right?

The locations bellow CBD  South Melbourne are the ones which have it as 
the Parent ID, and so forth, recursively, right?

Now, in the adwords UI, for a certain date range, I see 9 impressions in 
the city region CBD  South Melbourne. From the reports I count only 2.
I went to see which are the locations bellow CBD  South Melbourne in 
adwords: it has Neighborhood and University.
I have 7 impressions in the Melbourne, Victoria, Australia Neighborhood 
(none in universities).
So 2 from the City Region CBD  South Melbourne, plus 7 on the 
Melbourne, Victoria, Australia Neighborhood bellow it = 9; all ok in 
adwords.

Now, from the reports I see only 2 - probably the ones from the city 
region. So I'm missing the impressions from the locations bellow CBD  
South Melbourne.
I went to see what is the Parent ID of the Melbourne, Victoria, Australia 
Neighborhood, it is:
20040, Victoria,Australia, State
Hmm... if the parent of the neighborhood is the State and not the city 
region, how can I ever find out that the Melbourne, Victoria, Australia 
Neighborhood 
is bellow the city region CBD  South Melbourne, so that I can count the 
impressions correctly??

Many thanks,
David

On Friday, January 30, 2015 at 10:17:23 AM UTC, David Antunes wrote:

 Hi,

 I get cases (about 1.6% of the rows) where the CountryCriteriaId on the 
 geo performance report is defined (and sometimes the region, etc) but not 
 the MostSpecificCriteriaId.
 What is the meaning of this situation? If the CountryCriteriaId is 
 defined shouldn't it be the MostSpecificCriteriaId (or the region/city if 
 they are defined)?

 Many thanks,
 David


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f6b0aee4-2bfb-4e3a-9af9-5f6e61ee240c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Offline conversions uploaded via SOAP API not appearing in adwords account

2015-01-30 Thread Jason Vander Zalm
I'm attempting to upload offline Purchase conversions to our adwords 
account, based on the following example:

https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201409/AdvancedOperations/UploadOfflineConversions.php

It all appears successful (ie no error code is returned), yet when I login 
to the adwords website and go to Tools - Conversions, the conversion count 
for the new conversion type still shows 0. I read that it takes a little 
while for the website to be updated, but I've now waited 3 days... I 
confirmed the click ID I was testing with was from within the last 90 days. 
Thoughts/suggestions?

Here's the log output from the request:

[Jan 29 2015 16:01:17.00 - INFO] effectiveUser=481-307-7667 
service=OfflineConversionFeedService method=mutate operators={ADD: 1} 
responseTime=84 requestId=00050dd34d5830580abf34c89f0052ab operations=1 
units= server=adwords.google.com isFault=false faultMessage=null

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f19fae57-c802-4cf2-acfb-5cf9b7ea5387%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords Developers API developer token request before linking accounts

2015-01-30 Thread Dani B


To access adwords api you have to have developers token.

To create developers token you have to have a MCC account.

 

So i have created the MCC account and requested the api access.

And then i have linked all my adwords accounts.

 

Well my mistake. I should first linked my accounts and then requested the 
api access. Because (after i linked the accounts) google has send me an 
email:

 

According to our records, your MCC account does not appear to have much 
history with AdWords. Please keep in mind that the AdWords API is designed 
for companies that have a large number of campaigns to manage.  *If you 
recently created a new MCC and linked your existing accounts, you may 
disregard this notice* 

 

So i have opened the form and started to fill it up, and found that 
basically the form asks me everything because it assumes that i dont have 
linked accounts.

 

I abounded the form.  I dont want my request to be in some limbo state ( i 
have read online that some people wait for months). So my question is. Will 
google see that my accounts are now linked. Do i have to resubmit the 
request i dont want to wait months.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc3e55b3-015c-4c9c-ac13-478533d31c80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can We use one developer token for accessing different adwords accounts in auth.ini file

2015-01-30 Thread Danial Klimkin
Hello Shabhan,


Yes, developer token doesn't restrict the target account. You need to 
acquire a separate refresh token though, repeating the authorization flow.

Alternatively, you can link all your accounts under a single MCC and use 
MCC-level credentials.


-Danial, AdWords API Team.


On Friday, January 30, 2015 at 10:07:46 AM UTC+3, Shobhan Babu wrote:


 Hi.

 I am using Google adwords api in PHP for one developer token, where I am 
 providing a customer id and client id, secret key and refresh token.But Now 
 I want to change these to another account where I am keeping the same 
 developer token but different customer id ,client id,secret key and refresh 
 token. Is it possible to use a developer token across multiple google 
 accounts ?


 when I am using these I got error like this:


 An error has occurred: {  error : unauthorized_client}



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/23921390-24f1-4a6a-9147-4dc80b8c12a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.