You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the ability to piggy back on fullstory events that are happening such as page navigate and be able to send those to other services like segment or pendo.
I realize this is possible w/ the data export function but this would make it a little easier to get those integrations that are happening on the client side integrated a little easier.
API Proposal
Fullstory.on('navigate',(...args)=>{// do thing});
The text was updated successfully, but these errors were encountered:
@amcdnl thanks again for the great feedback! We have lately rolled out an OSS project called the Data Layer Observer that will listen to changes in an analytics data layer. This assume that folks have already invested in creating/maintaining a data layer in their site, and that page information is fed into the data layer.
I'll point our recording API team to your proposal.
Concept
It would be nice to have the ability to piggy back on fullstory events that are happening such as page navigate and be able to send those to other services like segment or pendo.
I realize this is possible w/ the data export function but this would make it a little easier to get those integrations that are happening on the client side integrated a little easier.
API Proposal
The text was updated successfully, but these errors were encountered: