Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiramoitra committed Jun 1, 2021
1 parent 12d2540 commit 38f5405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/AdobeAnalytics/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class AdobeAnalytics {
this.sslHeartbeat = config.sslHeartbeat;
this.heartbeatTrackingServerUrl = config.heartbeatTrackingServerUrl || "";
this.eventsToTypes = config.eventsToTypes || [];
this.marketingCloudOrgId = config.marketingCloudOrgId || "";
this.name = "ADOBE_ANALYTICS";
}

Expand Down Expand Up @@ -48,7 +49,6 @@ class AdobeAnalytics {
initAdobeAnalyticsClient = () => {
const { s } = window;
s.trackingServer = s.trackingServer || this.trackingServerUrl; // need to add tracking server secure url
this.marketingCloudOrgId = "00E276AB581D06200A495E6B@AdobeOrg";
if (
this.marketingCloudOrgId &&
window.Visitor &&
Expand Down

0 comments on commit 38f5405

Please sign in to comment.