瀏覽代碼

feat: 添加埋点

huangzhichao 1 年之前
父節點
當前提交
4d4bbcd31e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/plugin/components/custom/index.tsx

+ 3 - 1
src/plugin/components/custom/index.tsx

@@ -167,6 +167,7 @@ function YLQCustom(props: PropsWithChildren<CustomPropsType>) {
       bidType = '',
       unitPrice = '', // 单价
       bidCreativeParam = {}, // {}
+      adType: ownAdSystemType
     } = adData
 
     return {
@@ -184,7 +185,8 @@ function YLQCustom(props: PropsWithChildren<CustomPropsType>) {
       unitPrice, // 单价
       bidCreativeParam: JSON.stringify(bidCreativeParam || {}), // {}
       adpId,
-      pqtId
+      pqtId,
+      ownAdSystemType
     }
   }