Package

com.snowplowanalytics.snowplow

scalatracker

Permalink

package scalatracker

Visibility
  1. Public
  2. All

Type Members

  1. class Payload extends AnyRef

    Permalink

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

  2. sealed trait Platform extends AnyRef

    Permalink

    Trait for all acceptable Snowplow platforms

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

    Permalink

    JSON representing an unstructured event or a custom context

    JSON representing an unstructured event or a custom context

    schema

    the schema string

    data

    JSON instance

  4. class Subject extends AnyRef

    Permalink

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

  5. class Tracker extends AnyRef

    Permalink

    Tracker class

Value Members

  1. object Console extends Platform with Product with Serializable

    Permalink
  2. object Desktop extends Platform with Product with Serializable

    Permalink
  3. object Ec2Metadata

    Permalink

    Trait with parsing EC2 meta data logic http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html

  4. object General extends Platform with Product with Serializable

    Permalink
  5. object InternetOfThings extends Platform with Product with Serializable

    Permalink
  6. object Mobile extends Platform with Product with Serializable

    Permalink
  7. object SelfDescribingJson extends Serializable

    Permalink
  8. object Server extends Platform with Product with Serializable

    Permalink
  9. object Tracker

    Permalink
  10. object Tv extends Platform with Product with Serializable

    Permalink
  11. object Web extends Platform with Product with Serializable

    Permalink
  12. package emitters

    Permalink
  13. package generated

    Permalink

Ungrouped