문제

For testing purpose, mistakenly I created unwanted custom variable. Now I want to delete those variable. Is there any way to delete those variable?

I had created those variables using the following script

<script type="text/javascript">
   pageTracker._setCustomVar(1,"Author","Xyz abc",3);
   pageTracker._setCustomVar(1,"author","Nimbus",3);
</script>

I want to delete both the variables. Thanks in advance.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top