CampaignPrimaryStatus
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing the possible campaign primary status. Provides insight into why a campaign is not serving or not serving optimally. Modification to the campaign and its related entities might take a while to be reflected in this status.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ELIGIBLE
|
The campaign is eligible to serve. |
PAUSED
|
The user-specified campaign status is paused. |
REMOVED
|
The user-specified campaign status is removed. |
ENDED
|
The user-specified time for this campaign to end has passed. |
PENDING
|
The campaign may serve in the future. |
|
The campaign or its associated entities have incorrect user-specified settings. |
LIMITED
|
The campaign or its associated entities are limited by user-specified settings. |
LEARNING
|
The automated bidding system is adjusting to user-specified changes to the campaign or associated entities. |
NOT_ELIGIBLE
|
The campaign is not eligible to serve. |
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 describes the primary status of a campaign, providing insights into serving issues."],["Campaign status reflects user settings, system evaluations, and automated bidding adjustments."],["`ELIGIBLE` status indicates the campaign can serve, while statuses like `PAUSED`, `REMOVED`, `ENDED`, and `NOT_ELIGIBLE` signify it cannot."],["`PENDING`, `MISCONFIGURED`, `LIMITED`, and `LEARNING` represent intermediate states where serving might be delayed or limited due to various factors."],["It's important to note that status updates might experience delays due to system processing time."]]],[]]