nevent_get_short_url_clicks
Get individual click event records for a specific short URL, ordered by most recent first. Use after nevent_list_short_urls to get the id. Each click record includes: clickedAt, ipAddress, userAgent, referer, country, city, device, browser, os, utmSource, utmCampaign, fbclid, gclid, isPaidTraffic. Use for detailed click attribution, fraud detection, or per-user behavior analysis. Default returns 100 most recent clicks; use limit to adjust.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MongoDB ObjectId of the short URL (24 hex characters). Obtain from nevent_list_short_urls response field "id". | |
| limit | No | Maximum number of recent click records to return, ordered newest-first. Default: 100. Max: 1000. |