Module Snowplow

The main Snowplow module.

Info:

  • Copyright: Copyright (c) 2013 - 2022 Snowplow Analytics Ltd
  • License: Apache License Version 2.0
  • Author: Alex Dean

Functions

snowplow.new_tracker (url[, request_type="POST"[, encode_base64=true]]) Creates a tracker instance.


Functions

snowplow.new_tracker (url[, request_type="POST"[, encode_base64=true]])
Creates a tracker instance.

Parameters:

  • url string The url to the Snowplow collector
  • request_type string The request type to use ("GET" or "POST") (default "POST")
  • encode_base64 bool Whether to base64 encode the payloads (default true)

Returns:

    Tracker The new tracker
generated by LDoc 1.4.6 Last updated 2022-04-28 16:24:12