edgeBasePath
Last update: July 22, 2024
- Topics:
- Web SDK
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.
- 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.
- Scroll down to the Advanced Settings section, then enter the desired value in the Edge base path text field.
- 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"
});
Previous pagedownloadLinkQualifier
Next pageedgeDomain
Data Collection
- Web SDK overview
- Release notes
- Web SDK installation
- Commands
- configure
- Overview
- autoCollectPropositionInteractions
- clickCollectionEnabled
- clickCollection
- context
- datastreamId
- debugEnabled
- defaultConsent
- downloadLinkQualifier
- edgeBasePath
- edgeDomain
- idMigrationEnabled
- streamingMedia
- onBeforeEventSend
- onBeforeLinkClickSend
- orgId
- prehidingStyle
- targetMigrationEnabled
- thirdPartyCookiesEnabled
- sendEvent
- appendIdentityToUrl
- applyPropositions
- applyResponse
- createMediaSession
- getIdentity
- getLibraryInfo
- getMediaAnalyticsTracker
- setConsent
- setDebug
- sendMediaEvent
- subscribeRulesetItems
- Configure datastream overrides
- Command responses
- configure
- Identity
- Personalization
- Consent
- Use cases
- Monitoring hooks
- Frequently Asked Questions
- Resources