Added client support of tnx_id field#131
Added client support of tnx_id field#131Mikhail Kashkin (xen) wants to merge 6 commits intosnowplow:masterfrom
tnx_id field#131Conversation
|
The Python Tracker used to support the We decided that with only 6 digits, the risk of two events having the same I have altered our documentation to make it clear that the |
|
Well, this makes things little more different for us. Since we plan to use this param as identifier of "active window session id" along with network user id. We will stick with event_id for now. Thank you for clarification. |
|
Closing this PR... |
|
Sure. |
Hi,
I added support to python client library for
tnx_idfield which is described as canonical field, but wasn't implemented in client library.Also, I fixed some documentation indentation issues.