How can I help you today?

Ask me anything about your campaigns — project performance, optimization ideas, render stats, or integration help.

📊
How are my campaigns performing this month?
🚀
Suggest ways to improve my view rates
🔌
Help me integrate a new project
💡
What template changes could boost conversions?
MR
How are my campaigns performing this month?
Here's your overview for March 2026 across all active projects:
Total Renders
147,832
↑ 12.5%
Avg. View Rate
68.4%
↑ 5.2%
Completion
54.7%
↑ 3.1%
Your top performer is CB Credit Card Benefits with a 72.3% view rate. IM Investment Migration is close behind at 68.9%.

One area to look at: LS Loan Statements has been paused for 3 weeks — would you like suggestions on refreshing that campaign?
MR
Yes, give me ideas to improve Loan Statements
Based on patterns across your portfolio, here are three optimizations for Loan Statements:

1. Shorten video length. Your best campaigns (Credit Card Benefits) run 38s on average. Loan Statements runs 62s — trimming to under 45s should lift completion rate by ~15%.

2. Add an interactive CTA at the 20s mark. Your Investment Migration template uses a mid-video "View My Balance" button that captures 23% of viewers. A similar "See Payment Options" CTA could work here.

3. Personalize the opening with the next payment date. Including time-sensitive data in the first 5 seconds increases view-through by 2.4x according to your historical data.

Want me to draft a new template version with these changes?
⬇️ VIEW 2: Project Detail — Templates Tab ⬇️

Credit Card Benefits

Version Status Created Modified By Renders Actions
v2.3.1 🟢 Production Feb 20, 2026 Carlos Martínez 12,847
v2.4.0-beta 🔵 Testing Feb 26, 2026 Ana Silva 324
v2.2.5 ⚪ Previous Jan 15, 2026 Carlos Martínez 28,501
v2.2.4 ⚪ Previous Dec 10, 2025 Ana Silva 45,982
⬇️ VIEW 3: Project Detail — Integration Tab ⬇️

Credit Card Benefits

📋 API Credentials

Use these credentials to authenticate API requests for this project.

Project ID: proj_cb_8x9k2m4n API Key: pk_live_xYz123AbC456DeF789GhI012JkL345MnO678 Environment: Production Endpoint: https://api.percus.cl/v1/render

🔧 JavaScript Integration

Embed personalized videos directly in your web application.

<script src="https://cdn.percus.cl/percus-player.js"></script> <script> const player = new PercusPlayer({ projectId: 'proj_cb_8x9k2m4n', apiKey: 'pk_live_xYz123AbC456DeF789GhI012JkL345MnO678', container: '#video-container', data: { customerName: 'María Rodríguez', accountNumber: '****1234', cashbackAmount: '12.450', currency: 'CLP' } }); player.render(); </script> <div id="video-container"></div>

🌐 REST API Example

Generate and retrieve video URLs programmatically.

POST https://api.percus.cl/v1/render Content-Type: application/json Authorization: Bearer pk_live_xYz123AbC456DeF789GhI012JkL345MnO678 { "projectId": "proj_cb_8x9k2m4n", "templateVersion": "v2.3.1", "data": { "customerName": "María Rodríguez", "accountNumber": "****1234", "cashbackAmount": "12.450", "currency": "CLP" }, "deliveryMethod": "url" } // Response: { "videoId": "vid_9m2k8x4n1p5q", "status": "ready", "url": "https://cdn.percus.cl/videos/vid_9m2k8x4n1p5q.mp4", "thumbnailUrl": "https://cdn.percus.cl/thumbs/vid_9m2k8x4n1p5q.jpg", "expiresAt": "2026-03-28T10:45:00Z" }

📧 Email Delivery

Send personalized videos directly via email.

POST https://api.percus.cl/v1/render Content-Type: application/json Authorization: Bearer pk_live_xYz123AbC456DeF789GhI012JkL345MnO678 { "projectId": "proj_cb_8x9k2m4n", "templateVersion": "v2.3.1", "data": { "customerName": "María Rodríguez", "accountNumber": "****1234", "cashbackAmount": "12.450", "currency": "CLP" }, "deliveryMethod": "email", "recipient": "maria.rodriguez@email.com", "subject": "Your Monthly Cashback Summary", "emailTemplate": "cashback-summary" }
⬇️ VIEW 4: Project Detail — Analytics Tab ⬇️

Credit Card Benefits

Total Renders
45,231
↑ 8.3% vs. last period
View Rate
72.3%
↑ 4.1% vs. last period
Completion Rate
58.9%
↑ 2.7% vs. last period
CTA Click Rate
23.4%
↑ 5.2% vs. last period

Renders Over Time

📊 Line chart: Daily renders for the last 30 days

Engagement Funnel

📉 Funnel chart: Rendered → Viewed → Completed → CTA Clicked

View Duration Distribution

📊 Histogram: Distribution of view durations (0–60+ seconds)