Query Regarding Developer Token Usage Across Multiple MCC Accounts

2024-03-13 Thread Arunoday Singh

Hello,

I trust this message finds you well. As we work on integrating the Google 
Ads API into our platform, a question has arisen regarding the usage of 
developer tokens across multiple MCC (My Client Center) accounts.

Could you please clarify whether we need a distinct developer token for 
each MCC account, or if a single developer token can be utilized across 
different MCC accounts? This information is crucial for ensuring our 
platform's compatibility and adherence to Google Ads API guidelines.

Your prompt response on this matter would be highly appreciated.

Thank you for your assistance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c1c226fa-1964-499f-b1e2-929737b0589fn%40googlegroups.com.


Regarding Developer token failure during rule execution in Google Ads API

2022-05-03 Thread Safetynet Devs


Hello Team,

We are facing below error while migrating AdWords API to Google Ads API






*errors {error_code {authorization_error: 
DEVELOPER_TOKEN_PROHIBITED}message: "Developer token is not allowed with 
project X"}*

When we went through Google Ads API document, we came to know that "Each 
Google API Console project can be associated with the one developer token. 
Once we make a Google Ads API request, the developer token is permanently 
paired to the Google API Console project".

However, our Google Ads API console project contains multiple manager 
accounts, and they have their own developer tokens. We just wanted to know 
how it will impact on Billing and API requests *(Mutate + GoogleAdsService 
Search)* execution part if we use the single developer token of one manager 
account (the one with standard access) for all manager accounts.

We have below queries regarding the issue we have been facing :

   1. How the billing is generated if we use single developer token for all 
   the manager accounts, is it consolidated or individual for each manager 
   account.
   2. Will this impact number of API request (Mutate operation + Google Ads 
   search operation) per day limits if we use single developer token for all 
   the manager accounts.

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 
"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/2feb7523-353a-4b3b-9668-59dd58d75af2n%40googlegroups.com.


Re: Regarding Developer Token

2018-04-12 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Deepak,

To further investigate this could you provide the complete SOAP request and 
response logs when you encounter the error as well as your CID and the 
email address associated with your account? Please reply via *Reply 
privately to author*.

Thanks and regards,
Luis
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/cd21d315-9515-453d-a120-4e7c7bbea234%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Regarding Developer Token

2018-04-12 Thread deepak khetarpal
Hello there,

I am currently trying to integrate google adword API using PHP for one of 
my client. I have set up everything and have following details:

I have created a project in my google developer console and selected 
application type as other. Had already set up client id and client secrets 
and have got the request token using getAccessToken.php

Here is the url for your reference:

http://adwords.notewaredigital.com/vendor/googleads/googleads-php-lib/examples/AdWords/Auth/GetRefreshToken.php

I copied and pasted that url created by the above url with my client id and 
got the refresh token. The generated refresh token is added to auth.ini 
file.

After that, in the test mode, I have set up a developer token on my test 
account here:

https://adwords.google.com/aw/apicenter?ocid=265571168&__c=8092161632=0&__u=6600827946

So in my auth,ini, I have client id, client secret, refresh token and 
developer token.

But, when I try to 
run 
http://adwords.notewaredigital.com/vendor/googleads/googleads-php-lib/examples/AdWords/v201705/BasicOperations/GetCampaigns.php

It still gives me error of type 

An error has occurred: { "error": "unsupported_grant_type", 
"error_description": "Invalid grant_type: " }

Can you please check and suggest what is missing here.

Thank you in advance.

Regards,
Deepak

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cdf898e4-f589-4068-abd9-aeb5602c6896%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.