---
title: >-
  Shop Campaigns performance data now available via ShopifyQL - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/shop-campaigns-shopifyql'
  md: 'https://shopify.dev/changelog/shop-campaigns-shopifyql.md'
metadata:
  effectiveApiVersion: ''
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2026-08-07T04:56:52-04:00'
  postedAt: '2026-08-10T16:10:00-04:00'
  updatedAt: '2026-08-10T16:18:09-04:00'
  effectiveAt: '2026-08-11T12:00:00-04:00'
---

# Shop Campaigns performance data now available via ShopifyQL

DateAugust 10, 2026

FlagsUpdate

SurfacesAPI

Affected APIs[Admin GraphQL API](https://shopify.dev/changelog?api_type=admin-graphql)

The `shop_campaign_insights` schema is now available in the [ShopifyQL](https://shopify.dev/docs/api/shopifyql/latest/schemas/marketing/shop_campaign_insights). Analytics and reporting apps can query Shop Campaigns performance data on behalf of authorized merchants using the existing `shopifyqlQuery` field with `read_reports` scope.

## Available data

Campaign-level and segment-level metrics including ad spend, sales, orders, ROAS, average order value, and average customer acquisition cost. Data is available by campaign name, customer segment, and time dimensions from hourly to yearly in the merchant's shop timezone.

## How to get started

Query `shop_campaign_insights` using the same `shopifyqlQuery` field you use for other ShopifyQL schemas. No new scopes or integration work required if you already query ShopifyQL.

* [Schema reference: shop\_campaign\_insights](https://shopify.dev/docs/api/shopifyql/2026-07/schemas/marketing/shop_campaign_insights)
* [Building with ShopifyQL](https://shopify.dev/docs/apps/build/shopifyql)
* [ShopifyQL API reference](https://shopify.dev/docs/api/shopifyql)

**Also new:** Analytics Web Components let you embed Shop Campaigns metrics directly in your app UI using
