Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-14 Thread Jamie Brown
If we don't have a Google Apps domain, is it still possible to grant an MCC 
that same user rights access?  

On Wednesday, November 12, 2014 6:12:11 AM UTC-8, Danial Klimkin wrote:

 Hello,


 As the document says, we strongly discourage to use Service Accounts with 
 AdWords. It's much easier to obtain and use an offline refresh token.

 If you are still using it and have a google apps domain, you need to grant 
 a user rights to access the correct account and set impersonation address 
 to this user email address.


 -Danial, AdWords API Team.



 On Tuesday, November 11, 2014 7:04:44 PM UTC+3, jitendra rawat wrote:

 Hi,

 I am using google service account to authentication during authentication 
 follow this document 
 https://developers.google.com/accounts/docs/OAuth2ServiceAccount;.

 If you want then i can provide the apex code. Noted that I am facing this 
 error when try to fetch performance report into salesforce. 

 On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:

 Hello,


 This error normally means you have generated the refresh token with a 
 wrong account. Try logging off and re-authorizing your application logging 
 in as your AdWords user.


 -Danial, AdWords API Team.


 On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote:

 How I can resolve this issue. What is the possible solution or reasons 
 for this.
 I am fetching performance report from adword and i have developer token 
 and also got the Auth token for scope '
 https://adwords.google.com/api/adwords/; 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a044da00-900c-485c-8ff7-253e25b2dfac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-14 Thread Danial Klimkin
Hello Jamie,


Yes, you need to retrieve a refresh token for a user that has access to the 
given AdWords account as described here:

  
https://developers.google.com/adwords/api/docs/guides/clientlogin-to-oauth2-individual-accounts#retrieve_oauth_20_refresh_token_for_individual_adwords_account


-Danial, AdWords API Team.


On Friday, November 14, 2014 11:44:31 AM UTC+3, Jamie Brown wrote:

 If we don't have a Google Apps domain, is it still possible to grant an 
 MCC that same user rights access?  

 On Wednesday, November 12, 2014 6:12:11 AM UTC-8, Danial Klimkin wrote:

 Hello,


 As the document says, we strongly discourage to use Service Accounts with 
 AdWords. It's much easier to obtain and use an offline refresh token.

 If you are still using it and have a google apps domain, you need to 
 grant a user rights to access the correct account and set impersonation 
 address to this user email address.


 -Danial, AdWords API Team.



 On Tuesday, November 11, 2014 7:04:44 PM UTC+3, jitendra rawat wrote:

 Hi,

 I am using google service account to authentication during 
 authentication follow this document 
 https://developers.google.com/accounts/docs/OAuth2ServiceAccount;.

 If you want then i can provide the apex code. Noted that I am facing 
 this error when try to fetch performance report into salesforce. 

 On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:

 Hello,


 This error normally means you have generated the refresh token with a 
 wrong account. Try logging off and re-authorizing your application logging 
 in as your AdWords user.


 -Danial, AdWords API Team.


 On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote:

 How I can resolve this issue. What is the possible solution or reasons 
 for this.
 I am fetching performance report from adword and i have developer 
 token and also got the Auth token for scope '
 https://adwords.google.com/api/adwords/; 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fb06c905-c3a4-4535-b8c2-b9a874d64a44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-12 Thread jitendra rawat
Hi,

I am using google service account to authentication during authentication 
follow this document 
https://developers.google.com/accounts/docs/OAuth2ServiceAccount;.

If you want then i can provide the apex code. Noted that I am facing this 
error when try to fetch performance report into salesforce. 

On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:

 Hello,


 This error normally means you have generated the refresh token with a 
 wrong account. Try logging off and re-authorizing your application logging 
 in as your AdWords user.


 -Danial, AdWords API Team.


 On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote:

 How I can resolve this issue. What is the possible solution or reasons 
 for this.
 I am fetching performance report from adword and i have developer token 
 and also got the Auth token for scope '
 https://adwords.google.com/api/adwords/; 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d620497b-15b2-43e3-a7c8-03f8b4095cfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-12 Thread Danial Klimkin
Hello,


As the document says, we strongly discourage to use Service Accounts with 
AdWords. It's much easier to obtain and use an offline refresh token.

If you are still using it and have a google apps domain, you need to grant 
a user rights to access the correct account and set impersonation address 
to this user email address.


-Danial, AdWords API Team.



On Tuesday, November 11, 2014 7:04:44 PM UTC+3, jitendra rawat wrote:

 Hi,

 I am using google service account to authentication during authentication 
 follow this document 
 https://developers.google.com/accounts/docs/OAuth2ServiceAccount;.

 If you want then i can provide the apex code. Noted that I am facing this 
 error when try to fetch performance report into salesforce. 

 On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:

 Hello,


 This error normally means you have generated the refresh token with a 
 wrong account. Try logging off and re-authorizing your application logging 
 in as your AdWords user.


 -Danial, AdWords API Team.


 On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote:

 How I can resolve this issue. What is the possible solution or reasons 
 for this.
 I am fetching performance report from adword and i have developer token 
 and also got the Auth token for scope '
 https://adwords.google.com/api/adwords/; 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8f2cd65d-b87b-4754-b2e6-59ba7f4599a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-10 Thread jitendra rawat
How I can resolve this issue. What is the possible solution or reasons for 
this.
I am fetching performance report from adword and i have developer token and 
also got the Auth token for scope 'https://adwords.google.com/api/adwords/
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f4955b7e-57f0-4b64-a999-f3cb60fea09e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-10 Thread Danial Klimkin
Hello,


This error normally means you have generated the refresh token with a wrong 
account. Try logging off and re-authorizing your application logging in as 
your AdWords user.


-Danial, AdWords API Team.


On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote:

 How I can resolve this issue. What is the possible solution or reasons for 
 this.
 I am fetching performance report from adword and i have developer token 
 and also got the Auth token for scope '
 https://adwords.google.com/api/adwords/; 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6d26919c-9fb1-4a71-a62d-e27a19f4f037%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.