[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["OAuth 2.0 allows third-party apps to access protected data with user or app's own authorization."],["You need an OAuth 2.0 client ID for your app to request access to your organization's location data on behalf of users."],["It's recommended to combine Merchant Center and Ads OAuth requirements during setup."],["Offline access is crucial for refreshing access tokens without repeated user prompts."],["Using a client library for OAuth implementation is highly recommended."]]],["OAuth 2.0 enables third-party applications to access HTTP services, either on behalf of a user or itself, requiring an OAuth 2.0 client ID. Google APIs use OAuth 2.0 for authentication and authorization. When integrating, combine Merchant Center and Ads OAuth requirements. Set `access_type` to `offline` to enable refreshing access tokens, and use Google's Client Libraries for OAuth implementation. Merchants should grant read/write access with the scope: `https://www.googleapis.com/auth/adwords`.\n"]]