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.

Configure an orgID using the Web SDK tag extension

Enter the org ID in the IMS organization ID text field when configuring the tag extension.

  1. Log in to experience.adobe.com using your Adobe ID credentials.
  2. Navigate to Data Collection > Tags.
  3. Select the desired tag property.
  4. Navigate to Extensions, then click Configure on the Adobe Experience Platform Web SDK card.
  5. Input the desired org ID into the IMS organization ID text field near the top.
  6. Click Save, then publish your changes.

Configure an orgID using the Web SDK JavaScript library

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", {
  "edgeConfigId": "ebebf826-a01f-4458-8cec-ef61de241c93",
  "orgId": "ADB3LETTERSANDNUMBERS@AdobeOrg",
});
recommendation-more-help
ad108910-6329-42f1-aa1d-5920a2b13636