Ghost/ghost/member-attribution
Fabien "egg" O'Carroll d3030cb87d Fixed query param typo for newsletter source attribution
The attribution tracking script uses the `ref` param, not `rel`
2022-09-27 10:25:29 +01:00
..
lib Fixed query param typo for newsletter source attribution 2022-09-27 10:25:29 +01:00
test Added referrer attribution data to member api 2022-09-24 17:46:57 +05:30
.eslintrc.js Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
index.js Updated attribution service to handle referrer information 2022-09-19 12:29:22 +05:30
package.json Updated source grouping to use known referrers data 2022-09-20 19:02:06 +05:30
README.md Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00

Member Attribution

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests