변수값 질문..
본문
매체사에서 스크립트 삽입하면서 변수값을 주라는데 대체 뭔지 모르겠네요 ㅠ.ㅠ
예문이구요 ~
<!-- Withpang Shop Log Tracker v2.0 start -->
<script type="text/javascript">
<!--
(function (w, d, i) {
w[i]={
sc : "08adb8735a9bc4622b0788a7c20b011f",
gb : "02",
pcode : "상품코드",
price : "",
cate1 : encodeURIComponent(encodeURIComponent("카테고리명")),
pnm : encodeURIComponent(encodeURIComponent("상품명")),
img : (encodeURIComponent("상품이미지주소")),
form : (encodeURIComponent(d.referrer)),
purl : (encodeURIComponent(w.location.href)),
url : (encodeURIComponent(w.location.href))
};
try{
w[i].price= w[i].price.replace(/[^0-9]/g,"");
}catch(e){
w[i].price= 0;
}
if(w[i]) {
var _ar = _ar || [];
var _s = "log.dreamsearch.or.kr/servlet/rfshop";
for(x in w[i]) _ar.push(x + "=" + w[i][x]);
(new Image).src = d.location.protocol +"//"+ _s +"?"+_ar.join("&");
}
})(window, document, "wp_rfshop");
//-->
</script>
<!-- Withpang Shop Log Tracker v2.0 end -->
** pcode, price, cate1, pnm, img, 의 변수값을 상황에 맞게 변경해주세요.
상품상세페이지에 </body> 바로 전에 삽입해주세요
-------
주문완료 페이지 제일 마지막에 삽입해주세요
<!-- Withpang Conversion Tracker v2.0 start -->
<script type="text/javascript">
<!--
(function (w, d, i) {
w[i]={
uid : "minari",
ordcode : "주문번호",
pcode : "상품코드",
qty : "1",
price : "주문가격",
pnm : encodeURIComponent(encodeURIComponent("상품제목"))
};
try{
w[i].price= w[i].price.replace(/[^0-9]/g,"");
}catch(e){
w[i].price= 0;
}
if(w[i]) {
var _ar = _ar || [];
var _s = "log.dreamsearch.or.kr/servlet/conv";
for(x in w[i]) _ar.push(x + "=" + w[i][x]);
(new Image).src = d.location.protocol +"//"+ _s +"?"+ _ar.join("&");
}
})(window, document, "wp_conv");
//-->
</script>
<!-- Withpang Conversion Tracker v2.0 end -->
Uid, ordcode, price 은 필수사항 입니다.
답변 2
상품명이나 이런 데이터를 제대로 출력하고 계신지요? 상품마다 적절한 값을 표시할 수 있도록?
이미지 소스화일명 보니 그누보드가 아닌것 같은데요?
그누보드가 아니면 ordcode, pcode, price 등에 들어가야할 변수명을 위 소스만 보고서는 귀신도 알 수 없습니다