how can i get refresh token

2024-07-02 Thread 곽동호
when i follow 
https://developers.google.com/google-ads/api/docs/get-started/make-first-call?hl=ko#fetch_a_refresh_token
 
this steps, The only thing that i get is code value in a url (i think it is 
not refresh token but a auth code) 
ex)http://localhost:8080/?code=4/0ATx3LY4JU8NTgDK0AcjcOBYaamuDFzeBuXIXi7xjFsuwrpbf7WZUp-yvE7XPkYVNptWKiA=https://www.googleapis.com/auth/adwords
 
but the documents say that i can get json type output like this {
  "client_id": "**.apps.googleusercontent.com",
  "client_secret": "**",
  "token_uri": "https://oauth2.googleapis.com/token;,
  "auth_uri": "https://accounts.google.com/o/oauth2/auth;,
  "refresh_token": "**",
  "type": "authorized_user"
} how can i get a refresh_token?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bfe81210-8dd1-4f34-a5ea-2229e07881acn%40googlegroups.com.


Re: auto get refresh token in web application

2024-03-14 Thread Cristian Andrei Grigore
How do I get the refresh token (which never expires)? Is this the refresh 
token yield by Fetch a refresh token 

?


On Thursday, January 18, 2024 at 1:18:19 AM UTC+2 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you want to generate a 
> refresh token automatically on the server. The below approach might address 
> your concern.
>
>- I would recommend you use the OAuth2 desktop app or web app flow 
>
> .
>  
>OAuth2 desktop app and web app flows do require an initial user 
> interaction 
>for granting access to the account. 
>- For the OAuth2 desktop app flow 
>
> ,
>  
>you can persist a refresh token (which never expires) to obtain a new 
>access token whenever necessary. When using one of our client libraries 
>, 
>you can authorize your app by filling out a configuration file. 
>
> Also, please check out Choose a user type and publishing status 
> 
>  
> documentation; it will explain how to prevent the refresh token expiration 
> by publishing status to '*In Production*'.
>
> I hope this helps. Kindly get back to us if you have any queries related 
> to the Google Ads API. 
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rXACE:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d57a7993-cfb3-442c-8377-006b92ffc601n%40googlegroups.com.


auto get refresh token in web application

2024-01-17 Thread GoldenOfHeart
Hello. I tryed to connection with Google Api. Problem is that i need to 
generate refresh token. Currently I do that in this way:
~/go/bin/oauth2l fetch --credentials ~/your_credentials.json --scope 
cloud-platform
It works but i need do that in a server into Laravel application. How I can 
do that aotomatically? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/afe90fc1-361f-46a6-8dd8-43d0b1cedad3n%40googlegroups.com.


RE: Cannot get refresh token

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for raising this concern to the Google Ads API support team.

Regarding your concern, I can see that this is about getting the refresh token. 
Having said that, I would suggest checking out our guide which is mainly for 
getting an OAuth2 Refresh Token and configuring your client.

Let us know if you have further questions.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2j0OXh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ju4Jx0RQ4PBE00BRBEelzNRTKdEJrbkNJ5mw%40sfdc.net.


Cannot get refresh token

2023-02-15 Thread SCEPTER XPENG
Hello. Could you please take a look at the following question?
I've set the access_type parameter to offline in the initial request to 
Google's authorization server. But there's no refresh_token paramter in the 
server response. The response as shown:
{
"access_token": "xxx",
"expires_in": 3599,
"scope": "https://www.googleapis.com/auth/adwords;,
"token_type": "Bearer"
}

Best regards,
ScepterXpeng

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/291a2942-ed21-4dac-a0a3-3e02c39c9661n%40googlegroups.com.


RE: Local get Refresh Token

2022-09-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ankit,

Thanks for reaching out. It sounds like you are looking to complete OAuth 
authorization on your local machine, which can be done using the Desktop app 
flow.

If you have further questions on this process, please let us know and provide 
us with more details, if possible.

Regards,

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2euk9v:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/YwRy80RIZ62800q2cLW-_qQMOo1nRnU_tYrA%40sfdc.net.


Local get Refresh Token

2022-09-29 Thread Ankit Chandak
How to get refresh token in local system 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93cbe8ad-e06d-4238-a718-17f23bff2ea9n%40googlegroups.com.


RE: How to get refresh Token after Consent is given ?

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hello Atif,

Thank you for reaching out. Please refer to this guide for the steps to be 
followed while making an API call using C# client libraries. This will guide 
you to generate and specify the credentials correctly in your config file. The 
error "Failed to refresh Access Token" is observed when your refresh token is 
probably expired. There is likely an issue with your OAuth Credentials. Could 
you please try to generate a new set of credentials by following this guide and 
see if that fixes the issue? If you are still having an issue, please provide 
the complete request and response logs along with the email address used to 
generate the credentials using Reply privately to author so that I can further 
investigate the issue.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UV1Nui:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/X7luD0Q5WWT000myvL5P2uRce5Cf3FEuOiGA%40sfdc.net.


How to get refresh Token after Consent is given ?

2020-02-18 Thread Atif ..
I am working in C# .NET
I have authenticated my app for consent and i have received refresh token.  
Then i am creating my user by providing client id, secret and refresh 
token. 

AdWordsUser user = new AdWordsUser();
 user.Config.OAuth2ClientId = "
x.apps.googleusercontent.com";
user.Config.OAuth2ClientSecret = "";
user.Config.OAuth2RefreshToken = "xxx";
user.Config.OAuth2Mode = 
Google.Api.Ads.Common.Lib.OAuth2Flow.APPLICATION;

When i am sending this user object to  call functions functions through 
API, i am getting error "Failed to refresh Access Token".
Where i can find this access token and where i have to provide it ?  
Please guide. 
Thanks. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bfbb52bf-75f8-4241-b442-d82f9e3d12d5%40googlegroups.com.


RE: Error when trying to get refresh token to access google ads.

2020-01-22 Thread Google Ads API Forum Advisor Prod
Hi Rene,

Thanks for reaching out to us. I see that your issue is with setting up the 
client library with the link you’re inputting giving you a 404 error code. 
Could you please try opening a new incognito window in your Chrome browser and 
try again? If this doesn’t work, since this is a client library concern, could 
I ask you to put your concern here, in the issues portion of the client 
library’s Github page? Our client library support team would be more than happy 
to assist you with your issue. Let me know if you have further questions about 
the API.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5001USwtfB:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4LM2L0Q4IWVI00U_AvIZ_3QFqfOwJep7wLBw%40sfdc.net.


Error when trying to get refresh token to access google ads.

2020-01-21 Thread Rene Vallecillo
I've been trying to get a refresh token for a few hours. After reading the 
different supported clients I came up with this url:

