Skip to main content
The “Citation Share” tile in the Profound app shows the share of all citations pointing at domains you own, plus the change vs the previous window of equal length (the +1.3% / -0.5% delta badge). Same two-call pattern as Visibility’s period-over-period: run the citations aggregate once for the current window and once for the prior window, diff the two shares.

How this example works

  1. Look up owned domains via /categories/{id}/assets. Keep rows flagged is_owned, collect their website + alternate_domains.
  2. Citations call with dimensions: ["root_domain"] returns one row per cited domain. Sum citation_share across rows whose root_domain matches one of yours → headline value.
  3. Run the call twice — current and prior window — and diff the two shares for the period-over-period delta.
Most Profound categories scope citations to a prompt_type (the toggle in the UI). To match the default UI value, send filters=[{"field": "prompt_type", "operator": "is", "value": "visibility"}].