Avatar

Employee

Dhana,

 

If you use the track/trackLink call, they both support an additional dictionary of key value pairs called "variableOverrides".  This dictionary allows you to bulk-set any of the standard vars for that call only, using their standard names (eVar1, prop2, etc).  This would get you the benefit of the one-time data, but not require the use of processing rules.  The drawback is you do not get to use the convenience methods (trackState, etc), and those calls would have to be generated manually via the variableOverrides (i.e., by setting "pageName" for the page name to generate a trackState equivalent call).

 

-pete