This feature is only available with some paid plans.
β Check our pricing page for plans and features.
Rebrandly Clickstream is a real-time event stream that forwards click data to a system of your choice for custom processing, analytics, or storage. The raw click events include metadata like timestamp, referrer, device, and location.
We created this integration for AWS S3 users who want an easier way to give data access to other AWS services for analysis and management.
Your account manager, our support team, and our engineers will work with you to set up the integration, but here's a simplified view of the process:
Set Up Your S3 Bucket: Create a secure S3 bucket within your AWS account.
Enable Rebrandly Integration: Contact support to activate the S3 integration in your Rebrandly account.
Grant Permissions: Configure a specific bucket policy to grant Rebrandly access to store clickstream data.
Real-Time Data Delivery: Rebrandly continuously transmits Clickstream data to your designated S3 bucket in near real-time.
For the specific bucket, replace "your-bucket-name-here" with your own bucket's name.
Then, share the bucket name with our Customer Support team (reply to the same ticket ID used for the request to speed up the process).
We will contact our tech team to finalize the process and will alert you when it is complete.
βNote: Permission can be revoked at any time.{ "Version": "2012-10-17", "Statement": [ { "Sid": "RebrandlyWorkersIntegration", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::617090640476:root" }, "Action": [ "s3:PutObject", "s3:GetObject" ], "Resource": "arn:aws:s3:::your-bucket-name-here/*" } ] }Choose the storage class that best fits your use case. We recommend setting the "Standard" storage class as, typically, files delivered by the stream to your S3 bucket are smaller than 128KB. See the click event example below:
{ "timestamp": "2019-07-02T14:07:06.981094Z", "client": { "language": "pt", "location": { "country": "br" }, "agent": { "browser": { "name": "facebook-app", "version": "227.0.0.43.158" }, "os": { "name": "android", "version": "android-9.0-pie" }, "device": { "name": "smartphone" }, "type": "human" }, "session": { "started": "2019-07-02T14:07:06.981094Z", "first": true } }, "referral": { "hostname": "m.facebook.com", "protocol": "http", "path": "/", "origin": { "type": "social", "name": "facebook" } }, "route": { "id": "a1ec86bf91bfe763ad02f602259ea0a9", "slashtag": "<YOUR LINK'S SLASHTAG HERE>", "creator": { "id": "wf09bfww4eb9jkw2844555e1ce9af4f2", "workspace": { "id": "d88bfe5fgd14b2ghb44538b9aekpw89", "name": "<YOUR WORKSPACE NAME HERE>" } }, "domain": { "id": "9a5ae320f3e247ef8c9b6061131bb517", "raw": "<YOUR DOMAIN NAME HERE>" }, "destination": { "raw": "https://www.yourdestination.com/?utm_source=cs_facebook_post&utm_medium=customersuccess", "protocol": "https", "hostname": "www.yourdestination.com", "path": "/", "params": { "query": { "utm_source": [ "cs_facebook_post" ], "utm_medium": [ "customersuccess" ] } } } } }
