SOLVED

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

Go to solution
Anonymous
Not applicable

Marketo - how do you hide the Blog Sign Up after it's filled out?

I recently opted in to receive emails from the Marketo blog, and notice that after I filled the form out, the Sign up for Email Updates widget is no longer present on the page.  I'm curious to know if this is a function of Wordpress or if you are leveraging Marketo to accomplish this.
 

Before
0EM50000000RK1M.jpg

After
0EM50000000RK1R.jpg

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

They are using a cookie and the Lead API to do this; they only show it to new visitors to the blog. View source, lines 46-115.

Here's some basic code if you'd like to do something similar: http://stackoverflow.com/questions/13352658/reveal-modal-with-cookie-to-display-only-once

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

They are using a cookie and the Lead API to do this; they only show it to new visitors to the blog. View source, lines 46-115.

Here's some basic code if you'd like to do something similar: http://stackoverflow.com/questions/13352658/reveal-modal-with-cookie-to-display-only-once
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

Thanks Jason
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

I've been looking at this the last few days also. Good timing!

The other piece of the puzzle for me is whether there's a way to automate the sending of the blog alert emails via Marketo? Or integrating the subscription form capture with another automated tool like Feedburner (or hopefully something better than Feedburner, which we're still using...).

It looks to me like they're capturing and sending the emails via Marketo. They're on a different template but sent out an hour or two after the post, so i'm thinking they might be manually creating an email and campaign for each new post... which is more cumbersome than what i want. Hoping there may be a more streamlined way - any ideas appreciated!
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

It is fully automated using our SOAP APIs - we do not manually create a campaign an hour or two after the post 🙂
Anonymous
Not applicable

Re: Marketo - how do you hide the Blog Sign Up after it's filled out?

Thanks Raj. That's cool! What are the chances of documenting or sharing the "how to" of the set up? I can imagine there would be a lot of interest in customers wanting to better integrate their blogs with Marketo and their broader email marketing strategy (rather than using a separate tool/database for managing post subscriptions).