Same Developer Token for All Manager Accounts?

2022-01-22 Thread Hustle OU
We are implementing the Google Ads API based on this 
documentation: 
https://developers.google.com/google-ads/api/docs/first-call/overview

We work with multiple Manager Accounts and inside each Manager Account 
there are multiple Ad Accounts.

The question is...can we use only 1 "Developer Token" to manage every 
Manager Account and Ad Account or do we need to generate 1 "Developer 
Token" per Manager Account?

I believe we just need 1, but just want to confirm it here. It makes sense 
it's 1, because if not, we will need to go through this process multiple 
times with the same info 
submitted: https://services.google.com/fb/forms/newtoken/

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d148f1df-6abd-4d1e-95f9-e7d10e90e007n%40googlegroups.com.


Re: Activation of Google ads API for the project which is currently using Adwords API

2022-01-22 Thread Rten Marketo
Hi team,

Any Info on above queries.  We would like to understand if we enable Ads
API for our google console project, is there any implication on our
production calls?

Thanks & Regards


On Fri, Jan 21, 2022 at 5:10 PM Rten Marketo  wrote:

> HI team,
>
> We are working on migration of Google Adwords to Google Ads API Migration.
> I tried a few of Google Ads API calls using the oauth credential created
> for the project for which Adword API is enabled. Those call failed due to
> below error
>
> curl --location --request GET '
>> https://googleads.googleapis.com/v9/customers:listAccessibleCustomers' \
>> --header 'Content-Type: application/json' \
>> --header 'developer-token: ' \
>> --header 'login-customer-id: ' \
>> --header 'Authorization: Bearer '
>
>
>
>
>> {
>> "error": {
>> "code": 403,
>> "message": "Google Ads API has not been used in project X before or
>> it is disabled. Enable it by visiting
>> https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=
>> X
>> then retry. If you enabled this API recently, wait a few minutes for the
>> action to propagate to our systems and retry.",
>> "status": "PERMISSION_DENIED",
>> "details": [
>> {
>> "@type": "type.googleapis.com/google.rpc.Help",
>> "links": [
>> {
>> "description": "Google developers console API activation",
>> "url": "
>> https://console.developers.google.com/apis/api/googleads.googleapis.com/overview?project=
>> 
>> X"
>> }
>> ]
>> },
>> {
>> "@type": "type.googleapis.com/google.rpc.ErrorInfo",
>> "reason": "SERVICE_DISABLED",
>> "domain": "googleapis.com",
>> "metadata": {
>> "consumer": "projects/",
>> "service": "googleads.googleapis.com"
>> }
>> }
>> ]
>> }
>> }
>
>
>
> The project for which I have generated the Oauth credential is being used
> in production.
> A Couple of questions related to activation of google Ads API
>
>- If we activate the Google Ads API for this project and also if our
>code will still make calls using Adword API in production, Does activation
>of ads API cause problems for the Adword calls which are being used in
>production?
>- Do we create test projects using the same developer token and use
>that Oauth credential for our dev setup ?
>- Do we require to create both a new developer token and a test
>project for our testing purpose
>
>
> Thanks & Regards,
> r10.mark...@gmail.com
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAAguJvA_%3DWWvx8-9Nast--%2BtCNx79nDw%3D92%3DmuNq--ok32kH3g%40mail.gmail.com.


Re: How to get keyword seed in KeywordPlanIdeaService

2022-01-22 Thread Dmitry Shvetsov
Hi!
Do you mean I should send you a request id manually by email?
If not, could you provide me with a code example in Python3 how to retrieve
it programmatically?

PS
My application creates thousands of ad groups. Each keyword seed is a
separate ad group. That's why I have to request each keyword seed in a
separate request now. (I'd like to make one request with 20 keyword seeds).
I got Error "Host: googleads.googleapis.com, Method:
/google.ads.googleads.v9.services.KeywordPlanIdeaService/GenerateKeywordIdeas,
RequestId: fZPJNliYFeUjLvFK4odVWg, IsFault: True, FaultMessage: Resource
has been exhausted (e.g. check quota)."
That's why I want to match each keyword idea with it's keyword seed (not to
get all ideas seeds and ideas separately).

On Mon, Jan 17, 2022 at 2:14 PM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thanks for reaching out to us.
>
> Kindly note that only keyword_seed can be set on the request in order to
> generate keyword ideas with a list of keywords. If you're not able to
> retrieve it, you may provide us with the complete *request*
> 
> and *response*
> 
> logs with the *request-id*
> ,
> so our team can better check.
>
> For Python library logging, you may enable it by navigating to the Client
> libraries > Your client library (ex. Python) > Logging documentation, which
> you can access from this *link*
> . You may
> then send the requested information via the *Reply privately to author*
> option. If this option is not available, you may send the details directly
> to our googleadsapi-supp...@google.com alias instead.
>
> Regards,
> [image: Google Logo]
> Yasar
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2UkWPI: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/CAONxTTBpjtjiE_nr1bXL6nYq8xogR_1WjrB%2BCVi9i0oJ90Ccgg%40mail.gmail.com.


How to connect Google ads account with Google Business Profile

2022-01-22 Thread RYO O
Hello,

In order to set up Location extensions for Google Ads, I want to link 
Google Ads Account and Google Business Profile with GoogleAdsAPI.
Which API should I use?

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c6a1cc20-4a99-481f-8c83-70207764be80n%40googlegroups.com.