Show / Hide Table of Contents

Class CreativesResource

The "creatives" collection of methods.

Inheritance
object
CreativesResource
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 CreativesResource

Constructors

CreativesResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one creative by ID.

Declaration
public virtual CreativesResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

Creative ID.

Returns
Type Description
CreativesResource.GetRequest

Insert(Creative, long)

Inserts a new creative.

Declaration
public virtual CreativesResource.InsertRequest Insert(Creative body, long profileId)
Parameters
Type Name Description
Creative body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
CreativesResource.InsertRequest

List(long)

Retrieves a list of creatives, possibly filtered. This method supports paging.

Declaration
public virtual CreativesResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
CreativesResource.ListRequest

Patch(Creative, long, long)

Updates an existing creative. This method supports patch semantics.

Declaration
public virtual CreativesResource.PatchRequest Patch(Creative body, long profileId, long id)
Parameters
Type Name Description
Creative body

The body of the request.

long profileId

User profile ID associated with this request.

long id

Creative ID.

Returns
Type Description
CreativesResource.PatchRequest

Update(Creative, long)

Updates an existing creative.

Declaration
public virtual CreativesResource.UpdateRequest Update(Creative body, long profileId)
Parameters
Type Name Description
Creative body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
CreativesResource.UpdateRequest
In This Article
Back to top Generated by DocFX