--- v18/errors/campaign_error.proto 2025-02-24 15:48:55.000000000 +0000 +++ v19/errors/campaign_error.proto 2025-02-24 15:48:59.000000000 +0000 @@ -337,5 +337,33 @@ // only when there are assets that are linked to the campaign's asset // groups. REQUIRED_LOGO_ASSET_NOT_LINKED = 96; + + // Brand Guideline fields can only be set for campaigns that have Brand + // Guidelines enabled. + BRAND_GUIDELINES_NOT_ENABLED_FOR_CAMPAIGN = 98; + + // When a Brand Guidelines color field is set, both main color and accent + // color are required. + BRAND_GUIDELINES_MAIN_AND_ACCENT_COLORS_REQUIRED = 99; + + // Brand Guidelines colors must be hex colors matching the regular + // expression '#[0-9a-fA-F]{6}', for example '#abc123' + BRAND_GUIDELINES_COLOR_INVALID_FORMAT = 100; + + // Brand Guidelines font family must be one of the supported Google Fonts. + // See Campaign.brand_guidelines.predefined_font_family for the list of + // supported fonts. + BRAND_GUIDELINES_UNSUPPORTED_FONT_FAMILY = 101; + + // Brand Guidelines cannot be set for this channel type. Brand Guidelines + // supports Performance Max campaigns. + BRAND_GUIDELINES_UNSUPPORTED_CHANNEL = 102; + + // Brand Guidelines cannot be enabled for Performance Max for travel goals + // campaigns. + CANNOT_ENABLE_BRAND_GUIDELINES_FOR_TRAVEL_GOALS = 103; + + // This customer is not allowlisted for enabling Brand Guidelines. + CUSTOMER_NOT_ALLOWLISTED_FOR_BRAND_GUIDELINES = 104; } }
/errors/campaign_error.proto
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-28 (世界標準時間)。