Show / Hide Table of Contents

Class ConversionsResource

The "conversions" collection of methods.

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

Constructors

ConversionsResource(IClientService)

Constructs a new resource.

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

Methods

Batchinsert(ConversionsBatchInsertRequest, long)

Inserts conversions.

Declaration
public virtual ConversionsResource.BatchinsertRequest Batchinsert(ConversionsBatchInsertRequest body, long profileId)
Parameters
Type Name Description
ConversionsBatchInsertRequest body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
ConversionsResource.BatchinsertRequest

Batchupdate(ConversionsBatchUpdateRequest, long)

Updates existing conversions.

Declaration
public virtual ConversionsResource.BatchupdateRequest Batchupdate(ConversionsBatchUpdateRequest body, long profileId)
Parameters
Type Name Description
ConversionsBatchUpdateRequest body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
ConversionsResource.BatchupdateRequest
In This Article
Back to top Generated by DocFX