We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: https://github.com/Countly/countly-sdk-nodejs/blob/master/examples/bulk_import_example.js#L20
The interface for ignite-metrics can be exposed such that we should allow tracking events against a unique identifier/deviceId.
The change could look like:
const metrics = new MetricsProvider({ ..., deviceDetail: { deviceId: <device_id>, os: <os>, arch: <arch>, appVersion: <version>, additionalDetails: <overload> } })
This will then call the add_user method and set the user_details and return an instance of the user instead of countly.
add_user
user_details
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example: https://github.com/Countly/countly-sdk-nodejs/blob/master/examples/bulk_import_example.js#L20
The interface for ignite-metrics can be exposed such that we should allow tracking events against a unique identifier/deviceId.
The change could look like:
This will then call the
add_user
method and set theuser_details
and return an instance of the user instead of countly.The text was updated successfully, but these errors were encountered: