InsightExchange is the world's first realtime marketplace platform for exchanging meaningful customer insights. We provide a standard interface for app builders to sell data about a customer to a wide array of businesses who share the same customer.
Managing independent integrations is complicated, and forming business relationships even more-so. Our platform aims to forge a new class of valuable low-cost integrations enabled through a standard API, a bidding/approval mechanism, and a fire-hose of actionable sales insights aggregated from across the app ecosystem.
This library is a simple wrapper for the InsightExchange API, which has two primary functions right now:
- Identifying a user resource to improve matching with potential buyers
- Publishing an insight about a user for sale on the market (as approved by us and you).
First, initialize the client with an API key like so:
InsightExchange *exchange = [[InsightExchange alloc] initWithApiKey:@"YOUR API KEY"];
The more of your users that we know about, the better we can match you with someone that will pay for your data and deliver additional value to the user in another context. See the official documentation for more information on how this works.
[exchange identify:@"youruser@yourusersmail.com"];
Once we start receiving insights from you, we will review them privately and build a bigger picture around what kind of data you can offer. We may shop the concept of your data around anonymously in order to gauge interest and solicit buyers, but no business will see specifics about you or your data until you approve a bid deal from them. Your data is safe with us.
[exchange publishInsight:@"Walked the dog" forEmail:@"youruser@yourusersmail.com"];
InsightExchange is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "InsightExchange", git: 'git@github.com:liberatus/insightexchange_pod.git'
Use this git repo until we are added to CocoaPods trunk.
winfred, winfred@insightexchange.co
InsightExchange is available under the MIT license. See the LICENSE file for more info.