Skip to content

Commit b30944f

Browse files
authored
fix(retail): add region tag for Python - Update rejoin user events (#13498)
* Update search_with_pagination.py * Update rejoin_user_event.py
1 parent 78dbbad commit b30944f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

retail/interactive-tutorials/events/rejoin_user_event.py

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

1616
# Starts a user event rejoin operation using Retail API.
1717
#
18+
# [START retail_rejoin_user_events]
19+
1820
import google.auth
1921
from google.cloud.retail import RejoinUserEventsRequest, UserEventServiceClient
2022

@@ -54,3 +56,5 @@ def call_rejoin_user_events():
5456
write_user_event(visitor_id)
5557
call_rejoin_user_events()
5658
purge_user_event(visitor_id)
59+
60+
# [END retail_rejoin_user_events]

0 commit comments

Comments
 (0)