Send your event data from RudderStack to Indicative.
3 minute read
Indicative is a popular customer analytics platform designed especially for product managers, marketers, and data analysts. It connects directly to your data warehouse, allowing you to have an easy access to your data. As a result, you can also avoid any errors that arise due to data duplication during the collection stage or any form of data mismatch.
RudderStack supports Indicative as a destination to which you can send your event data seamlessly.
Find the open source transformer code for this destination in the GitHub repository.
The screen call is the mobile equivalent of the page. When called, it sends a track event to Indicative with a userId and eventName .
A sample screen call is as shown:
[[RSClientsharedInstance]screen:@"Main"];
Track
When the track call is made, RudderStack calls Indicative’s Track Events API to send the events. The event properties are sent as data fields in the request, while the name of the event is sent as a custom event.
A sample track call is as shown in the snippet below:
rudderanalytics.track("Product Reviewed",{review_id:"12345",product_id:"123",rating:3.0,review_body:"Average product, expected much more.",});
Alias
When the alias call is made, RudderStack calls Indicative’s Alias Users API and sends the data accordingly.
A sample alias call is shown below:
rudderanalytics.alias("12345");
The RudderStack SDK automatically passes the user’s anonymousId as previousId in the payload.
FAQ
Where can I get the Indicative API key?
You can get the Indicative API key under the Project Settings section in your Indicative account.
This site uses cookies to improve your experience while you navigate through the website. Out of
these
cookies, the cookies that are categorized as necessary are stored on your browser as they are as
essential
for the working of basic functionalities of the website. We also use third-party cookies that
help
us
analyze and understand how you use this website. These cookies will be stored in your browser
only
with
your
consent. You also have the option to opt-out of these cookies. But opting out of some of these
cookies
may
have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This
category only includes cookies that ensures basic functionalities and security
features of the website. These cookies do not store any personal information.
This site uses cookies to improve your experience. If you want to
learn more about cookies and why we use them, visit our cookie
policy. We'll assume you're ok with this, but you can opt-out if you wish Cookie Settings.