Expand my Community achievements bar.

Adobe Launch Managing Timestamps

Avatar

Level 4

We have Adobe Launch deployed.

We have Adobe Analytics deployed.

We desire to have Adobe Launch push timestamps into an evar/prop for every click.

Is there an Adobe Launch extension that helps manage timestamps?

Any recommendations would be helpful.

Thanks

1 Reply

Avatar

Community Advisor

Simply create a data element and return this code:

return Date.now();

That should do exactly what you need. Then use this data element across all the rules you need.