Hello - we are looking to use an unsub link for a specific email campaign, so that when a user clicks Unsubscribe from an email in a campaign, they are only unsubscribing from that campaign, and not all company emails. Is anyone aware of a quick/easy way to do this, without creating a completely new unsub center? I've done this using Publication Lists in SFMC in the past, but have not found a similar way to tag emails/campaigns in Marketo in a similar way.
thanks!
Greg
Solved! Go to Solution.
You can add the {{Campaign.Id}} to a link and act on that... no reason for your Unsubscribe page to manage the system Unsubscribed field if you don't want it to. (What the form on the page does is up to you.)
You can add the {{Campaign.Id}} to a link and act on that... no reason for your Unsubscribe page to manage the system Unsubscribed field if you don't want it to. (What the form on the page does is up to you.)
I think this is what I needed.
Thank you!