DomainsTrafficStats
class DomainsTrafficStats extends Resource (View source)
The "trafficStats" collection of methods.
Typical usage is:
$gmailpostmastertoolsService = new Google\Service\PostmasterTools(...);
$trafficStats = $gmailpostmastertoolsService->domains_trafficStats;
Methods
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. (trafficStats.get)
List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.
Details
TrafficStats
get(string $name, array $optParams = [])
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. (trafficStats.get)
ListTrafficStatsResponse
listDomainsTrafficStats(string $parent, array $optParams = [])
List traffic statistics for all available days. Returns PERMISSION_DENIED if user does not have permission to access TrafficStats for the domain.
(trafficStats.listDomainsTrafficStats)