[ Web Proxy ]
URL:
Viewing: https://developers.facebook.com/documentation/ads-commerce/conversions-api/dataset-quality-api [Back]  [Original]

Dataset Quality API
Dataset Quality API

Dataset Quality API

Updated: 2026628
API
1,500 15 500 API API
API Meta Meta Dataset QualityIntegration QualityAPI

2025 5 28 API
2026 4

Dataset Quality API API

Meta Business Suite

  1. Meta Business Suite API

Meta Business MBEMBE Meta Business Suite MBE Meta
Meta Business Meta Business API
Meta Meta Business Suite
Meta Business Suite API Meta
API Dataset Quality API MetaMeta API


  • API ->

  • Meta Dataset Quality APIads_readads_managementbusiness_management
  • Meta ads_management API
event_spendevent_ad_setsads_readads_managementREAD_ADS_DATASET_QUALITY

https://graph.facebook.com/v26.0/dataset_quality

dataset_id

access_token

agent_name

partner_agent /{pixel_id}/events POST partner_agent
partner_agent [partner_name]_[majorversion]_[minorVersion] partner_name
agent_name Meta
agent_name
agent_name EMQ

web
event_name API
event_name
event_match_quality
[AdsPixelCAPIEMQ(/docs/marketing-api/reference/ads-pixel-capiemq)]
Facebook
event_potential_aly_acr_increase
API ACR API
ACR Meta API API
7 API API
dedup_key_feedback
Meta
event_spend
AdsDatasetEventSpend
amount currency_code
event_ad_sets
<AdsDatasetEventCampaign>
ad_set_idad_set_nameobjectivespend_amountspend_currency_code event_use 100

EMQ

EMQ 10 Meta

API Meta

API Meta Meta EMQ
EMQ Meta
EMQ EMQ
EMQ

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&agent_name=<AGENT_NAME>&access_token=<ACCESS_TOKEN>&fields=web{event_match_quality,event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_match_quality,event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'agent_name=<AGENT_NAME>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_match_quality": {
        "composite_score": 6.2,
        "match_key_feedback": [
          {
            "identifier": "user_agent",
            "coverage": {
              "percentage": 100
            }
          },
          {
            "identifier": "external_id",
            "coverage": {
              "percentage": 100
            }
          }
        ]
      },
      "event_name": "pLTVPurchase"
    },
    {
      "event_match_quality": {
        "composite_score": 7.2,
        "match_key_feedback": [
          {
            "identifier": "email",
            "coverage": {
              "percentage": 100
            }
          },
          {
            "identifier": "ip_address",
            "coverage": {
              "percentage": 99.9
            }
          },
        ]
      },
      "event_name": "CompleteRegistration"
    }
   ]
 }

ACR

ACR API
API API
ACR EMQ

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&agent_name=<AGENT_NAME>&access_token=<ACCESS_TOKEN>&fields=web{event_match_quality{match_key_feedback{identifier,potential_aly_acr_increase{percentage,description}}},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_match_quality{match_key_feedback{identifier,potential_aly_acr_increase{percentage,description}}},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'agent_name=<AGENT_NAME>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_match_quality":
        "match_key_feedback": [
          {
            "identifier": "email",
            "potential_aly_acr_increase": {
              "percentage": 58.96,
              "description": "Similar advertisers who sent valid Email for Purchase saw a 58.96% median increase in their existing additional conversions reported."
            }
          },
          {
            "identifier": "ip_address",
            "potential_aly_acr_increase": {
              "percentage": 20.65,
              "description": "Similar advertisers who sent valid Ip Address for Purchase saw a 20.65% median increase in their existing additional conversions reported."
            }
          },
        ]
      }
      "event_name": "Purchase"
    },
  ]
}

EMQ

