Get device information
The Adtrace Web SDK generates a web_uuid when it tracks the first session. The ID is unique per subdomain and browser and follows the UUID format.
Use getWebUUID to read it for analytics, Testing Console checks, or server-to-server events.
Method signature
Adtrace.getWebUUID();
Example
const webUUID = Adtrace.getWebUUID();
console.log(webUUID);
// Example: 7c67ef26-830e-49b7-8948-b868b19bf4b3
Testing Console
Enter web_uuid in Settings → Testing Console in the panel to verify install tracking. See Test the integration.
Server-to-server events
Pass web_uuid (or adid from attribution) to your backend when sending S2S events to Adtrace. See Web FAQ.