Feed Data Object - Ad Insight

Defines a Feed data object.

Syntax

<xs:complexType name="Feed" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="StoreId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="FeedId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="FeedType" nillable="true" type="xs:long" />
  </xs:sequence>
</xs:complexType>

Elements

The Feed object has the following elements: FeedId, FeedType, StoreId.

Element Description Data Type
FeedId Respect FeedId when CampaignSubType is set to DynamicFeedBasedAds.

Add: Optional. Defaults to null.
Update: Optional
long
FeedType The feed type. long
StoreId Respect StoreId when CampaignSubType is set to FeedBasedAds.

Add: Optional. Defaults to null.
Update: Optional
long

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetAudienceFullEstimation