Create LinkedIn integration
POST/ad-publishing/linkedin/integration
Create a LinkedIn Ads integration for a location with ad account details
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
adAccountIdstringrequired
Ad account identifier
adAccountNamestringrequired
Ad account name
currencyCodestringrequired
Currency code
organizationIdstringrequired
Organization identifier
{
"locationId": "loc_123",
"adAccountId": "12345678",
"adAccountName": "My Ad Account",
"currencyCode": "USD",
"organizationId": "12345678"
}
The stored integration, same sanitised projection as GET /linkedin/integration
- application/json
- Schema
- Example (auto)
Schema
locationIdstringrequired
Location identifier
statusstringrequired
Connection state
Available options
connectedexpireddisconnectedadAccountIdstring
Connected LinkedIn ad account id
currencyCodestring
Account billing currency, ISO 4217
organizationIdstring
Organization URN the ad account belongs to
createdAtstringrequired
Created at
updatedAtstringrequired
Updated at
{
"locationId": "fRMewNQIxSyZ5R4nQyit",
"status": "connected",
"adAccountId": "556129919",
"currencyCode": "USD",
"organizationId": "urn:li:organization:2414183",
"createdAt": "2025-01-08T17:50:37.952Z",
"updatedAt": "2026-08-19T08:12:05.304Z"
}