Edit

CustomLinkedInCriterion Data Object - Campaign Management

Defines the custom LinkedIn criterion data object.

Syntax

<xs:complexType name="CustomLinkedInCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="Profile" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ProfileId" type="xs:long" />
        <xs:element minOccurs="0" name="ProfileType" type="tns:ProfileType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The CustomLinkedInCriterion object has the following elements: Profile, ProfileId, ProfileType.

Element Description Data Type
Profile Reserved. string
ProfileId Reserved. long
ProfileType Reserved. ProfileType

The CustomLinkedInCriterion object has Inherited Elements.

Inherited Elements

Inherited Elements from Criterion

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

Element Description Data Type
Type Reserved. string

Requirements

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