عملیات آزمایشی
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هنگامی که Experiment
و ExperimentArm
آن را راهاندازی کردید، و بازوی درمانی را مطابق با آزمایش خود تغییر دادید، عملیات مختلفی وجود دارد که میتوانید انجام دهید تا آزمایش را در واقع اجرا کنید و پس از کامل شدن آن را مدیریت کنید.
عملیات طولانی مدت
برخی از این عملیات ناهمزمان هستند، به این معنی که تماس API Google Ads شما فرآیند را آغاز می کند، اما بلافاصله کامل نمی شود. در عوض، باید تکمیل را بررسی کنید. برای جزئیات بیشتر در این مورد، راهنمای مدیریت خطاهای ناهمگام را ببینید.
عملیات
چهار نوع عملیات وجود دارد که می توانید روی یک آزمایش انجام دهید. همه آنها در ExperimentService
قرار دارند.
- آزمایش را برنامه ریزی کنید . این ناهمزمان است. کمپینهای طراحی را به کمپینهای واقعی تبدیل میکند و پس از رسیدن تاریخ شروع آزمایش، آماده ارائه خدمات است.
- آزمایش را تمام کنید . این یک عملیات همزمان معمولی است. اگر آزمایش از قبل در حال انجام است، میتوانید فوراً آن را پایان دهید، حتی اگر تاریخ پایان به پایان نرسیده باشد.
- آزمایش را تبلیغ کنید . این ناهمزمان است. این کار تغییرات ایجاد شده در بازوی درمان را به بازوی کنترل کپی میکند و بازوی درمان را از خدمت کردن منع میکند. اگر تغییرات را دوست داشتید و می خواهید آنها را در کمپین اصلی خود بگنجانید از این استفاده کنید.
- آزمایش را فارغ التحصیل کنید . این یک عملیات همزمان معمولی است. این کار کمپین درمانی را برای ادامه حیات، خارج از زمینه آزمایش، به طور دائم راه اندازی می کند. هیچ تغییری در کمپین کنترل ایجاد نخواهد شد. اگر تغییرات را دوست داشتید، اما میخواهید جدا از کمپین اصلی وجود داشته باشند، از این گزینه استفاده کنید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-09-03 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-09-03 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eGoogle Ads experiments allow scheduling, ending, promoting, and graduating experiment variations to manage and implement changes.\u003c/p\u003e\n"],["\u003cp\u003eCertain experiment operations like scheduling and promoting are asynchronous, requiring completion checks, while ending and graduating are synchronous, taking effect immediately.\u003c/p\u003e\n"],["\u003cp\u003ePromoting an experiment applies treatment arm changes to the control arm and stops treatment serving, while graduating creates a separate, permanent treatment campaign alongside the original.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExperimentService\u003c/code\u003e provides the functionalities to manage and control these experiment operations within Google Ads.\u003c/p\u003e\n"]]],[],null,["# Experiment operations\n\nOnce you've set up your `Experiment` and its `ExperimentArm`s, and modified the\ntreatment arm to suit your experiment, there are various operations you can\nperform to actually run the experiment and manage it once it is complete.\n\nLong running operations\n-----------------------\n\nSome of these operations are asynchronous, which means that your Google Ads API call\nwill begin the process, but it won't be complete right away. Instead, you will\nhave to check for completion. For more details on this, see the guide on\nhandling [async errors](/google-ads/api/docs/experiments/async-errors).\n\nOperations\n----------\n\nThere are four kinds of operations you can perform on an experiment. They are\nall housed in the [`ExperimentService`](/google-ads/api/reference/rpc/v21/ExperimentService).\n\n- **Schedule** the experiment. This is asynchronous. Materializes the in design campaigns to actual campaigns, ready to serve once the experiment's start date arrives.\n- **End** the experiment. This is a normal synchronous operation. If the experiment is already in progress, you can end it immediately, even if the end date hasn't been reached.\n- **Promote** the experiment. This is asynchronous. This will copy changes made in the treatment arm to the control arm, and stop the treatment arm from serving. Use this if you liked the changes and want to incorporate them into your original campaign.\n- **Graduate** the experiment. This is a normal synchronous operation. This will permanently set up the treatment campaign to continue to exist, outside of the context of the experiment. No changes will be made to the control campaign. Use this option if you liked the changes, but want them to exist separately from the original campaign."]]