This guide covers optimization tips to help you get the most out of your Performance Max campaigns.
Campaign optimization
For the different business objectives that can be achieved through Performance Max campaigns, check out our optimization tips for Performance Max. These tips are equally applicable to Performance Max campaigns created by the Google Ads API.
Asset group optimization
To optimize your asset groups, review their Ad Strength and Asset Coverage
report. You can access this report using the
asset_coverage
field on the AssetGroup
resource which contains recommended
ad_strength_action_items
to improve the ad_strength
.
SELECT
asset_group.ad_strength,
asset_group.asset_coverage
FROM asset_group
WHERE asset_group.resource_name = "customers/CUSTOMER_ID/assetGroups/ASSET_GROUP_ID"
Final URL expansion
URL expansion helps you optimize the performance of your Performance Max campaigns. Use URL expansion to replace your final URL with a more relevant landing page and dynamic headline based on customers' intent. By default, URL expansion is turned on for all Performance Max campaigns.
Beginning in v22, you can opt in or out of final URL expansion using the
FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION
asset automation type in the campaign's
assetAutomationSettings
.
See the asset automation settings guide
for details. For versions before v22, you can opt out of final URL expansion by
setting
Campaign.final_url_expansion_opt_out
to true
.
Use WEBPAGE
campaign criteria to set URL expansion
exclusions.
To view any automatically created assets that the final URL expansion setting
creates, use the
final_url_expansion_asset_view
.
You can remove an automatically created URL expansion asset using the
AutomaticallyCreatedAssetRemovalService
.