We use the redirects file to create vanity urls for the podcasts we advertise on.
we do something like this on the file.
/podcastName /?utm_source=Podcast&utm_medium=Radio&utm_campaign=PodcastName&utm_term=genre&utm_content=
This way we can give listeners an easy url to visit and still have UTM attributions. Problem is I have to manually update this file a couple times a month. I would like to offload this to Marketing to update as they need to, but without actually touching the redirects file because there’s some other redirects we do there that has nothing to do with the podcasts URLs.
My questions are:
Is there a way to dynamically create redirects?
Has anyone setup a CMS to edit this file? We’re currently on Bitbucket.
Is this something Edge Handlers could help with?
Thank you!