VerifiedTrackingSetting Data Object - Campaign Management

Defines the VerifiedTrackingSetting Data Object.

VerifiedTrackingSetting relates third-party measurement settings. This allows you to track viewability, brand safety, and invalid traffic metrics via a third-party verification provider, such as Integral Ad Science. This feature is available for native, display, and online video ads using the CPM bid strategy.

Note

Not everyone has this feature yet. If you don't, don't worry - it's coming soon

Currently, IAS is the only supported vendor (vendorName), but other verification providers are coming soon.

Syntax

<xs:complexType name="VerifiedTrackingSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Setting">
      <xs:sequence>
        <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="Details" nillable="true" type="q5:ArrayOfArrayOfKeyValuePairOfstringstring" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The VerifiedTrackingSetting object has the following elements: Details.

Element Description Data Type
Details Key-value pairs for the VerifiedTrackingSetting object.

VerifiedTrackingSetting relates third-party measurement settings. This allows you to track viewability, brand safety, and invalid traffic metrics via a third-party verification provider, such as Integral Ad Science. This feature is available for native, display, and online video ads using the CPM bid strategy.

Note: Currently, IAS is the only supported vendor (vendorName), but other verification providers are coming soon. The example below pertains to IAS.

There are 3 key-value pairs for IAS:
  • "vendorName"
  • "advertiserEntityID" (client ID for your verification provider)
  • "publisherEntityID" (reporting ID for your verification provider)
Example (required for IAS):
  • vendorName : "IAS"
  • advertiserEntityID : "12345678"
  • publisherEntityID : "12345678"
KeyValuePairOfstringstring array

The VerifiedTrackingSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

The VerifiedTrackingSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to VerifiedTrackingSetting, and might not apply to other objects that inherit the same elements from the Setting object.

Element Description Data Type
Type The type of the setting. This value is VerifiedTracking when you retrieve a verified tracking setting. For more information about setting types, see the Setting Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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

Used By

ResponsiveAd