Hello Google Ads team.
I have a question. Currently, for the creation of AdGroupAd or AdGroupCriterion, my logic is that if a Google Ads policy violation alert pops up, the user can request to continue anyway and proceed to a more in-depth verification by Google. This serves the same purpose as the following image
This is done through the "PolicyValidationParameter" parameter of the AdGroupAdOperation operation (
https://developers.google.com/google-ads/api/reference/rpc/v21/AdGroupAdOperation).
However, I'm looking for how to implement this same functionality for the PMAX campaign creation process, but I can't find any documentation on this parameter in AssetGroupAssetOperation (
https://developers.google.com/google-ads/api/reference/rpc/v21/AssetGroupAssetOperation).
I'd like to confirm if it's not available or if it's done differently. I've verified that it can be done through the Google Ads Manager UI.
I'm requesting this because a user encountered this exact error today when creating an asset group with a policy violation.
{
"location": {
"fieldPathElements": [
{
"fieldName": "mutate_operations",
"index": 51
},
{
"fieldName": "asset_group_asset_operation"
}
]
},
"details": {
"policyFindingDetails": {
"policyTopicEntries": [
{
"topic": "CAPITALIZATION",
"type": "PROHIBITED"
}
]
}
},
"errorCode": {
"policyFindingError": "POLICY_FINDING"
},
"message": "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED."
}