Running Otto test: basic_otto_lead
Test: basic_otto_lead
Status: SUCCESS
HTTP Code: 200
Endpoint: https://leads.ottoinsurance.com/click/auto/mc
Otto Response:{
"Id": "2ae7143b-bf8e-4c61-9048-2533a24fd2e6",
"Status": "Rejected",
"Message": "Seller endpoint disabled. Please contact support to re-enable.",
"Bid": 0,
"Ads": []
}Otto Status: Rejected
Otto Message: Seller endpoint disabled. Please contact support to re-enable.
Otto Ads Count: 0
Running Otto test: test_otto_lead
Test: test_otto_lead
Status: SUCCESS
HTTP Code: 200
Endpoint: https://leads.ottoinsurance.com/click/auto/mc
Otto Response:{
"Id": "d9f84e91-ffe8-4447-a669-6fd38da4aba9",
"Status": "Rejected",
"Message": "Seller endpoint disabled. Please contact support to re-enable.",
"Bid": 0,
"Ads": []
}Otto Status: Rejected
Otto Message: Seller endpoint disabled. Please contact support to re-enable.
Otto Ads Count: 0
Otto API Integration Test
๐ Available Tests
Click on any test below to run it individually, or run all tests at once:
๐ Test Results Summary
Tests Run: 2
Successful: 2
Failed: 0
Success Rate: 100%
โ ๏ธ Important Notes
- Environment: Default is STAGE environment for safe testing. Production requires explicit selection.
- Otto API Key: Using API key 0e5c44ab-d4b0-4481-85e1-9a9b532bfe32
- Test Mode: All tests use Test=true for safe testing
- Response Format: Otto returns JSON with Status, Ads array, and other fields
- Expected Response: Success status with Ads array containing offer details
๐ Otto API Documentation
Otto API Endpoint:
https://leads.ottoinsurance.com/click/auto/mc
Required Parameters:
ApiKey - Your Otto API key
Test - Boolean flag for testing (true/false)
Vehicles[] - Array of vehicle information
Drivers[] - Array of driver information
Residence - Residence status object
Insurance - Current insurance information
Tracking - Tracking and attribution data
Contact - Contact information
Expected Response Format:
{
"Id": "session-uuid",
"Status": "Success|Rejected|failure",
"Bid": 0.01,
"Ads": [
{
"Bid": 0.01,
"Title": "Otto Auto",
"Description": "Get car insurance rates as low as $74/mo in CA.",
"ClickURL": "https://leads.ottoinsurance.com/click/redirect?user_id=...",
"Logo": "https://dq3l141r32qbq.cloudfront.net/OttoAuto_21BlueLogo.jpg",
"Brand": "Otto Auto",
"ImpressionPixel": "<img src=\"https://leads.ottoinsurance.com/impression?user_id=...\" alt=\"\">"
}
],
"Message": "Error message if failed"
}