Show / Hide Table of Contents

Class ConversionResource

The "conversion" collection of methods.

Inheritance
object
ConversionResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ConversionResource

Constructors

ConversionResource(IClientService)

Constructs a new resource.

Declaration
public ConversionResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long, long, int, int, int, long)

Retrieves a list of conversions from a DoubleClick Search engine account.

Declaration
public virtual ConversionResource.GetRequest Get(long agencyId, long advertiserId, long engineAccountId, int endDate, int rowCount, int startDate, long startRow)
Parameters
Type Name Description
long agencyId

Numeric ID of the agency.

long advertiserId

Numeric ID of the advertiser.

long engineAccountId

Numeric ID of the engine account.

int endDate

Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

int rowCount

The number of conversions to return per call.

int startDate

First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

long startRow

The 0-based starting index for retrieving conversions results.

Returns
Type Description
ConversionResource.GetRequest

GetByCustomerId(string, int, int, int, long)

Retrieves a list of conversions from a DoubleClick Search engine account.

Declaration
public virtual ConversionResource.GetByCustomerIdRequest GetByCustomerId(string customerId, int endDate, int rowCount, int startDate, long startRow)
Parameters
Type Name Description
string customerId

Customer ID of a client account in the new Search Ads 360 experience.

int endDate

Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

int rowCount

The number of conversions to return per call.

int startDate

First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.

long startRow

The 0-based starting index for retrieving conversions results.

Returns
Type Description
ConversionResource.GetByCustomerIdRequest

Insert(ConversionList)

Inserts a batch of new conversions into DoubleClick Search.

Declaration
public virtual ConversionResource.InsertRequest Insert(ConversionList body)
Parameters
Type Name Description
ConversionList body

The body of the request.

Returns
Type Description
ConversionResource.InsertRequest

Update(ConversionList)

Updates a batch of conversions in DoubleClick Search.

Declaration
public virtual ConversionResource.UpdateRequest Update(ConversionList body)
Parameters
Type Name Description
ConversionList body

The body of the request.

Returns
Type Description
ConversionResource.UpdateRequest

UpdateAvailability(UpdateAvailabilityRequest)

Updates the availabilities of a batch of floodlight activities in DoubleClick Search.

Declaration
public virtual ConversionResource.UpdateAvailabilityRequest UpdateAvailability(UpdateAvailabilityRequest body)
Parameters
Type Name Description
UpdateAvailabilityRequest body

The body of the request.

Returns
Type Description
ConversionResource.UpdateAvailabilityRequest
In this article
Back to top Generated by DocFX