Resource: ChangeStatus
Describes the status of returned resource. ChangeStatus could have up to 3 minutes delay to reflect a new change.
JSON representation | |
---|---|
{ "resourceName": string, "resourceType": enum ( |
Fields | |
---|---|
resourceName |
Output only. The resource name of the change status. Change status resource names have the form:
|
resourceType |
Output only. Represents the type of the changed resource. This dictates what fields will be set. For example, for AD_GROUP, campaign and adGroup fields will be set. |
resourceStatus |
Output only. Represents the status of the changed resource. |
sharedSet |
Output only. The SharedSet affected by this change. |
campaignSharedSet |
Output only. The CampaignSharedSet affected by this change. |
asset |
Output only. The Asset affected by this change. |
customerAsset |
Output only. The CustomerAsset affected by this change. |
campaignAsset |
Output only. The CampaignAsset affected by this change. |
adGroupAsset |
Output only. The AdGroupAsset affected by this change. |
lastChangeDateTime |
Output only. Time at which the most recent change has occurred on this resource. |
campaign |
Output only. The Campaign affected by this change. |
adGroup |
Output only. The AdGroup affected by this change. |
adGroupAd |
Output only. The AdGroupAd affected by this change. |
adGroupCriterion |
Output only. The AdGroupCriterion affected by this change. |
campaignCriterion |
Output only. The CampaignCriterion affected by this change. |
feed |
Output only. The Feed affected by this change. |
feedItem |
Output only. The FeedItem affected by this change. |
adGroupFeed |
Output only. The AdGroupFeed affected by this change. |
campaignFeed |
Output only. The CampaignFeed affected by this change. |
adGroupBidModifier |
Output only. The AdGroupBidModifier affected by this change. |
ChangeStatusResourceType
Enum listing the resource types support by the ChangeStatus resource.
Enums | |
---|---|
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
Used for return value only. Represents an unclassified resource unknown in this version. |
AD_GROUP |
An AdGroup resource change. |
AD_GROUP_AD |
An AdGroupAd resource change. |
AD_GROUP_CRITERION |
An AdGroupCriterion resource change. |
CAMPAIGN |
A Campaign resource change. |
CAMPAIGN_CRITERION |
A CampaignCriterion resource change. |
FEED |
A Feed resource change. |
FEED_ITEM |
A FeedItem resource change. |
AD_GROUP_FEED |
An AdGroupFeed resource change. |
CAMPAIGN_FEED |
A CampaignFeed resource change. |
AD_GROUP_BID_MODIFIER |
An AdGroupBidModifier resource change. |
SHARED_SET |
A SharedSet resource change. |
CAMPAIGN_SHARED_SET |
A CampaignSharedSet resource change. |
ASSET |
An Asset resource change. |
CUSTOMER_ASSET |
A CustomerAsset resource change. |
CAMPAIGN_ASSET |
A CampaignAsset resource change. |
AD_GROUP_ASSET |
An AdGroupAsset resource change. |
ChangeStatusOperation
Status of the changed resource
Enums | |
---|---|
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
Used for return value only. Represents an unclassified resource unknown in this version. |
ADDED |
The resource was created. |
CHANGED |
The resource was modified. |
REMOVED |
The resource was removed. |
Methods |
|
---|---|
|
Returns the requested change status in full detail. |