https://accounts.google.com/o/oauth2/authresponse_type=code_id=*.apps.googleusercontent.com_uri=urn:ietf:wg:oauth:2.0:oob=https://www.googleapis.com/auth/adwords_type=offline

This is after reading: 
https://github.com/googleads/googleads-perl-lib/wiki/API-access-using-own-credentials-(installed-application-flow)#step-2---setting-up-the-client-library

But I keep getting a 404 error. I'm already logged in on my google ads 
account and I parte the said url but it just gives me a 404 screen.

Bear in mind that I'm using Go and it does not have an official client yet.

Any help would be great.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c0343b65-2714-48e4-9e4f-b548837a4d75%40googlegroups.com.


RE: Get refresh token

2019-05-28 Thread Google Ads API Forum Advisor Prod
Hi Jessie,

Your concern appears to be related to the Python client library. That said, I 
would suggest you open your concern to the Python GitHub Issue Tracker as the 
client library owners are better equipped in answering your concerns.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UAqnvp:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/Fckzf0PS7BFB00WcYXO-YYQYCn2c-Z4uLmAg%40sfdc.net.
For more options, visit https://groups.google.com/d/optout.


Get refresh token

2019-05-27 Thread 'Jessie' via AdWords API and Google Ads API Forum
Hi,

I'm currently doing migration of AdWords api to GoogleAds api. Using the 
library below, I'm able to refresh the token with a single method.

*import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;*

// Create object
GoogleCredential.Builder credentialBuilder = new 
GoogleCredential.Builder().setJsonFactory(JSON_FACTORY).setTransport(HTTP_TRANSPORT).setClientSecrets("CLIENT_ID",
 
"CLIENT_sECRET");

// Refresh token using the method
credential.refreshToken()

// Obtain Access Token and refresh token
credential.getAccessToken()
credential.getRefreshToken()


How can I implement the above code using the library below.

import com.google.api.client.auth.oauth2.Credential;
import com.google.api.ads.common.lib.auth.GoogleClientSecretsBuilder;



Thanks,
Jessie

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/3fe6ed4d-ad11-4e10-8d17-30fc977234f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get refresh Token

2018-01-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

The client ID and client secret you used are for the *Web application* flow. 
The *GetRefreshToken.php* example will only work if the client ID and 
client secret specified are for credentials with *Application type = Other* 
(the 
installed application flow). Please see the *Create a client ID and secret* 
section 
of the AdWords API OAuth guide 

 for 
instructions on how to create this type of credential.

Thanks,
Josh, AdWords API Team

On Tuesday, January 23, 2018 at 5:12:45 PM UTC-5, 
trinath.esano...@gmail.com wrote:
>
> How do i generate the authorization code?
> here is the link to what i done : http://prntscr.com/i4f455
> after Running the url, the result is : http://prntscr.com/i4f7hy
>
>
>
>
> On Wednesday, 3 September 2014 14:42:18 UTC+5:30, Shukla Abhinav wrote:
>>
>> *I am trying to run my adwords but everytime I try to execute the 
>> GetRefreshToken.php file on my server I get the following error*
>>
>> Warning: Error parsing 
>>  ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties 
>> on line 14 in .. 
>> /googleads-php-lib-master/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
>>  
>> on line 40  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
>> WSDL_CACHE_NONE in  .. 
>> /googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
>> 231 Log in to your AdWords account and open the following URL:
>> https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=529713113834-pcltkti85cv8...
>>  
>> 
>>  After 
>> approving the token enter the authorization code here: Your OAuth2 
>> Credentials are incorrect. Please see the GetRefreshToken.php example. { 
>> error : invalid_request, 
>> error_description : Missing required parameter: 
>> code }
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/516923fa-7cf2-4cf1-a39e-98f6dceea961%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How do i generate the authorization code?
here is the link to what i done : http://prntscr.com/i4f455
after Running the url, the result is : http://prntscr.com/i4f7hy




On Wednesday, 3 September 2014 14:42:18 UTC+5:30, Shukla Abhinav wrote:
>
> *I am trying to run my adwords but everytime I try to execute the 
> GetRefreshToken.php file on my server I get the following error*
>
> Warning: Error parsing 
>  ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties 
> on line 14 in .. 
> /googleads-php-lib-master/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
>  
> on line 40  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
> WSDL_CACHE_NONE in  .. 
> /googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
> 231 Log in to your AdWords account and open the following URL:
> https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=529713113834-pcltkti85cv8...
>  
> 
>  After 
> approving the token enter the authorization code here: Your OAuth2 
> Credentials are incorrect. Please see the GetRefreshToken.php example. { 
> error : invalid_request, 
> error_description : Missing required parameter: 
> code }
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8f1c0679-5170-4e4b-ad16-9c5d3b6bbc88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How can i get the authorization code ??
here is the link what i done : http://prntscr.com/i4f455

Looking for your valuable solution.

And can i looking to push client contacts to adwords account , with out 
running on the browser how can i push the data ??


 

On Wednesday, 3 September 2014 21:48:44 UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi,
>
> Are you running GetRefreshToken.php from the command line? All of the 
> examples are meant to be run from the command line, as they write to stdout 
> and (in some cases) read from stdin.
>
> Also, if you haven't already done so, I'd recommend going through the PHP 
> library's Using OAuth 2.0 page 
> . It 
> contains step-by-step instructions on running the example and updating your 
> configuration file.
>
> Cheers,
> Josh, AdWords API Team
>
> On Wednesday, September 3, 2014 5:12:18 AM UTC-4, Shukla Abhinav wrote:
>>
>> *I am trying to run my adwords but everytime I try to execute the 
>> GetRefreshToken.php file on my server I get the following error*
>>
>> Warning: Error parsing 
>>  ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties 
>> on line 14 in .. 
>> /googleads-php-lib-master/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
>>  
>> on line 40  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
>> WSDL_CACHE_NONE in  .. 
>> /googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
>> 231 Log in to your AdWords account and open the following URL:
>> https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=529713113834-pcltkti85cv8...
>>  
>> 
>>  After 
>> approving the token enter the authorization code here: Your OAuth2 
>> Credentials are incorrect. Please see the GetRefreshToken.php example. { 
>> error : invalid_request, 
>> error_description : Missing required parameter: 
>> code }
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1d740dd-5a6b-4b3a-afdc-a226b7e570c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Refresh Token using Client id and Client Secret for my Google Ad-Words for my Manager account.

2017-11-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi Satish,

Could you confirm if you have followed the steps discussed in this guide 

 when 
