@gathermade/tracking-plan
v1.4.0
Published
GatherMade Analytics tracking plan
Downloads
17
Readme
@gathermade/tracking-plan
The events in this project use the Segment event tracking spec as a base, then add on domain-specific tracking data.
See the Segment spec documents for more details.
To test locally
# in tracking-plan
npm link
npm run build (or npm run build -- --watch)
# now you can edit tracking plan files in this repo
# in gm-api
npm link @gathermade/tracking-plan
To Remove Link
# in gm-api
npm unlink @gathermade/tracking-plan
npm install -E @gathermade/tracking-plan@<new version number>