Class ConversionsResource
The "conversions" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.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 |