You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +19,15 @@ function ConfirmationPage(): JSX.Element {
19
19
// shouldn't happen.
20
20
constptype=formResults?.ptype||7;
21
21
consttemporary=ptype===7;
22
+
useEffect(()=>{
23
+
if(state.formValues.username){
24
+
window.dataLayer=window.dataLayer||[];
25
+
window.dataLayer.push({
26
+
event: "library_card_submission",
27
+
nypl_location: state.formValues.homeLibraryCode,// Example: "Simply E" This is just an example. This variable actually refers to the Preferred Location Name found on the current Adobe Data Layer
0 commit comments