Skip to content

Product Analytics

Product analytics sources are commonly Source API integrations. They are useful for funnel checks, activation analysis, product telemetry review, and agent-assisted investigations.

ProviderProvider IDConnection notes
Google AnalyticsgaGA4 property ID plus OAuth or service account credentials.
AmplitudeamplitudeProject API key, secret key, and region.
MixpanelmixpanelService account, project ID, and data residency region.
PostHogposthogHost URL, personal API key, and project ID.
Microsoft Claritymicrosoft_clarityProject Data Export API token.
Cloudflare Web Analyticscloudflare_web_analyticsAccount ID, API token, and optional site tag.
Terminal window
onequery source connect --source posthog \
--input '{"sourceKey":"posthog_main","credentials":{"hostUrl":"https://us.posthog.com","personalApiKey":"phx_personal_key","projectId":"12345"}}'
  • Ask for aggregate metrics before raw event lists.
  • Include exact date ranges.
  • Keep project IDs and source identifiers explicit in task notes.

Product analytics often becomes more useful when paired with developer or observability sources. For example:

  • PostHog event drop plus GitHub deployment history.
  • GA4 traffic drop plus Cloudflare Web Analytics.
  • Amplitude activation change plus Sentry release errors.

Use OneQuery source identifiers in the investigation notes so each evidence source is traceable.