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 1cdb57b commit 0aa3d48Copy full SHA for 0aa3d48
retail/interactive-tutorials/events/import_user_events_inline.py
@@ -15,6 +15,8 @@
15
16
# Import user events into a catalog from inline source using Retail API
17
#
18
+# [START retail_import_user_events_from_inline_source]
19
+
20
import datetime
21
import random
22
import string
@@ -104,3 +106,5 @@ def import_user_events_from_inline_source():
104
106
105
107
108
import_user_events_from_inline_source()
109
110
+# [END retail_import_user_events_from_inline_source]
0 commit comments