ExperimentArmError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible experiment arm errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED
|
Number of experiment arms is above limit. |
INVALID_CAMPAIGN_STATUS
|
Cannot add campaign with invalid status to the experiment arm. |
DUPLICATE_EXPERIMENT_ARM_NAME
|
Cannot add duplicate experiment arm name in one experiment. |
CANNOT_SET_TREATMENT_ARM_CAMPAIGN
|
Cannot set campaigns of treatment experiment arm. |
CANNOT_MODIFY_CAMPAIGN_IDS
|
Cannot edit campaign ids in trial arms in non SETUP experiment. |
CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET
|
Cannot modify the campaigns in the control arm if there is not a suffix set in the trial. |
CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START
|
Traffic split related settings (like traffic share bounds) can't be modified after the trial has started. |
CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET
|
Cannot use shared budget on experiment's control campaign. |
CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET
|
Cannot use custom budget on experiment's control campaigns. |
CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED
|
Cannot have enable_dynamic_assets turned on in experiment's campaigns. |
UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE
|
Cannot use campaign's advertising channel sub type in experiment. |
CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE
|
Experiment date range must be within base campaign's date range. |
BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS
|
Bidding strategy is not supported in experiments. |
TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE
|
Traffic split is not supported for some channel types. |
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 that can occur when setting up or managing experiment arms in online advertising campaigns."],["Errors can relate to exceeding campaign limits, invalid campaign statuses, or conflicts in campaign settings."],["Issues with traffic split settings, budget types, and bidding strategies are also indicated by specific error codes."],["Some errors arise from incompatible campaign configurations, such as date ranges or advertising channel types."],["The enum provides detailed error codes to help diagnose and resolve issues in experiment setup and execution."]]],[]]