curl -X POST "https://api.usegately.com/api/v1/analytics/page-view" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "page": "/pricing", "title": "Pricing Plans", "user_id": "user_123" }'
{ "success": true }
Track page views for analytics
Was this page helpful?