Optimizing Zango to get a CRAZY conversion

Discussion in 'Affiliate Programs' started by Siek, Aug 24, 2008.

  1. #1
    Hey,

    So i was trying to find out how to get the best conversions with zango. I was already getting 1:7 - 1:9 recently however i know i can do better but i'v ran into a problem. Before the IE update

    <?php
    session_start();
    $_SESSION['zango'] = 0;
    if (isset($_SESSION['views'])) {
    if ($_SESSION['views'] < 2) {
    $_SESSION['views'] = $_SESSION['views']+ 1;
    } else {
    $_SESSION['zango'] = 1;
    }
    } else {
    $_SESSION['views'] = 1;
    }
    ?>

    <?php
    if ($_SESSION['zango'] === 1) {
    ?>
    <!-- zango gateway code START -->
    <!-- AUTO PROMPT START -->
    Zango
    <!-- AUTO PROMPT END -->
    <!-- zango gateway code END -->
    <?php
    }
    ?>


    This script launches after a certain amount of views..however i tested this on firefox/IE and it only works on Firefox from what i've found whats the best way to maek this work? Would a metarefresh work if i added it after the zango? However, the whole purpose of installing zango to access the website would be ruined. Do any of you guys have a solution to the script above? or another apporach to this?

    Thanks
     
    Siek, Aug 24, 2008 IP
  2. Cozmo Kramer

    Cozmo Kramer Active Member

    Messages:
    504
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Ask your account manager he will be your best shot at help.
     
    Cozmo Kramer, Aug 24, 2008 IP