Campaigns
Get Campaign Stats
Returns analytics and statistics for a specific campaign, with optional date range filtering.
GET
Headers
string
required
Your LinkedCamp API token.
Path Parameters
string
required
The ID of the campaign.
Query Parameters
string
Optional user ID to filter stats by a specific user.
string
Optional JSON string specifying a date range for filtering stats.Format:
{"from": "YYYY-MM-DD", "to": "YYYY-MM-DD"}Example: range={"from": "2024-01-01", "to": "2024-01-31"}Response
boolean
Whether the request was successful.
string
A human-readable result message.
string
The campaign ID.
