Metadata-Version: 2.1
Name: pyga4
Version: 0.1.0
Summary: Python Google Analytics 4 (GA4) Data Extraction and Analysis Toolkit
Home-page: https://github.com/Lin-jun-xiang/pyGA4
License: MIT
Author: Lin-jun-xiang
Author-email: jimmy871117@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (==3.6.2)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: protobuf (==4.24.3)
Requires-Dist: pycryptodome (==3.18.0)
Project-URL: Repository, https://github.com/Lin-jun-xiang/pyGA4
Description-Content-Type: text/markdown

<p align="center">
    <img src='./static/images/pyGA4_logo.PNG' width='60%' />
</p>

[English version](README.md) | [Chinese version README.md](README.zh-TW.md)

## Introduction

* `pyGA4` is a Python toolkit designed for **extracting, processing, and analyzing** data from **Google Analytics 4 (GA4)**.
* Whether you're a digital marketing professional, a data analyst, or anyone interested in gaining insights from GA4 data, this package simplifies the process of working with your GA4 data.

## Features

- **Data Extraction**: Easily connect to your GA4 property, retrieve data, and save it for analysis.
- **Data Preprocessing**: Prepare and clean your GA4 data for analysis with built-in data preprocessing functions.
- **Custom Queries**: Execute custom queries to filter and aggregate data based on your specific needs.
- **Data Analysis**: Perform various types of analysis, including user behavior analysis, conversion tracking, and more.
- **Data Visualization**: Create informative visualizations and reports to communicate your findings effectively.
- **Simple Integration**: Seamlessly integrate `pyGA4` into your data pipeline or analytics workflow.

