Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/375.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 控制台错误语法错误:双击标记上出现意外标识符_Javascript_Adobe_Double Click Advertising - Fatal编程技术网

Javascript 控制台错误语法错误:双击标记上出现意外标识符

Javascript 控制台错误语法错误:双击标记上出现意外标识符,javascript,adobe,double-click-advertising,Javascript,Adobe,Double Click Advertising,我们为AdobeDTM修改了一些标记,在测试过程中我遇到了一个意外的标识符错误。有谁能帮我找出我错过的东西吗 var axel = Math.random() + ""; var a = axel * 10000000000000; var s = '//2084210.fls.doubleclick.net/activityi;src=2084210;type=confi935;cat=natio723;qty=1;cost=[Revenue];u11=' + _satellite.getVa

我们为AdobeDTM修改了一些标记,在测试过程中我遇到了一个意外的标识符错误。有谁能帮我找出我错过的东西吗

var axel = Math.random() + "";
var a = axel * 10000000000000;
var s = '//2084210.fls.doubleclick.net/activityi;src=2084210;type=confi935;cat=natio723;qty=1;cost=[Revenue];u11=' + _satellite.getVar('Reservation Total') + ';u12=' + _satellite.getVar('CID') + ';u13=' + _satellite.getVar('Renter City') + ';u14=' + [Start Location Code] + ';u15=' + [Euro Revenue (FR&IT)] + ';u16=' + _satellite.getVar('Reservation Prepaid') + ';u17=' + [Payment Card Type] + ';u18=' + [Expiry Date] + ';u19=' + _satellite.getVar('Reservation Confirmation Number') + ';u20=' + _satellite.getVar('Station ID') + ';u6=' + [Activity Count] + ';u5=' + [Activity Revenue] + ';u4=' + _satellite.getVar('Booking Country Code') + ';u3=' + _satellite.getVar('Country Residence Code') + ';u2=' + [ACRISS Code] + ';u10=' + _satellite.getVar('Reservation Length') + ';u9=' + _satellite.getVar('Reservation Car Class') + ';u1=' + [Transaction ID] + ';u7=' + _satellite.getVar('Reservation Currency') + ';u8=' + _satellite.getVar('Product ID') + ';ord=' + '?';
_iframe(s);

谢谢你,巴雷特,问题出在我身上。我没有替换分析师留下的一些标记

var axel=Math.random()+“”; var a=axel*100000000000; var s='//2084210.fls.doubleclick.net/activityi;src=2084210;类型=935;cat=natio723;数量=1;成本='+_satellite.getVar('Reservation Total')+';u11='+_satellite.getVar('Quantity')+';u12='+_satellite.getVar('CID')+';u13='+_satellite.getVar('Renter City')+';u14='+_satellite.getVar('Station ID')+';u16='+_satellite.getVar('预订预付')+';u19='+_satellite.getVar('预订确认号')+';u20='+_satellite.getVar('Location Name')+';u4='+_satellite.getVar('Booking Country Code')+';u3='+_satellite.getVar('Country-Residence Code')+';u10='+_satellite.getVar('Reservation Length')+';u9='+_satellite.getVar('Model Group')+';u5='+_satellite.getVar('Reservation Total')+';u2='+_satellite.getVar('Reservation Car Class')+';u1='+_satellite.getVar('预订确认号')+';u7='+_satellite.getVar('Reservation Currency')+';u8='+_satellite.getVar('Product ID')+';ord='+_satellite.getVar('预订确认号')+'?';
_iframe(s)

你能公布你得到的具体错误吗?