Ga naar hoofdinhoud

Default data types

In the realm of data tracking, understanding the nature and context of the data is essential. This is where default data types come into play in Freave's data stack. These are predefined categories of data that we use to classify various elements within tracking events. They provide crucial context, allowing for deeper insights and more precise analysis.

Platform

Note that platform applies to the Freave One platform you’re using, not the end user’s platform.

{
"platform": {
"type": "string",
// "canvas_for_web_fusion" | "canvas_for_apps"
"version": "string"
// e.g. "1.0.0"
}
}

Platform types

  • canvas_for_web_fusion for publications using the Freave Fusion WordPress integration.
  • canvas_for_apps for native mobile apps.

Paywall

{
"paywall": {
"strategy_id": "string",
"strategy_name": "string"
}
}