linkedin_ get_ demographics
Break LinkedIn delivery down by professional demographics: company, company size, industry, seniority, job title, job function or location.
Break LinkedIn delivery down by professional demographics: company, company size, industry, seniority, job title, job function or location. These are the numbers LinkedIn is bought for, and they come with limits the tool states alongside the rows.
- Source
- LinkedIn Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ linkedin-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected LinkedIn advertising account, numeric ID. |
campaignIds | array | Optional | campaignIds. |
campaignGroupIds | array | Optional | Restrict reporting to these owned campaign-group IDs. |
breakdown | string | Required | Which professional demographic to group by. One of: MEMBER_COMPANY, MEMBER_, MEMBER_INDUSTRY, MEMBER_SENIORITY, MEMBER_JOB_TITLE, MEMBER_, MEMBER_, MEMBER_REGION_V2, MEMBER_COUNTY. |
startDate | string | Required | startDate. |
endDate | string | Optional | endDate. |
metrics | array | Optional | Defaults to spend, impressions, clicks and CTR. Conversion value, carousel and reach fields are not available here. |
resolveNames | boolean | Optional | Resolve the returned URNs to readable names. On by default. |
limit | integer | Optional | Keep only the top rows by impressions. Defaults to 50. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "linkedin_get_demographics",
"args": {
"adAccountId": "<string>",
"breakdown": "MEMBER_COMPANY",
"startDate": "<string>"
}
}
}