I am having a hard time finding a way to find an element on page {click_id} and replace it with a value previously captured from a first party cookie.
I have a script on my site that generates a "click_id" value which is stored in the cookie. I have outbound links on my site which have a placeholder {click_id}.
mylink.foo/?utm_campaign={click_id}&utm_source=hello
On click event, I want the "click_id" value to be injected in the {click_id} placeholder.