Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Add custom dimension tracking #18

Closed
aeirola opened this issue Oct 2, 2020 · 0 comments · Fixed by #31
Closed

Add custom dimension tracking #18

aeirola opened this issue Oct 2, 2020 · 0 comments · Fixed by #31
Labels
enhancement New feature or request
Milestone

Comments

@aeirola
Copy link
Contributor

aeirola commented Oct 2, 2020

Similar to custom variables #17

Event scope

trackScreen(
  path: string,
  customDimensions?: Array<{
    index: number,
    value: string,
  }>,
)

Session scope

setCustomDimension(index: number, value: string)

See

@aeirola aeirola added this to the v1.0.0 milestone Oct 2, 2020
@aeirola aeirola added the enhancement New feature or request label Oct 2, 2020
@aeirola aeirola linked a pull request Nov 20, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant