For instance you do have a site which is printer-friendly and you aren't too confident when everyone is in fact printing your online pages. In case they are, you might be curious to find out how often these people print webpages and what exactly could be the types of articles that end users are often printing to your website.

There are 3 ways to print out any kind of common web pages (See Above Screenshot):
- Knowledgeable end users could press the Ctrl + P keyboard shortcut (or Command - P on a Mac) to deliver the existing webpage on the printer.
- Many web pages have got a specific PRINT key on the webpage alone.
- Other end users could choose to printout web pages from File Menu which is normal throughout all web browsers.
Since there are several methods to print out the exact same web page, it
is difficult to apply JavaScript structured function monitoring in Google
Analytics to be able to print utilization.
An
effective workaround is that you simply put a hidden monitoring image (just
like the styles you applied to read receipts in e-mail) just in the printed release
of the webpage. Therefore whenever a end user prints an online page, via any
kind of track, this particular monitoring image may save in the computer and you could simply monitor the
print (and print preview) activity.
Monitor Print Utilization using Google Analytics
That is often the bad idea but you could easily by pass the technical info
to get directly into taking on the exact monitoring code.
All you need to complete is copy-paste the next code on the ending
</body> tag within your website layout. When you are on WordPress, you
possibly can insert it in your footer.php data file.
Be
sure to change REPLACE_ME in the code using your exact Google Analytics Profile
ID that looks this type of thing – UA-24689-07.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| <script type="text/javascript"> var ga = "REPLACE_ME"; var css = document.createElement('style'); if (css && ga != "REPLACE_ME") { var gimg = "http://www.toprankglobaladvertising.com/?"; gimg += "id=" + ga; gimg += "&d=" + document.location.hostname; gimg += "&i=" + document.location.pathname; var cstr = "@media print {body:after"; cstr += "{content:url(" + gimg + ")}}"; var node = document.createTextNode(cstr); if (css.styleSheet) { css.styleSheet.cssText = node.nodeValue; } else { css.appendChild(node); } var head = document.getElementsByTagName('head')[0]; if (head) { head.appendChild(css); } }</script> |
As soon as the monitoring code is active, wait for a couple days as Google Analytics takes longer
to process the print utilization details. After that sign in to your Google
Analytics dashboard, look at Content –> Site Content –> Pages and set
/print/ as search filter.
You will have a full listing of web pages that were printed in this
particular period while Pageview section may indicate how many instances a
certain page could have been printed. Establish the Alternative Requirements
in the report as Internet browser, the OS or Region and you will find extra information
about the users that are using the Print feature in your website.
Here
is an example print usage record produced using Google Analytics.
What is the Best way Print Monitoring
do the Work?
If
you're considering the exact technical recommendations, here they are. The exact
JavaScript code gives the next CSS guideline for your HTML web page even as it
is rendering within the internet browser.
1
2
3
4
5
6
7
| <style type="text/css"> @media print { body:after { content:url("GOOGLE_ANALYTICS_TRACKING_IMAGE") } }</style> |
This could
be an easy print only tip that may include a hidden monitoring image to the
exact printer-friendly edition to your web page (body:after). Each time a end
user prints the web page, the monitoring image gets on the user’s system and it
is recorded as a page view in Google Analytics as displayed from the report.
The above mentioned CSS tip is
simply set off once the end users invokes the print or print preview command. Many
PDF writing applications just use the Print stylesheet each and every time
someone saves webpages to PDFs and so, the exact same monitoring code will
continue to work in these situations.
If you want to someone to this type process into your web pages, you could contact an SEO Outsourcing Company or an IT Outsourcing Company.


No comments:
Post a Comment