Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {"website":"test","prettyDate":"Thursday 2 June 2011","metadata":{
  2.     "category":"Visits Summary",
  3.     "name":"Visits Summary",
  4.     "module":"VisitsSummary",
  5.     "action":"get",
  6.     "metrics":{
  7.         "nb_uniq_visitors":"Unique visitors",
  8.         "nb_visits":"Visits",
  9.         "nb_actions":"Actions",
  10.         "nb_actions_per_visit":"Actions per Visit",
  11.         "bounce_rate":"Bounce Rate",
  12.         "avg_time_on_site":"Avg. Visit Duration (in seconds)",
  13.         "max_actions":"Maximum actions in one visit"
  14.     },
  15.     "metricsDocumentation":{
  16.         "nb_visits":"If a visitor comes to your website for the first time or if he visits a page more than 30 minutes after his last page view, this will be recorded as a new visit.",
  17.         "nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if he visits the website multiple times a day.",
  18.         "nb_actions":"The number of actions performed by your visitors. Actions can be page views, downloads or outlinks.",
  19.         "nb_actions_per_visit":"The average number of actions (page views, downloads or outlinks) that were performed during the visits.",
  20.         "avg_time_on_site":"The average duration of a visit.",
  21.         "bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.",
  22.         "conversion_rate":"The percentage of visits that triggered a goal conversion.",
  23.         "avg_time_on_page":"The average amount of time visitors spent on this page (only the page, not the entire website).",
  24.         "nb_hits":"The number of times this page was visited.",
  25.         "exit_rate":"The percentage of visits that left the website after viewing this page (unique pageviews devided by exists)"
  26.     },
  27.     "uniqueId":"VisitsSummary_get"
  28. },"columns":{
  29.     "label":"Name",
  30.     "value":"Value"
  31. },"reportData":[
  32.     {
  33.         "label":"Visits",
  34.         "value":0
  35.     },
  36.     {
  37.         "label":"Unique visitors",
  38.         "value":0
  39.     },
  40.     {
  41.         "label":"Actions",
  42.         "value":0
  43.     },
  44.     {
  45.         "label":"Maximum actions in one visit",
  46.         "value":0
  47.     },
  48.     {
  49.         "label":"Bounce Rate",
  50.         "value":"0%"
  51.     },
  52.     {
  53.         "label":"Actions per Visit",
  54.         "value":0
  55.     },
  56.     {
  57.         "label":"Avg. Visit Duration (in seconds)",
  58.         "value":"00:00:00"
  59.     }
  60. ],"reportMetadata":[],"timerMillis":"124"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement