com.snowplowanalytics.snowplow

scalatracker

package scalatracker

Visibility
  1. Public
  2. All

Type Members

  1. class Payload extends AnyRef

    Contains the map of key-value pairs making up an event

  2. sealed trait Platform extends AnyRef

    Trait for all acceptable Snowplow platforms

  3. case class SelfDescribingJson(schema: String, data: JValue) extends Product with Serializable

    JSON representing an unstructured event or a custom context

  4. class Subject extends AnyRef

    Class for an event subject, where we view events as of the form Subject -> Verb -> Object

  5. class Tracker extends AnyRef

    Tracker class

Value Members

  1. object Console extends Platform with Product with Serializable

  2. object Desktop extends Platform with Product with Serializable

  3. object Ec2Metadata

    Trait with parsing EC2 meta data logic http://docs.

  4. object General extends Platform with Product with Serializable

  5. object InternetOfThings extends Platform with Product with Serializable

  6. object Mobile extends Platform with Product with Serializable

  7. object SelfDescribingJson extends Serializable

  8. object Server extends Platform with Product with Serializable

  9. object Tracker

  10. object Tv extends Platform with Product with Serializable

  11. object Web extends Platform with Product with Serializable

  12. package emitters

  13. package generated

Ungrouped