Create and manage Trackers.
Trackers can be used to track interactions in your orders through personalized URLs and QR codes.

Tracker Response

NameTypeDescription
idstringA unique ID prefixed with tracker_
objectstringThe object of the response, always tracker
descriptionstring (Optional)A description of the Tracker
livebooleanIndicates if the Tracker is live
redirectURLTemplatestringThe base template for URLs generated by this Tracker
urlExpireAfterDays30, 60, 90Indicates the number of days a Tracker's generated URLs will remain valid after its creation
visitCountnumberThe total number of interactions the Tracker has had
uniqueVisitCountnumberThe unique number of interactions the Tracker has had
metadataobject (Optional)Metadata for the Tracker
createdAtDateThe creation date of the Tracker
updatedAtDateThe date at which the Tracker was last updated

Tracker Visit Response

NameTypeDescription
idstringA unique ID prefixed with tracker_visit_
objectstringThe object of the response, always tracker_visit
trackerstringThe ID of the tracker related to this visit
livebooleanIndicates if the visit was used in a live order or not
orderIDstringThe ID of the order where the interaction occurred
devicestringThe type of device associated the visit
ipAddressstringThe IP address associated with the visit
createdAtDateThe creation date of the Tracker Visit
updatedAtDateThe date at which the Tracker Visit was last updated