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.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13