Ads API .NET library
|
Specifies the campaign the request context must match in order for the feed item to be considered eligible for serving (aka the targeted campaign). E.g., if the below campaign targeting is set to campaignId = X, then the feed item can only serve under campaign X. More...
Classes | |
class | Fields |
List of all supported fields for the FeedItemCampaignTargeting class. More... | |
class | FilterableFields |
List of all supported filterable fields for the FeedItemCampaignTargeting class. More... | |
class | SelectableFields |
List of all supported selectable fields for the FeedItemCampaignTargeting class. More... | |
Properties | |
long | TargetingCampaignId [get, set] |
The ID of the campaign to target. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE. More... | |
bool | TargetingCampaignIdSpecified [get, set] |
Specifies the campaign the request context must match in order for the feed item to be considered eligible for serving (aka the targeted campaign). E.g., if the below campaign targeting is set to campaignId = X, then the feed item can only serve under campaign X.
|
getset |
The ID of the campaign to target. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE.
|
getset |
true
, if a value is specified for TargetingCampaignId, false
otherwise.