AI-generated Key Takeaways
-
This enum describes the possible reasons why an asset group might not be serving or not serving optimally.
-
An empty status indicates the asset group is serving without issues.
-
Reasons include user-specified statuses like paused or removed, and campaign statuses like removed, paused, pending, or ended.
-
Policy-related reasons such as being limited, disapproved, or under review can also impact asset group serving status.
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 | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The user-specified asset group status is paused. Contributes to AssetGroupPrimaryStatus.PAUSED |
|
The user-specified asset group status is removed. Contributes to AssetGroupPrimaryStatus.REMOVED. |
|
The user-specified campaign status is removed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
|
The user-specified campaign status is paused. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
|
The user-specified time for this campaign to start is in the future. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
|
The user-specified time for this campaign to end has passed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
|
The asset group is approved but only serves in limited capacity due to policies. Contributes to AssetGroupPrimaryStatus.LIMITED. |
|
The asset group has been marked as disapproved. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
|
The asset group has not completed policy review. Contributes to AssetGroupPrimaryStatus.PENDING. |