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