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
Similar to the google analytics module there should exist an implementation of the AnalyticsApi interface for Segment which can be used for client side metric tracking and forwarding events to multiple downstream connections (like Google Analytics).
The plugin should implement and handle the general set of functionality that the Google Analytics module does
configuration/setup of the necessary dependencies
identify events
navigate events
general event tracking
These events should be translated to the necessary segment actions of identify, page, and track
Project website (if applicable)
Context
We have our own internal version of this module that we would like to open source. We'e also been in conversations with the Backstage owning team over at Segment/Twillio who are interested in maintaining and owning this plugin long term
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Summary
Similar to the google analytics module there should exist an implementation of the
AnalyticsApi
interface for Segment which can be used for client side metric tracking and forwarding events to multiple downstream connections (like Google Analytics).The plugin should implement and handle the general set of functionality that the Google Analytics module does
These events should be translated to the necessary segment actions of identify, page, and track
Project website (if applicable)
Context
We have our own internal version of this module that we would like to open source. We'e also been in conversations with the Backstage owning team over at Segment/Twillio who are interested in maintaining and owning this plugin long term
The text was updated successfully, but these errors were encountered: