Class ConversionsResource
The "conversions" collection of methods.
Inheritance
System.Object
ConversionsResource
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 ConversionsResource
Constructors
ConversionsResource(IClientService)
Constructs a new resource.
Declaration
public ConversionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Batchinsert(ConversionsBatchInsertRequest, Int64)
Inserts conversions.
Declaration
public virtual ConversionsResource.BatchinsertRequest Batchinsert(ConversionsBatchInsertRequest body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
ConversionsBatchInsertRequest | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
ConversionsResource.BatchinsertRequest |
Batchupdate(ConversionsBatchUpdateRequest, Int64)
Updates existing conversions.
Declaration
public virtual ConversionsResource.BatchupdateRequest Batchupdate(ConversionsBatchUpdateRequest body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
ConversionsBatchUpdateRequest | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
ConversionsResource.BatchupdateRequest |