Repeated clicks stats
Data regarding repeated clicks per IP
Available on:
Path parameters
-
ID of an account
Query parameters
-
Period to fetch stats for
Values are
TODAY
,YESTERDAY
,THIS_WEEK
,LAST_WEEK
,THIS_MONTH
,LAST_MONTH
,LAST_30_DAYS
, orLAST_3_MONTHS
.
GET /accounts/{account_id}/repeated-clicks
curl \
-X GET https://api.clickguard.com/accounts/{account_id}/repeated-clicks?period=TODAY \
-H "X-API-KEY: $API_KEY"
Response examples (200)
"{\n \"two\": 12,\n \"three\": 1,\n \"four\": 0,\n \"five\": 0,\n \"six\": 0,\n \"seven\": 0,\n \"eight\": 0,\n \"nine\": 0,\n \"ten\": 4\n}"
Response examples (200)
{
"two": 42.0,
"three": 42.0,
"four": 42.0,
"five": 42.0,
"six": 42.0,
"seven": 42.0,
"eight": 42.0,
"nine": 42.0,
"ten": 42.0
}