From eecd3abe23b27c014b89cbed16f3b2ca085a9434 Mon Sep 17 00:00:00 2001
From: rob-gioia-branch <87081315+rob-gioia-branch@users.noreply.github.com>
Date: Fri, 10 May 2024 15:24:58 -0400
Subject: [PATCH] Update ProgrammaticallyShowJourney.html
---
ProgrammaticallyShowJourney.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ProgrammaticallyShowJourney.html b/ProgrammaticallyShowJourney.html
index 626d97f..dcced0f 100644
--- a/ProgrammaticallyShowJourney.html
+++ b/ProgrammaticallyShowJourney.html
@@ -40,9 +40,9 @@
Using Meta Tags
document.getElementsByTagName('head')[0].appendChild(meta);
addedShareMetatag=true;
}
- setTimeout(function(){
+ // setTimeout(function(){
branch.track('pageview'); //trigger a check to show the Journey if targeting is matched
- }, 500);
+ // }, 300);
}
function handleTagsAddButtonClicked() {
@@ -55,9 +55,9 @@ Using Meta Tags
document.getElementsByTagName('head')[0].appendChild(meta);
addedAddToWishlistMetadata=true;
}
- setTimeout(function(){
+ // setTimeout(function(){
branch.track('pageview'); //trigger a check to show the Journey if targeting is matched
- }, 500);
+ // }, 500);
}
function removeExistingBranchMetatags() {