ImportEntityType Value Set - Campaign Management

Defines the supported import entity types.

Syntax

<xs:simpleType name="ImportEntityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Campaign" />
    <xs:enumeration value="AdGroup" />
    <xs:enumeration value="Ad" />
    <xs:enumeration value="Keyword" />
  </xs:restriction>
</xs:simpleType>

Values

The ImportEntityType value set has the following values: Ad, AdGroup, Campaign, Keyword, Unknown.

Value Description
Ad The import entity is an ad.
AdGroup The import entity is an ad group.
Campaign The import entity is a campaign.
Keyword The import entity is a keyword.
Unknown Reserved for future use.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

GetImportEntityIdsMapping