wjx 1 year ago
parent
commit
362adb7979

+ 1 - 2
src/pages/launchSystemNew/launchManage/createAd/ad/modal/leadAd.tsx

@@ -281,8 +281,7 @@ function LeadAdModal(props: Props) {
                 date: moment().startOf('day').add(2, 'M'),
                 date: moment().startOf('day').add(2, 'M'),
                 optimizationGoal: "OPTIMIZATIONGOAL_ECOMMERCE_ORDER",
                 optimizationGoal: "OPTIMIZATIONGOAL_ECOMMERCE_ORDER",
                 bidStrategy: "BID_STRATEGY_TARGET_COST",
                 bidStrategy: "BID_STRATEGY_TARGET_COST",
-                optimizationMode: 'DEEP_CONVERSION_TARGET',
-                bidAmount: '1000'
+                optimizationMode: 'DEEP_CONVERSION_TARGET'
             })
             })
         }
         }
     }, [dataInfo])
     }, [dataInfo])

+ 1 - 2
src/pages/launchSystemNew/launchManage/createAd/ad/modal/wechat.tsx

@@ -261,8 +261,7 @@ function WeChatAdModal(props: Props) {
                 adgroupName: '广告_微信朋友圈', // + moment().format('YYYYMMDDhhmmss') + '_' + currentUser.userId,
                 adgroupName: '广告_微信朋友圈', // + moment().format('YYYYMMDDhhmmss') + '_' + currentUser.userId,
                 date: moment().startOf('day').add(2, 'M'),
                 date: moment().startOf('day').add(2, 'M'),
                 optimizationGoal: "OPTIMIZATIONGOAL_ECOMMERCE_ORDER",
                 optimizationGoal: "OPTIMIZATIONGOAL_ECOMMERCE_ORDER",
-                bidStrategy: "BID_STRATEGY_TARGET_COST",
-                bidAmount: '1000'
+                bidStrategy: "BID_STRATEGY_TARGET_COST"
             })
             })
         }
         }
     }, [dataInfo])
     }, [dataInfo])