Recommendation engines for developers
Give your users content they want with our simple API and integrations. Stream events as they happen, and put recommendations wherever you need them.
Powerfully simple to use, as flexible as the system you would have built yourself.
Cutting edge computing doesn't need to be hard to use. Tamber's API is as succinct and powerful as the engine it interfaces with – so you can start tracking events in minutes, and then dive as deep as you like.
- Ruby
- Node.js
- Go
- Python
- Java
- curl
Event
Discover
User
Item
Behavior
Track
Retrieve
Batch
Meta.Like
Meta.Unlike
1
2
3
4
5
6
7
8
9
require 'tamber'
Tamber.project_key = 'Mu6DUPXdDYe98cv5JIfX'
Tamber::Event.track(
:user => 'user_rlox8k927z7p',
:item => 'item_83jx4c57r2ru',
:behavior => 'purchase',
:hit => true,
:context => {
"page": "homepage",
"section": "featured_section"
}
)
Try our iOS SDK
Put Tamber directly into your iOS app with our SDK.
Learn more