Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of ad.
Syntax
<xs:simpleType name="AdType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Text" />
<xs:enumeration value="Image" />
<xs:enumeration value="Product" />
<xs:enumeration value="AppInstall" />
<xs:enumeration value="ExpandedText" />
<xs:enumeration value="DynamicSearch" />
<xs:enumeration value="ResponsiveAd" />
<xs:enumeration value="ResponsiveSearch" />
<xs:enumeration value="Hotel" />
</xs:restriction>
</xs:simpleType>
Values
The AdType value set has the following values: AppInstall, DynamicSearch, ExpandedText, Hotel, Image, Product, ResponsiveAd, ResponsiveSearch, Text.
Value | Description |
---|---|
AppInstall | Refers to an AppInstallAd. |
DynamicSearch | Refers to a DynamicSearchAd. |
ExpandedText | Refers to an ExpandedTextAd. |
Hotel | Refers to a HotelAd. |
Image | Reserved for future use. |
Product | Refers to a ProductAd. |
ResponsiveAd | Refers to a ResponsiveAd. |
ResponsiveSearch | Refers to a ResponsiveSearchAd. |
Text | Refers to a TextAd. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13