public class Doubleclicksearch.Conversion.Get extends DoubleclicksearchRequest<ConversionList>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(Long agencyId,
Long advertiserId,
Long engineAccountId,
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.Get |
set(String parameterName,
Object value) |
Doubleclicksearch.Conversion.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Doubleclicksearch.Conversion.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Doubleclicksearch.Conversion.Get |
setAdGroupId(Long adGroupId)
Numeric ID of the ad group.
|
Doubleclicksearch.Conversion.Get |
setAdId(Long adId)
Numeric ID of the ad.
|
Doubleclicksearch.Conversion.Get |
setAdvertiserId(Long advertiserId)
Numeric ID of the advertiser.
|
Doubleclicksearch.Conversion.Get |
setAgencyId(Long agencyId)
Numeric ID of the agency.
|
Doubleclicksearch.Conversion.Get |
setAlt(String alt)
Data format for response.
|
Doubleclicksearch.Conversion.Get |
setCallback(String callback)
JSONP
|
Doubleclicksearch.Conversion.Get |
setCampaignId(Long campaignId)
Numeric ID of the campaign.
|
Doubleclicksearch.Conversion.Get |
setCriterionId(Long criterionId)
Numeric ID of the criterion.
|
Doubleclicksearch.Conversion.Get |
setCustomerId(String customerId)
Customer ID of a client account in the new Search Ads 360 experience.
|
Doubleclicksearch.Conversion.Get |
setEndDate(Integer endDate)
Last date (inclusive) on which to retrieve conversions.
|
Doubleclicksearch.Conversion.Get |
setEngineAccountId(Long engineAccountId)
Numeric ID of the engine account.
|
Doubleclicksearch.Conversion.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Doubleclicksearch.Conversion.Get |
setKey(String key)
API key.
|
Doubleclicksearch.Conversion.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Doubleclicksearch.Conversion.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Doubleclicksearch.Conversion.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Doubleclicksearch.Conversion.Get |
setRowCount(Integer rowCount)
The number of conversions to return per call.
|
Doubleclicksearch.Conversion.Get |
setStartDate(Integer startDate)
First date (inclusive) on which to retrieve conversions.
|
Doubleclicksearch.Conversion.Get |
setStartRow(Long startRow)
The 0-based starting index for retrieving conversions results.
|
Doubleclicksearch.Conversion.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Doubleclicksearch.Conversion.Get |
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 Get(Long agencyId, Long advertiserId, Long engineAccountId, Integer endDate, Integer rowCount, Integer startDate, Long startRow)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Doubleclicksearch.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
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.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.Get set$Xgafv(String $Xgafv)
DoubleclicksearchRequest
set$Xgafv
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setAccessToken(String accessToken)
DoubleclicksearchRequest
setAccessToken
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setAlt(String alt)
DoubleclicksearchRequest
setAlt
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setCallback(String callback)
DoubleclicksearchRequest
setCallback
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setFields(String fields)
DoubleclicksearchRequest
setFields
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setKey(String key)
DoubleclicksearchRequest
setKey
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setOauthToken(String oauthToken)
DoubleclicksearchRequest
setOauthToken
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setPrettyPrint(Boolean prettyPrint)
DoubleclicksearchRequest
setPrettyPrint
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setQuotaUser(String quotaUser)
DoubleclicksearchRequest
setQuotaUser
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setUploadType(String uploadType)
DoubleclicksearchRequest
setUploadType
in class DoubleclicksearchRequest<ConversionList>
public Doubleclicksearch.Conversion.Get setUploadProtocol(String uploadProtocol)
DoubleclicksearchRequest
setUploadProtocol
in class DoubleclicksearchRequest<ConversionList>
public Long getAgencyId()
public Doubleclicksearch.Conversion.Get setAgencyId(Long agencyId)
public Long getAdvertiserId()
public Doubleclicksearch.Conversion.Get setAdvertiserId(Long advertiserId)
public Long getEngineAccountId()
public Doubleclicksearch.Conversion.Get setEngineAccountId(Long engineAccountId)
public Integer getEndDate()
public Doubleclicksearch.Conversion.Get setEndDate(Integer endDate)
public Integer getRowCount()
public Doubleclicksearch.Conversion.Get setRowCount(Integer rowCount)
public Integer getStartDate()
public Doubleclicksearch.Conversion.Get setStartDate(Integer startDate)
public Long getStartRow()
public Doubleclicksearch.Conversion.Get setStartRow(Long startRow)
public Long getAdGroupId()
public Doubleclicksearch.Conversion.Get setAdGroupId(Long adGroupId)
public Long getAdId()
public Doubleclicksearch.Conversion.Get setAdId(Long adId)
public Long getCampaignId()
public Doubleclicksearch.Conversion.Get setCampaignId(Long campaignId)
public Long getCriterionId()
public Doubleclicksearch.Conversion.Get setCriterionId(Long criterionId)
public String getCustomerId()
public Doubleclicksearch.Conversion.Get setCustomerId(String customerId)
public Doubleclicksearch.Conversion.Get set(String parameterName, Object value)
set
in class DoubleclicksearchRequest<ConversionList>
Copyright © 2011–2024 Google. All rights reserved.