Factors

Boost Factors insights with Zipy session URL integration for enhanced user profile tracking.

Steps to be followed:

1. In your website page, where you want to push the visitors session link to factors, call the Zipy function below.

const zipy_session_url = zipy.getCurrentSessionURL();

3. Send this url to factors using this line of code:

factors.addUserProperties({"zipy_url" : zipy_session_url});

Note: The session url will then be visible as part of User Properties in the Session details page.

Last updated