Skip to content

Commit

Permalink
Update ProgrammaticallyShowJourney.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gioia-branch authored May 10, 2024
1 parent 416974e commit eecd3ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ProgrammaticallyShowJourney.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ <h1> Using Meta Tags </h1>
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() {
Expand All @@ -55,9 +55,9 @@ <h1> Using Meta Tags </h1>
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() {
Expand Down

0 comments on commit eecd3ab

Please sign in to comment.