All Collections
Tracking Links
Intelitics Tracking Link Structure
Intelitics Tracking Link Structure

Understand the structure of a tracking link

A
Written by Andrew Alvarado
Updated over a week ago

Base URI

https://yourcustomdomain.com/track/{tracking_id}

Required Parameters

  • tracking_id
    - Type: uuid
    - The unique ID identifying the partner and the creative the user clicked

  • Type
    - Type: ["audio", “cpv”, “display”, “email”, "facebook", "influencer", “instagram”, “native”, “pop”, “ppc”, “push”, "seo", “snapchat”, “social”]

Optional Parameters

  • SubIDs: s1, s2, s3, s4, s5
    - Our tracking links support 5 available subIDs for a partner to pass relevant campaign data or parameters needed for their individual pixel needs

Example URI

Required parameter example:

https://yourcustomdomain.com/track/d34bc2e4-9159-47a2-acd8-1f72b37f88a2?type=display

Optional Parameter Example:

https://yourcustomdomain.com/track/d34bc2e4-9159-47a2-acd8-1f72b37f88a2?type=social&s1=account1&s2=campaign2&s3=adset3&s4=ad4&s5=postbackParameter5

To learn how to generate a partner's tracking link click here.

Did this answer your question?