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