All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.doubleclicksearch.Doubleclicksearch.Conversion.html Maven / Gradle / Ivy

There is a newer version: v2-rev99-1.22.0
Show newest version






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.
    • Constructor Detail

      • Conversion

        public Conversion()
    • 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

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy