public class Dfareporting.CampaignCreativeAssociations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.CampaignCreativeAssociations.Insert |
class |
Dfareporting.CampaignCreativeAssociations.List |
| Constructor and Description |
|---|
Dfareporting.CampaignCreativeAssociations() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CampaignCreativeAssociations.Insert |
insert(java.lang.Long profileId,
java.lang.Long campaignId,
CampaignCreativeAssociation content)
Associates a creative with the specified campaign.
|
Dfareporting.CampaignCreativeAssociations.List |
list(java.lang.Long profileId,
java.lang.Long campaignId)
Retrieves the list of creative IDs associated with the specified campaign.
|
public Dfareporting.CampaignCreativeAssociations()
public Dfareporting.CampaignCreativeAssociations.Insert insert(java.lang.Long profileId, java.lang.Long campaignId, CampaignCreativeAssociation content) throws java.io.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 CampaignCreativeAssociationjava.io.IOExceptionpublic Dfareporting.CampaignCreativeAssociations.List list(java.lang.Long profileId, java.lang.Long campaignId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.campaignId - Campaign ID in this association.java.io.IOException