AutoTagType Value Set - Customer Management

Defines possible values for an account level setting that determines whether to append or replace the supported UTM tracking codes.

Microsoft Advertising can automatically add UTM tags to your destination URL so you can use your website analytics tool, for example Google Analytics, to track how people got to your website. Auto-tags are applied for example to expanded text ads, keywords, Microsoft Shopping Campaigns, and Sitelink Extensions. For details about auto-tagging, please see the Microsoft Advertising help article How do I add UTM tags to my landing page URL?.

Syntax

<xs:simpleType name="AutoTagType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Inactive" />
    <xs:enumeration value="Preserve" />
    <xs:enumeration value="Replace" />
  </xs:restriction>
</xs:simpleType>

Values

The AutoTagType value set has the following values: Inactive, Preserve, Replace.

Value Description
Inactive Microsoft Advertising will not append any UTM tracking codes to your ad or keyword final URL.
Preserve Microsoft Advertising will automatically append the supported UTM tracking codes, and preserve any existing UTM tracking codes that you added to your ad or keyword's final URL.
Replace Microsoft Advertising will automatically append the supported UTM tracking codes, and replace any of the existing and supported UTM tracking codes that you added to your ad or keyword's final URL.

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

Used By

AdvertiserAccount