Tracking management in the template options
Closed this issue · 0 comments
the2ne commented
Context
As a user
I want to be able to define my tracking parameters in the template options
So that I don't have to change all the URLs manually
TODO
- check the presence of URL parameters in the href when exporting the HTML
- if existing tracking URL, then don't apply global template tracking
- if no tracking, then ad global template tracking
- add the tracking entered in the template options to the links that do not have tracking at the time of the HTML export
UI
Ex : https://www.test.test?utm_source=newsletter&utm_medium=email_newsletter&utm_campaign=campaign_name-en&utm_term=whatsnew
- at least two text fields :
- key
- value
- options:
- UTM_SOURCE : to define
- UTM_MEDIUM : preset with "EMAIL"
- UTM_CAMPAIGN : preset with "EMAIL NAME"