LinkedIn · Example Payload

Linkedin Getdmpsegments Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Getdmpsegments Example is an example object payload from LinkedIn, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getDmpSegments",
  "method": "GET",
  "path": "/dmpSegments",
  "summary": "LinkedIn Monitor DMP Segment Status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SuccessResponse",
      "example": {
        "paging": {
          "start": 0,
          "count": 10,
          "total": 1,
          "links": []
        },
        "elements": [
          {
            "id": 987654321,
            "name": "DMP segment for CSV uploads",
            "account": "urn:li:sponsoredAccount:123456",
            "accessPolicy": "PRIVATE",
            "type": "COMPANY_LIST_UPLOAD",
            "sourcePlatform": "LIST_UPLOAD",
            "status": "READY",
            "matchedCount": 5000,
            "inputCount": 6000,
            "audienceSize": 4500,
            "destinations": [
              {
                "destination": "LINKEDIN"
              }
            ]
          }
        ]
      }
    }
  ]
}