Google Analytics can be enabled on all paid plans and only in the projects with the custom domains.
Google Analytics is implemented on Readymag by default, so you simply need to specify a unique tracking ID in your project or profile settings. The Tracking ID is a string with the format UA-000000-2, used by Google Analytics to send all collected data to your account and property.
Read how to Find your tracking ID in Google Help.
Option 1: Connect your profile
Open your profile’s settings and paste your Tracking ID into the Google Analytics field. Click Save Changes. Data collected across all your projects will be sent to one property in your Google Analytics account.
Option 2: Connect a project
Open your Project Settings and paste the Tracking ID on Domain tab. Please note, the Google Analytics feature is only available if you are using a custom domain name for the project.
Setting up GA account to get Tracking ID
Open your Google Analytics account. Create a new property, select "Web", specify the required settings, and click Get Tracking ID. Select either https or http in Website URL drop-down, depending whether or not your project has SSL turned on. Copy Tracking ID (which looks like UA-XXXXXXXX-Y), and return to Readymag settings.
Tracking events
We track all events in projects and send them to the configured Google Analytics property. All events are sent under the category ‘Project Actions’ and can be found in reports Behavior → Events. Check the Overview report to see if you have this category.
The full list of events can be found below.
You can always check whether events are sent to your property and check the descriptive data. Use the official Google Analytics Debugger for Google Chrome browser. The details will be displayed in the Developer Console.
List of events
Below is the list of actions that we track by default. A sample of an argument for the functions—’params’ object—is provided below each event.
Page view
{
"page": "/dps/556542",
"location": "<https://readymag.com/test/>"
}
Clicks on external links
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "External Link",
"eventLabel": "<http://readymag.com>",
"page": "/dps/556542",
"location": "<https://readymag.com/test/>"
}
Clicks on anchor links
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Anchor Link",
"eventLabel": 652,
"page": "/dps/556542",
"location": "<https://readymag.com/test/>"
}
Clicks on ‘scroll top’ links
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Scroll Top Link",
"page": "/dps/556542",
"location": "<https://readymag.com/test/>"
}
Form is submitted
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Form Submit Click",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
If you use captcha, this event will be sent no matter if the submission was successful or not.
Form is successfully submitted
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Form Submit Success",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
Clicks on ‘go back’ links
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Back Link",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
Hotspot hovers
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Hotspot Hover",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
Hotspot clicks
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Hotspot Click",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
Button click
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Button Click",
"page": "/dps/556542/page-url",
"eventLabel": "text on the button",
"location": "<https://readymag.com/test/>"
}
Video starts playing
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Video Play",
"eventLabel": "Readymag — Product Video / <https://www.youtube.com/watch?v=VFo5Z8Y3JjQ>",
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
Video stops playing
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Video Pause",
"eventLabel": "Readymag — Product Video / <https://www.youtube.com/watch?v=VFo5Z8Y3JjQ>",
"eventValue": 4,
"page": "/dps/556542/page-url",
"location": "<https://readymag.com/test/>"
}
E-commerce widget: Item added to cart
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Item added to cart",
"page": "/dps/556542/page-url",
"eventLabel": "item ID or name",
"location": "<https://readymag.com/test/>"
}
E-commerce widget: Checkout⏤First step completed
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Checkout 1st step completed",
"page": "/dps/556542/page-url",
"eventLabel": "item ID or name",
"location": "<https://readymag.com/test/>"
}
E-commerce widget: Checkout⏤Second step completed
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Checkout 2nd step completed",
"page": "/dps/556542/page-url",
"eventLabel": "item ID or name",
"location": "<https://readymag.com/test/>"
}
E-commerce widget: Checkout⏤Third step completed
{
"hitType": "event",
"eventCategory": "Project Actions",
"eventAction": "Checkout 3rd step completed",
"page": "/dps/556542/page-url",
"eventLabel": "item ID or name",
"location": "<https://readymag.com/test/>"
}
E-commerce widget: Checkout success
{
"hitType": "event",
"eventCategory": "Project Actions", "eventAction": "Checkout success", "page": "/dps/556542/page-url", "location": "<https://readymag.com/test/>", "screenName": "Test"
}
Setting up goals
To set up a goal, use the official Google Analytics instructions.
Select the following settings:
- Category: “Project Actions”
- Action: the name of an event (e.g., “Form Submit Click”).