A gaming company wants to send user's gaming event data from the console to Adobe Experience Platform through Adobe Experience Platform Server API and Edge Network for serving personalized experiences at a later stage. In the Server API call what is the right endpoint to use to send the data to Adobe Experience Platform after the company configures the necessary Schema, Dataset and Datastream?
When utilizing the Adobe Experience Platform Server-Side API to communicate with the Edge Network, the most critical parameter is the Datastream ID (internally referred to in the API as configId). The Datastream acts as the central router on the Edge Network; it identifies which Experience Platform sandbox, dataset, and schema the incoming data should be mapped to, as well as which other Adobe solutions (like Target or Analytics) should receive the data.
The correct endpoint structure is POST https://server.adobedc.net/ee/v2/interact?configId={DATASTREAM_ID}. Options A and B are incorrect because the Edge Network does not accept raw data targeted directly at a Dataset or Schema ID; those mappings are handled server-side within the Datastream configuration to simplify the client-side (or console-side) implementation. Option D is incorrect because while a sandbox name might be part of a header or organizational context, it is not the primary routing parameter for the Edge Network interaction. By targeting the configId, the gaming company ensures that their event data is correctly processed by the Edge Network Service, allowing for real-time profile enrichment and future personalization.
Buffy
2 days agoFletcher
7 days ago