UetTagTrackingStatus Value Set - Campaign Management

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

Note

The UetTagTrackingStatus in part influences the system-determined ConversionGoalTrackingStatus of any ConversionGoal that is associated with the UetTag. If the UetTagTrackingStatus is Active then the ConversionGoalTrackingStatus can be either NoRecentConversions or RecordingConversions, and otherwise the conversion goal tracking status mirrors the tag status.

Syntax

<xs:simpleType name="UetTagTrackingStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unverified" />
    <xs:enumeration value="Active" />
    <xs:enumeration value="Inactive" />
  </xs:restriction>
</xs:simpleType>

Values

The UetTagTrackingStatus value set has the following values: Active, Inactive, Unverified.

Value Description
Active Your UET tag is working and sending user activity data to Microsoft Advertising.
Inactive 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.
Unverified 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

UetTag