Socket
Socket
Sign inDemoInstall

bart-extract-ga

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bart-extract-ga

Extract event views to Google Analytics


Maintainers
1

Bart Extract GA

PyPI version

Extract event views to Google Analytics

Install

$ pip install bart-extract-ga

Modules

  • extract.processor.extract_yesterday: exports data from D-1
  • extract.processor.extract_by_date_ranger: exports data from date specified in the parameters, start_date and end_date

Usage

from extract.processor import extract_yesterday

extract_yesterday(
    ga_viewId="ga:123456789",
    ga_credential="/tmp/credentials/GA_credentials.json",
    s3_path="s3://prd-lake-raw-bart",
)

Obs

  • s3_path: the path can be a local path or a path to an AWS S3 bucket

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc