UNPKG

npaw-plugin-nwf

Version:
16 lines (15 loc) 451 B
declare enum ProductAnalyticsEventType { userProfile = "User Profile", user = "User", navigation = "Navigation", attribution = "Attribution", section = "Section", epg = "EPG", contentPlayback = "Content Playback", search = "Search", externalApplication = "External Application", engagement = "Engagement", interaction = "Interaction", custom = "Custom Event" } export default ProductAnalyticsEventType;