edgeBasePath

Last update: 2024-07-22
  • Topics:
  • Web SDK
    View more on this topic
  • Created for:
  • Developer

The edgeBasePath property alters the destination path when you interact with Adobe services. Most organizations do not need to set or alter this property.

Edge base path using the Web SDK tag extension

Enter the desired text in the Edge base path 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. Scroll down to the Advanced Settings section, then enter the desired value in the Edge base path text field.
  6. Click Save, then publish your changes.

Edge base path using the Web SDK JavaScript library

Set the edgeBasePath text field when running the configure command. If you omit this property, it defaults to the value of ee. Adobe recommends omitting this property from most configurations.

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

On this page