Stay organized with collections
Save and categorize content based on your preferences.
--- v17/errors/asset_link_error.proto 2024-10-17 03:48:50.000000000 +0000+++ v18/errors/asset_link_error.proto 2024-10-17 03:48:54.000000000 +0000@@ -123,5 +123,13 @@ // Call to action value is not supported.
UNSUPPORTED_CALL_TO_ACTION = 24;
++ // For Performance Max campaigns where brand_guidelines_enabled is false,+ // business name and logo assets must be linked as AssetGroupAssets.+ BRAND_ASSETS_NOT_LINKED_AT_ASSET_GROUP_LEVEL = 25;++ // For Performance Max campaigns where brand_guidelines_enabled is true,+ // business name and logo assets must be linked as CampaignAssets.+ BRAND_ASSETS_NOT_LINKED_AT_CAMPAIGN_LEVEL = 26; }
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-17 UTC."],[[["The update introduces two new AssetLinkError enums, `BRAND_ASSETS_NOT_LINKED_AT_ASSET_GROUP_LEVEL` and `BRAND_ASSETS_NOT_LINKED_AT_CAMPAIGN_LEVEL`."],["For Performance Max campaigns with brand guidelines disabled, business name and logo assets must be linked as AssetGroupAssets, otherwise, `BRAND_ASSETS_NOT_LINKED_AT_ASSET_GROUP_LEVEL` error will be raised."],["For Performance Max campaigns with brand guidelines enabled, business name and logo assets must be linked as CampaignAssets, otherwise, `BRAND_ASSETS_NOT_LINKED_AT_CAMPAIGN_LEVEL` error will be raised."]]],[]]