-
Re: Output an email as a PDF document
e8c0a2d7fb6a6a5102fea1a15f0424d19bfd3420 May 27, 2016 11:29 AM (in response to Randall Tam)I had this predicament a few years ago. Then came to the realization that nobody actually needed a PDF certificate.
Depending on how legit-looking you need your certificates to look, I used to just have a certificate email template. I used to work for an edtech company and the teachers needed some proof of professional development hours. These seemed to be sufficient for US high schools and universities. (Note, we were not issuing these as actual CEUs).
I used border lines to outline the certificate, some decorative images in the corners to make it look certificate-like, and some official sounding verbiage, and tokens with Name, Topic, Duration, Date.
So think if you actually need a PDF certificate, or just need something that proves attendance. Email might be sufficient.
-
Re: Output an email as a PDF document
Sanford Whiteman May 27, 2016 11:34 AM (in response to Randall Tam)This is identical to another question from a couple of weeks ago. Was that also you?
The answer, anyway, is no. But certainly there are a plethora of PDF generation sites/software that you can use.
I also like Ray's take on this.
-
Re: Output an email as a PDF document
Randall Tam May 27, 2016 11:55 AM (in response to Sanford Whiteman)Nope not me
-
-
Re: Output an email as a PDF document
Sanford Whiteman May 27, 2016 11:36 AM (in response to Randall Tam)P.S. Consider having the cert be a. Marketo LP. Then pass the LP URL to a PDF generating service. Should be really simple.
-
Re: Output an email as a PDF document
Randall Tam May 27, 2016 12:01 PM (in response to Sanford Whiteman)Thanks for that suggestion, I will look into that one.
-
Re: Output an email as a PDF document
Sanford Whiteman May 29, 2016 1:40 PM (in response to Randall Tam)1 of 1 people found this helpfulRandall, I just wrote up this method on my blog: http://blog.teknkl.com/use-marketo-lps-as-pdf-templates-with/
It literally took < 30s for me to hook this up.
-
Re: Output an email as a PDF document
Randall Tam May 30, 2016 6:01 AM (in response to Sanford Whiteman)Thank you for your help.
-
Re: Output an email as a PDF document
Randall Tam May 30, 2016 7:33 AM (in response to Sanford Whiteman)Hi Sanford,
Does this work only with lead tokens or can I use local tokens?
Thanks,
Randall
-
Re: Output an email as a PDF document
Sanford Whiteman May 30, 2016 7:51 AM (in response to Randall Tam)Any tokens that work in the LP will work in The PDF version.
-
Re: Output an email as a PDF document
Randall Tam May 30, 2016 8:06 AM (in response to Sanford Whiteman)Great thanks,
-
-
-
-
-
Re: Output an email as a PDF document
Jamie LewisMay 28, 2016 5:45 AM (in response to Sanford Whiteman)
You will have to try Sanfords suggestion out. The problem I have had with the url method is that if I don;t have the users cookie when I open the url I won't have a personalized certificate. If you just need a generic Certificate then you are fine, but if you want the users name in it then it may not work. I also tried this with PURLs.
What I had to do was actually send all my "certificate" emails to a single inbox and process them from there to get the content personalized.
-
Re: Output an email as a PDF document
Sanford Whiteman May 28, 2016 8:36 AM (in response to Jamie Lewis)A link in an email will always be personalized via mkt_tok, not requiring an existing cookie. There is literally no way for the LP to not be personalized if you pass through the mkt_tok. This is how ShareMaker works, for a related example.
-
Re: Output an email as a PDF document
Sanford Whiteman May 29, 2016 1:56 PM (in response to Jamie Lewis)Jamie, let me explain why existing cookies are not required to render personalized LPs. It is impossible for cookies to be required because no cookies are sent to Marketo on the first hit to a given LP domain.
The branding domain does not set a cookie, and even if it did, it would not necessarily be readable on the destination LP domain since you only get one branding domain to share across all of your links. The branding domain (tracking server) tracks the click (Clicked Link in Email), rewrites the original link by adding a mkt_tok that is specific to both the lead and the email, and redirects the browser to the mkt_tok-enized link.
The association of the next page view -- the view of the Marketo-hosted LP -- with the lead's personalized content is done using the mkt_tok value and not with cookies, as cookies do not yet exist. The mkt_tok is also used to associate subsequent page views -- views that no longer include the mkt_tok in the URL -- with the lead via the Munchkin cookie. That cookie is only created after the initial page content is sent to the browser. Further web activity tracking depends on having that associated cookie.
-
-