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.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13