Skip to content

Commit

Permalink
♻️ Refactor google Ads 연동
Browse files Browse the repository at this point in the history
#302 Google Ads 연동 작업 완료
  • Loading branch information
Herrypi committed Nov 11, 2024
1 parent 5f9afcb commit 4bd8acc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions gongjakso/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@

gtag('config', 'G-757LG6FY1Q');
</script>
<!-- HTML Meta Tags -->
<title>공모전 팀빌딩 서비스 | 공작소 gongjakso</title>
<meta name="description" content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요.">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://gongjakso.xyz">
<meta property="og:type" content="website">
<meta property="og:title" content="공모전 팀빌딩 서비스 | 공작소 gongjakso">
<meta property="og:description" content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요.">
<meta property="og:image" content="https://opengraph.b-cdn.net/production/images/5585fb04-c501-4717-8122-8c9d3d05f246.png?token=hOfHzJ7eKbz1nuru47epxsiWBHDGHpfIodgv5PB7b0Y&height=557&width=1200&expires=33266696940">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="gongjakso.xyz">
<meta property="twitter:url" content="https://gongjakso.xyz">
<meta name="twitter:title" content="공모전 팀빌딩 서비스 | 공작소 gongjakso">
<meta name="twitter:description" content="귀찮은 공모전 팀 구인 과정은 이제 그만! 내가 원하는 조건에 맞추어 공모전 팀원을 모집해보세요.">
<meta name="twitter:image" content="https://opengraph.b-cdn.net/production/images/5585fb04-c501-4717-8122-8c9d3d05f246.png?token=hOfHzJ7eKbz1nuru47epxsiWBHDGHpfIodgv5PB7b0Y&height=557&width=1200&expires=33266696940">

<!-- Meta Tags Generated via https://www.opengraph.xyz/ -->
</head>

<body>
<div id="root"></div>

<!-- Event snippet for 페이지 조회 conversion page -->
<script>
function gtag_report_conversion(url) {
var callback = function () {
if (typeof(url) != 'undefined') {
window.location = url;
}
};
gtag('event', 'conversion', {
'send_to': 'AW-16763777373/-HQ6CPeV4ecZEN3iy7k-',
'value': 1.0,
'currency': 'KRW',
'event_callback': callback
});
return false;
}
</script>

</body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KKNX2ZKD"
Expand Down

0 comments on commit 4bd8acc

Please sign in to comment.