Resource: FeedItemTarget
A feed item target.
JSON representation | |
---|---|
{ "resourceName": string, "feedItemTargetType": enum ( |
Fields | ||
---|---|---|
resourceName |
Immutable. The resource name of the feed item target. Feed item target resource names have the form: |
|
feedItemTargetType |
Output only. The target type of this feed item target. This field is read-only. |
|
status |
Output only. Status of the feed item target. This field is read-only. |
|
feedItem |
Immutable. The feed item to which this feed item target belongs. |
|
feedItemTargetId |
Output only. The ID of the targeted resource. This field is read-only. |
|
Union field target . The targeted resource. target can be only one of the following: |
||
campaign |
Immutable. The targeted campaign. |
|
adGroup |
Immutable. The targeted ad group. |
|
keyword |
Immutable. The targeted keyword. |
|
geoTargetConstant |
Immutable. The targeted geo target constant resource name. |
|
device |
Immutable. The targeted device. |
|
adSchedule |
Immutable. The targeted schedule. |
FeedItemTargetType
Possible type of a feed item target.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
CAMPAIGN |
Feed item targets a campaign. |
AD_GROUP |
Feed item targets an ad group. |
CRITERION |
Feed item targets a criterion. |
FeedItemTargetStatus
Possible statuses of a feed item target.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ENABLED |
Feed item target is enabled. |
REMOVED |
Feed item target has been removed. |
Methods |
|
---|---|
|
Returns the requested feed item targets in full detail. |
|
Creates or removes feed item targets. |