Ghost/ghost/member-attribution
Fabien "egg" O'Carroll a05ef5ef95 Updated newsletter attribution to use the name rather than slug
The slug from the fixtures is "default-newsletter" which doesn't correctly
reflect the name of most sites newsletters. Because we're using the URL
constructor it handles all of the URL encoding/decoding on both ends for us.
2022-09-29 11:52:25 +01:00
..
lib Updated newsletter attribution to use the name rather than slug 2022-09-29 11:52:25 +01:00
test Updated naming for referrer attribution (#15486) 2022-09-28 00:58:06 +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