If anyone is interested this is how to add Google Analytics tracking code to a site to record the viewport size of visitors.
GA gives stats for visitors’ monitor resolution, but not the more important viewport size (the actual size of the browser window the visitor is using). However this information can be gained:
Copy the GA code to your clipboard. In Freeway, go to Page > HTML Markup. In the popup menu, choose “Before ”, paste in your code, and click OK. It’s important that you set the dropdown before pasting the code or it winds up in the wrong section.
For the first section (the part that goes in the Head), you will want to go to Page > HTML Markup and choose “Before </head”> in the pop up menu, then paste in the code. Click OK.
For the second portion of code, you will need to go to Page > Extended. Click the New button. In the Name field, enter “onLoad”, without the quotes. In Value, enter “viewport()”, also without the quotes. Click OK.
Give it 24 hours and hay-presto GA will give you viewport stats.
If anyone is interested this is how to add Google Analytics tracking code to a site to record the viewport size of visitors.
GA gives stats for visitors’ monitor resolution, but not the more important viewport size (the actual size of the browser window the visitor is using). However this information can be gained:
Copy the GA code to your clipboard. In Freeway, go to Page > HTML Markup. In the popup menu, choose “Before ”, paste in your code, and click OK. It’s important that you set the dropdown before pasting the code or it winds up in the wrong section.
For the first section (the part that goes in the Head), you will want to go to Page > HTML Markup and choose “Before </head”> in the pop up menu, then paste in the code. Click OK.
For the second portion of code, you will need to go to Page > Extended. Click the New button. In the Name field, enter “onLoad”, without the quotes. In Value, enter “viewport()”, also without the quotes. Click OK.
Give it 24 hours and hay-presto GA will give you viewport stats.