Show / Hide Table of Contents

Class CampaignCreativeAssociationsResource

The "campaignCreativeAssociations" collection of methods.

Inheritance
object
CampaignCreativeAssociationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class CampaignCreativeAssociationsResource

Constructors

CampaignCreativeAssociationsResource(IClientService)

Constructs a new resource.

Declaration
public CampaignCreativeAssociationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Insert(CampaignCreativeAssociation, long, long)

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.

Declaration
public virtual CampaignCreativeAssociationsResource.InsertRequest Insert(CampaignCreativeAssociation body, long profileId, long campaignId)
Parameters
Type Name Description
CampaignCreativeAssociation body

The body of the request.

long profileId

User profile ID associated with this request.

long campaignId

Campaign ID in this association.

Returns
Type Description
CampaignCreativeAssociationsResource.InsertRequest

List(long, long)

Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.

Declaration
public virtual CampaignCreativeAssociationsResource.ListRequest List(long profileId, long campaignId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long campaignId

Campaign ID in this association.

Returns
Type Description
CampaignCreativeAssociationsResource.ListRequest
In This Article
Back to top Generated by DocFX