AdType Value Set - Campaign Management
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:restriction>
</xs:simpleType>
Values
Value | Description |
---|---|
AppInstall | Refers to an AppInstallAd. |
DynamicSearch | Refers to a DynamicSearchAd. |
ExpandedText | Refers to an ExpandedTextAd. |
Image | Reserved for future use. |
Product | Refers to a ProductAd. |
ResponsiveAd | Reserved. |
Text | Refers to a TextAd. |
Requirements
Service: CampaignManagementService.svc v12
Namespace: https://bingads.microsoft.com/CampaignManagement/v12