Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
adobe.target.trackEvent({ "mbox": "clicked-cta", "params": { "param1": "value1" } });
Hi Team ,
"Param1" from above snippett is that something possible to use dynalic name in trackevent? If yes please guide me.
Thank You
Solved! Go to Solution.
Resolved.
Using Es6+
var attName="dynamicName";
const parameter={[attName]:"Testing"}
View solution in original post
Views
Like
Replies
Likes