AssetGroupPrimaryStatusReason
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing the possible asset group primary status reasons. Provides reasons into why an asset group is not serving or not serving optimally. It will be empty when the asset group is serving without issues.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ASSET_GROUP_PAUSED
|
The user-specified asset group status is paused. Contributes to AssetGroupPrimaryStatus.PAUSED |
ASSET_GROUP_REMOVED
|
The user-specified asset group status is removed. Contributes to AssetGroupPrimaryStatus.REMOVED. |
CAMPAIGN_REMOVED
|
The user-specified campaign status is removed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_PAUSED
|
The user-specified campaign status is paused. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_PENDING
|
The user-specified time for this campaign to start is in the future. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_ENDED
|
The user-specified time for this campaign to end has passed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
ASSET_GROUP_LIMITED
|
The asset group is approved but only serves in limited capacity due to policies. Contributes to AssetGroupPrimaryStatus.LIMITED. |
ASSET_GROUP_DISAPPROVED
|
The asset group has been marked as disapproved. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
ASSET_GROUP_UNDER_REVIEW
|
The asset group has not completed policy review. Contributes to AssetGroupPrimaryStatus.PENDING. |
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-05-29 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-05-29 UTC."],[[["This enum describes the primary status reasons for an asset group, providing insights into why it may not be serving or serving optimally."],["Reasons include user-initiated pauses or removals, campaign-related issues like removal, pausing, pending start, or past end date, and asset group specific states like limited serving, disapproval, or pending review."],["When the asset group is serving without any problems, this enum will be empty."],["Each enum value contributes to a higher-level `AssetGroupPrimaryStatus` which gives a summarized view of the asset group's serving eligibility."]]],[]]