AdWords API
Feedback on this document

type CampaignFeed (v201302)

CampaignFeeds are used to link a feed to an 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/v201302
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, SET.
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, SET.
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 should not be set. If this field is sent to the API, it will be ignored.
Enumerations
ACTIVE
This CampaignFeed's data is currently being used.
DELETED
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.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.