AdExtensionIdentity Data Object - Campaign Management

Defines an object that identifies an ad extension revision.

Syntax

<xs:complexType name="AdExtensionIdentity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Version" nillable="true" type="xs:int" />
  </xs:sequence>
</xs:complexType>

Elements

The AdExtensionIdentity object has the following elements: Id, Version.

Element Description Data Type
Id The system-generated identifier of the ad extension. long
Version The number of times the contents of the ad extension has been updated. The version is set to 1 when you add the extension and is incremented each time it's revised. int

Requirements

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

Used By

AddAdExtensions