We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dbbad commit b30944fCopy full SHA for b30944f
retail/interactive-tutorials/events/rejoin_user_event.py
@@ -15,6 +15,8 @@
15
16
# Starts a user event rejoin operation using Retail API.
17
#
18
+# [START retail_rejoin_user_events]
19
+
20
import google.auth
21
from google.cloud.retail import RejoinUserEventsRequest, UserEventServiceClient
22
@@ -54,3 +56,5 @@ def call_rejoin_user_events():
54
56
write_user_event(visitor_id)
55
57
call_rejoin_user_events()
58
purge_user_event(visitor_id)
59
60
+# [END retail_rejoin_user_events]
0 commit comments