public class Doubleclicksearch.Conversion.GetByCustomerId extends DoubleclicksearchRequest<ConversionList>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
GetByCustomerId(String customerId,
Integer endDate,
Integer rowCount,
Integer startDate,
Long startRow)
Retrieves a list of conversions from a DoubleClick Search engine account.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Long |
getAdGroupId()
Numeric ID of the ad group.
|
Long |
getAdId()
Numeric ID of the ad.
|
Long |
getAdvertiserId()
Numeric ID of the advertiser.
|
Long |
getAgencyId()
Numeric ID of the agency.
|
Long |
getCampaignId()
Numeric ID of the campaign.
|
Long |
getCriterionId()
Numeric ID of the criterion.
|
String |
getCustomerId()
Customer ID of a client account in the new Search Ads 360 experience.
|
Integer |
getEndDate()
Last date (inclusive) on which to retrieve conversions.
|
Long |
getEngineAccountId()
Numeric ID of the engine account.
|
Integer |
getRowCount()
The number of conversions to return per call.
|
Integer |
getStartDate()
First date (inclusive) on which to retrieve conversions.
|
Long |
getStartRow()
The 0-based starting index for retrieving conversions results.
|
Doubleclicksearch.Conversion.GetByCustomerId |
set(String parameterName,
Object value) |
Doubleclicksearch.Conversion.GetByCustomerId |
set$Xgafv(String $Xgafv)
V1 error format.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAccessToken(String accessToken)
OAuth access token.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAdGroupId(Long adGroupId)
Numeric ID of the ad group.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAdId(Long adId)
Numeric ID of the ad.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAdvertiserId(Long advertiserId)
Numeric ID of the advertiser.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAgencyId(Long agencyId)
Numeric ID of the agency.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setAlt(String alt)
Data format for response.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setCallback(String callback)
JSONP
|
Doubleclicksearch.Conversion.GetByCustomerId |
setCampaignId(Long campaignId)
Numeric ID of the campaign.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setCriterionId(Long criterionId)
Numeric ID of the criterion.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setCustomerId(String customerId)
Customer ID of a client account in the new Search Ads 360 experience.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setEndDate(Integer endDate)
Last date (inclusive) on which to retrieve conversions.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setEngineAccountId(Long engineAccountId)
Numeric ID of the engine account.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setKey(String key)
API key.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setRowCount(Integer rowCount)
The number of conversions to return per call.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setStartDate(Integer startDate)
First date (inclusive) on which to retrieve conversions.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setStartRow(Long startRow)
The 0-based starting index for retrieving conversions results.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Doubleclicksearch.Conversion.GetByCustomerId |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected GetByCustomerId(String customerId, Integer endDate, Integer rowCount, Integer startDate, Long startRow)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. GetByCustomerId#initialize(com.google.api.client.googleapis.services.Abst
ractGoogleClientRequest)
must be called to initialize this instance immediately after invoking
the constructor.
customerId
- Customer ID of a client account in the new Search Ads 360 experience.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.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ConversionList>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ConversionList>
IOException
public Doubleclicksearch.Conversion.GetByCustomerId set$Xgafv(String $Xgafv)
DoubleclicksearchRequest
set$Xgafv
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setAccessToken(String accessToken)
DoubleclicksearchRequest
setAccessToken
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setAlt(String alt)
DoubleclicksearchRequest
setAlt
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setCallback(String callback)
DoubleclicksearchRequest
setCallback
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setFields(String fields)
DoubleclicksearchRequest
setFields
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setKey(String key)
DoubleclicksearchRequest
setKey
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setOauthToken(String oauthToken)
DoubleclicksearchRequest
setOauthToken
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setPrettyPrint(Boolean prettyPrint)
DoubleclicksearchRequest
setPrettyPrint
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setQuotaUser(String quotaUser)
DoubleclicksearchRequest
setQuotaUser
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setUploadType(String uploadType)
DoubleclicksearchRequest
setUploadType
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.GetByCustomerId setUploadProtocol(String uploadProtocol)
DoubleclicksearchRequest
setUploadProtocol
in class DoubleclicksearchRequest<ConversionList>
public String getCustomerId()
public Doubleclicksearch.Conversion.GetByCustomerId setCustomerId(String customerId)
public Integer getEndDate()
public Doubleclicksearch.Conversion.GetByCustomerId setEndDate(Integer endDate)
public Integer getRowCount()
public Doubleclicksearch.Conversion.GetByCustomerId setRowCount(Integer rowCount)
public Integer getStartDate()
public Doubleclicksearch.Conversion.GetByCustomerId setStartDate(Integer startDate)
public Long getStartRow()
public Doubleclicksearch.Conversion.GetByCustomerId setStartRow(Long startRow)
public Long getAdGroupId()
public Doubleclicksearch.Conversion.GetByCustomerId setAdGroupId(Long adGroupId)
public Long getAdId()
public Doubleclicksearch.Conversion.GetByCustomerId setAdId(Long adId)
public Long getAdvertiserId()
public Doubleclicksearch.Conversion.GetByCustomerId setAdvertiserId(Long advertiserId)
public Long getAgencyId()
public Doubleclicksearch.Conversion.GetByCustomerId setAgencyId(Long agencyId)
public Long getCampaignId()
public Doubleclicksearch.Conversion.GetByCustomerId setCampaignId(Long campaignId)
public Long getCriterionId()
public Doubleclicksearch.Conversion.GetByCustomerId setCriterionId(Long criterionId)
public Long getEngineAccountId()
public Doubleclicksearch.Conversion.GetByCustomerId setEngineAccountId(Long engineAccountId)
public Doubleclicksearch.Conversion.GetByCustomerId set(String parameterName, Object value)
set
in class DoubleclicksearchRequest<ConversionList>
Copyright © 2011–2024 Google. All rights reserved.