Good morning, I have a link that opens a "Popup" through the structure
<a class="botao-popup"
, I would like to know if I can pass the parameters ?utm_source=blog&utm_medium=organic&utm_campaign=post-blog&utm_content=2016/06/27/o-uso-correto-do-epi-na-cozinha-industrial
So I tried the code below but it did not work, I honestly do not know if I can do this:
Code that did not work
<a class="botao-popup" href="?utm_source=blog&utm_medium=organic&utm_campaign=post-blog&utm_content=2016/06/27/o-uso-correto-do-epi-na-cozinha-industrial">
Does anyone know of any way I can do this? Thank you.