Meta API EMQ
EMQ Messenger
EMQ

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&agent_name=<AGENT_NAME>&access_token=<ACCESS_TOKEN>&fields=web{event_match_quality{diagnostics},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_match_quality{diagnostics},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'agent_name=<AGENT_NAME>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_match_quality": {
        "diagnostics": [
          {
            "name": "Update your IPv4 IP addresses to IPv6 IP addresses",
            "description": "Your server is sending IPV4 IP addresses through the Conversions API. We recommend updating to IPV6 IP addresses because this is the industry standard and offers better durability for this integration.",
            "solution": "You can update your web server and DNS provider configuration to support IPv6. In your server payload, send the client_ip_address retrieved from customer interactions. Use the payload helper to see how this value should be structured when it's sent to Meta. If this issue is not applicable or actionable, you can ignore it.",
            "percentage": 59.5,
            "affected_event_count": 18930,
            "total_event_count": 31830
          },
          {
            "name": "Server sending mismatched IP addresses",
            "description": "Your server is sending client IP addresses that do not match those from Meta Pixel. This may impact the attribution and optimization of your ad campaigns.",
            "solution": "In your server payload, send the client_ip_address retrieved from customer interactions. Use the payload helper to see how this value should be structured when it's sent to Meta.",
            "percentage": 61.5,
            "affected_event_count": 19567,
            "total_event_count": 31830
          }
        ]
      }
      "event_name": "Purchase"
    },
  ]
}

7 API Meta API
3 ViewContentAddToCart Purchase Purchase 33%

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_coverage{percentage,goal_percentage,description},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_coverage{percentage,goal_percentage,description},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_coverage": {
        "percentage": 34.1,
        "goal_percentage": 75,
        "description": "The percentage of events received from your Conversions API compared to unique browser events from the Meta Pixel."
      },
      "event_name": "B2B Purchase"
    },
  ]
}

ACR

ACR Meta API
API 75% API
ACR

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_coverage{potential_aly_acr_increase{percentage,description}},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_coverage{potential_aly_acr_increase{percentage,description}},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_coverage": {
        "potential_aly_acr_increase": {
          "percentage": 35.8,
          "description": "Similar advertisers who send the same AddToCart pixel events with matching deduplication keys through Conversions API saw a median of 35.8% additional conversions reported versus those that only used Meta Pixel."
        }
      },
      "event_name": "AddToCart"
    },
  ]
}

Meta API Meta API
API Meta Meta
API
API

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&agent_name=<AGENT_NAME>&access_token=<ACCESS_TOKEN>&fields=web{dedupe_key_feedback{dedupe_key,browser_events_with_dedupe_key{percentage,description},server_events_with_dedupe_key{percentage,description},overall_browser_coverage_from_dedupe_key{percentage,description}},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{dedupe_key_feedback{dedupe_key,browser_events_with_dedupe_key{percentage,description},server_events_with_dedupe_key{percentage,description},overall_browser_coverage_from_dedupe_key{percentage,description}},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'agent_name=<AGENT_NAME>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "dedupe_key_feedback": [
        {
          "dedupe_key": "event_id",
          "browser_events_with_dedupe_key": {
            "percentage": 100,
            "description": "The percentage of browser events that contain this dedupe key."
          },
          "server_events_with_dedupe_key": {
            "percentage": 100,
            "description": "The percentage of server events that contain this dedupe key."
          },
          "overall_browser_coverage_from_dedupe_key": {
            "percentage": 14.8,
            "description": "The overall percentage of browser events that are deduped with Conversions API events using this key. This percentage is incremental for each dedupe key."
          }
        },
        {
          "dedupe_key": "external_id",
          "browser_events_with_dedupe_key": {
            "percentage": 100,
            "description": "The percentage of browser events that contain this dedupe key."
          },
          "server_events_with_dedupe_key": {
            "percentage": 100,
            "description": "The percentage of server events that contain this dedupe key."
          },
          "overall_browser_coverage_from_dedupe_key": {
            "percentage": 15.96,
            "description": "The overall percentage of browser events that are deduped with Conversions API events using this key. This percentage is incremental for each dedupe key."
          }
        },
        {
          "dedupe_key": "fbp",
          "browser_events_with_dedupe_key": {
            "percentage": 0,
            "description": "The percentage of browser events that contain this dedupe key."
          },
          "server_events_with_dedupe_key": {
            "percentage": 0,
            "description": "The percentage of server events that contain this dedupe key."
          },
          "overall_browser_coverage_from_dedupe_key": {
            "percentage": 0,
            "description": "The overall percentage of browser events that are deduped with Conversions API events using this key. This percentage is incremental for each dedupe key."
          }
        }
      ],
      "event_name": "AddToCart"
    },
  ]
}

