Sites
class Sites extends Resource (View source)
The "sites" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$sites = $dfareportingService->sites;
Methods
listSites(string $profileId, array $optParams = [])
Retrieves a list of sites, possibly filtered. This method supports paging.
Details
Site
get(string $profileId, string $id, array $optParams = [])
Gets one site by ID. (sites.get)
Site
insert(string $profileId, Site $postBody, array $optParams = [])
Inserts a new site. (sites.insert)
SitesListResponse
listSites(string $profileId, array $optParams = [])
Retrieves a list of sites, possibly filtered. This method supports paging.
(sites.listSites)
Site
patch(string $profileId, string $id, Site $postBody, array $optParams = [])
Updates an existing site. This method supports patch semantics. (sites.patch)