orgId

The orgId property is a string that tells Adobe which organization that data is sent to. This property is required for all data sent using the Web SDK.

To locate your orgID:

  1. Log in to experience.adobe.com using your Adobe ID credentials.
  2. Anywhere within the Adobe Experience Cloud, press [Ctrl] + [I]. A User Data Debugger window opens.
  3. Click Copy Copy next to the Current Org ID, or click the Assigned Orgs tab to see other org IDs that you can access.
  4. When you’re finished locating the desired information, click Close.

Org IDs are always 24-character alpha-numeric strings, and always end in @AdobeOrg.

Set the orgId string when running the configure command. If you omit this property when configuring the Web SDK, the Web SDK throws a console error and data is not sent to Adobe.

alloy("configure", {
  datastreamId: "ebebf826-a01f-4458-8cec-ef61de241c93",
  orgId: "ADB3LETTERSANDNUMBERS@AdobeOrg",
});

Set the Org ID using the Web SDK tag extension

This setting can be configured in the Web SDK tag extension using SDK instance configuration settings. The field is automatically populated based on the organization that the tag property was created under.

recommendation-more-help
1ae86b30-e55e-49c1-ab11-9d0356a5f3e1