ConversionGoalTrackingStatus Value Set - Campaign Management

Defines the possible system-determined status values of a conversion goal. These are the status values that can be set by the system, for example the system sets the status to TagUnverified if the UET tag has not yet been verified.

Note

For most goals (all except AppInstallGoal), the ConversionGoalTrackingStatus depends in part on the system-determined UetTagTrackingStatus of the UetTag that is associated with the ConversionGoal. If the UetTagTrackingStatus is Active then the conversion goal tracking status can be either NoRecentConversions or RecordingConversions, and otherwise the conversion goal tracking status mirrors the tag status. For details please see the descriptions below.

For status values that a user can decide to set, for example setting the status to Paused if you no longer wish to track conversions for that goal, see ConversionGoalStatus.

Syntax

<xs:simpleType name="ConversionGoalTrackingStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="TagUnverified" />
    <xs:enumeration value="NoRecentConversions" />
    <xs:enumeration value="RecordingConversions" />
    <xs:enumeration value="TagInactive" />
    <xs:enumeration value="InactiveDueToTagUnavailable" />
  </xs:restriction>
</xs:simpleType>

Values

The ConversionGoalTrackingStatus value set has the following values: InactiveDueToTagUnavailable, NoRecentConversions, RecordingConversions, TagInactive, TagUnverified.

Value Description
InactiveDueToTagUnavailable The account no longer has access to the UET tag.

Permissions to a UET tag in another manager account may have been removed, or this account was transferred and lost permission to a UET tag in a previous manager account.
NoRecentConversions The UetTagTrackingStatus is Active, but we haven't recorded any conversions in the last 7 days.

This is most likely because you either have created the goal incorrectly, have not tagged your entire website i.e. the pages that have the conversion action, or you don't have any users converting on your site.
RecordingConversions The UetTagTrackingStatus is Active, and we have recorded conversions within the last 7 days.
TagInactive The UetTagTrackingStatus is Inactive, and Microsoft Advertising has not received any user activity data from the UET tag in the last 24 hours.

Make sure that the UET tag tracking code is still on your website.

IMPORTANT: The InactiveDueToTagUnavailable status is represented as TagInactive by default for backwards compatibility. To discover whether the status stored in Microsoft Advertising is InactiveDueToTagUnavailable or TagInactive, you must request InactiveDueToTagUnavailable when calling GetConversionGoalsByIds and GetConversionGoalsByTagIds.
TagUnverified The UetTagTrackingStatus is Unverified, and Microsoft Advertising hasn't received any user activity data from the UET tag on your website.

It can take up to 24 hours for Microsoft Advertising to verify. If you still see this status, you either have not added the UET tag tracking code to your website or there is an issue with the setup that you need to fix.

Requirements

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

Used By

ConversionGoal