Trouble setting up landing pages for CPA offers using Clickmagick any advice pls ?

4 replies
Hi,
I`m having problems adding the landing page codes to the header and footer to my page using Instabuilder 2.0 for my landers and clickmagick for tracking


I`ve been intouch with Instabuilder but they dont seem to know what the problem is and I`m still waiting for a reply to the last message I sent.


So I created a landing page http://peegresearchgroup.com/survey/

I want to track the keywords, conversions ect



So I go into codes and scripts on my instabuilder edit page enter both pieces of code from clickmagick and when I try to view the page I get this.
PEEG Reundefinedearch Group Surveyundefined | | Awesome Screenshot




I`ve removed the code so when you look at the lander now it will look normal but again if I add the 2 pieces of code I get the screen shot I`ve sent you


Any ideas as 2 whats gone wrong here ?


Cheers
James
#advice #clickmagick #cpa #landing #offers #pages #pls #setting #trouble
  • Profile picture of the author sroysfsu
    Originally Posted by jimkirk1943 View Post

    Hi,
    I`m having problems adding the landing page codes to the header and footer to my page using Instabuilder 2.0 for my landers and clickmagick for tracking


    I`ve been intouch with Instabuilder but they dont seem to know what the problem is and I`m still waiting for a reply to the last message I sent.


    So I created a landing page PEEG Research Group Surveys |

    I want to track the keywords, conversions ect



    So I go into codes and scripts on my instabuilder edit page enter both pieces of code from clickmagick and when I try to view the page I get this.
    PEEG Reundefinedearch Group Surveyundefined | | Awesome Screenshot




    I`ve removed the code so when you look at the lander now it will look normal but again if I add the 2 pieces of code I get the screen shot I`ve sent you


    Any ideas as 2 whats gone wrong here ?


    Cheers
    James
    I am not sure if this got answered, but the problem is that your slashes aren't getting processed correctly with Instabuilder. You can put the code add an extra slashes. This is what it should look like in Instabuilder. You will notice the extra slash in front of [ and after 1.

    (/\\[s1\\]/g
    {{ DiscussionBoard.errors[10687567].message }}
  • Hi, I use instapage.com with Clickmagick and work perfect. You can start free 30 with Insta Page and is perfect for landing page.
    {{ DiscussionBoard.errors[10693896].message }}
  • I have the same problem with Instabuilder 2.0. Clickmagick tech support tells me that there's a bug inside the Instabuilder 2.0 where you have to add extra slashes. So I paste following codes from Clickmagick to the footer script box on Instabuilder 2.0:
    <script type="text/javascript"><!--
    var qsubids = new qsubids();
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\\[s1\\]/g, qsubids.s1);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\\[s2\\]/g, qsubids.s2);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\\[s3\\]/g, qsubids.s3);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\\[s4\\]/g, qsubids.s4);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\\[s5\\]/g, qsubids.s5);
    //--></script>

    I save it and it looks fine for a while but when I do the same thing on variation B or reload the page again, the website shows random codes similar to what happened to you. I open up the footer script box again and the scripts are missing extra slashes:
    <script type="text/javascript"><!--
    var qsubids = new qsubids();
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\[s1\]/g, qsubids.s1);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\[s2\]/g, qsubids.s2);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\[s3\]/g, qsubids.s3);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\[s4\]/g, qsubids.s4);
    document.documentElement.innerHTML = document.documentElement.innerHTML.replace(/\[s5\]/g, qsubids.s5);
    //--></script>

    Do you have the same problem where the extra slashes are missing even though you have saved the files?
    {{ DiscussionBoard.errors[10751346].message }}
  • Profile picture of the author jimkirk1943
    Everytime you save or make changes yes you have to add the back slash again lol
    {{ DiscussionBoard.errors[10751409].message }}

Trending Topics