Quick Start Guide
Follow these seven steps to implement ProofIt's powerful social proof solution on your website.
Implementation Path
ProofIt delivers powerful social proof messaging to increase your conversion rates. This guide walks you through the complete implementation process from account setup to results monitoring.
Follow each step sequentially to ensure proper configuration and integration with your existing analytics platform.
What you'll need:
- Access to your website's code or tag manager
- Access to a supported analytics platform (GA4, Adobe Analytics, or BigQuery)
- Understanding of where you want social proof messages to appear
Get Setup on ProofIt
ProofIt is an enterprise solution requiring account approval and setup.
- Contact our sales team to create your account
- Log in at app.proofit.com
- Complete your organization profile
Connect Your Analytics Platform
ProofIt leverages your existing analytics data to generate social proof messages.
Build Your Data Queries
Connect to the Proofit API Gateway
Proofit now uses a secure API Gateway endpoint to deliver metrics and social proof data to your website. Each client receives a dedicated endpoint, with separate prod and beta stages for production and testing. All requests must use the GET
method and include the correct query parameters.
- q: Metric query (e.g.
all
oraa_products-x-orders-1200
) - skuIds: Comma-separated product IDs (must match those cached in DynamoDB)
Security: Only requests from your approved domain(s) will be accepted. Use the beta stage for testing new features or domains.
Configure Message Templates
Create message templates that will be populated with your analytics data from the API Gateway.
{visitor_count}
Active visitors{product_name}
Product details
- "{visitor_count} people are viewing this page"
- "{product_name} was purchased 5 times today"
Design Message Appearance
Customize how your social proof messages look and behave on your website.
Monitor Results
Track the performance of your social proof messages in the ProofIt dashboard.
- • Message impressions
- • Engagement rates
- • Conversion impact
- • Performance by page
- • Message effectiveness
- • A/B test results
Legacy: Script-based Installation
The previous method of installing Proofit via a direct script tag is now considered legacy. For most use cases, use the API Gateway method above. If you need to use the script directly, see the example below: