|
@@ -75,6 +75,7 @@
|
|
getTemplateById(this.id).then(e => {
|
|
getTemplateById(this.id).then(e => {
|
|
this.data = e.data;
|
|
this.data = e.data;
|
|
this.site = e.site;
|
|
this.site = e.site;
|
|
|
|
+ this.type = e.site.type;
|
|
this.json = JSON.parse(e.data.json)
|
|
this.json = JSON.parse(e.data.json)
|
|
})
|
|
})
|
|
}else if(this.no){
|
|
}else if(this.no){
|
|
@@ -105,6 +106,7 @@
|
|
if(this.type == 0){
|
|
if(this.type == 0){
|
|
let data = {
|
|
let data = {
|
|
accountId: this.accountId,
|
|
accountId: this.accountId,
|
|
|
|
+ id: this.id,
|
|
url: window.location.href,
|
|
url: window.location.href,
|
|
no: this.no,
|
|
no: this.no,
|
|
bdVid: this.vid,
|
|
bdVid: this.vid,
|
|
@@ -120,6 +122,7 @@
|
|
accountId: this.accountId,
|
|
accountId: this.accountId,
|
|
deeplink_url: window.location.href,
|
|
deeplink_url: window.location.href,
|
|
no: this.no,
|
|
no: this.no,
|
|
|
|
+ id: this.id,
|
|
bd_vid: this.vid,
|
|
bd_vid: this.vid,
|
|
aid: this.aid,
|
|
aid: this.aid,
|
|
click_id: this.click_id,
|
|
click_id: this.click_id,
|
|
@@ -135,6 +138,7 @@
|
|
accountId: this.accountId,
|
|
accountId: this.accountId,
|
|
url: window.location.href,
|
|
url: window.location.href,
|
|
no: this.no,
|
|
no: this.no,
|
|
|
|
+ id: this.id,
|
|
order_plan_id: this.order_plan_id,
|
|
order_plan_id: this.order_plan_id,
|
|
creative_id: this.creative_id,
|
|
creative_id: this.creative_id,
|
|
impress_id: this.impress_id,
|
|
impress_id: this.impress_id,
|