ConversionGoalStatus Value Set - Campaign Management

Defines the possible user-determined status values of a conversion goal.

These are the status values that a user can decide to set, for example a goal can be set to Paused to stop tracking conversions for that goal. You can activate a paused conversion goal, and vice versa. For status values that can be set by the system, for example whether or not the UET tag is verified, see ConversionGoalTrackingStatus.

Syntax

<xs:simpleType name="ConversionGoalStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Active" />
    <xs:enumeration value="Paused" />
    <xs:enumeration value="Deleted" />
  </xs:restriction>
</xs:simpleType>

Values

The ConversionGoalStatus value set has the following values: Active, Deleted, Paused.

Value Description
Active The conversion goal is active.

The status is shown as "Enabled" in the Microsoft Advertising UI.
Deleted This status is for internal use only.

Because all Get operations do not return deleted objects, you will not see an object with this status.
Paused The conversion goal is paused.

While a conversion goal is paused, conversions will not be tracked for the corresponding goal.

Requirements

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

Used By

ConversionGoal