0.14.0 • Published 1 year ago

@chapeaux/cpx-reporter v0.14.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
1 year ago

CPX-REPORTER

Goals

Allow developers and content creators a consolidated mechanism to interact with the Event-Driven Data Layer (EDDL). The ReporterEvent is used to attach meaningful data to the event and forward it on to the Newsdesk listening for event reports. The CPXReporter component is used as a declarative means to listen for specific events or to fire off specific EDDL events automatically.

Installation

  • npm install @chapeaux/cpx-reporter
  • {FUTURE CDN URL}

Usage

ReporterEvent

  • <script type="module" src="path/to/@chapeaux/cpx-reporter/reporter.js"></script>
  • import { ReporterEvent } from "path/to/@chapeaux/cpx-reporter/reporter.js";
  • <script type="module" data-emit="cpx-report" data-event="Page Load Started" src="path/to/@chapeaux/cpx-reporter/reporter.js"></script>

cpx-reporter

  • <script type="module" src="path/to/@chapeaux/cpx-reporter/cpx-reporter.js></script>
  • import {CPXReporter} from "path/to/@chapeaux/cpx-reporter/cpx-reporter.js;
  • <cpx-reporter debug auto event="Page Load Completed"></cpx-reporter>
  • <cpx-reporter event="User Signed In" beat="kc-token-ready">...</cpx-reporter>

Contributing

  1. Provide feedback on usage
  2. Submit an issue or PR
  3. Feature requests flow through CPCORE Jira Project
    • Use "chapeaux" component
    • Priority will be reviewed against all other requests
    • No timeframe promised upon submission

To-Do

  • Sync all data structures with formal EDDL declarations

Events

  • Page Load Start
  • Page Load Complete
  • Click Events (using data-analytics-* attributes)
    • Navigation Links
    • Download Links
    • Footer Links
    • Social Links
    • Tab Links
    • Internal Campaign Links
  • Form Viewed
  • Form Submission Succeeded
  • Form Submission Failed
  • User Signed In
  • User Detected
  • Content Listing Displayed
  • Content Listing Item Clicked
  • Internal Campaign Clicked
  • Internal Campaigns Displayed
  • CTA Link Clicked
  • Download Complete
  • Video Started
  • Video Milestone Reached
  • Video Completed
0.14.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.11.2

2 years ago

0.11.3

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.10.0

2 years ago

0.10.1

2 years ago

0.10.2

2 years ago

0.10.3

2 years ago

0.10.4

2 years ago

0.10.5

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.0

2 years ago

0.9.1

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago