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

@opt-tech/gtm-json-converter

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opt-tech/gtm-json-converter

Google Tag Manager がエクスポートした JSON をエクセルで開ける CSV に変換します

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
4
Weekly downloads
 
Created
Source

GTM JSON Converter

CircleCI npm

Google Tag Manager がエクスポートした JSON をエクセルで開ける CSV に変換します

1 行に 1 つのタグ、列は以下を出力します

  1. ID (GTM 内部で使われている識別子)
  2. タグ名
  3. タグ
  4. document.write フラグ (カスタム HTML の場合)
  5. トリガー

使い方

clone してためす場合

$ cd gtm-json-converter
$ npm i
$ npm start gtm.json # JSON のパスを渡す

グローバルインストールする場合

$ npm i -g @opt-tech/gtm-json-converter
$ gtm-json-converter gtm.json # JSON のパスを渡す

カレントディレクトリの [コンテナ名] エクスポート日時.csv に保存されます

Keywords

FAQs

Package last updated on 25 Jan 2021

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