Join Leo Sanches, Sales Engineer, as he walks through how to use Snowtype to automatically generate Swift code from your Snowplow CDI data products. In this tutorial, he walks through the complete setup process, from installing Node.js and configuring snowype.config.json to generating production-ready Swift code that maps your events and entities.
What You'll Learn:
- How to install and configure Snowtype locally
- Setting up your snowype.config.json file
- Retrieving your Organization ID and Data Product ID from Snowplow Console
- Running the npx command to auto-generate Swift code- Understanding the generated files (snowtype-lock.json and snowplow.swift)
- Integrating generated events and entities into your iOS app
Key Topics Covered:
Snowtype, Snowplow CDI, Swift code generation, iOS tracker, data products, Node.js, automatic code generation, event tracking, data collection
Perfect for: iOS developers, Swift developers, Snowplow users, data engineers, and anyone looking to streamline event tracking implementation in their iOS apps.Prerequisites: Node.js installed, Snowplow CDI account, Swift project in Xcode