Hello,
I am using the code from the example
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics
And I can't understand how the limits work in this case.
We have basic access.
I request 10000 keywords once and I get a result for 10000 words.
But if I request again after a few minutes again 10000 keywords then I get
the error StatusCode.RESOURCE_EXHAUSTED
This means that the limit of 5000/mutations per day applies to the batch
MutateKeywordPlanAdGroupKeywords in 10000 keywords?
Or one request with 10000 keywords in Mutate should
MutateKeywordPlanAdGroupKeywords still count as one mutation??
The request looks like:
-------
Method:
/google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordService/MutateKeywordPlanAdGroupKeywords
Host: googleads.googleapis.com
Headers: {
"developer-token": "REDACTED",
"login-customer-id": "xxxxxxxxx",
"x-goog-api-client": "gl-python/3.9.9 grpc/1.46.3 gax/2.8.0 gccl/16.0.0",
"x-goog-request-params": "customer_id=xxxxxxxxx"
}
Request: customer_id: "xxxxxxxxx"
operations {
create {
match_type: BROAD
keyword_plan_ad_group: "customers/xxxxxxxxx/keywordPlanAdGroups/422881460"
text: "rbs bankline"
cpc_bid_micros: 1000000
}
}
operations {
create {
match_type: BROAD
keyword_plan_ad_group: "customers/xxxxxxxxx/keywordPlanAdGroups/422881460"
text: "rbs"
cpc_bid_micros: 1000000
}
}
operations {
create {
match_type: BROAD
keyword_plan_ad_group: "customers/xxxxxxxxx/keywordPlanAdGroups/422881460"
text: "1"
cpc_bid_micros: 1000000
}
}
operations {
create {
match_type: BROAD
keyword_plan_ad_group: "customers/xxxxxxxxx/keywordPlanAdGroups/422881460"
text: "2"
cpc_bid_micros: 1000000
}
}
......
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/ff3a6d29-9431-4820-82d5-c7ba456430b1n%40googlegroups.com.