Stay organized with collections
Save and categorize content based on your preferences.
--- v17/errors/conversion_value_rule_set_error.proto 2024-10-17 03:48:50.000000000 +0000+++ v18/errors/conversion_value_rule_set_error.proto 2024-10-17 03:48:55.000000000 +0000@@ -94,5 +94,9 @@ // not supported. The list of conversion action categories must be an empty
// list, only STORE_VISIT, or only STORE_SALE.
UNSUPPORTED_CONVERSION_ACTION_CATEGORIES = 14;
++ // Dimension ITINERARY can only be used on campaigns with an advertising+ // channel type of PERFORMANCE_MAX or HOTEL.+ DIMENSION_NOT_SUPPORTED_FOR_CAMPAIGN_TYPE = 15; }
}
[[["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."],[[["Google Ads API v18 introduces a new error type, `DIMENSION_NOT_SUPPORTED_FOR_CAMPAIGN_TYPE`, indicating that the ITINERARY dimension is only compatible with PERFORMANCE_MAX and HOTEL campaign types."],["This error is added to the `ConversionValueRuleSetError` enum within the `errors` package."],["Previously, error type `UNSUPPORTED_CONVERSION_ACTION_CATEGORIES` addressed limitations on conversion action categories, requiring an empty list, or exclusively STORE_VISIT or STORE_SALE."]]],[]]