Knowledge Base      


How do I set up a redirect page with ClickFunnels?


To set up a redirect page with ClickFunnels, search the page templates for “blank page” which will let you select a completely blank page. Choose that template and then make these changes ...

 
1.    Add the meta-refresh tag to the head section of that page. To do that, enter the editor and click on the Settings menu, then choose Tracking Code. Next, click on the “Header Code” tab and enter this meta-refresh line, with the appropriate changes:

<meta http-equiv="refresh" content="1; url=https://destinationpage.com">

That meta refresh line will wait 1 second then redirect to https://destinationpage.com.
 
2.    Next, click the “Footer Code” section and add any tracking pixels or tracking code you want to use. You can put Facebook pixels here, retargeting pixels, audience creation code—pretty much any type of tracking code you want.

You may need to increase the wait time from one second to two or three seconds if you find that one second isn’t enough time to execute all the tracking code you enter. Just change the 1; part to 2; or 3; in the meta refresh line.

Save your changes, and now you have a fully functional redirect page.

Article 606 Last updated: 07/30/2023 8:34:40 AM
https://www.clickmagick.com/kb/?article=606