TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Analytics

    Score8.3 out of 10
    N/AGoogle Analytics is perhaps the best-known web analytics product and, as a free product, it has massive adoption. Although it lacks some enterprise-level features compared to its competitors in the space, the launch of the paid Google Analytics Premium edition seems likely to close the gap.

    $0

    per month

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    Pricing
    Google AnalyticsAmazon Redshift
    Editions & Modules
    Google Analytics 360
    150,000
    per year
    Google Analytics
    Free
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    Offerings
    Pricing Offerings
    Google AnalyticsAmazon Redshift
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Google AnalyticsAmazon Redshift
    Considered Both Products
    Google
    No answer on this topic
    Amazon AWS
    Chose Amazon Redshift
    Amazon redshift is useful for our data sets due to its low cost and ease of use for the analysts, however, we were considering using BigQuery instead if we had chosen to pursue the Google Analytics 360 product.
    Incentivized
    Key User Insights
    Would buy again
    96%
    Would buy again
    101 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    100 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    99%
    Happy with the feature set
    104 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    97%
    Lived up to sales and marketing promises
    77 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    96%
    Implementation went as expected
    87 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    Google AnalyticsAmazon Redshift
    Web Analytics
    Comparison of Web Analytics features of Google Analytics and Amazon Redshift
    Feature
    Google Analytics
    8.4
    11 Ratings
    4% above category average
    Amazon Redshift
    -
    Ratings
    Lead Conversion Tracking8.210 Ratings00 Ratings
    Bounce Rate Measurement8.410 Ratings00 Ratings
    Device and Browser Reporting9.311 Ratings00 Ratings
    Pageview Tracking9.111 Ratings00 Ratings
    Event Tracking8.411 Ratings00 Ratings
    Reporting in real-time7.810 Ratings00 Ratings
    Referral Source Tracking8.610 Ratings00 Ratings
    Customizable Dashboards7.910 Ratings00 Ratings
    Best Alternatives
    Google AnalyticsAmazon Redshift
    Small Businesses
    Matomo Analytics
    Score9 out of 10
    No answers on this topic
    Medium-sized Companies
    Lead Forensics
    Score8.9 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    Chartbeat
    Score9.2 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google AnalyticsAmazon Redshift
    Likelihood to Recommend
    8.5
    (193 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    9.0
    (51 ratings)
    -
    (0 ratings)
    Usability
    7.4
    (19 ratings)
    9.0
    (10 ratings)
    Availability
    10.0
    (4 ratings)
    -
    (0 ratings)
    Performance
    10.0
    (2 ratings)
    -
    (0 ratings)
    Support Rating
    7.0
    (42 ratings)
    9.0
    (7 ratings)
    Online Training
    10.0
    (2 ratings)
    -
    (0 ratings)
    Implementation Rating
    9.0
    (7 ratings)
    -
    (0 ratings)
    Configurability
    6.0
    (2 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    10.0
    (1 ratings)
    Ease of integration
    10.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    10.0
    (2 ratings)
    -
    (0 ratings)
    Vendor post-sale
    10.0
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    9.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Google AnalyticsAmazon Redshift
    Likelihood to Recommend
    Google
    Google Analytics is particularly well suited for tracking and analyzing customer behavior on a grocery e-commerce platform. It provides a wealth of information about customer behavior, including what products are most popular, what pages are visited the most, and where customers are coming from. This information can help the platform optimize its website for better customer engagement and conversion rates. However, Google Analytics may not be the best tool for more advanced, granular analysis of customer behavior, such as tracking individual customer journeys or understanding customer motivations. In these cases, it may be more appropriate to use additional tools or solutions that provide deeper insights into customer behavior.
    Read full review
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    Incentivized
    Read full review
    Pros
    Google
    • Multiple reports to see website use and behavior
    • Allows you to customize reports with days, weeks, months, and years
    • You can build out a dashboard to easily view stats from multiple websites in one place
    • You can share analytics reports via the dashboard, automatically emailed PDFs or in other formats
    Incentivized
    Read full review
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    Incentivized
    Read full review
    Cons
    Google
    • Data sampling is somewhat inaccurate on the free tier - this is addressed in premium but is expensive.
    • Some of the UI is very similar in naming when presenting different data, some in-situ information might be useful.
    • Gotchas around filtering and data validation.
    • Implementation can be tricky, it can take a lot of time and expertise to get a full, accurate picture of your metrics.
    Incentivized
    Read full review
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    We will continue to use Google Analytics for several reasons. It is free, which is a huge selling point. It houses all of our ecommerce stores' data, and though it can't account for refunds or fraud orders, gives us and our clients directional, real time information on individual and group store performance.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Google
    Google Analytics provides a wealth of data, down to minute levels. That is it's greatest detriment: find the right information when you need it can be a cumbersome task. You are able to create shortcuts, however, so it can mitigate some of this problem. Google is continually refining Analytics, so I do not doubt there will be improvements
    Read full review
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    Incentivized
    Read full review
    Reliability and Availability
    Google
    We all know Google is at top when it comes to availability. We have never faced any such instances where I can suggest otherwise. All you need is a Google account, a device and internet connection to use this super powerful tool for reporting and visualising your site data, traffic, events, etc. that too in real time.
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    Google
    This has been a catalyst for improving our site's traffic handling capabilities. We were able to identify exit% from our sites through it and we used recommendations to handle and implement the same in our sites. We have been increasing the usage of Google Analytics in our sites and never had any performance related issues if we used Analytics
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    Google
    The Google reps respond very quickly. However, sometimes they can overly call you to set up an apportionment. I'm very proficient and sometimes when I talk to reps, they give beginner tutorials and insights that are a waste of time. I wish Google would understand my level of expertise and assign me to a rep (long-term) that doesn't have to walk me through the basics.
    Incentivized
    Read full review
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    Incentivized
    Read full review
    Online Training
    Google
    love the product and training they provide for businesses of all sizes. The following list of links will help you get started with Google Analytics from setup to understanding what data is being presented by Google Analytics.
    1. How to Use Google Analytics for Beginners – Mahalo’s how-to guide for beginners.
    2. A beginner’s guide to Google Analytics – A free eBook walking you through Google Analytics from setup to understanding what data is being presented.
    3. Getting to Know Your Google Analytics Dashboard – The title says it all! This is a brief post with one goal: to introduce you to the Google Analytics dashboard.
    4. Google Analytics for Beginners: How to Make the Most of Your Traffic Reports– This guide doesn’t cover setup, but it does a great job of helping you to better understand the data being presented.
    5. Google Analytics Video Tutorial 1: Setup – A video presentation that walks you through Google Analytics setup.
    6. Google Analytics Video Tutorial 2: Essential Stats – A video presentation that introduces you to some of the most important data being presented in Google Analytics.
    Read full review
    Amazon AWS
    No answers on this topic
    Implementation Rating
    Google
    I think my biggest take away from the Google Analytics implementation was that there needs to be a clear understanding of what you want to achieve and how you want to achieve it before you start. Originally the analytics were added to track visitors, but as we became more savvy with the product, we began adding more and more functionality, and defining guidelines as we went along. While not detrimental to our success, this lack of an overarching goal resulted in some minor setbacks in implementation and the collection of some messy data that is unusable.
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Google
    I have not used Adobe Analytics as much, but I know they offer something called customer journey analytics, which we are evaluating now. I have used Semrush, and I find them much better than Google Analytics. I feel a fairly nontechnical person could learn Semrush in about a month. They also offer features like competitive analysis (on content, keywords, traffic, etc.), which is very useful. If you have to choose one among Semrush and Google Analytics, I would say go for Semrush.
    Incentivized
    Read full review
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Google
    No answers on this topic
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Scalability
    Google
    Google Analytics is currently handling the reporting and tracking of near about 80 sites in our project. And I am not talking about the sites from different projects. They may have way more accounts than that. Never ever felt a performance issue from Google's end while generating or customising reports or tracking custom events or creating custom dimensions
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Google
    • It has helped us gain understanding of what is going on on our website.
    • It has helped us determine areas that need fixing (i.e. pages with extremely high bounce rates may need to be redone).
    • It has helped us understand our biggest avenues for bringing traffic to the website and business in general.
    • It has helped guide our website redesign.
    Incentivized
    Read full review
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    Read full review
    ScreenShots