Hide

type CampaignFeed (v201506)

CampaignFeeds are used to link a feed to a campaign using a matching function, making the feed's feed items available in the campaign's ads for substitution.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
feedId
Filterable
Required
Selectable
xsd:long Id of the Feed associated with the CampaignFeed. This field can be selected using the value "FeedId". This field can be filtered on. This field is required and should not be null.
campaignId
Filterable
Required
Selectable
xsd:long Id of the Campaign associated with the CampaignFeed. This field can be selected using the value "CampaignId". This field can be filtered on. This field is required and should not be null.
matchingFunction
Required
Selectable
Function Matching function associated with the CampaignFeed. The matching function will return true/false indicating which feed items may serve. This field can be selected using the value "MatchingFunction". This field is required and should not be null when it is contained within Operators : ADD.
placeholderTypes
Filterable
Required
Selectable
xsd:int[] Indicates which placeholder types the feed may populate under the connected Campaign. This field can be selected using the value "PlaceholderTypes". This field can be filtered on. This field is required and should not be null when it is contained within Operators : ADD.
status
Filterable
ReadOnly
Selectable
CampaignFeed.Status Status of the CampaignFeed. This field can be selected using the value "Status". This field can be filtered on. This field is read only and will be ignored when sent to the API.
Enumerations
ENABLED
This CampaignFeed's data is currently being used.
REMOVED
This CampaignFeed's data is not used anymore.
UNKNOWN
Unknown status. Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.

Send feedback about...

AdWords API