public class Dfareporting.Conversions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Conversions.Batchinsert |
class |
Dfareporting.Conversions.Batchupdate |
| Constructor and Description |
|---|
Conversions() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Conversions.Batchinsert |
batchinsert(Long profileId,
ConversionsBatchInsertRequest content)
Inserts conversions.
|
Dfareporting.Conversions.Batchupdate |
batchupdate(Long profileId,
ConversionsBatchUpdateRequest content)
Updates existing conversions.
|
public Dfareporting.Conversions.Batchinsert batchinsert(Long profileId, ConversionsBatchInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ConversionsBatchInsertRequestIOExceptionpublic Dfareporting.Conversions.Batchupdate batchupdate(Long profileId, ConversionsBatchUpdateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the ConversionsBatchUpdateRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.