Microsoft Advertising APIs
AdType Value Set

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

Image

Not used.

Mobile

Specifies that the ad is a mobile ad.

Text

Specifies that the ad is a text ad.

Requirements

WSDL: CampaignManagementService.svc in version 6.

Page view tracker