Meta
Meta
real_time

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&agent_name=<AGENT_NAME>&access_token=<ACCESS_TOKEN>&fields=web{data_freshness{upload_frequency,description},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{data_freshness{upload_frequency,description},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'agent_name=<AGENT_NAME>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "data_freshness": {
        "upload_frequency": "real_time",
        "description": "The average frequency with which instances of this event are received through the Conversions API."
      },
      "event_name": "ViewContent"
    },
    {
      "data_freshness": {
        "upload_frequency": "hourly",
        "description": "The average frequency with which instances of this event are received through the Conversions API."
      },
      "event_name": "Lead"
    },
  ]
}

$50,000 $200
event_spendamountcurrency_codeISO

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_name,event_spend{amount,currency_code}}
cURL
curl -X GET -G \
  -d 'fields=web{event_name,event_spend{amount,currency_code}}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    { "event_name": "Purchase", "event_spend": { "amount": 108947.38, "currency_code": "MXN" } },
    { "event_name": "ViewContent", "event_spend": { "amount": 13079.60, "currency_code": "USD" } },
    { "event_name": "PageView" }
  ]
}
event_spend

API

event_ad_sets
ad_set_id
ad_set_name
objective
spend_amount
spend_currency_code
ISO
event_use

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_name,event_ad_sets{ad_set_id,ad_set_name,objective,spend_amount,spend_currency_code,event_use}}
cURL
curl -X GET -G \
  -d 'fields=web{event_name,event_ad_sets{ad_set_id,ad_set_name,objective,spend_amount,spend_currency_code,event_use}}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    { "event_name": "Purchase", "event_ad_sets": { "data": [
      { "ad_set_id": "120215960735630600", "ad_set_name": "PRO_BRD_ASC", "objective": "Sales", "spend_amount": 20619.35, "spend_currency_code": "USD", "event_use": "Optimization" },
      { "ad_set_id": "120241441012690600", "ad_set_name": "18-40 years old, sports enthusiasts", "objective": "Sales", "spend_amount": 160.17, "spend_currency_code": "USD", "event_use": "Optimization" }
    ] } }
  ]
}
event_ad_sets 100

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_name,event_match_quality{composite_score,match_key_feedback{identifier,coverage{percentage}}},acr{percentage,description},event_potential_aly_acr_increase{percentage,description},event_coverage{percentage,description,goal_percentage},dedupe_key_feedback{dedupe_key,browser_events_with_dedupe_key{percentage,description},server_events_with_dedupe_key{percentage,description},overall_browser_coverage_from_dedupe_key{percentage,description}},data_freshness{upload_frequency,description},event_spend{amount,currency_code},event_ad_sets{ad_set_id,ad_set_name,objective,spend_amount,spend_currency_code,event_use}}

API ACR

API ACR API
Meta API API
API ACR

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{event_potential_aly_acr_increase{description,percentage},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{event_potential_aly_acr_increase{description,percentage},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "event_potential_aly_acr_increase": {
        "description": "Similar advertisers who set up Conversions API for Search events saw a median of 32.9% additional conversions reported versus those that only used Meta Pixel.",
        "percentage": 32.9
      },
      "event_name": "Search"
    },
    {
      "event_potential_aly_acr_increase": {
        "description": "Similar advertisers who set up Conversions API for PageView events saw a median of 30.1% additional conversions reported versus those that only used Meta Pixel.",
        "percentage": 30.1
      },
      "event_name": "PageView"
    }
  ]
}

ACR

ACR Meta API API
API EMQ API
ACR

Graph API
GET/v26.0/dataset_quality?dataset_id=<DATASET_ID>&access_token=<ACCESS_TOKEN>&fields=web{acr{description,percentage},event_name}
cURL
curl -X GET -G \
  -d 'fields=web{acr{description,percentage},event_name}' \
  -d 'dataset_id=<DATASET_ID>' \
  -d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/<LATEST_VERSION>/dataset_quality
API
{
  "web": [
    {
      "acr": {
        "description": "In the last 7 days, you saw about 37.9% more conversions reported for Search events by using the Conversions API alongside the Meta Pixel.",
        "percentage": 37.9
      },
      "event_name": "Search"
    },
    {
      "acr": {
        "description": "In the last 7 days, you saw about 45.5% more conversions reported for Page View events by using the Conversions API alongside the Meta Pixel..",
        "percentage": 45.5
      },
      "event_name": "PageView"
    }
  ]
}

Dataset Quality API
API Meta Dataset QualityIntegration QualityAPI
API EMQ API
partner_agent
API GET partner_agent
2025 7 Dataset Quality API
Dataset Quality API

  1. API

Web Proxy Viewer  |  New URL  |  Original Page