Class ConversionResource.GetByCustomerIdRequest
Retrieves a list of conversions from a DoubleClick Search engine account.
Inheritance
ConversionResource.GetByCustomerIdRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ConversionResource.GetByCustomerIdRequest : DoubleclicksearchBaseServiceRequest<ConversionList>, IClientServiceRequest<ConversionList>, IClientServiceRequest
Constructors
GetByCustomerIdRequest(IClientService, string, int, int, int, long)
Constructs a new GetByCustomerId request.
Declaration
public GetByCustomerIdRequest(IClientService service, string customerId, int endDate, int rowCount, int startDate, long startRow)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | customerId | |
int | endDate | |
int | rowCount | |
int | startDate | |
long | startRow |
Properties
AdGroupId
Numeric ID of the ad group.
Declaration
[RequestParameter("adGroupId", RequestParameterType.Query)]
public virtual long? AdGroupId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdId
Numeric ID of the ad.
Declaration
[RequestParameter("adId", RequestParameterType.Query)]
public virtual long? AdId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AdvertiserId
Numeric ID of the advertiser.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AgencyId
Numeric ID of the agency.
Declaration
[RequestParameter("agencyId", RequestParameterType.Query)]
public virtual long? AgencyId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CampaignId
Numeric ID of the campaign.
Declaration
[RequestParameter("campaignId", RequestParameterType.Query)]
public virtual long? CampaignId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CriterionId
Numeric ID of the criterion.
Declaration
[RequestParameter("criterionId", RequestParameterType.Query)]
public virtual long? CriterionId { get; set; }
Property Value
Type | Description |
---|---|
long? |
CustomerId
Customer ID of a client account in the new Search Ads 360 experience.
Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
Type | Description |
---|---|
string |
EndDate
Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
Declaration
[RequestParameter("endDate", RequestParameterType.Query)]
public virtual int EndDate { get; }
Property Value
Type | Description |
---|---|
int |
EngineAccountId
Numeric ID of the engine account.
Declaration
[RequestParameter("engineAccountId", RequestParameterType.Query)]
public virtual long? EngineAccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.ConversionList>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.ConversionList>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Doubleclicksearch.v2.Data.ConversionList>.RestPath
RowCount
The number of conversions to return per call.
Declaration
[RequestParameter("rowCount", RequestParameterType.Query)]
public virtual int RowCount { get; }
Property Value
Type | Description |
---|---|
int |
StartDate
First date (inclusive) on which to retrieve conversions. Format is yyyymmdd.
Declaration
[RequestParameter("startDate", RequestParameterType.Query)]
public virtual int StartDate { get; }
Property Value
Type | Description |
---|---|
int |
StartRow
The 0-based starting index for retrieving conversions results.
Declaration
[RequestParameter("startRow", RequestParameterType.Query)]
public virtual long StartRow { get; }
Property Value
Type | Description |
---|---|
long |
Methods
InitParameters()
Initializes GetByCustomerId parameter list.
Declaration
protected override void InitParameters()