The defaultInteraction parameter
The defaultInteraction parameter enables you to construct a session that will automatically create interaction on a TrackEvent request if needed. The Interaction ID will be automatically saved and used for future event requests.
For example, to create a defaultInteraction object and pass it to a session:
You can reset the current Interaction ID by sending the new interaction request manually. For example:
You can start the Interaction manually by constructing and sending an Interaction request.
|
Property |
Details |
|---|---|
|
Session builder API |
|
|
Sample value |
|
|
Parameter position |
Any position after the |
|
Required\optional |
Optional |
|
Multiple invocations |
Multiple invocations cause InvalidOperationException |
|
Value validation |
Must be a properly built |