AdRotationType Value Set - Campaign Management

Defines the possible ad rotation types that you can apply to an ad group.

For ad groups with more than one ad, these options determine how the ads are rotated into the auction.

Syntax

<xs:simpleType name="AdRotationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="OptimizeForClicks" />
    <xs:enumeration value="RotateAdsEvenly" />
  </xs:restriction>
</xs:simpleType>

Values

The AdRotationType value set has the following values: OptimizeForClicks, RotateAdsEvenly.

Value Description
OptimizeForClicks Microsoft Advertising prioritizes the ad from the ad group that appears to have the best chance of performing well, based on auction characteristics or factors, such as keyword, search term, device or location. Better-performing ads will show more frequently, and others will be served less often, if at all.

This is the default.
RotateAdsEvenly Microsoft Advertising provides more balance in rotation between your ads. That is, the ads in a particular ad group have a similar chance of being displayed in response to a searcher's query. Ads are prioritized lower if they have lower ad quality, and therefore might display less often, or not at all.

This setting can allow lower-performing ads to display as often as better-performing ads. This might impact ad group performance.

This setting will be ignored if you use an automated bid strategy i.e., MaxClicks, MaxConversions, TargetCpa, or TargetRoas, as these bid strategies prioritize better-performing ads.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AdRotation