Sonar Meta EMQ Table

sonar_meta_emq_table

The Sonar Meta EMQ table contains metadata about Sonar-enriched events sent to Meta via the Conversions API (CAPI), including event details and match quality indicators. Querying this table can help evaluate data enrichment effectiveness, track identifier coverage, and improve Event Match Quality scores.

📘

Note

event_date is a required field for queries on this table.

Dimensions

Dimensions are immutable properties that can be used for grouping data.

TitleIDTypeDescription
Event Dateevent_datedateThe date the Sonar event occurred. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected).
Event Dayevent_date.daydateThe day on which the event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the event occurred. Derived from event_date.
App Parameter Coverageapp_parameter_coverageJSONAn array of parameter coverage metrics for app-based custom attribution events. Each entry contains: identifier (e.g., "user_agent", "ip_address") and percentage (coverage percentage) out of 1. Only populated for custom attribution events with app parameter coverage data.
Data Freshnessdata_freshnessstringData freshness indicates the delay between the time the event occurred and when we received it. Values can be "real_time", "hourly", "daily", etc. Events sent with a delay may impact how effectively your ads can be delivered to the right audiences. Stored as LowCardinality(String) with default empty string.
DiagnosticsdiagnosticsJSON

An array of diagnostic issues identified for custom attribution (passback) events. Each diagnostic contains: diagnostics_type, name, description, solution, and first_detection_time. Only populated for events that have custom attribution diagnostics.

Example diagnostics_type values: s2s_passback_attribution_insufficient_event_coverage, s2s_passback_attribution_event_missing_visit_time

Event Nameevent_namestring

The name of the Sonar event.

Example values: viewContent, pageLoad, addToCart

Match Quality Identifiersmatch_quality_identifiersJSON

A list of key-value pairs, where each pair represents an identifier used for match quality assessment.

Each identifier has a name (e.g., email, ip_address, zip) and a coverage value (e.g. 33.3, 19.6, 94.9), which represents the percentage of records containing that identifier.

Web Parameter Coverageweb_parameter_coverageJSONAn array of parameter coverage metrics for web-based custom attribution events. Each entry contains: identifier (e.g., "user_agent", "ip_address") and percentage (coverage percentage) out of 1. Only populated for custom attribution events with web parameter coverage data.

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics

TitleIDTypeDescription
Additional Conversions Reported (ACR)acrnumericAdditional Conversions Reported (ACR) is a metric that helps you understand how much your business benefits from using the Conversions API alongside the Meta Pixel. It can help you determine if you can improve your Conversions API setup to measure more reported conversions. More reported conversions can help you decrease your cost per result and show your ads to people that find them relevant.
Event Coverageevent_coveragenumericEvent Coverage indicates the percentage of events that are successfully tracked and attributed. This metric helps evaluate how effectively events are being captured and processed through the Conversions API integration.
Event Potential ACR Increaseevent_potential_aly_acr_increasenumericAdditional Conversions Reported (ACR) for Conversions API Event is a metric that estimates how many conversions (for example, purchases or link clicks) are measured as a result of an advertiser's Conversions API setup. For Meta Pixels not connected to the Conversions API, this metric estimates the impact a Conversions API integration may have. Higher values indicate greater potential for conversion rate improvement through better data quality.
Match Quality Scorematch_quality_scorenumericA numeric score (out of 10) representing the overall quality of the match based on available user identifiers. Higher scores indicate better match confidence.

Did this page help you?