Skip to main content

Interface: TrackedLinkTimeseriesParams

Defined in: packages/sdk/src/api/tracked-links.ts:47

Window + workflow scoping shared by every Tracked Links read.

Extends

Properties

dateFrom?

optional dateFrom: string

Defined in: packages/sdk/src/api/tracked-links.ts:32

ISO 8601. Defaults to 30 days before dateTo.

Inherited from

TrackedLinkFilterParams.dateFrom


dateTo?

optional dateTo: string

Defined in: packages/sdk/src/api/tracked-links.ts:34

ISO 8601. Defaults to now.

Inherited from

TrackedLinkFilterParams.dateTo


destinationId?

optional destinationId: number

Defined in: packages/sdk/src/api/tracked-links.ts:48


granularity?

optional granularity: TrackedLinkGranularity

Defined in: packages/sdk/src/api/tracked-links.ts:50

Defaults to hour for ranges under two weeks, day otherwise.


tz?

optional tz: string

Defined in: packages/sdk/src/api/tracked-links.ts:52

IANA zone the day/hour buckets align to. Defaults to UTC.


workflowId?

optional workflowId: number

Defined in: packages/sdk/src/api/tracked-links.ts:35

Inherited from

TrackedLinkFilterParams.workflowId