CampaignCreativeAssociations
class CampaignCreativeAssociations extends Resource (View source)
The "campaignCreativeAssociations" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$campaignCreativeAssociations = $dfareportingService->campaignCreativeAssociations;
Methods
Associates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already. (campaignCreativeAssociations.insert)
Retrieves the list of creative IDs associated with the specified campaign.
Details
CampaignCreativeAssociation
insert(string $profileId, string $campaignId, CampaignCreativeAssociation $postBody, array $optParams = [])
Associates a creative with the specified campaign. This method creates a default ad with dimensions matching the creative in the campaign if such a default ad does not exist already. (campaignCreativeAssociations.insert)
CampaignCreativeAssociationsListResponse
listCampaignCreativeAssociations(string $profileId, string $campaignId, array $optParams = [])
Retrieves the list of creative IDs associated with the specified campaign.
This method supports paging. (campaignCreativeAssociations.listCampaignCreativeAssociations)