Advice on how to implement Content Locker?

Kiwiii97

Regular Member
Joined
Feb 24, 2013
Messages
384
Reaction score
97
So I had this thought about creating a landing page where I content lock a contest signup form, and the only way I can think of right now is content locking a button, which redirects you to the site where the form is located.

My concern is that people share the exposed link outside of the content locker funnel which makes it possible for people to sign up without completing the content locker first.

I wonder if there is a neat way to implement a content locker so that one always has to complete the content locker before being able to fill in the form?


Thanks in advance,
- Kiwi

P.S
Planning on using OGAds, if there is a trick or feature for that CPA Network specifically.
 
The target url should check for some parameter or cookie (or both). If it's not there, it should 302 redirect back to the locked url.
 
The target url should check for some parameter or cookie (or both). If it's not there, it should 302 redirect back to the locked url.

Oh, right! Thank you for the answer to the solution!

Can't really say that I know how to go about now though. Hate to ask about this, but do you know some type of guide that could make this process more spoon-feed-ish?
 
Back
Top