Fully Story integration

Hi,

I have basic integration working between Bubble and Fully Story but want to pass through user ID and Name to help with analytics. The code segment to add is below but I am not programmer so not sure weather this should be site script or use html code segment on pages once user has logged in?

FS.identify(‘462718483’, {
displayName: ‘Daniel Falko’,
email: ‘daniel.falko@example.com’
});

http://help.fullstory.com/develop-js/identify

This topic was automatically closed after 70 days. New replies are no longer allowed.