Socket
Socket
Sign inDemoInstall

pulumi-google-analytics

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pulumi-google-analytics


Maintainers
2

Deploy

pulumi-google-analytics

This project contains a pip packaged named pulumi-google-analytics which allows Google Analytics resources to be managed in Pulumi.

An example Pulumi program which uses this package is present in the example folder.

Setup

  • Install the package into your Pulumi project using pip
$ pip install pulumi-google-analytics
  • Set your Google credentials in your stack config:
$ pulumi config set aws:region <region>
$ pulumi config set google_api_key_file <google-api-key-file>
$ pulumi config set ga_account_id <google-analytics-manager-account-id>

Directory structure

.
├── example
│   ├── __main__.py
│   ├── Pulumi.yaml
│   └── README.md
├── pulumi_google_tag_manager
│   └── dynamic_providers
│       ├── web_property_provider.py
│       ├── web_property.py
│       └── service.py
├── README.md
├── requirements.txt
└── setup.py

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