public class Doubleclicksearch.Conversion extends Object
Modifier and Type | Class and Description |
---|---|
class |
Doubleclicksearch.Conversion.Get |
class |
Doubleclicksearch.Conversion.GetByCustomerId |
class |
Doubleclicksearch.Conversion.Insert |
class |
Doubleclicksearch.Conversion.Update |
class |
Doubleclicksearch.Conversion.UpdateAvailability |
Constructor and Description |
---|
Conversion() |
Modifier and Type | Method and Description |
---|---|
Doubleclicksearch.Conversion.Get |
get(Long agencyId,
Long advertiserId,
Long engineAccountId,
Integer endDate,
Integer rowCount,
Integer startDate,
Long startRow)
Retrieves a list of conversions from a DoubleClick Search engine account.
|
Doubleclicksearch.Conversion.GetByCustomerId |
getByCustomerId(String customerId,
Integer endDate,
Integer rowCount,
Integer startDate,
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.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(Long agencyId, Long advertiserId, Long engineAccountId, Integer endDate, Integer rowCount, Integer startDate, Long startRow) throws 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.IOException
public Doubleclicksearch.Conversion.GetByCustomerId getByCustomerId(String customerId, Integer endDate, Integer rowCount, Integer startDate, Long startRow) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.customerId
- Customer ID of a client account in the new Search Ads 360 experience.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.IOException
public Doubleclicksearch.Conversion.Insert insert(ConversionList content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ConversionList
IOException
public Doubleclicksearch.Conversion.Update update(ConversionList content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the ConversionList
IOException
public Doubleclicksearch.Conversion.UpdateAvailability updateAvailability(UpdateAvailabilityRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.content
- the UpdateAvailabilityRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.