Smile4ever / firefoxaddons

Extend the functionality of Firefox with cool addons
82 stars 20 forks source link

Add _hsenc and mkt_tok to Neat URL defaults #35

Closed gliptak closed 6 years ago

Smile4ever commented 7 years ago
gliptak commented 7 years ago

mkt_tok is for emails through Marketo (https://nation.marketo.com/thread/40658-removing-mkttok-from-an-email-link-tracking) _hsenc is for emails through Hubspot (https://knowledge.hubspot.com/articles/KCS_Article/Reports/Why-do-I-see-so-many-URLs-for-the-same-page-in-Google-Analytics-for-visits-from-HubSpot-emails)

Added background.js

You might consider separating values into two fields, a set of base ones from the plugin and user added ones (possibly both editable). That might make keeping track easier.

Thanks

Smile4ever commented 6 years ago

Thanks.