public class Dfareporting.CampaignCreativeAssociations extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.CampaignCreativeAssociations.Insert |
class |
Dfareporting.CampaignCreativeAssociations.List |
Constructor and Description |
---|
CampaignCreativeAssociations() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.CampaignCreativeAssociations.Insert |
insert(Long profileId,
Long campaignId,
CampaignCreativeAssociation content)
Associates a creative with the specified campaign.
|
Dfareporting.CampaignCreativeAssociations.List |
list(Long profileId,
Long campaignId)
Retrieves the list of creative IDs associated with the specified campaign.
|
public Dfareporting.CampaignCreativeAssociations.Insert insert(Long profileId, Long campaignId, CampaignCreativeAssociation content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.campaignId
- Campaign ID in this association.content
- the CampaignCreativeAssociation
IOException
public Dfareporting.CampaignCreativeAssociations.List list(Long profileId, Long campaignId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.campaignId
- Campaign ID in this association.IOException
Copyright © 2011–2025 Google. All rights reserved.