Edit

CampaignBidLandscapePoint Data Object - Ad Insight

Defines a data object for the total estimated performance from StartDate to EndDate by the bid or target.

Syntax

<xs:complexType name="CampaignBidLandscapePoint" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Bid" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="TargetCpa" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="TargetRoas" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Clicks" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Impressions" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="TopImpressions" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CurrencyCode" type="tns:CurrencyCode" />
    <xs:element minOccurs="0" name="Cost" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="Conversions" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="ConversionValues" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="MarginalCPC" nillable="true" type="xs:double" />
  </xs:sequence>
</xs:complexType>

Elements

The CampaignBidLandscapePoint object has the following elements: Bid, Clicks, Conversions, ConversionValues, Cost, CurrencyCode, Impressions, MarginalCPC, TargetCpa, TargetRoas, TopImpressions.

Element Description Data Type
Bid The suggested bid value. double
Clicks The estimated number of clicks.

This element will be nil if there is no estimate available.
double
Conversions The estimated number of conversions.

This element will be nil if there is no estimate available.
double
ConversionValues The estimated conversion values.

This element will be nil if there is no estimate available.
double
Cost The estimated cost.

This element will be nil if there is no estimate available.
double
CurrencyCode The ISO code for the monetary unit of the suggested bid value and estimated performance statistics. CurrencyCode
Impressions The estimated number of impressions. long
MarginalCPC The CampaignBidLandscapeType is MarginalCpc.

This element will be nil if the CampaignBidLandscapeType isn't MarginalCpc.
double
TargetCpa The CampaignBidLandscapeType is TargetCpa.

This element will be nil if the CampaignBidLandscapeType isn't TargetCpa.
double
TargetRoas The CampaignBidLandscapeType is TargetRoas.

This element will be nil if the CampaignBidLandscapeType isn't TargetRoas.
double
TopImpressions The estimated number of impressions in the top or mainline ad results.

This element will be nil if there is no estimate available.
long

Requirements

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

Used By

CampaignBidLandscape