[[["わかりやすい","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-06-04 UTC。"],[[["This guide is for advanced users familiar with OAuth 2.0 and its use with Google APIs, offering behind-the-scenes details on authentication with the Google Ads API."],["Access tokens control API access, determined by the 'scope' parameter, with the Google Ads API scope being `https://www.googleapis.com/auth/adwords`."],["Offline access is available for client apps; web apps require setting `access_type` to `offline`, while desktop apps have it enabled by default."],["Access tokens are passed via the `Authorization` HTTP header for REST or bound to a `Channel` for gRPC, and can be refreshed using a securely stored refresh token."],["Client libraries automatically handle token refresh, but developers can consult guides for desktop and web app token management."]]],[]]