~scirocco22/lsgcontrolpanel/0.1

« back to all changes in this revision

Viewing changes to assets/www/index.html

  • Committer: scirocco101 at googlemail
  • Date: 2011-12-21 18:08:48 UTC
  • Revision ID: scirocco101@googlemail.com-20111221180848-ogut4zi1ljdptwbz
*hope to have fixed redirect error on blackberry

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
piwikTracker.setCustomVariable(
32
32
  2, // Index, the number from 1 to 5 where this Custom Variable name is stored
33
33
  "device", // Name, the name of the variable, for example: Gender, VisitorType
34
 
  "mobile", // Value, for example: "Male", "Female" or "new", "engaged", "customer"
 
34
  "app", // Value, for example: "Male", "Female" or "new", "engaged", "customer"
35
35
  "visit" // Scope of the Custom Variable, "visit" means the Custom Variable applies to the current visit
36
36
);
37
37
piwikTracker.trackPageView();