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 0aa3d48 commit 78dbbadCopy full SHA for 78dbbad
retail/interactive-tutorials/events/purge_user_event.py
@@ -15,6 +15,8 @@
15
16
# Deleting user event using Retail API.
17
#
18
+# [START retail_purge_user_events]
19
+
20
import google.auth
21
from google.cloud.retail import PurgeUserEventsRequest, UserEventServiceClient
22
@@ -48,6 +50,8 @@ def call_purge_user_events():
48
50
print("---the purge operation was started:----")
49
51
print(purge_operation.operation.name)
52
53
+# [END retail_purge_user_events]
54
55
56
write_user_event(visitor_id)
57
call_purge_user_events()
0 commit comments