Subversion Repositories SmartDukaan

Rev

Rev 11913 | Rev 12524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11913 Rev 11920
Line 43... Line 43...
43
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
43
<?php if(isset($authorized['isPrivateDealUser']) && !empty($authorized['isPrivateDealUser'])) :?>
44
_gaq.push(['_setCustomVar',
44
_gaq.push(['_setCustomVar',
45
      1,             // This custom var is set to slot #1.  Required parameter.
45
      1,             // This custom var is set to slot #1.  Required parameter.
46
      'typeofuser',   // The name of the custom variable.  Required parameter.
46
      'typeofuser',   // The name of the custom variable.  Required parameter.
47
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
47
      'PrivateDeal',      // Sets the value of "User Type" to "Member" or "Visitor" depending on status.  Required parameter.
48
       2             // Sets the scope to session-level.  Optional parameter.
48
      1             // Sets the scope to session-level.  Optional parameter.
49
]);
49
]);
50
<?php endif;?>
50
<?php endif;?>
51
    </script>
51
    </script>
52
  </head>
52
  </head>
53
  <body>
53
  <body>