FactorsAI is a marketing analytics and attribution platform. It collects and processes all the data across your customer journeys to help you make smart business decisions.
Getting started
RudderStack supports sending event data to FactorsAI via the following connection modes:
Connection Mode | Web | Mobile | Server |
---|---|---|---|
Device mode | - | - | - |
Cloud mode | Supported | Supported | Supported |
Once you have confirmed that the source platform supports sending events to FactorsAI, follow these steps:
- From your RudderStack dashboard, add the source. Then, from the list of destinations, select Factors AI.
- Assign a name to your destination and click Continue.
Connection settings
To successfully configure FactorsAI as a destination, you will need to configure the following settings:
- API Key: Enter the FactorsAI API Key. For more information on obtaining your FactorsAI API key, refer to the FAQ section below.
Identify
You can use the identify
call to create or update a user in FactorsAI. RudderStack uses the userId
field to perform these actions.
A sample identify
call is shown below:
rudderanalytics.identify('1hKOmRA4e', { email: 'alex@example.com'});
Track
You can use the track
call to capture user events and their associated properties, and send this information to FactorsAI.
A sample track
call is shown below:
rudderanalytics.track("Product Reviewed", { review_id: "12345", product_id: "123", rating: 4.0, review_body: "Good product."})
FAQ
Where can I get the FactorsAI API key?
To get your FactorsAI API key:
- Log in to your FactorsAI dashboard.
- Click the menu button in the left corner and go to Settings > Integrations.
- From the integrations list, select RudderStack to generate the API key, as shown:
Contact us
For more information on the topics covered on this page, email us or start a conversation in our Slack community.