Link tracking Payload in _satellite.track | Community
Skip to main content
New Participant
July 2, 2019
Solved

Link tracking Payload in _satellite.track

  • July 2, 2019
  • 2 replies
  • 3254 views

How can the link tracking payload send to the _satellite.track() function? there are some of the props variable defined which can be used. But there is no permissions for me to use Launch. Have to track a link information whenever a user clicks on the hyperlink. The information such as link title, event(for example click) etc should be tracked. How to create a payload and pass that to the _satellite.track()? Please assist me with this as a custom link tracking needs to be so essential.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Urs_Boller

I suggest you read the great article written by jenn.kunz@33Sticks: https://33sticks.com/direct-call-rules-launch-new-power-passing-additional-info-_satellite-track/

basically you can add an object as 2nd parameter and use those information within the rules in Launch.

2 replies

Employee
July 5, 2019

You can refer the below document for passing additional parameter in _satellite.track() direct call rule in Adobe Launch :

Direct Call Rule with Additional Parameters in Adobe Launch

Urs_Boller
Urs_BollerAccepted solution
New Participant
July 2, 2019

I suggest you read the great article written by jenn.kunz@33Sticks: https://33sticks.com/direct-call-rules-launch-new-power-passing-additional-info-_satellite-track/

basically you can add an object as 2nd parameter and use those information within the rules in Launch.