LinkedIn · Example Payload

Linkedin Getcampaignbyid Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Linkedin Getcampaignbyid 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": "getCampaignById",
  "method": "GET",
  "path": "/adAccounts/{AdAccountsId}/adCampaigns/{CampaignId}",
  "summary": "LinkedIn Fetch Campaign by Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SuccessResponse",
      "example": {
        "id": 444555666,
        "name": "Spring Promotion Campaign",
        "account": "urn:li:sponsoredAccount:123456",
        "campaignGroup": "urn:li:sponsoredCampaignGroup:111222333",
        "status": "ACTIVE",
        "type": "SPONSORED_UPDATES",
        "objectiveType": "WEBSITE_VISITS"
      }
    }
  ]
}