Get traffic statistics for a domain on a specific date. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.
HTTP request
GET https://gmailpostmastertools.googleapis.com/v1/{name=domains/*/trafficStats/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
The resource name of the traffic statistics to get. E.g., domains/mymail.mydomain.com/trafficStats/20160807. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TrafficStats
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/postmaster.readonly
For more information, see the Authorization guide.