useTapQuery reads a Tappify data query under.
Parameters
installId
string
query
TapQuery
filters
TapFilters
Returns
unknown[]
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Builds the cache key useTapQuery reads a Tappify data query under.
function dataQueryKey(
installId,
query,
filters
): unknown[];
useTapQuery reads a Tappify data query under.
string
TapQuery
TapFilters
unknown[]
import { dataQueryKey } from '@tappify/extension-sdk';
const key = dataQueryKey('ins_test', { kind: 'keywords' }, {
range: { from: '2026-09-01', to: '2026-09-08' },
platform: 'all',
country: 'all',
});
Was this page helpful?