OAuth Scopes and Endpoints
Required Scopes and Endpoint Domains for Google Ads Manager
When integrating with Google Ads Manager, your application needs specific permissions to interact with the API.These permissions are defined by access scopes, which determine what data your application can access and what actions it can perform.
This topic provides information about the required access scopes and endpoint domains for the Google Ads Manager adapter.
Understanding Scopes
Scopes are a way to limit an application's access to a user's data. They define the specific actions that an application can perform on behalf of the user.
For example, a read-only scope might allow an application to view data, while a full access scope might allow it to modify data.
Required Scopes for Google Ads Manager
Scope | Description |
googleapis.com/auth/dfp | This is the default scope and the only scope available. |
Understanding Endpoint Domains
Endpoint domains are the specific URLs that the application needs to communicate with in order to authenticate, retrieve records, and perform other essential operations.
Allowlisting these domains ensures that the network traffic between your application and the API is not blocked by firewalls or security settings.
Note: Most users do not need to make any special configurations. Allowlisting is typically only necessary for environments with strict security measures, such as restricted outbound network traffic.
Required Endpoint Domains for Google Ads Manager
Domain | Always Required | Description |
ads.google.com | TRUE | The subdomain used to make API calls and retrieve data. For example, https://ads.google.com/apis/ads/publisher/v202402/ReportService. |
accounts.google.com | TRUE | The subdomain used for OAuth. |
admanager.google.com | FALSE | This is not used by the driver to retrieve data. It may be used to retrieve the network code when establishing a connection. For example, https://admanager.google.com/46219023#home where 46219023 is the value of the NetworkCode. |