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 ConversionsBatchInsertRequest
IOException
public 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 ConversionsBatchUpdateRequest
IOException
Copyright © 2011–2025 Google. All rights reserved.