Minute Value Set - Campaign Management

Defines the possible minute values for ad extension scheduling or day and time criterion.

Syntax

<xs:simpleType name="Minute" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
    </xs:appinfo>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Zero" />
    <xs:enumeration value="Fifteen" />
    <xs:enumeration value="Thirty" />
    <xs:enumeration value="FortyFive" />
  </xs:restriction>
</xs:simpleType>

Values

The Minute value set has the following values: Fifteen, FortyFive, Thirty, Zero.

Value Description
Fifteen The starting or ending minute of the hour range is fifteen.
FortyFive The starting or ending minute of the hour range is forty-five.
Thirty The starting or ending minute of the hour range is thirty.
Zero The starting or ending minute of the hour range is zero.

Requirements

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

Used By

DayTime
DayTimeCriterion