Avatar

Employee

Dhana,

 

Give your sequence of events, I'd recommend a slight modification:

1. call setPersistentContextData to set the data that will be common across all calls.

2. invoke track/trackLink and send the call-specific evars/props as part of the variable overrides dictionary.

 

This will ensure that the evars/props are only sent with the specific call(especially important in any modern, multi-threaded environment), and will remove the need to call clearVars or set your persistent data more than once.

 

-Pete