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

github.com/heaptracetechnology/google-analytics

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/heaptracetechnology/google-analytics

  • v0.0.0-20190926141109-af023aaefc2f
  • Source
  • Go
  • Socket score

Version published
Created
Source

Google Analytics OMG Microservice

Open Microservice Guide Build Status codecov

An OMG service for google analytics, It is web analytics service that allows you to analyze in-depth detail about the visitors on your website. It provides valuable insights that can help you to shape the success strategy of your business.

Direct usage in Storyscript:

Account List
google-analytics accountList
{"items": ["list"],"itemsPerPage": 1000,"kind": "kindResource","startIndex": 1,"totalResults": 1,"username": "accountUsername"}
WebProperties List
google-analytics webPropertiesList accountId:'accountId'
{"items": ["list"],"itemsPerPage": 1000,"kind": "kindResource","startIndex": 1,"totalResults": 1,"username": "accountUsername"}
Profile List
google-analytics profileList accountId:'accountId' webPropertyId:'webPropertyId'
{"items": ["list"],"itemsPerPage": 1000,"kind": "kindResource","startIndex": 1,"totalResults": 1,"username": "accountUsername"}
RealTime Data
google-analytics realtime profileId:'profileId'
{"columnHeaders": ["list"],"id": "idLink","kind": "analytics#realtimeData","profileInfo": {    "profileDetails"},"query": {"queryDetails"},"rows": ["rowCount"],"selfLink": "selfLink",  "totalResults": 100,"totalsForAllResults": {"totalsForAllResultsDetails"}}

Curious to learn more?

✨🍰✨

Usage with OMG CLI

Account List
$ omg run accountList -e KEY=<BASE64_DATA_OF_JSON_KEY_FILE>
WebProperties List
$ omg run webPropertiesList -a accountId=<ACCOUNT_ID> -e KEY=<BASE64_DATA_OF_JSON_KEY_FILE>
Profile List
$ omg run profileList -a accountId=<ACCOUNT_ID> -a webPropertyId=<WEBPROPERTY_ID> -e KEY=<BASE64_DATA_OF_JSON_KEY_FILE>
RealTime Data
$ omg run realtime -a profileId=<PROFILE_ID> -e KEY=<BASE64_DATA_OF_JSON_KEY_FILE>

Note: The OMG CLI requires Docker to be installed.

License

MIT License.

FAQs

Package last updated on 26 Sep 2019

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