Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/metrics / ThirdPartyMetricsOptions

Interface: ThirdPartyMetricsOptions

Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:113

Options for getThirdPartyMetrics: time window plus an optional third-party service filter.

Extends

Properties

from?

optional from: number | Date

Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:104

Start of the window — a Date or epoch milliseconds (inclusive).

Inherited from

MetricsTimeWindow.from


thirdPartyServiceId?

optional thirdPartyServiceId: string

Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:115

Restrict results to a single third-party service by its id.


to?

optional to: number | Date

Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:106

End of the window — a Date or epoch milliseconds (inclusive).

Inherited from

MetricsTimeWindow.to

Released under the Apache-2.0 License.