Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the LinkedInSegment data object.
Syntax
<xs:complexType name="LinkedInSegment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Reach" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Status" nillable="true" type="tns:LinkedInSegmentStatus" />
<xs:element minOccurs="0" name="Type" type="tns:ProfileType" />
</xs:sequence>
</xs:complexType>
Elements
The LinkedInSegment object has the following elements: Id, Name, Reach, Status, Type.
| Element | Description | Data Type |
|---|---|---|
| Id | The LinkedIn segment ID. | long |
| Name | The name of the LinkedIn segment. | string |
| Reach | The reach of the LinkedIn segment. | long |
| Status | The status of hte LinkedIn segment. | LinkedInSegmentStatus |
| Type | The type of the LinkedIn segment. | ProfileType |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13