Ghost/apps/portal/src
Simon Backx 7b3a0c6863
🐛 Fixed outboundLinkTagging setting affected whether member sources are tracked (#18498)
no issue

- During the one click subscribe flow, the outboundLinkTagging should
affect whether we send a history or not to the signup endpoint. But for
internal history this is the members_track_sources setting. This happens
in the backend normally.
- Do not send a (constructed) history to external sites (= one click
subscribe flow in recommendations) if outboundLinkTagging is false
- Do always send a history internally for local signups (backend handles
whether to store it based on the members_track_sources setting that is
currently not exposed in the frontend). The history is not built if this
setting is disabled, but we could have an old history entry if this
setting was enabled in the past.
2023-10-05 12:25:21 +02:00
..
components Hooked 'Maybe Later' button in the Recommendations modal (#18337) 2023-09-25 15:25:28 +00:00
images
tests
utils 🐛 Fixed outboundLinkTagging setting affected whether member sources are tracked (#18498) 2023-10-05 12:25:21 +02:00
actions.js 🐛 Fixed outboundLinkTagging setting affected whether member sources are tracked (#18498) 2023-10-05 12:25:21 +02:00
App.css
App.js Added click tracking for recommendations helper (#18496) 2023-10-05 11:37:02 +02:00
App.test.js
AppContext.js
data-attributes.js
index.css
index.js
logo.svg
pages.js
setupTests.js