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

    EventContext

    公共属性(全局字段),每条上报均应携带;未登录时 user_id 为空。

    {
        "user_id": "string",
        "device_id": "string",
        "shop_id": "string",
        "app_version": "8.12.0",
        "os": "iOS",
        "network_type": "WIFI",
        "city_id": "string"
    }
    Built with