三只熊科技
    • 笨熊千人千面 - 首页推荐埋点上报
      • events
        • 批量上报行为事件
      • 数据模型
        • EventBatchRequest
        • EventContext
        • BehaviorEvent
        • EventCommon
        • RecommendHomeImpressionEvent
        • RecommendHomeClickEvent
        • RecommendConversionEvent
        • PropsRecommendHomeImpression
        • PropsRecommendHomeClick
        • PropsRecommendConversion

    EventBatchRequest

    {
        "context": {
            "user_id": "string",
            "device_id": "string",
            "shop_id": "string",
            "app_version": "8.12.0",
            "os": "iOS",
            "network_type": "WIFI",
            "city_id": "string"
        },
        "events": [
            {
                "occurred_at": 0,
                "event_type": "recommend_home_impression",
                "properties": {
                    "rec_session_id": "string",
                    "item_ids": "1001,1002,1003",
                    "position_indexes": "1,2,3",
                    "module_position": "首页推荐商品区"
                }
            }
        ]
    }
    Built with