public class Doubleclicksearch.Conversion
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Doubleclicksearch.Conversion.Get |
class |
Doubleclicksearch.Conversion.Insert |
class |
Doubleclicksearch.Conversion.Patch |
class |
Doubleclicksearch.Conversion.Update |
class |
Doubleclicksearch.Conversion.UpdateAvailability |
Constructor and Description |
---|
Conversion() |
Modifier and Type | Method and Description |
---|---|
Doubleclicksearch.Conversion.Get |
get(java.lang.Long agencyId,
java.lang.Long advertiserId,
java.lang.Long engineAccountId,
java.lang.Integer endDate,
java.lang.Integer rowCount,
java.lang.Integer startDate,
java.lang.Long startRow)
Retrieves a list of conversions from a DoubleClick Search engine account.
|
Doubleclicksearch.Conversion.Insert |
insert(ConversionList content)
Inserts a batch of new conversions into DoubleClick Search.
|
Doubleclicksearch.Conversion.Patch |
patch(java.lang.Long advertiserId,
java.lang.Long agencyId,
java.lang.Integer endDate,
java.lang.Long engineAccountId,
java.lang.Integer rowCount,
java.lang.Integer startDate,
java.lang.Long startRow,
ConversionList content)
Updates a batch of conversions in DoubleClick Search.
|
Doubleclicksearch.Conversion.Update |
update(ConversionList content)
Updates a batch of conversions in DoubleClick Search.
|
Doubleclicksearch.Conversion.UpdateAvailability |
updateAvailability(UpdateAvailabilityRequest content)
Updates the availabilities of a batch of floodlight activities in DoubleClick Search.
|
public Doubleclicksearch.Conversion.Get get(java.lang.Long agencyId, java.lang.Long advertiserId, java.lang.Long engineAccountId, java.lang.Integer endDate, java.lang.Integer rowCount, java.lang.Integer startDate, java.lang.Long startRow) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.agencyId
- Numeric ID of the agency.advertiserId
- Numeric ID of the advertiser.engineAccountId
- Numeric ID of the engine account.endDate
- Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]rowCount
- The number of conversions to return per call.
[minimum: 1]
[maximum: 1000]startDate
- First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]startRow
- The 0-based starting index for retrieving conversions results.java.io.IOException
public Doubleclicksearch.Conversion.Insert insert(ConversionList content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ConversionList
java.io.IOException
public Doubleclicksearch.Conversion.Patch patch(java.lang.Long advertiserId, java.lang.Long agencyId, java.lang.Integer endDate, java.lang.Long engineAccountId, java.lang.Integer rowCount, java.lang.Integer startDate, java.lang.Long startRow, ConversionList content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.advertiserId
- Numeric ID of the advertiser.agencyId
- Numeric ID of the agency.endDate
- Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]engineAccountId
- Numeric ID of the engine account.rowCount
- The number of conversions to return per call.
[minimum: 1]
[maximum: 1000]startDate
- First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
[minimum: 20091101]
[maximum: 99991231]startRow
- The 0-based starting index for retrieving conversions results.content
- the ConversionList
java.io.IOException
public Doubleclicksearch.Conversion.Update update(ConversionList content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ConversionList
java.io.IOException
public Doubleclicksearch.Conversion.UpdateAvailability updateAvailability(UpdateAvailabilityRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.content
- the UpdateAvailabilityRequest
java.io.IOException