AdGroupBidLandscapeType Value Set - Ad Insight

Defines the possible values that indicate whether all or a subset of an ad group's existing keywords are used to determine the bid landscape.

Syntax

<xs:simpleType name="AdGroupBidLandscapeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Uniform" />
    <xs:enumeration value="DefaultBidOnly" />
  </xs:restriction>
</xs:simpleType>

Values

The AdGroupBidLandscapeType value set has the following values: DefaultBidOnly, Uniform.

Value Description
DefaultBidOnly Only existing keywords that use the ad group's default bid are used to determine the bid landscape.
Uniform All of an ad group's existing keywords are used to determine the bid landscape.

Requirements

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

Used By

AdGroupBidLandscape
AdGroupBidLandscapeInput