Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Listeners #93

Open
amcdnl opened this issue Mar 19, 2021 · 1 comment
Open

Event Listeners #93

amcdnl opened this issue Mar 19, 2021 · 1 comment

Comments

@amcdnl
Copy link

amcdnl commented Mar 19, 2021

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

Fullstory.on('navigate', (...args) => {
   // do thing
});
@patrick-fs
Copy link
Member

patrick-fs commented Mar 20, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants