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