generating your refreshToken via the OAuth2 playground and still 
encountered the issue? If you are unable to change the prompt options or if 
the issue persists, kindly send to me the screenshot of the steps you made 
so I can further investigate. You may reply using the *Reply privately to 
author* option.

Additionally, could you confirm if you already have your own redirect URI 
that is why you followed the Web App flow?

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/862b3e3c-af40-406b-bb0e-2b69a3a45e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

I see that you are encountering errors due to "cURL error 60: SSL 
certificate problem: unable to get local issuer certificate". It looks like 
it may be an issue with your Curl installation and its certificates. Since 
this issue is related to PHP client library, I suggest that you open an 
issue in the library's repository 
. 

Regards,
Shwetha, 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/8f9f49f2-8bec-417c-912a-cce48d193040%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

I just deleted your post from the forum because it contained sensitive 
information. Please read the forum rules 
 and make 
sure that you don't include sensitive information such as your developer 
token, refresh token, client secret, etc., and then re-post your question.

Regards,
Shwetha, 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/87c4b42c-ac82-466b-9088-3404f576556e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread annajoe0029
I want to store the search volume of keywords through adwords API in php 
code from localhost. I am generating the OAuth2.0 client ID and Secret via 
selecting Application Type: Other
but when I run GetRefreshToken.php in command prompt I get errors in Vendor 
files a screenshot is given below.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ffaf0fb5-7001-4ef2-b2d4-4852074e6b2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get refresh token in Visual .NET

2016-09-30 Thread 'anash' via AdWords API Forum
Hi Javier,

If you need to implement a website where users have to login, then you can 
take a look 
at 
https://github.com/googleads/googleads-dotnet-lib/tree/master/examples/AdWords/CSharp/OAuth
 
for an ASP.NET example that does barebones flow. It stores and restores 
creds from the Session, but a production application needs to do this from 
a database.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, September 30, 2016 at 6:47:53 AM UTC-4, Zweitze wrote:
>
> If you develop batch software:
>
> Download the client library sources. In it is a project called 
> OAuth2TokenGenerator (or something like that). It generates an OAuth2 
> refreshtoken for the Application flow, which is what you want in batch 
> software.
> OAuth2TokenGenerator asks for ClientId and ClientSecret, and then shows a 
> web page asking you to log in and confirm that the client accesses AdWords 
> information. When you agree it shows the token.
>
> You can also do this when you develop software where the user does not 
> have to login but always uses a fixed login.
>
> If you develop a website where the user has to login, the above is no 
> help. If you develop software where the end user has to login, this is also 
> no help.
>
>
> On Thursday, September 29, 2016 at 3:41:34 PM UTC+2, adwor...@gmail.com 
> wrote:
>>
>> Hello everyone:
>>
>> I'm starting with the AdWords API from Visual .NET and have trouble 
>> getting the OAuth2RefreshToken. 
>>
>> I have the rest of the keys but I lack the OAuth2RefreshToken.
>>
>> On the other hand, I do not know if I get another refresh token during 
>> the execution of the application.
>>
>> If anyone can guide me or tell me a resource where I can find 
>> information, I would be very grateful.
>>
>> Thank you very much
>>
>> Javier
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/80da392c-d299-4810-9aa6-ec481c1a06fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get refresh token in Visual .NET

2016-09-30 Thread Zweitze
If you develop batch software:

Download the client library sources. In it is a project called 
OAuth2TokenGenerator (or something like that). It generates an OAuth2 
refreshtoken for the Application flow, which is what you want in batch 
software.
OAuth2TokenGenerator asks for ClientId and ClientSecret, and then shows a 
web page asking you to log in and confirm that the client accesses AdWords 
information. When you agree it shows the token.

You can also do this when you develop software where the user does not have 
to login but always uses a fixed login.

If you develop a website where the user has to login, the above is no help. 
If you develop software where the end user has to login, this is also no 
help.


On Thursday, September 29, 2016 at 3:41:34 PM UTC+2, adwor...@gmail.com 
wrote:
>
> Hello everyone:
>
> I'm starting with the AdWords API from Visual .NET and have trouble 
> getting the OAuth2RefreshToken. 
>
> I have the rest of the keys but I lack the OAuth2RefreshToken.
>
> On the other hand, I do not know if I get another refresh token during the 
> execution of the application.
>
> If anyone can guide me or tell me a resource where I can find information, 
> I would be very grateful.
>
> Thank you very much
>
> Javier
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/286ccdc9-c7f2-4c19-8326-0c3d0548f998%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get refresh token in Visual .NET

2016-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Javier,

Depending on type of authentication flow used in your application, you can 
follow the articles provided here 
 to generate 
a refresh token. Once you have populated your configuration file, the 
client library refreshes expired access tokens automatically.

Regards,
Shwetha, 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/1da3b695-4ebf-423c-aa4d-c90d7c22cc20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get refresh token in Visual .NET

2016-09-29 Thread adwordsgeo
Hello everyone:

I'm starting with the AdWords API from Visual .NET and have trouble getting 
the OAuth2RefreshToken. 

I have the rest of the keys but I lack the OAuth2RefreshToken.

On the other hand, I do not know if I get another refresh token during the 
execution of the application.

If anyone can guide me or tell me a resource where I can find information, 
I would be very grateful.

Thank you very much

Javier

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/df9875a6-93a8-435b-9047-f57f1975b6cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't get refresh token

2016-06-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Masa,

If you are trying to run the example directly from the command line, please 
ensure all the jars in the lib directory are added to your classpath. 
Typically you would run the following command from the examples directory 
to compile your java program:

javac -classpath :  adwords/axis/auth/GetRefreshToken.java

To run the program:

java  -classpath :   adwords/axis/auth/GetRefreshToken

To speed things up, you might want to use an IDE such as Eclipse with a 
build tool (for e.g. maven). This would ensure the relevant libraries are 
downloaded and added to your classpath. A complete set of instructions can 
be found here 
.
 
 


Regards,
Vishal Vinayak, 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/96e3659d-3e69-443d-adf5-aa4c2fdc5cb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


can't get refresh token

2016-06-15 Thread A. Masa
Hello,
   I am using test account ,i'm using my test client id and client 
secret to get refreshtoken but it says cannot load or find main class 
getRefreshtoken.java.
   Is there a problem with client library??
   Anyone please reply me  with a solution.
 Thanks,
MASA

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fead8c08-6161-448a-8c9f-73ada6c34b46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Making first request problem - can not get refresh token

2016-01-20 Thread Anthony Madrigal
Hi,

When generating a new refresh token, you will need to use the account in 
which you want to generate the token for in the cloud console.

Cheers,
Anthony
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/4d85949e-0809-4c41-a3e1-7b693e1b4130%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Making first request problem - can not get refresh token

