class CreativeAssets extends Resource (View source)

The "creativeAssets" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $creativeAssets = $dfareportingService->creativeAssets;

Methods

insert(string $profileId, string $advertiserId, CreativeAssetMetadata $postBody, array $optParams = [])

Inserts a new creative asset. (creativeAssets.insert)

Details

CreativeAssetMetadata insert(string $profileId, string $advertiserId, CreativeAssetMetadata $postBody, array $optParams = [])

Inserts a new creative asset. (creativeAssets.insert)

Parameters

string $profileId

User profile ID associated with this request.

string $advertiserId

Advertiser ID of this creative. This is a required field.

CreativeAssetMetadata $postBody
array $optParams

Optional parameters.

Return Value

CreativeAssetMetadata

Exceptions

Exception