Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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