Browse Source

feat: 添加埋点

huangzhichao 1 year ago
parent
commit
4d4bbcd31e
1 changed files with 3 additions and 1 deletions
  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
     }
   }