CampaignExperimentError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible campaign experiment errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
DUPLICATE_NAME
|
An active campaign or experiment with this name already exists. |
INVALID_TRANSITION
|
Experiment cannot be updated from the current state to the requested target state. For example, an experiment can only graduate if its status is ENABLED. |
CANNOT_CREATE_EXPERIMENT_WITH_SHARED_BUDGET
|
Cannot create an experiment from a campaign using an explicitly shared budget. |
CANNOT_CREATE_EXPERIMENT_FOR_REMOVED_BASE_CAMPAIGN
|
Cannot create an experiment for a removed base campaign. |
CANNOT_CREATE_EXPERIMENT_FOR_NON_PROPOSED_DRAFT
|
Cannot create an experiment from a draft, which has a status other than proposed. |
CUSTOMER_CANNOT_CREATE_EXPERIMENT
|
This customer is not allowed to create an experiment. |
CAMPAIGN_CANNOT_CREATE_EXPERIMENT
|
This campaign is not allowed to create an experiment. |
EXPERIMENT_DURATIONS_MUST_NOT_OVERLAP
|
Trying to set an experiment duration which overlaps with another experiment. |
EXPERIMENT_DURATION_MUST_BE_WITHIN_CAMPAIGN_DURATION
|
All non-removed experiments must start and end within their campaign's duration. |
CANNOT_MUTATE_EXPERIMENT_DUE_TO_STATUS
|
The experiment cannot be modified because its status is in a terminal state, such as REMOVED. |
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-02-20 UTC.
[[["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-02-20 UTC."],[[["This enum outlines potential errors encountered when working with campaign experiments in Google Ads."],["Errors can indicate issues like duplicate names, invalid experiment state transitions, or restrictions based on campaign or customer settings."],["Specific errors address conflicts with shared budgets, campaign drafts, and experiment durations."],["There are generic error codes for unspecified issues and cases where the error is unknown in the current version."]]],[]]