Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-output-google_analytics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-output-google_analytics

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Google Analytics output plugin for Embulk

This plugin performs the data import and measurement protocol into Google Analytis. However, Measurement Protocol feature is not implemented.

Overview

  • Plugin type: output
  • Load all or nothing: no
  • Resume supported: no
  • Cleanup supported: no

Configuration

  • action: "dataimport" or "measurement_protocol" (string, default: "dataimport")
  • client_id: authentication (string, required)
  • client_secret: authentication (string, required)
  • refresh_token: authentication (string, required)
  • account_id: Your google analytics account id (string, required)
  • webproperty_id: Your google analytics Web Property id (string, required)
  • datasource_id: Your google analytics Data Source id (string, default: nil)
  • filename: Your upload filename (string, default: nil)

Example

out:
  type: google_analytics
  action: dataimport
  client_id: xxxxxxxxx.apps.googleusercontent.com
  client_secret: yyyyyyyyyyyyyyy
  refresh_token: 1/zzzzzzzzzzzzzzzzzzzzz
  account_id: xyz
  webproperty_id: UA-xyz-a
  datasource_id: xxxxxxxxxxxxx
  filename: "Sample Cost Data.csv"

Build

$ rake

FAQs

Package last updated on 17 Dec 2017

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc