Skip to content

Dataform Segment 1.0

Compare
Choose a tag to compare
@dwl285 dwl285 released this 27 Aug 10:55
bd9d052

This release adds support for Screens. You can now include any / all of tracks, pages or screens in the sessions table built by this package.

  • To create a web-only sessions table, use includeTracks: true, includePages: true, includeScreens: false
  • To create an app-only sessions table, use includeTracks: true, includePages: false, includeScreens: true
  • To create a cross-platform sessions table, use includeTracks: true, includePages: true, includeScreens: true

Installation

Add the following to your package.json file in your Dataform project:

{
    "dataform-segment": "git+https://github.com/dataform-co/dataform-segment.git#1.0"
}