Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,767
    • Issues 44,767
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #290962
Closed
Open
Issue created Dec 03, 2020 by Alishan Ladhani@ali-gitlab🔴Developer

Rename `event` to `action` in HAML Snowplow helper

In the Snowplow Guide, we talk about how to fire events from a HAML file:

%button.btn{ data: { track: { event: "click_button", label: "template_preview", property: "my-template" } } }

The term event is somewhat ambiguous here, and is referring to the action attribute of the event that will be sent. In order to make this clearer, we should rename event to action.

Note that action is referring to an attribute in the Structured Event Taxonomy.

Edited Jun 04, 2021 by Axel García
Assignee
Assign to
Time tracking