Get paged analytics

Routee sends paged analytic for a specific shorten URL to monitor the effectiveness of the campaigns

📘

Account activated feature

Please note, the service is available for use after communication with our support department.

RESPONSE PARAMETERS

KEYTYPEDESCRIPTION
linkstringThe shortened URL
longUrlstringThe original URL
visitsarray of objectsThe information for each click on the shortened URL.
tagsObject [Optional Field] Must not be nullA map of string field values to store information
firstBooleanWhether this page is the first one or not
lastBooleanWhether this page is the last one or not
totalPagesNumberThe number of total pages
totalElementsNumberThe number of total elements
numberOfElementsNumberThe number of elements in this page
sizeNumberThe page size
numberNumberThe page number

ANALYTIC OBJECT

KEYTYPEDESCRIPTION
visitedAtdatetimeThe date and time that the link was clicked/visited.
ipstringThe ip of the user that clicked on the short url.
countrystringThe country of the user that clicked on the short url.
citystringThe city of the user that clicked on the short url.
refererstringThe url from which the user clicked on the short url.
devicestringThe device of the user that clicked on the short url.
browserstringThe browser of the user that clicked on the short url.

ERROR CODES

STATUSDESCRIPTIONMESSAGE
404Invalid trackingId"Short url tracking not found"
404Without trackingId"Short url tracking not found"
400Without "From""from: must not be null"
400Without "To""to: must not be null"
400"From" greater than "To""[from, to] start date must be less than or equal to end date"
400Page -1"page: must be greater than or equal to 0"
Language