Skip to content

Commit 1be4fe5

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java -Update rejoin user events (#10126)
* Update SearchWithPagination.java * Update RejoinUserEvent.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent c1e1374 commit 1be4fe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/src/main/java/events/RejoinUserEvent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
package events;
2222

23+
// [START retail_rejoin_user_events]
24+
2325
import static setup.SetupCleanup.purgeUserEvent;
2426
import static setup.SetupCleanup.writeUserEvent;
2527

@@ -73,3 +75,5 @@ public static void callRejoinUserEvents(String defaultCatalog, String visitorId)
7375
purgeUserEvent(visitorId);
7476
}
7577
}
78+
79+
// [END retail_rejoin_user_events]

0 commit comments

Comments
 (0)