linkedin_ get_ insights
Run a LinkedIn Ads report grouped by one pivot. One of 25 LinkedIn Ads tools on the Get MCP Ads MCP gateway.
Run a LinkedIn Ads report grouped by one pivot. This is the analytics finder: one pivot, any granularity, and up to 20 fields including dateRange and pivotValues. Ratios such as CTR, CPC and CPM do not exist in the API and are computed here from the raw terms.
- Source
- LinkedIn Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- 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. |
creativeIds | array | Optional | Restrict reporting to these owned creative IDs. |
pivot | string | Optional | Grouping. Defaults to CAMPAIGN. One of: ACCOUNT, CAMPAIGN_GROUP, CAMPAIGN, CREATIVE, COMPANY, SHARE, CONVERSION, MEMBER_COMPANY, MEMBER_COMPANY_SIZE, MEMBER_INDUSTRY, MEMBER_SENIORITY, MEMBER_JOB_TITLE, MEMBER_JOB_FUNCTION, MEMBER_COUNTRY_V2, MEMBER_REGION_V2, MEMBER_COUNTY, SERVING_LOCATION, PLACEMENT_NAME, IMPRESSION_DEVICE_TYPE, EVENT_STAGE, CARD_INDEX, CONVERSATION_NODE, CONVERSATION_NODE_OPTION_INDEX. |
startDate | string | Required | Inclusive start, YYYY-MM-DD. |
endDate | string | Optional | Inclusive end, YYYY-MM-DD. Defaults to today. |
timeGranularity | string | Optional | Defaults to ALL, one row for the whole range. One of: ALL, DAILY, MONTHLY, YEARLY. |
metrics | array | Optional | Metric keys from linkedin://metrics. Defaults to spend, impressions, clicks and the ratios. |
campaignType | string | Optional | Native campaign format filter. One of: TEXT_AD, SPONSORED_, SPONSORED_, DYNAMIC. |
sortField | string | Optional | Native field used to order the returned campaign page. One of: COST_, IMPRESSIONS, CLICKS, ONE_CLICK_LEADS, OPENS, SENDS, EXTERNAL_. |
sortOrder | string | Optional | Ascending or descending native result ordering. One of: ASCENDING, DESCENDING. |
Calling itLink to this section
{
"name": "linkedin_get_insights",
"arguments": {
"adAccountId": "<string>",
"startDate": "<string>"
}
}