Form — Submit synthetic test form
View payload
{
"adapter": "simulated_form_submit",
"bypass_header": "X-TrackProof-Test: 1",
"fields_sent": {
"_trackproof_test": "1",
"email": "test@trackproof.internal",
"message": "Synthetic test submission \u2014 do not contact",
"name": "TrackProof Test (Apex HVAC Test)",
"phone": "+12025550100"
},
"form_url": "https://apexhvac.com/contact",
"http_status": 200,
"response_snippet": "Thank you for your submission.",
"submission_id": "FORM9CB836BF79"
}
Form Tracker — Lead verified (no WhatConverts profile configured)
View payload
{
"note": "simulated \u2014 wire WhatConverts profile to enable real verification",
"submission_id": "FORM9CB836BF79"
}
Google Ads — Upload to secondary test action
View payload
{
"adapter": "simulated_google_ads",
"bidding_impact": "none \u2014 secondary action excluded from Smart Bidding",
"call_sid": "FORM9CB836BF79",
"conversion_action_id": "765234330",
"conversion_action_name": "TrackProof Test \u2014 Apex HVAC Test [do not optimize]",
"conversion_time": "2026-06-29T11:10:14Z",
"customer_id": "123-456-7890",
"gclid": "GCLSIM35cf7775",
"isolation_strategy": "secondary_test_action_only"
}
GA4 — Fire Measurement Protocol event
View payload
{
"adapter": "simulated_ga4",
"client_id": "tp.e31a39cd.236c8f58",
"endpoint": "https://www.google-analytics.com/mp/collect?measurement_id=G-TEST12345",
"event_id": "mp_1b88e8f4441f",
"event_name": "test_form_receipt",
"http_status": 204,
"latency_ms": 62,
"measurement_id": "G-TEST12345",
"params": {
"client_name": "Apex HVAC Test",
"form_url": "https://apexhvac.com/contact",
"submission_id": "FORM9CB836BF79",
"test_label": "trackproof_synthetic_form"
}
}
GA4 — Verify event receipt (Data API / BigQuery)
View payload
{
"adapter": "simulated_ga4",
"client_id": "tp.e31a39cd.236c8f58",
"event_count": 1,
"event_id": "mp_1b88e8f4441f",
"latency_ms": 38,
"measurement_id": "G-TEST12345",
"production_note": "Wire to: analyticsdata.googleapis.com/v1beta/properties/{id}:runRealTimeReport",
"verification_method": "simulated_data_api_realtime_report",
"verified": true
}
Meta — Fire Conversions API event
View payload
{
"action_source": "system_generated",
"adapter": "simulated_meta",
"call_sid": "FORM9CB836BF79",
"dedup_key": "meta_9a47aed3717f",
"endpoint": "https://graph.facebook.com/v19.0/987654321/events",
"event_id": "meta_9a47aed3717f",
"event_name": "Lead",
"event_time": 1782731414,
"events_received": 1,
"http_status": 200,
"latency_ms": 55,
"pixel_id": "987654321"
}
Meta — Verify event in Events Manager
View payload
{
"adapter": "simulated_meta",
"event_found": true,
"event_id": "meta_9a47aed3717f",
"latency_ms": 42,
"match_quality": "HIGH",
"pixel_id": "987654321",
"production_note": "Wire to: GET https://graph.facebook.com/v19.0/{pixel_id}/events?fields=event_name,event_id",
"verification_method": "simulated_events_manager_api",
"verified": true
}
|