Skip to main content
All CollectionsHappierleads Data
Push Extra Data to Happierleads
Push Extra Data to Happierleads
George Georgiadis avatar
Written by George Georgiadis
Updated over 3 months ago

Intro

If you wish to add extra information, such as the Google Analytics ID or any other details related to the user’s session, you can do this programmatically by appending a string to the specific parameter, as mentioned below. This approach allows you to seamlessly integrate additional data points into your Happierleads tracking.

By including relevant session information programmatically, you enhance the richness of the data captured, providing deeper insights into user behavior and interactions. For instance, adding a Google Analytics ID can help correlate user sessions across different platforms, enabling a more comprehensive analysis of user engagement and activity patterns.

How it works

window.happierleadsExtraInfo = 'Your Data as a String';

Conclusion

Once you have appended the necessary information to the specific parameter, you will be able to view this enriched data within the dashboard CSV export or when you call the API. This ensures that all pertinent session details are readily accessible for further analysis and reporting.

By leveraging this method, you can optimize your data tracking processes, improve the accuracy of your analytics, and gain valuable insights that can inform your business strategies and decision-making.

Did this answer your question?