
target.apidocs.com.google.api.services.doubleclicksearch.Doubleclicksearch.Conversion.html Maven / Gradle / Ivy
Doubleclicksearch.Conversion (DoubleClick Search API v2-rev20180802-1.26.0)
com.google.api.services.doubleclicksearch
Class Doubleclicksearch.Conversion
- java.lang.Object
-
- com.google.api.services.doubleclicksearch.Doubleclicksearch.Conversion
-
- Enclosing class:
- Doubleclicksearch
public class Doubleclicksearch.Conversion
extends Object
The "conversion" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Conversion()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.Insert
insert(ConversionList content)
Inserts a batch of new conversions into DoubleClick Search.
Doubleclicksearch.Conversion.Patch
patch(Long advertiserId,
Long agencyId,
Integer endDate,
Long engineAccountId,
Integer rowCount,
Integer startDate,
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.
-
-
Method Detail
-
get
public Doubleclicksearch.Conversion.Get get(Long agencyId,
Long advertiserId,
Long engineAccountId,
Integer endDate,
Integer rowCount,
Integer startDate,
Long startRow)
throws IOException
Retrieves a list of conversions from a DoubleClick Search engine account.
Create a request for the method "conversion.get".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
insert
public Doubleclicksearch.Conversion.Insert insert(ConversionList content)
throws IOException
Inserts a batch of new conversions into DoubleClick Search.
Create a request for the method "conversion.insert".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the ConversionList
- Returns:
- the request
- Throws:
IOException
-
patch
public Doubleclicksearch.Conversion.Patch patch(Long advertiserId,
Long agencyId,
Integer endDate,
Long engineAccountId,
Integer rowCount,
Integer startDate,
Long startRow,
ConversionList content)
throws IOException
Updates a batch of conversions in DoubleClick Search. This method supports patch semantics.
Create a request for the method "conversion.patch".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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
- Returns:
- the request
- Throws:
IOException
-
update
public Doubleclicksearch.Conversion.Update update(ConversionList content)
throws IOException
Updates a batch of conversions in DoubleClick Search.
Create a request for the method "conversion.update".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the ConversionList
- Returns:
- the request
- Throws:
IOException
-
updateAvailability
public Doubleclicksearch.Conversion.UpdateAvailability updateAvailability(UpdateAvailabilityRequest content)
throws IOException
Updates the availabilities of a batch of floodlight activities in DoubleClick Search.
Create a request for the method "conversion.updateAvailability".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
content
- the UpdateAvailabilityRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2018 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy