sesamy-cli

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: MIT Imports: 1 Imported by: 0

README

Sesamy CLI

Build Status Go Report Card godoc goreleaser

CLI to keep you sane while working with GTM.

Installing

Install the latest release of the cli:

$ brew update
$ brew install foomo/tap/sesamy-cli

Usage

Add a sesamy.yaml configurtion

google:
  gt:
    send_page_views: true
    server_container_url: https://sst.your.domain.com

  ga4:
    measurement_id: G-PZ5ELRCR31

  gtm:
    account_id: 6099238525
    web:
      container_id: 175355532
      measurement_id: GTM-57BHX34G
      workspace_id: 23
    server:
      container_id: 175348980
      measurement_id: GTM-5NWPR4QW
      workspace_id: 10

  request_quota: 15
  credentials_file: ./google_service_account_creds.json


typescript:
  packages:
    - path: 'github.com/username/repository/event'
      types:
        - Custom
    - path: 'github.com/foomo/sesamy-go/event'
      types:
        - PageView
        - SelectItem
  output_path: '/path/to/src'

tagmanager:
  tags:
    ga4_enabled: true
  packages:
    - path: 'github.com/username/repository/event'
      types:
        - Custom
    - path: 'github.com/foomo/sesamy-go/event'
      types:
        - AddPaymentInfo
        - AddShippingInfo
        - AddToCart
        - AddToWishlist
        - AdImpression
        - BeginCheckout
        - CampaignDetails
        - Click
        - EarnVirtualMoney
        - FileDownload
        - FormStart
        - FormSubmit
        - GenerateLead
        - JoinGroup
        - LevelEnd
        - LevelStart
        - LevelUp
        - Login
        - PageView
        - PostScore
        - Purchase
        - Refund
        - RemoveFromCart
        - ScreenView
        - Scroll
        - Search
        - SelectContent
        - SelectItem
        - SelectPromotion
        - SessionStart
        - Share
        - SignUp
        - SpendVirtualCurrency
        - TutorialBegin
        - TutorialComplete
        - UnlockAchievement
        - UserEngagement
        - VideoComplete
        - VideoProgress
        - VideoStart
        - ViewCart
        - ViewItem
        - ViewItemList
        - ViewPromotion
        - ViewSearchResults
  prefixes:
    client: ''
    folder: ''
    tags:
      ga4_event: 'GA4 - '
      google_tag: ''
      server_ga4_event: 'GA4 - '
    triggers:
      client: ''
      custom_event: 'Event - '
    variables:
      constant: ''
      event_model: 'dlv.eventModel.'
      gt_event_settings: 'Event Settings - '
      gt_settings: 'Settings - '

Caveats

You might need to increase your Google Tag Manager API quotas, since they are limited to 15 r/m by default.

How to Contribute

Make a pull request...

License

Distributed under MIT License, please see license file within the code for more details.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL