Ghost/ghost/member-attribution
Rishabh 6c85c75b86 Added referrer attribution data to member api
refs https://github.com/TryGhost/Team/issues/1961

- includes referrer source and medium information in member api
2022-09-24 17:46:57 +05:30
..
lib Added referrer attribution data to member api 2022-09-24 17:46:57 +05:30
test Added referrer attribution data to member api 2022-09-24 17:46:57 +05:30
.eslintrc.js
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

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