2016-01-20 Thread Yuriy
Hi,

Not sure with what details do I have to login to Google cloud console - 
with the one where I have my test Google Adwords manager OR with details 
from my live adwords manager where I have my developer token generated? 

On Wednesday, January 20, 2016 at 12:06:40 AM UTC+2, Anthony Madrigal wrote:
>
> Hello Yurly,
>
> I recommend following this guide 
>  on 
> setting up OAuth with PHP. If you are still running to issues, please *reply 
> privately to author *your client customer Id.
>
> Regards,
> Anthony
> 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/5b782ce7-8b3c-41f1-a8ab-64e5a055c370%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Making first request problem - can not get refresh token

2016-01-19 Thread Anthony Madrigal
Hello Yurly,

I recommend following this guide 
 on 
setting up OAuth with PHP. If you are still running to issues, please *reply 
privately to author *your client customer Id.

Regards,
Anthony
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/533cc775-ff27-4bbc-aa8e-1fb851ec5fe4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Making first request problem - can not get refresh token

2016-01-19 Thread Yuriy P.
Dear all,

I'm trying to run some examples from adwords api (v201509) client lib on my 
web server, but I'm not able to get refresh_token.
I've checked that my server does support SOAP, cURL and openSSL  on php 5.6+

Here are the steps I took:

   - I have created adwords manager account to get developers token and 
   added my existing adwords account to it.
   - Then I realised I need a test account, so I've created another adwords 
   manager account (test) and created child adwords account (test) . However I 
   don't have an option to see developers token in this test account. As it 
   says on the "get started" page, I can use developers token from the account 
   I've created in the first step (non-test account) . But I don't really 
   understand how these two accounts are connected? My live and test adwords 
   account managers has different login details.
   - Then I have logged into google developers console with the same 
   details I use to log in to adwords manager, created a new project and 
   generated new client_id and client_secret for web access

When I try to run this file on my 
server: googleads-php-lib-master/examples/AdWords/Auth/GetRefreshToken.php

I get the following response:

Log in to your AdWords account and open the following URL: 
https://accounts.google.com/o/oauth2/auth?response_type=code_id=239133760842-k074cjmhr15hfn347ugald8j9ekp4bip.apps.googleusercontent.com_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords_type=offline
 
After approving the token enter the authorization code here: Your OAuth2 
Credentials are incorrect. Please see the GetRefreshToken.php example. { 
"error" : "invalid_request", "error_description" : "Missing required 
parameter: code" }

If I go to that URL, I see an error: 

400. That’s an error.

Error: redirect_uri_mismatch

Application: [my-app]

You can email the developer of this application at: [my-email]

The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob can only be used 
by a Client ID for native application. It is not allowed for the 
WEB client type. You can create a Client ID for native 
application in the Credentials section of the Google Developers Console.


However my credentials were generated for the web access

Any help would be appreciated 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/34b75d7e-5961-41e5-baef-62deb3cf035c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-17 Thread cisclicks
Josh - I went through that form already... I assume that I am in the queue 
and am waiting for a response. Thanks


On Thursday, July 16, 2015 at 3:46:03 PM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Andy,

 You can use the link I provided in my previous email:

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

 Thanks,
 Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/afb05144-3994-42b0-acec-b5fc64656656%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GetRefrechToken.java can't get refresh token, exception occurs

2015-07-16 Thread ringzwl . test
I tried to setup the OAuth v2 authentiacation for Adworks API, following 
the instruction from Developer Console(
https://developers.google.com/console/help/new/?hl=en_US#generatingoauth2).

I got the client ID and secret as installed app, save the information in 
ads.properties, then run GetRefrechToken.java. The following information is 
displayed in the console

Paste this url in your browser: 
https://accounts.google.com/o/oauth2/auth?access_type=offlineclient_id=766056877822-pk6nh86bfgc12lube3kv9tumo3tapmfr.apps.googleusercontent.comredirect_uri=urn:ietf:wg:oauth:2.0:oobresponse_type=codescope=https://www.googleapis.com/auth/adwords

Type the code you received here: 

I follow the URL and copy the code from the browser, then the following 
exceptions are raised:

Exception in thread main java.net.UnknownHostException: 
accounts.google.com
at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.protocol.https.HttpsClient.init(HttpsClient.java:275)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:371)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1091)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250)
at 
com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:972)
at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)
at 
com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
at 
adwords.axis.auth.GetRefreshToken.getOAuth2Credential(GetRefreshToken.java:81)
at adwords.axis.auth.GetRefreshToken.main(GetRefreshToken.java:117)

Any tips on what goes wrong? Is it related to the configuration?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7dd560fd-b8ca-4fe3-ba65-20ee54841236%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
So, I managed to get the SimpleOAuthHandler working, setting up my redirect 
urls, etc:

$scope = https://www.googleapis.com/auth/adwords;;
$server = NULL;
$handler = new SimpleOAuth2Handler($server, $scope);

$googleOAuthCredentials = new GoogleOAuthCredentials();

$credentials = array( 'client_id' = my client_id
  'client_secret' = my client secret 
,
);
$redirectURL = my redirect url

// true means i want an offline token, i.e., give me a refresh token
$google_url = $handler-GetAuthorizationUrl($credentials, $redirectURL, 
true);

The generated URL is: 

  
  
https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=client 
idredirect_uri=my redirect 
urlscope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwordsaccess_type=offline

Which takes me to the Google login screen. When I select the appropriate 
account, it comes back to my redirectURL
with a code, which I use to get an access token:

 $token_info = $handler-GetAccessToken($credentials, $code, $redirectURL);

But the token_info I get back doesn't include a refresh token:

Array
(
[client_id] = my client_id
[client_secret] = my client secret
[access_token] = my new access token
[token_type] = Bearer
[expires_in] = 3599
[timestamp] = 1437002357
)


Why wouldn't  access_type=offline cause a refresh token to be returned?

thanks,
Andy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1ccbd3c0-20ce-4cd9-9498-91febd58cd2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GetRefrechToken.java can't get refresh token, exception occurs

2015-07-16 Thread Umesh Dengale
Hello,

Please check out the AdWords API OAuth2 guide  
https://developers.google.com/adwords/api/docs/guides/authenticationand 
verify your *client id* and *client secret key* are generated as described 
in the guide. To learn more about how to request refresh tokens, please 
read the Access and refresh token guide 
https://developers.google.com/adwords/api/docs/guides/authentication#access_and_refresh_token
.

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4e3776fa-e966-4443-822d-2ee1a7b27150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy,

Have you tried simply using the GetRefreshToken.php example 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/Auth/GetRefreshToken.php
 and 
its accompanying guide on github 
https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0? 
Unless you absolutely need the *Web application *flow, that example should 
take care of generating tokens for you.

Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62a9ccc5-c3e1-4dcd-8895-a3650393069e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy,

Even while your developer token is pending approval, you can use it to 
issue requests against a test account. Check out our Test Account Guide 
https://developers.google.com/adwords/api/docs/test-accounts for more 
info.

By the way, one of the most common reasons for delays in the token approval 
process is that people forget to submit the second form 
https://services.google.com/fb/forms/newtoken/ that's sent to the 
developer contact email address. Please make sure you've completed that 
step.

Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cc1d870e-9c41-438a-a9cf-7cf9682fe95a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy,

You can use the link I provided in my previous email:

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

Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/525799f8-12ce-4b2f-bed8-ea26eb090602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
Probably, I have had a terrible time beating my way through these examples 
and sample code. Sounds like
I need to regenerate my client_id again and start over. Joy. I'll try that.



On Thursday, July 16, 2015 at 5:56:41 AM UTC-7, cisc...@gmail.com wrote:

 So, I managed to get the SimpleOAuthHandler working, setting up my 
 redirect urls, etc:

 $scope = https://www.googleapis.com/auth/adwords;;
 $server = NULL;
 $handler = new SimpleOAuth2Handler($server, $scope);

 $googleOAuthCredentials = new GoogleOAuthCredentials();

 $credentials = array( 'client_id' = my client_id
   'client_secret' = my client 
 secret ,
 );
 $redirectURL = my redirect url

 // true means i want an offline token, i.e., give me a refresh token
 $google_url = $handler-GetAuthorizationUrl($credentials, 
 $redirectURL, true);

 The generated URL is: 

 
 https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=client
  
 idredirect_uri=my redirect urlscope=https%3A%2F%2Fwww.googleapis.com
 %2Fauth%2Fadwordsaccess_type=offline

 Which takes me to the Google login screen. When I select the appropriate 
 account, it comes back to my redirectURL
 with a code, which I use to get an access token:

  $token_info = $handler-GetAccessToken($credentials, $code, $redirectURL);

 But the token_info I get back doesn't include a refresh token:

 Array
 (
 [client_id] = my client_id
 [client_secret] = my client secret
 [access_token] = my new access token
 [token_type] = Bearer
 [expires_in] = 3599
 [timestamp] = 1437002357
 )


 Why wouldn't  access_type=offline cause a refresh token to be returned?

 thanks,
 Andy



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1fe51294-eefa-4ca0-af6b-cf8a35e41db4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread Josh Radcliff (AdWords API Team)
Hi Andy,

Have you requested access for the same user using the same client_id 
multiple times? I ask because the OAuth guide 
https://developers.google.com/identity/protocols/OAuth2WebServer#offline 
explains 
that:

The next time your application requests an authorization code for that 
 user, the user will not be asked to grant consent (assuming they previously 
 granted access, and you are asking for the same scopes). As expected, the 
 response includes an authorization code which may be redeemed. However, 
 unlike the first time an authorization code is exchanged for a given user, 
 a refresh token will not be returned from the authorization code exchange.


Thanks,
Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/617a99ea-c9a9-45a8-98d2-4ab842c653cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
Ok, thanks Josh, that did it. I pushed forward with running my report, and 
now I get a DEVELOPER_TOKEN_NOT_APPROVED error, so I guess I need to wait 
for that to happen.



On Thursday, July 16, 2015 at 5:56:41 AM UTC-7, cisc...@gmail.com wrote:

 So, I managed to get the SimpleOAuthHandler working, setting up my 
 redirect urls, etc:

 $scope = https://www.googleapis.com/auth/adwords;;
 $server = NULL;
 $handler = new SimpleOAuth2Handler($server, $scope);

 $googleOAuthCredentials = new GoogleOAuthCredentials();

 $credentials = array( 'client_id' = my client_id
   'client_secret' = my client 
 secret ,
 );
 $redirectURL = my redirect url

 // true means i want an offline token, i.e., give me a refresh token
 $google_url = $handler-GetAuthorizationUrl($credentials, 
 $redirectURL, true);

 The generated URL is: 

 
 https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=client
  
 idredirect_uri=my redirect urlscope=https%3A%2F%2Fwww.googleapis.com
 %2Fauth%2Fadwordsaccess_type=offline

 Which takes me to the Google login screen. When I select the appropriate 
 account, it comes back to my redirectURL
 with a code, which I use to get an access token:

  $token_info = $handler-GetAccessToken($credentials, $code, $redirectURL);

 But the token_info I get back doesn't include a refresh token:

 Array
 (
 [client_id] = my client_id
 [client_secret] = my client secret
 [access_token] = my new access token
 [token_type] = Bearer
 [expires_in] = 3599
 [timestamp] = 1437002357
 )


 Why wouldn't  access_type=offline cause a refresh token to be returned?

 thanks,
 Andy



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/633ca3bc-4c1d-4628-bf9f-e9b130dba14b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: got access token, didn't get refresh token.

2015-07-16 Thread cisclicks
I have not received any emails from the process, so I don't have a second 
form to fill out. I have checked that email address, and sent tests 
messages there, but haven't gotten anything from Google on that.  I'll 
check out the test account 
andy

On Thursday, July 16, 2015 at 3:15:42 PM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Andy,

 Even while your developer token is pending approval, you can use it to 
 issue requests against a test account. Check out our Test Account Guide 
 https://developers.google.com/adwords/api/docs/test-accounts for more 
 info.

 By the way, one of the most common reasons for delays in the token 
 approval process is that people forget to submit the second form 
 https://services.google.com/fb/forms/newtoken/ that's sent to the 
 developer contact email address. Please make sure you've completed that 
 step.

 Thanks,
 Josh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ab56073-5197-4078-83fc-cc5715fd3ed4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token through OAuth2TokenGenerator

2014-10-18 Thread Sergey Volkov
Thanks! It's helped

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6d09dd2d-3344-4da1-90f3-6f87510b832e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't get refresh token through OAuth2TokenGenerator

2014-10-17 Thread Sergey Volkov
Hi

According to this instruction 
https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2TokenGenerator
i'm getting on the 2nd screenshot:

*400.* That’s an error.

 *Error: redirect_uri_mismatch*

The redirect URI in the request: http://localhost:8080/ did not match a 
registered redirect URI.

Does it suppose to work?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/373b9db8-57a4-4227-8192-8447f92f6537%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token through OAuth2TokenGenerator

2014-10-17 Thread Danial Klimkin
Hello Sergey,


