Class ConversionResource.GetRequest
Retrieves a list of conversions from a DoubleClick Search engine account.
Inheritance
ConversionResource.GetRequest
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ConversionResource.GetRequest : DoubleclicksearchBaseServiceRequest<ConversionList>, IClientServiceRequest<ConversionList>, IClientServiceRequest
Constructors
GetRequest(IClientService, long, long, long, int, int, int, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long agencyId, long advertiserId, long engineAccountId, int endDate, int rowCount, int startDate, long startRow)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | agencyId | |
long | advertiserId | |
long | engineAccountId | |
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.Path)]
public virtual long AdvertiserId { get; }
Property Value
Type | Description |
---|---|
long |
AgencyId
Numeric ID of the agency.
Declaration
[RequestParameter("agencyId", RequestParameterType.Path)]
public virtual long AgencyId { get; }
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.Query)]
public virtual string CustomerId { get; set; }
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.Path)]
public virtual long EngineAccountId { get; }
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 Get parameter list.
Declaration
protected override void InitParameters()