ConversionGoalType Value Set - Campaign Management

Defines the current possible types of conversion goals.

Syntax

<xs:simpleType name="ConversionGoalType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Url" />
        <xs:enumeration value="Duration" />
        <xs:enumeration value="PagesViewedPerVisit" />
        <xs:enumeration value="Event" />
        <xs:enumeration value="AppInstall" />
        <xs:enumeration value="OfflineConversion" />
        <xs:enumeration value="InStoreTransaction" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The ConversionGoalType value set has the following values: AppInstall, Duration, Event, InStoreTransaction, OfflineConversion, PagesViewedPerVisit, Url.

Value Description
AppInstall Refers to an AppInstallGoal
Duration Refers to a DurationGoal
Event Refers to an EventGoal
InStoreTransaction Refers to an InStoreTransactionGoal
OfflineConversion Refers to an OfflineConversionGoal
PagesViewedPerVisit Refers to a PagesViewedPerVisitGoal
Url Refers to a UrlGoal

Requirements

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

Used By

ConversionGoal
GetConversionGoalsByIds
GetConversionGoalsByTagIds