Hi,
I am trying to create bidding strategy resource by sending the below
payload.
I get the error that the 'scheme' field is missing. But the official
document states that no scheme is needed when type is 'MANUAL_CPV'. Please
Help me out with this.
payload:
var biddingStrategyPayload3 = {
"operations": [
{
"create": {
"name": strategyName, // Replace with your desired strategy name
"status": "ENABLED", // You can set it to ENABLED or other
appropriate status
"type": "MANUAL_CPV",
// "scheme":{}
}
}
]
};
error:
Failed to create bidding strategy. Response: { "error": { "code": 400,
"message": "Request contains an invalid argument.", "status":
"INVALID_ARGUMENT", "details": [ { "@type":
"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure",
"errors": [ { "errorCode": { "fieldError": "REQUIRED" }, "message": "The
required field was not present.", "location": { "fieldPathElements": [ {
"fieldName": "operations", "index": 0 }, { "fieldName": "create" }, {
"fieldName": "scheme" } ] } } ], "requestId": "qhDdoNsOrGqayh3RnxX_Iw" } ]
} }
REFRESH
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d70b7cd8-edcd-4151-a220-c2bed7c10e89n%40googlegroups.com.