Skip to content

Projects

Creating a project is the first step to start using Manufactory.

Each project in Manufactory has its own separate API key you’ll use to send data.

A project consists of two sections - a user schema and an event schema.

Those schemas need to be implemented before sending events to a project.

For example, if you have one iOS project and one Android project within your organization, you’ll have your iOS app and your Android app send data to their respective project keys.

Manufactory > Events

A project’s success depends on carefully designing single event schemas with appropriate properties, with each project limited to one schema for data collection and tracking purposes.

Manufactory > Implementation

Manufactory implementation requires careful planning of project structures, event schemas, and user properties for successful data tracking across different platforms.

Events > Create events schema

The endpoint allows creation of events schema by specifying organization ID, project ID, and attribute definitions through an authenticated POST request to manage event data structures.

Projects > Create a project

Projects can be created by providing organization ID, name, description, and timezone through an authenticated POST request to return project details including a unique project key.