Tealium for C sharp release notes (By Date)
July 1, 2019
High Impact Changes
- Collection endpoint changed from VData to HTTP API.
- Introduced Support for both HTTP GET and POST methods for sending data; default is POST.
Low Impact Changes
- Trace helper methods added to the Tealium class to make it easier to join/leave/end a Trace.
- This adds the
tealium_trace_id
key and trace ID value to all events whilst a trace has been joined.
- This adds the
- Bug Fix
- Optional Data supplied on Config creation was not being passed in events.
- This is not present on all events.
.gitignore
file added to remove unnecessarily tracked compiled code.
June 1, 2017
- Event Tracking
- Track event names with optional additional data. Provide completion blocks to handle any responses.
- Collect Module
- Support for sending event data to a collection endpoint. If needed, override the defaults to Tealium’s VData endpoint.
- AppData Module
- Provides automatic inclusion of useful app data (session id, random number and timestamp) to each events, as well as user defined optional data.
- Logger Module
- Provides log output for debugging purposes.
- Sample application included showing example interaction with the main classes.