Include campaign id or tid in url target

I am including links in my messages, and I’d like to be able to identify the campaign that the link came from either via the campaign id and/or the tid.

Is there a placeholder that will add these items to the url?

This sample url works with the userid and foreign key, but my guess at “tid” did not work

https://myserver.com/mypage.php?fk=[FOREIGNKEY]&uid=[ID]

Thanks!

@tdgjrb You should be able to use [MESSAGEID] for the campaign id.

1 Like