쇼핑용 애드센스란 무엇인가?

카테고리 : 소개/IT 상식

애드센스의 광고는 일반적으로 이미지를 포함하거나 텍스트 기반으로 광고가됩니다.

 

쇼핑용 애드센스 범위가 최근 확대되어 소규모 쇼핑몰에서도 이용이 가능합니다.

 

먼저, 쇼핑몰에 다는 광고가 맞습니다.

구글 자료가 부족하여 여러자료를 정리해봤는데 오류가 있었습니다.

쇼핑몰에서 검색시 검색어를 기반으로 게시하는 광고입니다.

 

구글의 애드센스 이름은 보통 아래처럼 어디에 붙이는가를 나타냅니다.

  • 컨텐츠용 애드센스
  • 검색용 애드센스
  • 게임용 애드센스
  • 동영상용 애드센스

그런데 쇼핑몰 입장에서는 일반적으로는 물건을 파는게 소비자가 다른 쇼핑몰로 나가는 것보다 이득입니다.

그렇게에 쇼핑몰에 타 쇼핑몰로 나가는 광고라면 달고 싶지 않을겁니다.

 

수익이 엄청 크다면 모르겠지만, 광고주 입장에서는 살지 안살지 모르는 고객 유치비용에 너무 큰 돈을 쓸 수 없습니다.

이런건 좀 확인해봐야될것 같습니다.

수익에 따라 물건파는것보다 광고가 이득인가?..


애드센스 컨텐츠용 광고


 

애드센스 쇼핑몰 광고 어디에 다는 광고인가?

사용자가 쇼핑관련 검색어로 검색한 경우 검색용 광고 기반으로 게시할 수 있으며, 구글에서 쇼핑관련 단어 검색시 구글에 광고게시될수도 있습니다.

 

아래 예시 이미지는 쇼핑용 애드센스광고의 예시이미지입니다.


쇼핑용 광고 예시


공식 사이트에 나오는 쇼핑몰 광고 예. 사진 좌측의 광고가 쇼핑몰 광고이다.

이전에는 대형 쇼핑몰들만 신청이 가능했다면 이제는 소형 쇼핑몰도 신청하여 광고를 게시할 수 있습니다.

 

 

웹 페이지에 쇼핑용 광고 게시하기

HTML의 HEAD에 쇼핑용 광고리소스를 로딩합니다. 검색용 애드센스와 리소스가 동일합니다.

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>쇼핑 테스트</title>
    
    <!-- 쇼핑용 광고 리소스 -->
    <script async="async" src="https://www.google.com/adsense/search/ads.js"></script>

    <!-- other head elements from your page -->

    <script type="text/javascript" charset="utf-8">
      (function(g,o){g[o]=g[o]||function(){(g[o]['q']=g[o]['q']||[]).push(
      arguments)},g[o]['t']=1*new Date})(window,'_googCsa');
    </script>
    <!-- 쇼핑용 광고 리소스 -->
    
</head>
<body>
          

</body>
</html>

 

HTML의 Body에 쇼핑용 광고가 들어갈 컨테이너와 로딩 스크립트를 추가합니다.

<div id="afshcontainer"></div>

<script type="text/javascript" charset="utf-8">

var pageOptions = {
  "pubId" : "test pub-id",//partner-pub-************* 에서 pub-*************
  "query" : "lcd television",//사용자가 입력한 검색어를 구글에 전송하여 광고정보를 불러옴
  "adsafe" : "high",
  "adtest" : "off",
  "hl" : "ko" //lang
};

var afshBlock = {
  "container" : "afshcontainer",
  "width" : 200, //가로 크기
  "height" : 700, // 세로 크기
};

_googCsa("plas", pageOptions, afshBlock);

</script>

이렇게 하더라도 신청양식을 통해 허가받지 않았더라면 광고는 뜨지 않습니다.

 

pageOptions 설정에 따라 다양하게 광고를 게시할 수 있습니다.

예를 들어 personalizedAds 값에 true를 준다면, Google은 사용자가 관심있어할 쇼핑목록을 보여줄 수 있습니다.

 

설정값에 대한 자세한 내용은 Reference를 확인 해주세요

https://developers.google.com/adsense-for-shopping/docs/multiplereference

 

Reference - Multiple Format  |  AdSense for Shopping  |  Google Developers

Important: Review the individual terms of your contract before using this code on your site. Using the Multiple Format To choose the multiple format when calling AFSh ads, use plas as the first parameter in your _googCsa call. Example: _googCsa('plas', pag

developers.google.com

 

 

관련 문서

https://support.google.com/adsense/answer/6078274?hl=ko&ref_topic=6078201&visit_id=637310849173091868-3039270037&rd=1

 

쇼핑용 애드센스 - AdSense 고객센터

쇼핑용 애드센스는 제품을 판매하는 소매업체 및 상거래 사이트에서 수익을 창출할 수 있도록 Google이 최근에 개발한 제품입니다. 쇼핑용 애드센스를 사용하는 게시자는 google.com에 게재되는 것�

support.google.com

신청 양식 https://services.google.com/fb/forms/adsenseforshopping/

신청양식은 쇼핑몰 운영자이고 관련 검색어로 구글 쇼핑몰광고를 게시할 수 있게 허용하는 과정입니다.

따라서 쇼핑과 관련없는 일반 블로거라면 이에 해당사항이 없습니다.

 

Interested in implementing AdSense for Shopping – Google

Interested in implementing AdSense for Shopping AdSense for Shopping is our latest product in site monetization. It provides a simple path to purchase for users shopping for products on high-quality retail-oriented websites and an additional high-margin re

services.google.com

https://developers.google.com/adsense-for-shopping/

 

AdSense for Shopping  |  Google Developers

Monetize shopping queries with Shopping Ads

developers.google.com

https://developers.google.com/adsense-for-shopping/docs/code-generator

 

Multiple Format  |  AdSense for Shopping  |  Google Developers

Multiple Format Multiple Format Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Poli

developers.google.com

 

 

저작권 보호안내
무단 전재, 재배포 행위는 금지됩니다. (글을 복사하여 게시금지)
본문의 일부(링크용 문장) 인용은 가능하지만, 출처와 링크(a 태그)를 남기셔야 됩니다.
(웹툴을 이용하고, 스크린샷/녹화하는것은 상관없습니다.)

예외적으로. 저에게 허락받은 경우에는 본문을 전재할 수 있습니다.

만약, 본문 공유를 원하신다면 링크 공유를 해주세요

저작권 정책 확인하기
링크 공유하기

 댓글