소셜로그인 중단 안내

계정으로 로그인 기능이 2023년 11월 16일 중단되었습니다.

아이보스 계정이 사라지는 것은 절대 아니며, 계정의 이메일 주소를 이용해 로그인 하실 수 있습니다.

▶️ 자세한 공지사항 확인

95리터

GDN 집행 문의드려요(GTM,GA관련)

2019.11.28 17:24

내마음의풍금

조회수 1,819

답변 1

채택률

  • 질문
  • 채택
50%

안녕하세요 선배님들,

스스로 하나씩 배워가는 초보 마케터입니다.


항상 선배님들의 도움으로 난재를 해결해 가며

알지 못할 희열과 기쁨을 얻어가고 있습니다.


오늘도 궁금한게 있어서 여쭤봅니다.


Q. GDN에서 CPA타입의 광고집행을 할 때 전환을 설정해야 하는데 전환을 위한 태그를 중복 삽입이 가능한지 궁금합니다.


예를들면 아래처럼 기존에 페이지 내에 태그가 삽입되어 있었는데

새로운 추적 태그를 아래에 붙여 넣으면 두 계정으로 발생한 데이터가 넘어가는지 궁금합니다.


만약에 한 서버내에 여러가지의 추적 코드가 삽입이 가능하다면 해당 방법에 대해서 안내해주실 수 있을까요?

잘 부탁드립니다 선배님들.


기존에 삽입되어 있던 태그


<!-- Global site tag (gtag.js) - Google Analytics -->


<script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxxx-x"></script>


<script>


  window.dataLayer = window.dataLayer || [];


  function gtag(){dataLayer.push(arguments);}


  gtag('js', new Date());


  gtag('config', 'UA-xxxxxxxxx-x');


</script>



기존에 삽입되어 있던 추적 태그2


<!-- Event snippet for 추적연습하기 conversion page


In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->


<script>


function gtag_report_conversion(url) {


  var callback = function () {


    if (typeof(url) != 'undefined') {


      window.location = url;


    }


  };


  gtag('event', 'conversion', {


      'send_to': 'AW-xxxxxxxxx/RnrWCOqpxLABEKPwzecC',


      'event_callback': callback


  });


  return false;


}


</script>





새로 삽입해야 할 태그


<!-- Global site tag (gtag.js) - Google Analytics -->


<script async src="https://www.googletagmanager.com/gtag/js?id=UA-bbbbbbbbb-b"></script>


<script>


  window.dataLayer = window.dataLayer || [];


  function gtag(){dataLayer.push(arguments);}


  gtag('js', new Date());


  gtag('config', 'UA- bbbbbbbbb-b');


</script>



새로 삽입해야 할 태그2


<!-- Event snippet for 추적연습하기2 conversion page


In your html page, add the snippet and call gtag_report_conversion when someone clicks on the chosen link or button. -->


<script>


function gtag_report_conversion(url) {


  var callback = function () {


    if (typeof(url) != 'undefined') {


      window.location = url;


    }


  };


  gtag('event', 'conversion', {


      'send_to': 'AW-bbbbbbbbb/RnrWCOqpxLABEKPwzecC',


      'event_callback': callback


  });


  return false;


}


</script>

CPA/CPS
목록
보스님의 지식을 나누어 주세요!
답변을 작성하시면 50리터를 드리며, 채택 시 95리터 중 80%인 76리터를 드립니다.
답변 1
댓글 새로고침
로그인 후 더욱 많은 기능을 이용하세요!아이보스 로그인