Show / Hide Table of Contents

Class CustomEventsResource

The "customEvents" collection of methods.

Inheritance
System.Object
CustomEventsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class CustomEventsResource

Constructors

CustomEventsResource(IClientService)

Constructs a new resource.

Declaration
public CustomEventsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Batchinsert(CustomEventsBatchInsertRequest, Int64)

Inserts custom events.

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

The body of the request.

System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
CustomEventsResource.BatchinsertRequest
In This Article
Back to top