Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 959 Bytes

events.md

File metadata and controls

36 lines (20 loc) · 959 Bytes

Events specification

This document specifies all the data (along with the format) which gets sent from the Welcome package to the GitHub analytics pipeline. This document follows the same format and nomenclature as the Atom Core Events spec.

Counters

Currently the Welcome package does not log any counter events.

Timing events

Currently the Welcome package does not log any timing events.

Standard events

Welcome package shown

  • eventType: welcome-v1

  • metadata

    field value
    ea show-on-initial-load

Click on links

  • eventType: welcome-v1

  • metadata

    field value
    ea link that was clicked

(There are many potential values for the ea param, e.g: clicked-welcome-atom-docs-link,clicked-welcome-atom-org-link, clicked-project-cta, clicked-init-script-cta, ...).