Specifies the type of ad; for example, a text ad.

Syntax
<xs:simpleType name="AdType">
<xs:restriction base="xs:string">
<xs:enumeration value="Text" />
<xs:enumeration value="Image" />
<xs:enumeration value="Mobile" />
</xs:restriction>
</xs:simpleType>
<xs:element name="AdType" nillable="true" type="tns:AdType" />

Values
|
Value
|
Description
|
|---|
|
Text
|
Specifies that the ad is a text ad.
|
|
Image
|
Specifies that the ad is an image ad.
|
|
Mobile
|
Specifies that the ad is a mobile ad.
|

Requirements
WSDL: CampaignManagementService.svc in version 6.