It looks like you've selected Web Application when set up the OAuth 
client. Please either use Installed Application, or modify the client 
settings to whitelist http://localhost:8080/ 
http://www.google.com/url?q=http%3A%2F%2Flocalhost%3A8080%2Fsa=Dsntz=1usg=AFQjCNHav3I9_aV-3Af2UKEFgwwK-QWYeQ



-Danial, AdWords API Team.


On Thursday, October 16, 2014 10:11:53 PM UTC+4, Sergey Volkov wrote:

 Hi

 According to this instruction 
 https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2TokenGenerator
 i'm getting on the 2nd screenshot:

 *400.* That’s an error.

  *Error: redirect_uri_mismatch*

 The redirect URI in the request: http://localhost:8080/ did not match a 
 registered redirect URI.

 Does it suppose to work?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b67667cc-b04e-4001-ac7b-03025aa88f95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token

2014-09-30 Thread johannes . kaefer
Hello Ray,

thanks for answering. Yes I did review the guide (a long time ago and 
recently as well). My problem seems to have to do with OAuth2 Incremential 
Auth but I can't be sure. Only thing I know for sure is this: when I see 
the permissions page and can click on the grant Button everything works (I 
get a refresh_token). If I don't get this permissions page I get no 
refresh_token, but I can acccess the data via the API with the returned 
token, it's just missing the refresh_token.

Best regards
  Johannes

