[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
샘플 및 라이브러리
애드센스 호스트 API는 HTTP 및 JSON을 기반으로 제작되었습니다. 따라서 모든 표준 HTTP 클라이언트가 애드센스 호스트 API에 요청을 보내고 응답을 파싱할 수 있습니다.
그러나 Google API 클라이언트 라이브러리는 더 나은 언어 통합과 향상된 보안 기능을 제공하고, 사용자 승인이 필요한 호출을 지원합니다. 이 클라이언트 라이브러리는 다양한 프로그래밍 언어로 제공되며, 이를 이용하면 HTTP 요청을 직접 설정하고 응답을 파싱하지 않아도 됩니다.