먼지 쌓인 키보드

"판매자 정보를 Google sellers.json 파일에 게시하시기 바랍니다" 해결하신 분? 본문

먼지같은 일상/일상과 리뷰

"판매자 정보를 Google sellers.json 파일에 게시하시기 바랍니다" 해결하신 분?

Under_Desk 2020. 9. 9. 03:13
반응형

 

 

 

 

애드센스를 들어가니

판매자 정보를 Google sellers.json 파일에 게시하시기 바랍니다.

 

라고 알람이 왔는데 자세히 알아보기를 들어가봄

(support.google.com/adsense/answer/9889911?hl=ko)

 

대충 정리해보면

- 양식에 맞춰 seller.json 작성 후 추가

- 구글애드센스에서 판매자 정보 공개

 

이 두가지를 해야하는거같은데

 

 

 

 

 

1. 먼저 구글애드센스 -> 계정 -> 설정 -> 계정 정보에 들어가서

    판매자 정보 공개상태를 공개로 바꿔놓긴함

 

 

 

 

 

 

 

 

 

2. 이게 문제인데 seller.json파일을 양식찾은뒤, 추가해보려다가 포기함

 

해당 알림의 자세히보기에서 이런식으로 입력하면 된다고는 함

(support.google.com/adsense/answer/9889911?hl=ko)

 

 

그래서 해당 입력란처럼 작성하기위해서는 seller.json 예제 코드가 필요하다고 생각

아래 사이트에서 seller.json에 대해 찾아봄

(iabtechlab.com/sellers-json/)

 

 

 

그곳에서 아래 링크의 PDF를 찾았고 거기서 관련 코드 예제문을 찾았음

(iabtechlab.com/wp-content/uploads/2019/07/Sellers.json_Final.pdf)

 

 

해당 pdf에서 예제문을 가져와보면

 

아래 코드와 같은데 여기서 입력 양식에 맞게 추가 작성하면 되는건지...

그리고 작성하더라도 어떤식으로 추가해야하는지를 모르겠어서

우선 포기...

//Sample File Contents
{
 "contact_email": "adops@advertisingsystem.com",
 "contact_address": "Advertising System Inc., 101 Main Street, New York, NY 10101",
 "version": "1.0",
 "identifiers": [
 {
 "name": "TAG-ID",
 "value": "28cb65e5bbc0bd5f"
 }
 ],
 "sellers": [
 {
 "seller_id": "1942009976",
 "name": "Publisher1",
 "domain": "publisher1.com",
 "seller_type": "PUBLISHER”
 },
 {
 "seller_id": "1397382429",
 "name": "Exchange1",
 "domain": "exchange1.com",
 "seller_type": "INTERMEDIARY"
 },
 {
 "seller_id": "20000000",
 "name": "Seller And Intermediary, Inc",
 "domain": "sellerandintermediary.com",
 "seller_type": "PUBLISHER",
 "comment": "NorthAmerica O&O inventory"
 },
 {
 "seller_id": "20000001",
 "name": "Seller And Intermediary, Inc",
 "domain": "sellerandintermediary.com",
 "seller_type": "PUBLISHER",
 "comment": "APAC O&O inventory"
 },
 {
 "seller_id": "20000002",
 "name": "Seller And Intermediary, Inc",
 "domain": "sellerandintermediary.com",
 "seller_type": "INTERMEDIARY",
 "comment": "Non O&O inventory"
 },
 {
 "seller_id": "101010101",
 "name": "Hybrid Seller",
 "domain": "hybridseller.com",
 "seller_type": "BOTH",
 "comment": "Sells both O&O and other sellers' inventory"
 },
 {
 "seller_id": "00000001",
 "seller_type": "INTERMEDIARY",
 "is_confidential": 1
 },
 {
 "seller_id": "EB_0001",
 "name": "Passthrough Publisher",
 "domain": "passthroughpublisher.com",
 "seller_type": "PUBLISHER",
 "is_passthrough": 1,
 "comment": "direct buyer/seller of this inventory must establish an account
relationship with Passthrough Publisher"
 }
 ]
}

 

 

반응형
Comments