Tagging without popup

FDIM rules for placing tags that don't display popup questionnaire:

  1. every publication can have no more then 10% of page views executed by "no popup tag".

  2. tag has been created to deal with issues of having popups in areas where fragile user proceses are going on, like transaction pages (eg pages where internet user is in the middle of shopping etc).

Changes in tagging of pages where popups shouldn't be emmited:

  1. replace your main script xgemius.js into the following one.

    Please note: new xgemius.js file works also for "regular" tags.

  2. change your tag to define variable var pp_gemius_mode=1;

  3. regular version of a tag:

    <script type="text/javascript">
    <!--//--><![CDATA[//><!--
    var pp_gemius_identifier = new String('IDENTIFIER');
    //--><!]]>
    </script>
    <script type="text/javascript" src="PATH-TO-xgemius.js"></script>


    into "no popup tag":

    <script type="text/javascript">
    <!--//--><![CDATA[//><!--
    var pp_gemius_identifier = new String('IDENTIFIER');
    var pp_gemius_mode=1;
    //--><!]]>
    </script>
    <script type="text/javascript" src="PATH-TO-xgemius.js"></script>

  4. inform Gemius about using "no popup tag" by sendig email to audience-dk@gemius.com.


back to the main page