/links/{linkID}/insightsAsk AIget https://www.toneden.io/api/v1/links/{linkID}/insightsRetrieve performance data for a specific link by ID.Path ParamslinkIDintegerrequiredNumeric ID of the link to retrieve performance data for.Query ParamsmetricstringenumrequiredWhich action type to query results for. 'rsvps' is only a valid value for livestream links.clicksclickthroughsrsvpsAllowed:clicksclickthroughsrsvpsstart_datestringIf provided, only actions that occurred after the specified date will be counted. Should be in ISO 8601 format.end_datestringIf provided, only actions that occurred before the specified date will be counted. Should be in ISO 8601 format.aggregate_intervalstringenumIf provided, results will be grouped into rows based on the specified aggregate interval.dayhourweekAllowed:dayhourweekaggregate_geostringenumIf provided, results will be grouped according to the location of the visiting fan. Location data is only available for a subset of link clicks.citycountryregionAllowed:citycountryregionaggregate_by_referrerbooleanDefaults to falseIf provided, results will be grouped according to the domain that referred the fan to the fanlink.truefalseaggregate_by_servicebooleanDefaults to falseIf provided, results will be grouped according to the service that the fan clicked on.truefalsefor_distinct_fansbooleanDefaults to falseIf true, only one action per fan will be counted in the stats, even if the fan performed multiple clicks or clickthroughs.truefalseResponse 200Successfully retrieved performance data.Updated almost 6 years ago