--- 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; } }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.