Overview
This article covers the newly launched web analytics platform by Google, Google Analytics 4 (GA4), and its comparison, similarities, and improvements compared to core components of its counterpart, Adobe Analytics.
The article will also cover core differences between Google Tag Manager (GTM) and Adobe Launch, which are the recommended Tag Management Solutions (TMS) for both Google and Adobe, respectively.
It’s important to note that GA4 has both a free version and a paid version under the Analytics 360 enterprise solution. Therefore, for this comparison we will cover features between Analytics 360 (GA4) vs. Adobe Analytics (a paid version), just to keep an apples-to-apples comparison.
Google Analytics 4 (Analytics 360)
GA4 is the latest version of Google Analytics, launched in late 2020, and is currently the default method to track web analytics data via Google. GA4 comes with various improvements and enhancements from its predecessor, Universal Analytics (UA). To find out the core differences between GA4 and UA, check out this article.
Adobe Analytics
Adobe Analytics (AA) is a sole web analytics solution that Adobe provides in their Adobe Experience Cloud (AEC) platform. Unlike Google Analytics, AA doesn’t come with a free version, and only provides a paid version (that could range up to $350k/year, depending on your site’s hit/traffic rate).
Core Differences
Core Tracking Setup
AA depends upon eVars (conversion variables), events (success events), and props (traffic variables) in order to track core conversions and interactions on your website.
On the other hand, GA4 utilizes dimensions and metrics combinations to track all website interactions. In GA4, you would need to implement custom events alongside with its parameters in order to track conversions and events on the website.
Here’s a broad comparison re: the core functionality of how web-interactions are tracked in GA4 vs. AA:
Google Analytics 4 | Adobe Analytics | Definitions/Differences |
---|---|---|
Events/Dimensions (Custom Dimension) | s.evar (Conversion Variables) | Used as Conversion Variables in AA; mainly used to provide alphabetic definitions/names to each web conversion/interaction |
Metrics (Custom Metrics) | s.events (Success Events) | Events or metrics are usually assigned to numerical/integers values associated with each variable such as $ amount, or counts of add to carts |
Events/Dimensions (Custom Dimension) | Props (Traffic Variables) | Props, in AA, unlike eVar are defined on each page and are mainly used for pathing or correlation reporting; in GA, dimensions and event reporting usually covers this as well (alongside with Conversion Variable) |
Apart from these above core differences, AA and GA4 also differ in how they track ecommerce data. For example, in GA4, ecommerce data is tracked by using DataLayer push codes with some of Google’s pre-defined event name structure, such as: ‘view_item’, ‘add_to_cart’, ‘purchase’, etc. Whereas, AA utilizes its s.events (success events) structure to implement ecommerce interactions, for example ‘scOpen’, ‘scRemove’, etc.
At the end, both tools have a fairly heavy load initial setup and do have capabilities to track almost all interactions on your website—but one of the main differences between these two is that in GA4, you can utilize your existing setup to track both web and mobile app.
Whereas, mobile app tracking is currently not a feature that AA provides (at least out of the box).
Reporting Capabilities
Google has few options through which you can create reports, dashboards, and/or visualizations for your website’s data.
Here are some core reporting capabilities provided by Google:
- Google Exploration – this is an inbuilt wysiwyg report UI that lets you drag and drop different combinations of dimensions/metrics, alongside different segments and filters options. This option is in-built within your GA4 UI and is available on both free and paid versions now.
- Google Data Studio – this is another option provided by Google, separate from the GA4 UI. You can easily connect your GA4 property to a blank report in the Data Studio and create custom tables, charts, and filter drop-downs according to your visualization requirements. Note: this is a free tool, so applies to both free and paid versions of GA4.
- Custom Reports and Dashboard within GA4 UI – lastly, much like UA, GA4 lets you create custom reports and dashboards within the UI of GA4. And unlike UA, you will also have the ability to customize the in-built reports in each section of GA4.
Adobe, just like Google Exploration, has a tool called “Workspace” which is an in-built reporting UI (wiziwig) tool that lets you drag and drop different combinations of evars, s.props, and events to visualize data in different ways. But other than Workspace, Adobe doesn’t really offer any other out-of-box options to create reports, dashboard, etc.
So, if reporting-capability is your main goal, Google definitely has a wider set of tools/options available as of today.
Tag Management Solutions
Both Google and Adobe have their dedicated TMS that lets you directly connect the TMS with your Analytics platforms. Google uses Google Tag Manager to manage both Google products and third-party tracking management. And, Adobe uses a tool called Adobe Launch to manage both first-party and third-party tagging setup.
There are, however, some core differences in how each tool defines its features. Here’s a detailed comparison of equivalent features for GTM and Adobe Launch:
Google Tag Manager | Adobe Launch | Definitions |
---|---|---|
Tags | Rules | Both tags and rules are foundational places where you define what is getting fired and events/parameters associated with that tracking |
Variables | Data Elements | These are options to create custom variables in the TMS, that can be repurposed to fire on different tags and rules |
Triggers | Events (within rules) | Triggers let you decide when and where you want to fire a certain tag or rule; in GTM, you have a dedicated window for all triggers, but in Adobe Launch, every rule will have a section on top that lets you decide when/where to fire the associated rule |
Tags Configuration (within tags) | Extensions | Extensions in AA is like an app store that has both first-party (Adobe-owned) and third-party app collections that you can connect with your rule’s conditions; in GTM, you will have a featured list of all available apps, within the tag’s configuration window |
Debugging and Validation Features
Although both TMS are at top of its game, GTM does have an edge in its debugging (QA) and validation capabilities over Adobe Launch.
GTM, unlike Adobe Launch, has the capability to preview your tagging setup directly from the UI; therefore, you will have more control over the QA of events and variables firing on each web interaction. On the other hand, Adobe Launch relies on browser debuggers such as Adobe Experience Cloud Debugger, which has limited capabilities on how deep you can get into each data element, rules, or triggers that fire on various web interactions.
Privacy and Consent Management Controls
Another key difference between the two TMS is that GTM has the ability to integrate directly with your Consent Management tool like CookieBOT and create pre-built conditions in your tag’s configuration to ensure that tags are fired only after consent management approval. At the time of this article, this isn’t a directly integrated feature provided by Adobe Launch.
Given the increasing importance to maintain consent management protocols for GDPR and ITP (amongst others), this direct integration can also be a key differentiating factor for choosing between the two tag management systems.
Testing Solutions
Both Adobe and Google have dedicated A/B, multivariate testing solutions in their ecosystem. Google’s official A/B testing tool is called Google Optimize, whereas Adobe’s tool is called Adobe Target. Both Target and Optimize have the capability to directly integrate with their ecosystem’s analytics platform (AA/GA4) and tag management solutions.
Google Optimize, much like other Google products, has both paid and free versions. Adobe Target comes with a cost (depending on your website traffic and hit rate). Both of these tools can connect through a Javascript snippet to your website, and that can be deployed through the TMS.
In terms of core differences, both tools are excellent to run algorithm-based A/B tests, have an easy-to-use wysiwyg interface that lets you drag and drop HTML/CSS elements, and have capability to view/analyze data in its reporting tool, like GA4/AA. Also, both tools allow you to add custom JS scripts to manipulate site behavior. One core difference is that Adobe Target has a paid feature called “Recommendations” that lets you use AI capabilities to design product recommendations sections (such as “You may also like”) anywhere on your website.