Accessing xConnect
Version: 9.1
Although the Universal Tracker SDK uses a REST request-response model, it lets developers work at a higher level of abstraction than HTTP requests.
To provide events to the Universal Tracker Service:
-
Build an Event request object
-
Send the request using the session object
-
Wait for the response
To process requests asynchronously, the Universal Tracker SDK uses the async
and await
features of the .NET 4.5 Runtime. This enables the processing of all the requests using the same operation flow, which consists of the following steps:
-
Constructing an HTTP request
-
Networking
-
Parsing the response data