From 502775b358964f2aca45bdd2071efd2fb9ee1f39 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:08:07 +0800 Subject: [PATCH] docs: fix readme sample code format (#9) Co-authored-by: xiaoweii --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bea994f..e4715e3 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ user's attribute when it changes. [Attr.TRAFFIC_SOURCE_CONTENT]: 'banner_ad_1', [Attr.TRAFFIC_SOURCE_CLID]: 'amazon_ad_123', [Attr.TRAFFIC_SOURCE_CLID_PLATFORM]: 'amazon_ads', - [Attr.APP_INSTALL_CHANNEL]: 'amazon_store', + [Attr.APP_INSTALL_CHANNEL]: 'amazon_store', }, }); ``` @@ -173,7 +173,7 @@ ClickstreamAnalytics.record({ name: 'view_item', attributes: { [Attr.VALUE]: 99, - [Attr.CURRENCY]: 'USD', + [Attr.CURRENCY]: 'USD', event_category: 'recommended', }, items: [itemBook],