This guidance demonstrates how to ingest Google Analytics v4 data into AWS for marketing analytics. It explores each stage of building the solution including: data ingestion, transformation, data cataloging, and analysis. 

Architecture Diagram

Download the architecture diagram PDF 

Well-Architected Pillars

The AWS Well-Architected Framework helps you understand the pros and cons of the decisions you make when building systems in the cloud. The six pillars of the Framework allow you to learn architectural best practices for designing and operating reliable, secure, efficient, cost-effective, and sustainable systems. Using the AWS Well-Architected Tool, available at no charge in the AWS Management Console, you can review your workloads against these best practices by answering a set of questions for each pillar.

The architecture diagram above is an example of a Solution created with Well-Architected best practices in mind. To be fully Well-Architected, you should follow as many Well-Architected best practices as possible.

  • Amazon CloudWatch Events delivers a near real-time stream of system events that describe changes in resources. Amazon CloudWatch logs enables you to monitor, store, and access log files from various resources to notify when certain thresholds are met.

    Read the Operational Excellence whitepaper 
  • AWS Identity and Access Management (IAM) is used to set and manage fine-grained access control. Least-privilege policies are used to grant only the permissions required to perform the task. AWS KMS ensures data persists in encrypted format for protection from unauthorized access. Secrets Manager enables you to rotate, manage, and retrieve database credentials such as API Keys and other secrets throughout their lifecycle. AWS Glue supports using resource policies to control access to Data Catalog resources. These resources include databases, tables, connections, and user-defined functions, along with the Data Catalog APIs that interact with these resources.

    Read the Security whitepaper 
  • To support a highly available network, serverless technologies used in this solution have built-in fault tolerance and automatically scale based on the demand.  The applications utilize the AWS global infrastructure that is built around AWS Regions and Availability Zones. AWS Regions provide multiple, physically separated, and isolated Availability Zones that are connected with low-latency, high-throughput, and highly redundant networking. Services automatically fail over between Availability Zones without interruption.

    AWS Glue is subject to region-specific service quota that may affect reliability. You can contact AWS Support to request a quota increase based on needs. 

    Step Functions can be used to set up retries, backoff rates, max attempts, intervals, and timeouts for any failed AWS Glue job.

    Amazon CloudWatch is used to collect and track metrics, collect and monitor log files, and can be used to set alarms.

    Read the Reliability whitepaper 
  • This guidance uses serverless technologies and inherits the tenets of serverless: no server management, built-in fault tolerance, continuous scaling, and pay-for-value services. In addition, use of serverless services allows comparative testing against varying load levels and minimizes undifferentiated tasks like capacity provisioning and patching, so that the user can focus more on business needs. 

    Auto scaling is available for AWS Glue ETL jobs. With auto scaling enabled, AWS Glue automatically adds and removes workers from the cluster depending on the parallelism at each stage of the job run.

    Amazon S3 automatically scales to high request rates. There are no limits to the number of prefixes in a bucket and you can increase read or write performance by using parallelization.

    Read the Performance Efficiency whitepaper 
  • Serverless architecture uses a pay-per-value pricing model and the user pays only for the resources they consume. This Guidance uses AWS Serverless services including AWS Glue, Data Catalog, Amazon S3, EventBridge, and Step Functions that have no upfront costs and are designed to scale based on demand. With AWS Glue, you pay an hourly rate (billed by the second) for crawlers (discovering data) and ETL jobs (processing and loading data) but may incur cost for marketplace Google BigQuery Connector. For the Data Catalog, you pay a simple monthly fee for storing and accessing the metadata. With Amazon S3, you pay for storing objects in buckets. With EventBridge free tier, you can schedule rules to initiate data processing using Step Functions workflow where you are charged based on the number of state transitions.

    Leveraging Athena as a serverless, scalable, and interactive query service makes it easy to analyze data directly in Amazon S3 using standard SQL and you pay only for the queries you run.

    Read the Cost Optimization whitepaper 
  • Serverless services used in this guidance (AWS Glue, Amazon S3) automatically optimizes the resources utilization in response to demand. You can extend this guidance by using Amazon S3 lifecycle configuration to define policies to move objects to different storage classes based on access pattern. By using serverless services, your applications maximize overall resource utilization as compute is only used as needed. The efficient use of serverless resources reduces the overall energy required to operate the workload. 

    Read the Sustainability whitepaper 

Implementation Resources

A detailed guide is provided to experiment and use within your AWS account. Each stage of building the Guidance, including deployment, usage, and cleanup, is examined to prepare it for deployment.

The sample code is a starting point. It is industry validated, prescriptive but not definitive, and a peek under the hood to help you begin.

[Subject]
[Content Type]

[Title]

[Subtitle]
This [blog post/e-book/Guidance/sample code] demonstrates how [insert short description].

Disclaimer

The sample code; software libraries; command line tools; proofs of concept; templates; or other related technology (including any of the foregoing that are provided by our personnel) is provided to you as AWS Content under the AWS Customer Agreement, or the relevant written agreement between you and AWS (whichever applies). You should not use this AWS Content in your production accounts, or on production or other critical data. You are responsible for testing, securing, and optimizing the AWS Content, such as sample code, as appropriate for production grade use based on your specific quality control practices and standards. Deploying AWS Content may incur AWS charges for creating or using AWS chargeable resources, such as running Amazon EC2 instances or using Amazon S3 storage.

Google Analytics is a trademark of Google LLC.

References to third-party services or organizations in this Guidance do not imply an endorsement, sponsorship, or affiliation between Amazon or AWS and the third party. Guidance from AWS is a technical starting point, and you can customize your integration with third-party services when you deploy the architecture.

Was this page helpful?