-1

我们修改了 Adob​​e DTM 的一些标签,我在测试期间遇到了意外的标识符错误。谁能帮我发现我可能错过的任何东西?

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);
4

1 回答 1

0

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

var axel = Math.random() + ""; var a = 轴 * 10000000000000;var s = '//2084210.fls.doubleclick.net/activityi;src=2084210;type=confi935;cat=natio723;qty=1;cost=' + _satellite.getVar('Reservation Total') + ';u11= ' + _satellite.getVar('数量') + ';u12=' + _satellite.getVar('CID') + ';u13=' + _satellite.getVar('租户城市') + ';u14=' + _satellite. getVar('站号') + ';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 (' 预留长度') + ';u9=' + _satellite.getVar('模型组') +';u5=' + _satellite.getVar('预留总长度') + ';u2=' + _satellite.getVar('预留车厢Class') + ';u1=' + _satellite.getVar('预订确认号') + ';u7=' + _satellite.getVar('预订货币') + ';u8=' + _satellite.getVar('产品ID ') + ';ord=' + _satellite.getVar('预订确认号') + '?'; _iframe(s); + _satellite.getVar('预订货币') + ';u8=' + _satellite.getVar('产品ID') + ';ord=' + _satellite.getVar('预订确认号码') + '?'; _iframe(s); + _satellite.getVar('预订货币') + ';u8=' + _satellite.getVar('产品ID') + ';ord=' + _satellite.getVar('预订确认号码') + '?'; _iframe(s);

于 2015-05-11T21:07:01.483 回答