public class Doubleclicksearch.Conversion.Get extends DoubleclicksearchRequest<ConversionList>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| 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 |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
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.
|
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 |
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 the response.
|
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 |
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)
An opaque string that represents a user for quota purposes.
|
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 |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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 HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ConversionList>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ConversionList>IOExceptionpublic Doubleclicksearch.Conversion.Get setAlt(String alt)
DoubleclicksearchRequestsetAlt in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setFields(String fields)
DoubleclicksearchRequestsetFields in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setKey(String key)
DoubleclicksearchRequestsetKey in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setOauthToken(String oauthToken)
DoubleclicksearchRequestsetOauthToken in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setPrettyPrint(Boolean prettyPrint)
DoubleclicksearchRequestsetPrettyPrint in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setQuotaUser(String quotaUser)
DoubleclicksearchRequestsetQuotaUser in class DoubleclicksearchRequest<ConversionList>public Doubleclicksearch.Conversion.Get setUserIp(String userIp)
DoubleclicksearchRequestsetUserIp 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 Doubleclicksearch.Conversion.Get set(String parameterName, Object value)
set in class DoubleclicksearchRequest<ConversionList>Copyright © 2011–2019 Google. All rights reserved.