Clevertap自定义事件未反映在仪表板上

时间:2019-06-10 12:09:12

标签: clevertap

卷曲发送事件:

curl -X POST \
  'https://api.clevertap.com/1/upload' \
  -H 'Content-Type: application/json' \
  -H 'X-CleverTap-Account-Id: *************' \
  -H 'X-CleverTap-Passcode: *************' \
  -d '{
    "d": [
        {
            "identity": "anoop.narang@cultgear.com",
            "type": "event",
            "evtName": "Charged",
            "evtData": {
                "Product name": "Casio Chronograph Watch",
                "Category": "Mens Watch",
                "Price": 59.99,
                "Currency": "USD"
            }
        }
    ]
}'

我可以使用counts api查看事件计数,但是仪表板->分析->事件中缺少事件本身。

此处的目标是制作一个广告系列,以在发生自定义事件时立即触发通知。因此,当我根据事件创建广告系列或细分时,我只会找到此处列出的系统事件。

0 个答案:

没有答案