linkedin_ads_get_account_summary
Get LinkedIn Account Summary
LinkedinDescription
Get a high-level performance summary for a LinkedIn Ads account including spend, impressions, clicks, conversions, leads, and conversion breakdown. Conversion data may be delayed 24-72 hours.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "linkedin_ads_get_account_summary",
"arguments": {
"account_id": "123456789",
"date_preset": "LAST_30_DAYS",
"reason": "User wants an account overview"
}
}
}
hopkin linkedin account-summary get
| Flag | Type | Required | Description |
|---|---|---|---|
--account | string | Required | Ad account ID (numeric, without URN prefix). |
--date-preset | string | Optional | |
--start-date | string | Optional | |
--end-date | string | Optional |
{
"mcpServers": {
"linkedin-ads": {
"url": "https://mcp.hopkin.ai/linkedin-ads/mcp",
"transport": "sse"
}
}
}
- Last 30 days
- This month
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
string |
Required | Ad account ID (numeric, without URN prefix).minLength: 1 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (3)
| Name | Type | Required | Description |
|---|---|---|---|
date_preset |
string |
Optional | LAST_7_DAYS LAST_14_DAYS LAST_30_DAYS THIS_MONTH LAST_MONTH LAST_90_DAYS |
start_date |
string |
Optional | |
end_date |
string |
Optional |
Examples
Last 30 days
{
"account_id": "123456789",
"date_preset": "LAST_30_DAYS",
"reason": "User wants an account overview"
}
hopkin linkedin account-summary get --account 123456789 --date-preset LAST_30_DAYS
This month
{
"account_id": "123456789",
"date_preset": "THIS_MONTH",
"reason": "Monthly performance summary"
}
hopkin linkedin account-summary get --account 123456789 --date-preset THIS_MONTH