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:

  1. Build an Event request object

  2. Send the request using the session object

  3. Wait for the response

universal tracker sdk xconnect diagram

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

Do you have some feedback for us?

If you have suggestions for improving this article,