--- v15/errors/experiment_error.proto 2024-02-20 20:29:00.000000000 +0000 +++ v16/errors/experiment_error.proto 2024-02-20 20:29:02.000000000 +0000 @@ -124,5 +124,10 @@ // Cannot add campaign with deprecated ad types. Deprecated ad types: // ENHANCED_DISPLAY, GALLERY, GMAIL, KEYWORDLESS, TEXT. CANNOT_ADD_CAMPAIGN_WITH_DEPRECATED_AD_TYPES = 28; + + // Sync can only be enabled for supported experiment types. Supported + // experiment types: SEARCH_CUSTOM, DISPLAY_CUSTOM, + // DISPLAY_AUTOMATED_BIDDING_STRATEGY, SEARCH_AUTOMATED_BIDDING_STRATEGY. + CANNOT_ENABLE_SYNC_FOR_UNSUPPORTED_EXPERIMENT_TYPE = 29; } }
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-21 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-21 UTC."],[[["The update introduces a new error type, `CANNOT_ENABLE_SYNC_FOR_UNSUPPORTED_EXPERIMENT_TYPE`, indicating that sync can only be enabled for specific experiment types."],["Supported experiment types for sync are: `SEARCH_CUSTOM`, `DISPLAY_CUSTOM`, `DISPLAY_AUTOMATED_BIDDING_STRATEGY`, and `SEARCH_AUTOMATED_BIDDING_STRATEGY`."],["Previously, there was an error for adding campaigns with deprecated ad types such as `ENHANCED_DISPLAY`, `GALLERY`, `GMAIL`, `KEYWORDLESS`, and `TEXT`."]]],[]]