This data structure is part of the Sessions Interface.
Contains information about both session and search parameter attribution
Properties
EOS_Sessions_AttributeData
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.
|
const char* Key
|
Name of the session attribute
|
int64_t AsInt64
|
Stored as an 8 byte integer
|
double AsDouble
|
Stored as a double precision floating point
|
EOS_Bool AsBool
|
Stored as a boolean
|
const char* AsUtf8
|
Stored as a null terminated UTF8 string
|
} Value
|
Stored as a null terminated UTF8 string
|
EOS_ESessionAttributeType ValueType
|
Type of value stored in the union
|
This data structure is part of the Sessions Interface.
Contains information about both session and search parameter attribution
Properties
Sessions.AttributeData
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_SESSIONS_ATTRIBUTEDATA_API_LATEST.
|
string Key
|
Name of the session attribute
|
AttributeDataValue Value
|
Stored as a null terminated UTF8 string
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no