--- v23/resources/experiment.proto 2026-05-08 16:34:10.000000000 +0000 +++ v24/resources/experiment.proto 2026-05-08 16:34:19.000000000 +0000 @@ -105,11 +106,25 @@ [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The status of the experiment promotion process. - google.ads.googleads.v23.enums.AsyncActionStatusEnum.AsyncActionStatus + google.ads.googleads.v24.enums.AsyncActionStatusEnum.AsyncActionStatus promote_status = 19 [(google.api.field_behavior) = OUTPUT_ONLY]; // Immutable. Set to true if changes to base campaigns should be synced to the // trial campaigns. Any changes made directly to trial campaigns will be // preserved. This field can only be set when the experiment is being created. optional bool sync_enabled = 20 [(google.api.field_behavior) = IMMUTABLE]; + + // The configuration of the experiment. + oneof experiment_info { + // Immutable. Details of the video experiment. Applies for experiment types: + // YOUTUBE_CUSTOM. + google.ads.googleads.v24.common.VideoExperimentInfo video_experiment = 21 + [(google.api.field_behavior) = IMMUTABLE]; + + // Immutable. Details of the optimize assets experiment. Applies for + // experiment types: OPTIMIZE_ASSETS. + google.ads.googleads.v24.common.OptimizeAssetsExperimentInfo + optimize_assets_experiment = 22 + [(google.api.field_behavior) = IMMUTABLE]; + } }
/resources/experiment.proto
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: 2026-05-13 UTC.