On Monday, September 29, 2014 11:55:05 PM UTC+2, Ray Tsang (AdWords API 
Team) wrote:

 Johannes,

 Have you had a chance to review the AdWords API authentication guide 
 https://developers.google.com/adwords/api/docs/guides/authentication?
 You would be able to authorize multiple users to access a MCC.  A refresh 
 token can be associated to a user.

 Thanks,

 Ray

 On Monday, September 29, 2014 11:08:12 AM UTC-4, johanne...@chads.io 
 wrote:

 Update 2: Using a new MCC-Account only works for one Adwords Account. 
 Authorizing a second Adwords Account does not work, or better: does not 
 generate a refresh_token. Of course the most prominent difference is the 
 immediate redirect without the permissions page.

 On Monday, September 29, 2014 2:05:31 PM UTC+2, johanne...@chads.io 
 wrote:

 I'm using Ruby v201402 and I've never had problems generating a refresh 
 token for OAuth2. Today (29.09) I needed to authorize a new Adwords Account 
 (the last one was authorized 3 weeks ago) and it just doesn't work. I get 
 an auth token and I can access the Adwords Account with this token but I 
 don't get a refresh_token. 

 Also when performing the authorize operation (through the 
 https://accounts.google.com/o/oauth2/auth URL) I don't see a page where 
 the requested permissions are listed. I'm instantly redirected back to my 
 application.

 Any help is appreciated.

 Best regards
   Johannes



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/72c95ef8-1b82-4c0e-bfff-08b49765e9f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token

2014-09-30 Thread Ray Tsang (AdWords API Team)
Johannes,

Refresh token is issued when you request offline access.  Please see if 
this will work 
https://developers.google.com/adwords/api/docs/guides/authentication#offline_access
.

Thanks,

Ray

On Tuesday, September 30, 2014 5:40:28 AM UTC-4, johanne...@chads.io wrote:

 Hello Ray,

 thanks for answering. Yes I did review the guide (a long time ago and 
 recently as well). My problem seems to have to do with OAuth2 Incremential 
 Auth but I can't be sure. Only thing I know for sure is this: when I see 
 the permissions page and can click on the grant Button everything works (I 
 get a refresh_token). If I don't get this permissions page I get no 
 refresh_token, but I can acccess the data via the API with the returned 
 token, it's just missing the refresh_token.

 Best regards
   Johannes

 On Monday, September 29, 2014 11:55:05 PM UTC+2, Ray Tsang (AdWords API 
 Team) wrote:

 Johannes,

 Have you had a chance to review the AdWords API authentication guide 
 https://developers.google.com/adwords/api/docs/guides/authentication?
 You would be able to authorize multiple users to access a MCC.  A refresh 
 token can be associated to a user.

 Thanks,

 Ray

 On Monday, September 29, 2014 11:08:12 AM UTC-4, johanne...@chads.io 
 wrote:

 Update 2: Using a new MCC-Account only works for one Adwords Account. 
 Authorizing a second Adwords Account does not work, or better: does not 
 generate a refresh_token. Of course the most prominent difference is the 
 immediate redirect without the permissions page.

 On Monday, September 29, 2014 2:05:31 PM UTC+2, johanne...@chads.io 
 wrote:

 I'm using Ruby v201402 and I've never had problems generating a refresh 
 token for OAuth2. Today (29.09) I needed to authorize a new Adwords 
 Account 
 (the last one was authorized 3 weeks ago) and it just doesn't work. I get 
 an auth token and I can access the Adwords Account with this token but I 
 don't get a refresh_token. 

 Also when performing the authorize operation (through the 
 https://accounts.google.com/o/oauth2/auth URL) I don't see a page 
 where the requested permissions are listed. I'm instantly redirected back 
 to my application.

 Any help is appreciated.

 Best regards
   Johannes



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/934012df-83a6-4db1-9385-5ca8dfb25a10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token

2014-09-30 Thread johannes . kaefer
Hi Ray,

thanks again. I'm requesting offline access. Never requested anything else.

Best regards
  Johannes

On Tuesday, September 30, 2014 9:06:22 PM UTC+2, Ray Tsang (AdWords API 
Team) wrote:

 Johannes,

 Refresh token is issued when you request offline access.  Please see if 
 this will work 
 https://developers.google.com/adwords/api/docs/guides/authentication#offline_access
 .

 Thanks,

 Ray

 On Tuesday, September 30, 2014 5:40:28 AM UTC-4, johanne...@chads.io 
 wrote:

 Hello Ray,

 thanks for answering. Yes I did review the guide (a long time ago and 
 recently as well). My problem seems to have to do with OAuth2 Incremential 
 Auth but I can't be sure. Only thing I know for sure is this: when I see 
 the permissions page and can click on the grant Button everything works (I 
 get a refresh_token). If I don't get this permissions page I get no 
 refresh_token, but I can acccess the data via the API with the returned 
 token, it's just missing the refresh_token.

 Best regards
   Johannes

 On Monday, September 29, 2014 11:55:05 PM UTC+2, Ray Tsang (AdWords API 
 Team) wrote:

 Johannes,

 Have you had a chance to review the AdWords API authentication guide 
 https://developers.google.com/adwords/api/docs/guides/authentication?
 You would be able to authorize multiple users to access a MCC.  A 
 refresh token can be associated to a user.

 Thanks,

 Ray

 On Monday, September 29, 2014 11:08:12 AM UTC-4, johanne...@chads.io 
 wrote:

 Update 2: Using a new MCC-Account only works for one Adwords Account. 
 Authorizing a second Adwords Account does not work, or better: does not 
 generate a refresh_token. Of course the most prominent difference is the 
 immediate redirect without the permissions page.

 On Monday, September 29, 2014 2:05:31 PM UTC+2, johanne...@chads.io 
 wrote:

 I'm using Ruby v201402 and I've never had problems generating a 
 refresh token for OAuth2. Today (29.09) I needed to authorize a new 
 Adwords 
 Account (the last one was authorized 3 weeks ago) and it just doesn't 
 work. 
 I get an auth token and I can access the Adwords Account with this token 
 but I don't get a refresh_token. 

 Also when performing the authorize operation (through the 
 https://accounts.google.com/o/oauth2/auth URL) I don't see a page 
 where the requested permissions are listed. I'm instantly redirected back 
 to my application.

 Any help is appreciated.

 Best regards
   Johannes



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f283-b18a-43b1-8127-e37c34957a4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token

2014-09-29 Thread johannes . kaefer
So a short update. I used a different MCC-Admin user to grant permission 
and this time it worked. Now I don't know why it is not working with the 
other account. It used to work for years. And the account is still very 
much active and I can login and work with it as MCC-Admin.

On Monday, September 29, 2014 2:05:31 PM UTC+2, johanne...@chads.io wrote:

 I'm using Ruby v201402 and I've never had problems generating a refresh 
 token for OAuth2. Today (29.09) I needed to authorize a new Adwords Account 
 (the last one was authorized 3 weeks ago) and it just doesn't work. I get 
 an auth token and I can access the Adwords Account with this token but I 
 don't get a refresh_token. 

 Also when performing the authorize operation (through the 
 https://accounts.google.com/o/oauth2/auth URL) I don't see a page where 
 the requested permissions are listed. I'm instantly redirected back to my 
 application.

 Any help is appreciated.

 Best regards
   Johannes


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d95a52bd-c7e5-42d5-9c82-74e53f1d1135%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can't get refresh token

2014-09-29 Thread Ray Tsang (AdWords API Team)
Johannes,

Have you had a chance to review the AdWords API authentication guide 
https://developers.google.com/adwords/api/docs/guides/authentication?
You would be able to authorize multiple users to access a MCC.  A refresh 
token can be associated to a user.

Thanks,

Ray

On Monday, September 29, 2014 11:08:12 AM UTC-4, johanne...@chads.io wrote:

 Update 2: Using a new MCC-Account only works for one Adwords Account. 
 Authorizing a second Adwords Account does not work, or better: does not 
 generate a refresh_token. Of course the most prominent difference is the 
 immediate redirect without the permissions page.

 On Monday, September 29, 2014 2:05:31 PM UTC+2, johanne...@chads.io wrote:

 I'm using Ruby v201402 and I've never had problems generating a refresh 
 token for OAuth2. Today (29.09) I needed to authorize a new Adwords Account 
 (the last one was authorized 3 weeks ago) and it just doesn't work. I get 
 an auth token and I can access the Adwords Account with this token but I 
 don't get a refresh_token. 

 Also when performing the authorize operation (through the 
 https://accounts.google.com/o/oauth2/auth URL) I don't see a page where 
 the requested permissions are listed. I'm instantly redirected back to my 
 application.

 Any help is appreciated.

 Best regards
   Johannes



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e8292b8d-5f1f-4569-a0db-8ac15233d2d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to get refresh Token

2014-09-08 Thread Shukla Abhinav


*I am trying to run my adwords but everytime I try to execute the 
GetRefreshToken.php file on my server I get the following error*

quot;Warning: Error parsing 
 ../aw/src/Google/Api/Ads/AdWords/Lib/api.properties on line 14 in .. 
/aw/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php on line 40 
 Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
#39;WSDL_CACHE_NONE#39; in  .. 
/googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
231 Log in to your AdWords account and open the following URL:
https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8...
 
https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8s6991p1lloprigi3ah46.apps.googleusercontent.comamp;redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoobamp;scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwordsamp;access_type=offline
 After 
approving the token enter the authorization code here: Your OAuth2 
Credentials are incorrect. Please see the GetRefreshToken.php example. { 
quot;errorquot; : quot;invalid_requestquot;, 
quot;error_descriptionquot; : quot;Missing required parameter: 
codequot; }quot;


I dont know where am I going wrong .Please help me with this.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/30fc0696-ff81-4a51-b5ef-5c1a8203ad16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get refresh Token

2014-09-08 Thread Anash P. Oommen (AdWords API Team)
Hi Shukla,

I believe this is related to the issue in the other thread, where you 
mentioned that SOAP is not enabled in your PHP environment. The issue 
should get addressed once that is fixed.

The instructions to setup PHP library with OAuth2 can be found 
at https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, September 8, 2014 7:13:17 AM UTC-4, Shukla Abhinav wrote:

 *I am trying to run my adwords but everytime I try to execute the 
 GetRefreshToken.php file on my server I get the following error*

 quot;Warning: Error parsing 
  ../aw/src/Google/Api/Ads/AdWords/Lib/api.properties on line 14 in .. 
 /aw/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php on line 40 
  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
 #39;WSDL_CACHE_NONE#39; in  .. 
 /googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
 231 Log in to your AdWords account and open the following URL:
 https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8...
  
 https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=529713113834-pcltkti85cv8s6991p1lloprigi3ah46.apps.googleusercontent.comredirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoobscope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwordsaccess_type=offline
  After 
 approving the token enter the authorization code here: Your OAuth2 
 Credentials are incorrect. Please see the GetRefreshToken.php example. { 
 quot;errorquot; : quot;invalid_requestquot;, 
 quot;error_descriptionquot; : quot;Missing required parameter: 
 codequot; }quot;


 I dont know where am I going wrong .Please help me with this.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ea67b55a-1352-4414-9227-04ecacd50419%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get refresh Token

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi,

Are you running GetRefreshToken.php from the command line? All of the 
examples are meant to be run from the command line, as they write to stdout 
and (in some cases) read from stdin.

Also, if you haven't already done so, I'd recommend going through the PHP 
library's Using OAuth 2.0 page 
https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0. It 
contains step-by-step instructions on running the example and updating your 
configuration file.

Cheers,
Josh, AdWords API Team

On Wednesday, September 3, 2014 5:12:18 AM UTC-4, Shukla Abhinav wrote:

 *I am trying to run my adwords but everytime I try to execute the 
 GetRefreshToken.php file on my server I get the following error*

 quot;Warning: Error parsing 
  ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties 
 on line 14 in .. 
 /googleads-php-lib-master/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php
  
 on line 40  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
 #39;WSDL_CACHE_NONE#39; in  .. 
 /googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
 231 Log in to your AdWords account and open the following URL:
 https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8...
  
 https://accounts.google.com/o/oauth2/auth?response_type=codeclient_id=529713113834-pcltkti85cv8s6991p1lloprigi3ah46.apps.googleusercontent.comredirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoobscope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwordsaccess_type=offline
  After 
 approving the token enter the authorization code here: Your OAuth2 
 Credentials are incorrect. Please see the GetRefreshToken.php example. { 
 quot;errorquot; : quot;invalid_requestquot;, 
 quot;error_descriptionquot; : quot;Missing required parameter: 
 codequot; }quot;


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1f3a1c5-dfb6-46da-a965-aeff6f15fc09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to get refresh Token

2014-09-03 Thread Shukla Abhinav


*I am trying to run my adwords but everytime I try to execute the 
GetRefreshToken.php file on my server I get the following error*

quot;Warning: Error parsing 
 ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties 
on line 14 in .. 
/googleads-php-lib-master/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php 
on line 40  Notice: Use of undefined constant WSDL_CACHE_NONE - assumed 
#39;WSDL_CACHE_NONE#39; in  .. 
/googleads-php-lib-master/src/Google/Api/Ads/Common/Lib/AdsUser.php on line 
231 Log in to your AdWords account and open the following URL:
https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8...
 
https://accounts.google.com/o/oauth2/auth?response_type=codeamp;client_id=529713113834-pcltkti85cv8s6991p1lloprigi3ah46.apps.googleusercontent.comamp;redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoobamp;scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwordsamp;access_type=offline
 After 
approving the token enter the authorization code here: Your OAuth2 
Credentials are incorrect. Please see the GetRefreshToken.php example. { 
quot;errorquot; : quot;invalid_requestquot;, 
quot;error_descriptionquot; : quot;Missing required parameter: 
codequot; }quot;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a516bc9c-c3e9-4d45-8fcd-d03218be5647%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Facing problem to get refresh token

2014-01-23 Thread Josh Radcliff (AdWords API Team)
Hi,

A few things to check are:

   1. Make sure you run GetRefreshToken from the command line, as it writes 
   to stdout and reads from stdin.
   2. Make sure the application you create in the Cloud Console is a *Native 
   Application*.
   3. If using a test account, the following post contains the list of 
   auth.ini properties and the proper source for each 
   one: https://groups.google.com/d/msg/adwords-api/-K7DuDOAVEM/9Um-qE4Di3AJ

Please post back if those recommendations don't resolve the issue for you.

Cheers,
Josh, AdWords API Team

On Tuesday, January 21, 2014 3:44:12 AM UTC-5, Mahfooz Khan wrote:


 Hello,

 I have inserted   require  information into auth.ini file   
 like developerToken,userAgent,clientCustomerId,client_id, and client_secret 
 after that i run the file GetRefreshToken.php either on localhost or server 
 but did not get refreshtoken output .

 It should be a reason 
1.  My developerToken showing Pending 
 approval ?
2.  or guide me where is problem ?
 Open this link http://bit.ly/1f88c7p
  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Facing problem to get refresh token

2014-01-21 Thread Mahfooz Khan

Hello,

I have inserted   require  information into auth.ini file   
like developerToken,userAgent,clientCustomerId,client_id, and client_secret 
after that i run the file GetRefreshToken.php either on localhost or server 
but did not get refreshtoken output .

It should be a reason 
   1.  My developerToken showing Pending 
approval ?
   2.  or guide me where is problem ?
Open this link http://bit.ly/1f88c7p
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can get Auth code, can't get refresh token (test environment)

2014-01-21 Thread Josh Radcliff (AdWords API Team)
Hi,

Please see the following post for a breakdown of which account to use for 
each of the values in the auth.ini file.

https://groups.google.com/d/msg/adwords-api/-K7DuDOAVEM/9Um-qE4Di3AJ

Looking at your list, I see a few issues/questions:

   1. The developer token should be your pending developer token from your 
   non-test MCC
   2. The clientCustomerId should be a child AdWords account of your test 
   MCC account

Let me know if the thread + these suggestions doesn't clear things up for 
you.

Cheers,
Josh, AdWords API Team

On Wednesday, January 15, 2014 10:26:42 PM UTC-5, visible@gmail.com 
wrote:

 I can't get a refresh token with getRefreshToken.php in the example, but I 
 did get the auth code.

 Here's more information;
 * I created a test MCC and two accounts in the  MCC.
 * I got my developer token from my test MCC and put it in auth.ini
 * I got my clientCustomerId from an account in my MCC and put it in 
 auth.ini
 * I got my client_id and client_secret which I made in the Google console 
 and put it in auth.ini (it's an installed program)
 * I am running getRefreshToken.php from the console. I copied the URL in 
 the browser, granted access and got my auth code.
 * I now put the auth code in the console and I get:
 Your OAuth2 Credentials are incorrect. 
 Please see the GetRefreshToken.php example. 
 { 
 error : invalid_grant, 
 error_description : Invalid code. 
 }  


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Can get Auth code, can't get refresh token (test environment)

2014-01-16 Thread visible . test . mcc
I can't get a refresh token with getRefreshToken.php in the example, but I 
did get the auth code.

Here's more information;
* I created a test MCC and two accounts in the  MCC.
* I got my developer token from my test MCC and put it in auth.ini
* I got my clientCustomerId from an account in my MCC and put it in auth.ini
* I got my client_id and client_secret which I made in the Google console 
and put it in auth.ini (it's an installed program)
* I am running getRefreshToken.php from the console. I copied the URL in 
the browser, granted access and got my auth code.
* I now put the auth code in the console and I get:
Your OAuth2 Credentials are incorrect. 
Please see the GetRefreshToken.php example. 
{ 
error : invalid_grant, 
error_description : Invalid code. 
}  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: i can not get refresh token from client library example

2013-09-05 Thread Takeshi Hagikura (AdWords API Team)
Hi,

Please elaborate the following.
- What client library you are using. 
- In what line you are seeing 500 error.
- What steps did you take

Best,
- Takeshi, AdWords API Team

On Tuesday, September 3, 2013 9:50:21 PM UTC+9, solanki pravin wrote:

 i M USING ADWORD  client library and i can not get refesh token i can got 
 500 internal server error plz any one can help me 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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


i can not get refresh token from client library example

2013-09-04 Thread solanki pravin
i M USING ADWORD  client library and i can not get refesh token i can got 
500 internal server error plz any one can help me 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

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.