@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?
optionalfrom: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
thirdPartyServiceId?
optionalthirdPartyServiceId: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?
optionalto:number|Date
Defined in: packages/b2c-tooling-sdk/src/operations/metrics/index.ts:106
End of the window — a Date or epoch milliseconds (inclusive).