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
:
- Log in to experience.adobe.com using your Adobe ID credentials.
- Anywhere within the Adobe Experience Cloud, press
[Ctrl]
+[I]
. A User Data Debugger window opens. - Click Copy next to the Current Org ID, or click the Assigned Orgs tab to see other org IDs that you can access.
- 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.
- Log in to experience.adobe.com using your Adobe ID credentials.
- Navigate to Data Collection > Tags.
- Select the desired tag property.
- Navigate to Extensions, then click Configure on the Adobe Experience Platform Web SDK card.
- Input the desired org ID into the IMS organization ID text field near the top.
- 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", {
datastreamId: "ebebf826-a01f-4458-8cec-ef61de241c93",
orgId: "ADB3LETTERSANDNUMBERS@AdobeOrg",
});
recommendation-more-help
ad108910-6329-42f1-aa1d-5920a2b13636