OptinMonster is a powerful lead generation tool that helps businesses convert visitors into subscribers and customers.
Service URL: optinmonster.com (opens in a new window)
_omappvs
Cookie is used to identify returning visitors
1 day
_omappvp
Cookie is used to identify returning visitors
1 day
om-success-{id} / omSuccess-{id}
Used to determine if a visitor has successfully opted in to a campaign with the ID of {id} on your site
365 days
omSeen-{id}
Used to determine if a visitor has been shown a campaign by the slug. No expiration date
30 days
om-{id}
used to determine if a visitor has interacted with a campaign ID of {id} on your site.
30 days
om-interaction-cookie / omGlobalInteractionCookie
Used to determine if a visitor has interacted with any campaign on your site.
Session
om-global-cookie / omGlobalSuccessCookie
Used to prevent any future OptinMonster campaigns from showing on your site.
Session
_omra
Used to store interaction and conversion data for campaigns in conjunction with Revenue Attribution
1 year
omCountdown-{id}-{elementId}
Used for countdown elements {elementId} in campaigns {id} to determine when it should complete
Session
om-{id}-closed / omSlideClosed-{id}
Used specifically with slide-in campaigns {id} to determine if it has been closed or not by a visitor.
30 days
om-success-cookie / omSuccessCookie
used to determine if a visitor has successfully opted in to any campaign on your site to unlock content when using the Content Locking feature.
365 days
As someone who has spent a lot of time working with conversion rate optimization I can say that this is absolutely awesome! Excited to get this going.
Let us know if you have any questions!
I do have one but i’ll email it as it’s unrelated.
This is fantastic. I actually had a “light” version of this developed for your plugin but am so excited to see the integration. You guys are awesome!!!
Glad you like it Michael!
I LOVE THIS! But there’s one way I suggest making this even better.
This is what I’ve been wanting to do, and I was thrilled to see this addon get me 95% there.
I’d like to collect testimonials from my affiliates and then make their affiliate link display that affiliate’s testimonial foremost (or exclusively) on the website.
Any chance this addon could be use (or enhanced) to do this?
Showing testimonials is an excellent idea!
Affiliate Info was designed to retrieve affiliate information rather than store it, so there isn’t any functionality that could would allow a testimonial to be added from an affiliate.
If you’re comfortable with a small amount of custom development then this could easily be achieved. You might like to add a textarea field to the edit affiliate screen (I’m thinking that only an admin should be able to update it) which would allow you to save the testimonial against the affiliate. Perhaps the affiliate sends it via email or a form submission.
Saving the edit affiliate screen would then store this testimonial against the affiliate in AffiliateWP’s affiliate meta database table, for easy retrieval at a later point.
Once you’ve got the testimonial stored it’s very easy to retrieve it, via a shortcode or PHP function. I’m thinking of adding a new shortcode to the Affiliate Info add-on that allows you to retrieve this information from that database table. It could look like this: [affiliate_info field=”testimonial”].
How does that sound? Let me know if you’d like some guidance on adding and saving the testimonial field on the edit affiliate screen, I’d be happy to put something together.
Yes, I think support additional fields with the shortcode could be adequate for now. It’d be awesome if it could integrate with a separate testimonials plugin, but that’s probably asking too much for now.
(Unless I did some kind of connection between an affiliate’s profile field and a separate testimonial post type.)
I know what I’m saying, but I’m not enough of a PHP dev to sit down and knock it out in a few minutes. This would probably take me days. 😛
You could certainly use a dedicated testimonial plugin, but it would need to store the testimonials against each user account. Something tells me most of them are just for storing testimonials, and they aren’t linked to user profiles.