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
:
[Ctrl]
+ [I]
. A User Data Debugger window opens.Org IDs are always 24-character alpha-numeric strings, and always end in @AdobeOrg
.
orgID
using the Web SDK tag extensionEnter the org ID in the IMS organization ID text field when configuring the tag extension.
orgID
using the Web SDK JavaScript librarySet 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",
});