Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Measure Viewport Size

Deskripsi

Monitoring and analysing the size of the browser windows of your visitors is crucial for you to optimise the experience, design and conversion rate of your site. More than ever with the advent of responsive web design. This plugin gathers viewport data and stores it in Google Analytics.

Using a javascript event triggered by the onload event, this plug in measures the browser viewport size of your visitor’s browser and sends the result to your Google Analytics account as an event.

You must have the asynchronous Google Analytics tracking script installed on your site and use _gaq as the object name.
The template you are using must support the body_class filter hook introduced in wordpress 2.8

Details on the technique behind this solution can be found here http://beantin.se/post/354097397/track-viewport-google-analytics

To view the results, log in to your Google Analytics account (but wait a day for GA to process the data) and look at Content -> Events -> Top Events.

In that report you will see and event called “Viewport” with three actions; “Width”, “Height”, and “Size”. The label within the action “Size” shows the exact dimensions of the browser viewport size of each visitor to your site.

Tangkapan Layar

  • The Viewport event category report in Google Analytics.

Instalasi

  1. Download the .zip file and unpack
  2. Upload the measure-viewport-size directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Make sure <body <?php body_class(); ?>> exists in header.php in the theme you are using

Tanya Jawab

I’ve installed the plugin but I can’t see any stats yet?

It can take up to 24 hours after the first visit to your site after installation of the plugin for events to appear in Google Analytics.

I’ve waited more than 24 hours, but still no stats are appearing?

Make sure your theme supports the body_class filter. See the readme.txt

I’m getting a javascript error when I view my site

Perhaps you are logged in (as admin) and have configured the “Google Analytics For WordPress” plugin to ignore visits from a user group. This plugin is dependent on the Google Analytics tracking object being present. Enable tracking for all visitors.

<?php code(); // goes in backticks ?>

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“Measure Viewport Size” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Log Perubahan

1.0.3

  • added opt_noninteraction to prevent events affecting bounce rate.

1.0.2

  • Fixed plugin URL & updated readme.

1.0.1

  • Initial release.

0.0.5

  • Initial dev version.