I just noticed that the option to CC in an email is finally available! Marketo recently launched this feature. Here is the URL to the product docs for Email CC . Just putting this information out so that its accessible to anyone who might be searching for it!
Best Always,
Karan Hari
Now that you've "stickied" the feature we're going to have to actually discuss it.
We're advising our clients not to use this feature because it's clearly destructive to analytics and subscription management .
It's the last nail in the coffin of click tracking, for example: now not only do you have to to consider the original recipient's mail scanner, you have to consider the CC recipient's mail scanner and the human CC recipient themselves clicking the link, which will be attributed to the original recipient.
It also disrupts proper unsubscribes. If the CC recipient follows an unsubscribe link and doesn't click Not You? (if that option is even available on your unsubscribe page), they will unsubscribe the original recipient.
This doesn't mean the feature was poorly implemented, though. It's actually a perfect implementation of CC as the entire SMTP body is copied verbatim to additional envelope recipients. It's just that people probably shouldn't have been asking for "CC" because they didn't think about the consequences.
I found this to be a more preferred way of how this feature should work (I think you actually included the link in one of your prior posts, Sandy): https://customer.io/docs/documentation/fake-bcc.html
Interesting discussion, but a few points:
- If you are using CC and the email is using Marketo's default unsubscribe footer, I do believe we have implemented it such that the unsubscribe landing page will not pre-fill forms with the "to" line recipient's info. Test it out and let me know what results you find.
I did.
Try as if you are an anonymous, non-cookied individual. Are you saying when you tested it, you saw that clicking Marketo's default unsub link caused you to reach the page cookied as the known lead AND with form-prefill happening? What were the results you saw? I will dig into this more but I do believe we added a small enhancement to try to avoid that situation.
Try as if you are an anonymous, non-cookied individual.
Of course, you know I know how to test such things!
Using {{system.unsubscribeLink}} the form is Pre-Filled as the original recipient. (Kinda has to be, it's the same mkt_tok.)
The logic for the product populating {{system.unsubscribeLink}} value differs from our default experience of auto-appending to the end of the email what the customer has specified in Admin > Email. From your note, it's not clear if you're saying you tried out both cases?
From your note, it's not clear if you're saying you tried out both cases?
Yep, both cases, explicit use of the {{system.token}} and the admin-entered snippet have the same result.
The links are exactly the same for all copies of the message -- which of course makes sense if it's a real CC -- and all identify the original recipient, not the CC recipient. (The messages have the same Message-ID, so by RFC they're supposed to have the same content!)
I just took a look and it was not delivered with this initial v1 release. I have a future enhancement filed. Anyway, even if the email is the same for everyone, we can make it so that, just for these unsubscribe links where Marketo is automatically embedding the link into emails, an end user would get re-directed from our tracking server to the destination. The tracking server would be where mkt_tok is generated for the destination page. We could modify it to not represent the original email recipient on the to line (something similar to as if you had class="mktNoTok" on the link)
Justin