-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
How to set cV, ingest PartA extension, user#authId through SDK? #1181
Comments
We don't use OneCollector, I'm not familiar with its properties |
@anod @lalitb I was wondering if you're familiar with the Common Schema. We're trying to align the data before and after using the 1DS SDK to minimize the impact. Currently, we're using the old CLL library as our telemetry framework, which sends data to the Vortex in CS 2.1 format. We're planning to emit events via 1DS to the Aria in CS 4.0 format. If you have any knowledge or resources related to this, please let me know. Thank you! |
If you are trying to set the authId for the User part A extension - it should be accessible via custom decorator concept. Search API examples for "Decorator". To set the cv value, you can use |
@lalitb Yes, I've noticed this Another topic here is I don't see any code related to the |
And I don't find any API related to set authId in the EventProperties. |
Hello team,
I am trying to compare the telemetry data before and after migrating to the 1DS SDK. I have noticed that some properties are missing after the migration, specifically:
I am wondering if it is possible for the Android client to set these properties through the API. Although these properties are defined in the bond schema, I have not been able to assign them. Can you please provide me with some guidance on how to do this?
The text was updated successfully, but these errors were encountered: