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[image: Screenshot 2025-09-04 205947.png]
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." } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/7ab8fa14-4379-456c-8252-056f7a4cd3f1n%40googlegroups.com.
