sklarsa / django-sendgrid-v5

An implementation of Django's EmailBackend compatible with sendgrid-python v5+
MIT License
318 stars 54 forks source link

Cancel ganalytics tracking in links #73

Closed oladhari closed 3 years ago

oladhari commented 3 years ago

Is there a way to cancel the ganalytics tracking in my links from settings : all the links sent in emails are being added with this line:

?utm_medium=email&utm_campaign=website&utm_source=sendgrid.com&utm_source=sendgrid.com&utm_medium=email&utm_campaign=website

is there any way to cancel this or hide it? thank you very much for your help

sklarsa commented 3 years ago

I need to look into the sendgrid API to see if this option is supported.. if it is, then it shouldn't be a problem. I'll take a look as soon as I can get to it

oladhari commented 3 years ago

I need to look into the sendgrid API to see if this option is supported.. if it is, then it shouldn't be a problem. I'll take a look as soon as I can get to it

thank you very much for your fast reply

oladhari commented 3 years ago

@sklarsa sorry for annoying you. is there any update? if there is anything I can help with, I would like to help

sklarsa commented 3 years ago

My apologies, I’ve been away from my computer the past few days. I can look into this tomorrow

On Nov 23, 2020, at 9:47 PM, Ladhari Oussama notifications@github.com wrote:

 @sklarsa sorry for annoying you. is there any update? if there is anything I can help with, I would like to help

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

sklarsa commented 3 years ago

The easiest way to do this is to turn off the tracking settings in the sendgrid dashboard: https://app.sendgrid.com/settings/tracking

I'm not sure if I want to add this option to the library just yet since this is easily configurable in the sendgrid dashboard, and I'm considering a larger refactor of this library to simplify the codebase.

oladhari commented 3 years ago

The easiest way to do this is to turn off the tracking settings in the sendgrid dashboard: https://app.sendgrid.com/settings/tracking

I'm not sure if I want to add this option to the library just yet since this is easily configurable in the sendgrid dashboard, and I'm considering a larger refactor of this library to simplify the codebase.

thank you very much! luckily I had access to the sendgrid dashboard, I am looking forward to the new release as well, I appreciate all your hard work