Edit

CampaignBidLandscape Data Object - Ad Insight

Defines the CampaignBidLandscape data object, which suggests bids or targets, and contains estimated performance statistics.

Syntax

<xs:complexType name="CampaignBidLandscape" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CampaignId" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignBidLandscapeType" type="tns:CampaignBidLandscapeType" />
    <xs:element minOccurs="0" name="StartDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="EndDate" nillable="true" type="tns:DayMonthAndYear" />
    <xs:element minOccurs="0" name="CampaignBidLandscapePoints" nillable="true" type="tns:ArrayOfCampaignBidLandscapePoint" />
  </xs:sequence>
</xs:complexType>

Elements

The CampaignBidLandscape object has the following elements: CampaignBidLandscapePoints, CampaignBidLandscapeType, CampaignId, EndDate, StartDate.

Element Description Data Type
CampaignBidLandscapePoints A list of CampaignBidLandscapePoint objects with the total estimated performance from StartDate to EndDate by the bid or target. CampaignBidLandscapePoint array
CampaignBidLandscapeType Indicates the campaign bid strategy and landscape type. CampaignBidLandscapeType
CampaignId The campaign identifier. long
EndDate The most recent date used to calculate the bid landscape. The end date should be set to approximately two days before the current date when CampaignBidLandscape is called. DayMonthAndYear
StartDate The first date used to calculate the bid landscape. The start date is usually seven days prior to the end date. The difference between the start and end dates might be less than seven if performance data is not available, e.g., the campaign is new. DayMonthAndYear

Requirements

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

Used By

GetBidLandscapeByCampaignIds