Specifies the type of ad; for example, a text ad.
<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" />
|
Value
|
Description
|
|---|
|
Image
|
Not used.
|
|
Mobile
|
Specifies that the ad is a mobile ad.
|
|
Text
|
Specifies that the ad is a text ad.
|
WSDL: CampaignManagementService.svc in version 6.