Re: API Bidder software Multi-Token issue

2015-07-10 Thread Nadine Sundquist (AdWords API Team)
Greetings Előd,

That sounds like a cool application. Based on what you've described, it 
sounds like your application is a good candidate for the OAuth 2.0 web flow 
https://developers.google.com/identity/protocols/OAuth2WebServer. We mention 
it 
https://developers.google.com/adwords/api/docs/guides/authentication#access_and_refresh_token
 when 
describing how you can set up authentication in the AdWords API. The 
software user wouldn't need to deal with things like developer tokens. 
Check out the guide on Using OAuth 2.0 for Web Server Applications 
https://developers.google.com/identity/protocols/OAuth2WebServer to see 
how it can simplify your user experience.

Cheers,
Nadine, AdWords API Team

On Thursday, July 9, 2015 at 1:08:14 PM UTC-4, Előd Czakó wrote:

 Hail Migthy AdWords Users!

 We have created an efficient API program that helps us to optimize our 
 clients spendings a way manually would not be possible (with a 5 minute 
 polling). 
 We decided to do a bit more coding and put in extra effort to offer this 
 software for our clients as a self service solution. However we face a 
 problem what I don't know how to solve. 

 If a client want's to efficiently join in the software and start using it 
 immediately, then waiting for a Token approval would be problematic. Even 
 if we consider how painful it can be for a non-technical person. Is there 
 any good solution to bridge this gap? Even linking their MCC could not be 
 delivered automatically because requires manual confirmation. Also the 
 limited amount of MCC links and the depth of level they may be 
 interrelated, causes an issue (even if the limits are high). 

 So the question is:
 *Is there a way to provide a service like a campaign manager / builder 
 solution for a user without the dev token for them?* We have of course 
 one, but can we somehow solve this?

 I know solutions like 
 http://supermetrics.com/product/supermetrics-data-grabber/ using the API 
 to gather data, however this is just collection and not propagation of 
 data. 

 All help are much appreciated! 
 Thank you in advance,
 Elod




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/132c05f9-b124-444b-a83d-b8a18eaaf32e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Bidder software multi Token issue

2015-07-09 Thread Előd Czakó
Hail Might AdWords Users!

We have created an AdWords bidder / campaign builder and manager solution 
and it worked out great for in-house usage. Now we consider to introduce it 
to our clients and prepare a self service solution. Also we currently face 
a problem. Without the Dev Token, the users won't be able to access the 
bidding feature which might be a problem. 

We had an idea to link MCC accounts but it can't be done automatically 
either, requires manual confirmation. Also, even if the limit is high, the 
amount of linkable MCCs are limited. We know there are solutions 
like: http://supermetrics.com/product/supermetrics-data-grabber/ collecting 
data but not propagating (also I don't exactly know how they do this). 

Is there a workaround to be able to prevent the usually non-technical users 
to suffer with the validation process?

Any ideas are much appreciated!
Thanks,
Elod

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/86cca686-e722-4df9-93d6-46199d38b440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API Bidder software Multi-Token issue

2015-07-09 Thread Előd Czakó
Hail Migthy AdWords Users!

We have created an efficient API program that helps us to optimize our 
clients spendings a way manually would not be possible (with a 5 minute 
polling). 
We decided to do a bit more coding and put in extra effort to offer this 
software for our clients as a self service solution. However we face a 
problem what I don't know how to solve. 

If a client want's to efficiently join in the software and start using it 
immediately, then waiting for a Token approval would be problematic. Even 
if we consider how painful it can be for a non-technical person. Is there 
any good solution to bridge this gap? Even linking their MCC could not be 
delivered automatically because requires manual confirmation. Also the 
limited amount of MCC links and the depth of level they may be 
interrelated, causes an issue (even if the limits are high). 

So the question is:
*Is there a way to provide a service like a campaign manager / builder 
solution for a user without the dev token for them?* We have of course one, 
but can we somehow solve this?

I know solutions 
like http://supermetrics.com/product/supermetrics-data-grabber/ using the 
API to gather data, however this is just collection and not propagation of 
data. 

All help are much appreciated! 
Thank you in advance,
Elod


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e0800308-dc00-49e8-a23e-7f216c84dc72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.