public class Dfareporting.Conversions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Conversions.Batchinsert |
class |
Dfareporting.Conversions.Batchupdate |
| Constructor and Description |
|---|
Dfareporting.Conversions() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Conversions.Batchinsert |
batchinsert(java.lang.Long profileId,
ConversionsBatchInsertRequest content)
Inserts conversions.
|
Dfareporting.Conversions.Batchupdate |
batchupdate(java.lang.Long profileId,
ConversionsBatchUpdateRequest content)
Updates existing conversions.
|
public Dfareporting.Conversions.Batchinsert batchinsert(java.lang.Long profileId, ConversionsBatchInsertRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ConversionsBatchInsertRequestjava.io.IOExceptionpublic Dfareporting.Conversions.Batchupdate batchupdate(java.lang.Long profileId, ConversionsBatchUpdateRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ConversionsBatchUpdateRequestjava.io.IOException