[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["Enabling gzip compression reduces bandwidth usage by compressing data, which often outweighs the cost of extra CPU time required for decompression."],["To receive a gzip-encoded response, set the `Accept-Encoding` header to `gzip` and include `gzip` in your user agent string."],["Requesting partial resources, by only retrieving the data fields you need, improves application performance by conserving resources such as network, CPU, and memory."],["Partial responses are achieved by using the `fields` request parameter to specify which fields you want returned from the server, instead of receiving the full resource representation."]]],["To enhance application performance, enable gzip compression by setting the `Accept-Encoding: gzip` header and including `gzip` in the `User-Agent`. Additionally, request only necessary data by utilizing partial responses. Employ the `fields` request parameter to specify desired fields, thereby reducing data transfer, parsing, and storage overhead, optimizing network, CPU, and memory usage. These techniques can be used for the Ad Exchange Buyer API.\n"]]