Re: API (or report) access without Adwords Manager Account

2016-04-07 Thread Maurice Lourens
Adwords scripts did the trick. I can sent hourly data to my own services now.

Thank u very much for the help.

Maurice 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8671dda9-88e5-4b15-b44b-1eeed9d25992%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API (or report) access without Adwords Manager Account

2016-04-05 Thread Zweitze
That is possible.

   - With accounts in your MCC, you should login to your MCC. With login I 
   mean the OAuth2 authentication of your choice (web, installed or service).
   - With accounts in a different MCC, you should login to that MCC. With 
   subsequent API calls you can just use the developer token issued to your 
   MCC. Google uses the developer token just to identify the responsible 
   persons.
   - With accounts in no MCC at all, or in an MCC where you cannot get a 
   login of, you should login to that account directly. Again you can use the 
   developer token issued to your MCC. Note that ManagedCustomerService will 
   behave differently, you should test this situation before rolling out.
   


On Monday, April 4, 2016 at 2:48:11 PM UTC+2, Maurice Lourens wrote:
>
> I need to get simple daily costs data for a large amount of Adwords 
> accounts where I got access to. 
> Those Adwords accounts do not use an MCC/Adwords Manager Account and it is 
> not possible to put them all in a MCC account.
>
> In old versions it was possible to connect directly to a Adwords account 
> and not necessarily trough a MCC account but it seems that it is not 
> possible anymore.
>
> I found a solution to make daily report and sent it to my application to 
> process e-mail attachment, but that's quite tricky.
> Is there any other way to receive cost data without the use of 
> an  MCC/Adwords Manager Account?
>
> Maurice
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6e3ca4c8-47bf-42cd-aebf-0791ca02ef5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API (or report) access without Adwords Manager Account

2016-04-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Maurice,

If you want to use the AdWords API to pull reports then you would need a 
Manager Account as the developer token which is used to access the API is 
associated with a Manager Account. 

However, if you want to pull reports via the UI, then you don't need a MCC 
account. You can also use Adwords Scripts 
, which is available 
through the UI, to pull report data and also schedule periodical reports. 

Please let us know if you have any other issues while using the AdWords 
API. 

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/e56e2146-7666-4218-a747-094a732a4f9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API (or report) access without Adwords Manager Account

2016-04-04 Thread Maurice Lourens
I need to get simple daily costs data for a large amount of Adwords 
accounts where I got access to. 
Those Adwords accounts do not use an MCC/Adwords Manager Account and it is 
not possible to put them all in a MCC account.

In old versions it was possible to connect directly to a Adwords account 
and not necessarily trough a MCC account but it seems that it is not 
possible anymore.

I found a solution to make daily report and sent it to my application to 
process e-mail attachment, but that's quite tricky.
Is there any other way to receive cost data without the use of 
an  MCC/Adwords Manager Account?

Maurice


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4868dff0-d96a-4fe6-9040-3996d6bcff5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.