gogol-doubleclick-search-0.4.0: Google DoubleClick Search SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.DoubleClickSearch

Contents

Description

Reports and modifies your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).

See: DoubleClick Search API Reference

Synopsis

Service Configuration

doubleClickSearchService :: ServiceConfig Source #

Default request referring to version v2 of the DoubleClick Search API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

doubleClickSearchScope :: Proxy '["https://www.googleapis.com/auth/doubleclicksearch"] Source #

View and manage your advertising data in DoubleClick Search

API Declaration

Resources

doubleclicksearch.conversion.get

doubleclicksearch.conversion.insert

doubleclicksearch.conversion.patch

doubleclicksearch.conversion.update

doubleclicksearch.conversion.updateAvailability

doubleclicksearch.reports.generate

doubleclicksearch.reports.get

doubleclicksearch.reports.getFile

doubleclicksearch.reports.request

doubleclicksearch.savedColumns.list

Types

ReportRow

data ReportRow Source #

A row in a DoubleClick Search report.

See: reportRow smart constructor.

Instances
Eq ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRow -> c ReportRow #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRow #

toConstr :: ReportRow -> Constr #

dataTypeOf :: ReportRow -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRow) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRow) #

gmapT :: (forall b. Data b => b -> b) -> ReportRow -> ReportRow #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRow -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRow -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRow -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRow -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRow -> m ReportRow #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRow -> m ReportRow #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRow -> m ReportRow #

Show ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRow :: Type -> Type #

ToJSON ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRow Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRow = D1 (MetaData "ReportRow" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" True) (C1 (MetaCons "ReportRow'" PrefixI True) (S1 (MetaSel (Just "_rrAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text JSONValue))))

reportRow Source #

Creates a value of ReportRow with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrAddtional :: Lens' ReportRow (HashMap Text JSONValue) Source #

Indicates the columns that are represented in this row. That is, each key corresponds to a column with a non-empty cell in this row.

ReportRequest

data ReportRequest Source #

A request object used to create a DoubleClick Search report.

See: reportRequest smart constructor.

Instances
Eq ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRequest -> c ReportRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRequest #

toConstr :: ReportRequest -> Constr #

dataTypeOf :: ReportRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRequest) #

gmapT :: (forall b. Data b => b -> b) -> ReportRequest -> ReportRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRequest -> m ReportRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequest -> m ReportRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequest -> m ReportRequest #

Show ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRequest :: Type -> Type #

ToJSON ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequest = D1 (MetaData "ReportRequest" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportRequest'" PrefixI True) (((S1 (MetaSel (Just "_rrMaxRowsPerFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: (S1 (MetaSel (Just "_rrReportScope") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportRequestReportScope)) :*: S1 (MetaSel (Just "_rrStatisticsCurrency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_rrTimeRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportRequestTimeRange)) :*: S1 (MetaSel (Just "_rrOrderBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReportRequestOrderByItem]))) :*: (S1 (MetaSel (Just "_rrFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReportRequestFiltersItem])) :*: S1 (MetaSel (Just "_rrIncludeRemovedEntities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))) :*: ((S1 (MetaSel (Just "_rrIncludeDeletedEntities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: (S1 (MetaSel (Just "_rrDownloadFormat") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rrStartRow") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))) :*: ((S1 (MetaSel (Just "_rrColumns") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReportAPIColumnSpec])) :*: S1 (MetaSel (Just "_rrReportType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rrVerifySingleTimeZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: S1 (MetaSel (Just "_rrRowCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))))))

rrMaxRowsPerFile :: Lens' ReportRequest (Maybe Int32) Source #

Asynchronous report only. The maximum number of rows per report file. A large report is split into many files based on this field. Acceptable values are 1000000 to 100000000, inclusive.

rrReportScope :: Lens' ReportRequest (Maybe ReportRequestReportScope) Source #

The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.

rrStatisticsCurrency :: Lens' ReportRequest (Maybe Text) Source #

Specifies the currency in which monetary will be returned. Possible values are: usd, agency (valid if the report is scoped to agency or lower), advertiser (valid if the report is scoped to * advertiser or lower), or account (valid if the report is scoped to engine account or lower).

rrTimeRange :: Lens' ReportRequest (Maybe ReportRequestTimeRange) Source #

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

rrOrderBy :: Lens' ReportRequest [ReportRequestOrderByItem] Source #

Synchronous report only. A list of columns and directions defining sorting to be performed on the report rows. The maximum number of orderings per request is 300.

rrFilters :: Lens' ReportRequest [ReportRequestFiltersItem] Source #

A list of filters to be applied to the report. The maximum number of filters per request is 300.

rrIncludeRemovedEntities :: Lens' ReportRequest Bool Source #

Determines if removed entities should be included in the report. Defaults to false.

rrIncludeDeletedEntities :: Lens' ReportRequest Bool Source #

Determines if removed entities should be included in the report. Defaults to false. Deprecated, please use includeRemovedEntities instead.

rrDownloadFormat :: Lens' ReportRequest (Maybe Text) Source #

Format that the report should be returned in. Currently csv or tsv is supported.

rrStartRow :: Lens' ReportRequest Int32 Source #

Synchronous report only. Zero-based index of the first row to return. Acceptable values are 0 to 50000, inclusive. Defaults to 0.

rrColumns :: Lens' ReportRequest [ReportAPIColumnSpec] Source #

The columns to include in the report. This includes both DoubleClick Search columns and saved columns. For DoubleClick Search columns, only the columnName parameter is required. For saved columns only the savedColumnName parameter is required. Both columnName and savedColumnName cannot be set in the same stanza. The maximum number of columns per request is 300.

rrReportType :: Lens' ReportRequest (Maybe Text) Source #

Determines the type of rows that are returned in the report. For example, if you specify reportType: keyword, each row in the report will contain data about a keyword. See the Types of Reports reference for the columns that are available for each type.

rrVerifySingleTimeZone :: Lens' ReportRequest Bool Source #

If true, the report would only be created if all the requested stat data are sourced from a single timezone. Defaults to false.

rrRowCount :: Lens' ReportRequest Int32 Source #

Synchronous report only. The maximum number of rows to return; additional rows are dropped. Acceptable values are 0 to 10000, inclusive. Defaults to 10000.

ReportRequestOrderByItem

data ReportRequestOrderByItem Source #

Instances
Eq ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRequestOrderByItem -> c ReportRequestOrderByItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRequestOrderByItem #

toConstr :: ReportRequestOrderByItem -> Constr #

dataTypeOf :: ReportRequestOrderByItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRequestOrderByItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRequestOrderByItem) #

gmapT :: (forall b. Data b => b -> b) -> ReportRequestOrderByItem -> ReportRequestOrderByItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestOrderByItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestOrderByItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRequestOrderByItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRequestOrderByItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRequestOrderByItem -> m ReportRequestOrderByItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestOrderByItem -> m ReportRequestOrderByItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestOrderByItem -> m ReportRequestOrderByItem #

Show ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRequestOrderByItem :: Type -> Type #

ToJSON ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestOrderByItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestOrderByItem = D1 (MetaData "ReportRequestOrderByItem" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportRequestOrderByItem'" PrefixI True) (S1 (MetaSel (Just "_rrobiSortOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rrobiColumn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportAPIColumnSpec))))

reportRequestOrderByItem :: ReportRequestOrderByItem Source #

Creates a value of ReportRequestOrderByItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrobiSortOrder :: Lens' ReportRequestOrderByItem (Maybe Text) Source #

The sort direction, which is either ascending or descending.

rrobiColumn :: Lens' ReportRequestOrderByItem (Maybe ReportAPIColumnSpec) Source #

Column to perform the sort on. This can be a DoubleClick Search-defined column or a saved column.

Report

data Report Source #

A DoubleClick Search report. This object contains the report request, some report metadata such as currency code, and the generated report rows or report files.

See: report smart constructor.

Instances
Eq Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

(==) :: Report -> Report -> Bool #

(/=) :: Report -> Report -> Bool #

Data Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Report -> c Report #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Report #

toConstr :: Report -> Constr #

dataTypeOf :: Report -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Report) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Report) #

gmapT :: (forall b. Data b => b -> b) -> Report -> Report #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Report -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Report -> r #

gmapQ :: (forall d. Data d => d -> u) -> Report -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Report -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Report -> m Report #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Report -> m Report #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Report -> m Report #

Show Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep Report :: Type -> Type #

Methods

from :: Report -> Rep Report x #

to :: Rep Report x -> Report #

ToJSON Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep Report Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

report :: Report Source #

Creates a value of Report with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rKind :: Lens' Report Text Source #

Identifies this as a Report resource. Value: the fixed string doubleclicksearch#report.

rRows :: Lens' Report [ReportRow] Source #

Synchronous report only. Generated report rows.

rStatisticsCurrencyCode :: Lens' Report (Maybe Text) Source #

The currency code of all monetary values produced in the report, including values that are set by users (e.g., keyword bid settings) and metrics (e.g., cost and revenue). The currency code of a report is determined by the statisticsCurrency field of the report request.

rIsReportReady :: Lens' Report (Maybe Bool) Source #

Asynchronous report only. True if and only if the report has completed successfully and the report files are ready to be downloaded.

rFiles :: Lens' Report [ReportFilesItem] Source #

Asynchronous report only. Contains a list of generated report files once the report has succesfully completed.

rId :: Lens' Report (Maybe Text) Source #

Asynchronous report only. Id of the report.

rStatisticsTimeZone :: Lens' Report (Maybe Text) Source #

If all statistics of the report are sourced from the same time zone, this would be it. Otherwise the field is unset.

rRowCount :: Lens' Report (Maybe Int32) Source #

The number of report rows generated by the report, not including headers.

rRequest :: Lens' Report (Maybe ReportRequest) Source #

The request that created the report. Optional fields not specified in the original request are filled with default values.

ReportFilesItem

data ReportFilesItem Source #

Instances
Eq ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportFilesItem -> c ReportFilesItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportFilesItem #

toConstr :: ReportFilesItem -> Constr #

dataTypeOf :: ReportFilesItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportFilesItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportFilesItem) #

gmapT :: (forall b. Data b => b -> b) -> ReportFilesItem -> ReportFilesItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportFilesItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportFilesItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportFilesItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportFilesItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportFilesItem -> m ReportFilesItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportFilesItem -> m ReportFilesItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportFilesItem -> m ReportFilesItem #

Show ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportFilesItem :: Type -> Type #

ToJSON ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportFilesItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportFilesItem = D1 (MetaData "ReportFilesItem" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportFilesItem'" PrefixI True) (S1 (MetaSel (Just "_rfiURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rfiByteCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))

reportFilesItem :: ReportFilesItem Source #

Creates a value of ReportFilesItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rfiURL :: Lens' ReportFilesItem (Maybe Text) Source #

Use this url to download the report file.

rfiByteCount :: Lens' ReportFilesItem (Maybe Int64) Source #

The size of this report file in bytes.

ReportRequestFiltersItem

data ReportRequestFiltersItem Source #

Instances
Eq ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRequestFiltersItem -> c ReportRequestFiltersItem #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRequestFiltersItem #

toConstr :: ReportRequestFiltersItem -> Constr #

dataTypeOf :: ReportRequestFiltersItem -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRequestFiltersItem) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRequestFiltersItem) #

gmapT :: (forall b. Data b => b -> b) -> ReportRequestFiltersItem -> ReportRequestFiltersItem #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestFiltersItem -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestFiltersItem -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRequestFiltersItem -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRequestFiltersItem -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRequestFiltersItem -> m ReportRequestFiltersItem #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestFiltersItem -> m ReportRequestFiltersItem #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestFiltersItem -> m ReportRequestFiltersItem #

Show ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRequestFiltersItem :: Type -> Type #

ToJSON ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestFiltersItem Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestFiltersItem = D1 (MetaData "ReportRequestFiltersItem" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportRequestFiltersItem'" PrefixI True) (S1 (MetaSel (Just "_rrfiOperator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_rrfiValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JSONValue])) :*: S1 (MetaSel (Just "_rrfiColumn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportAPIColumnSpec)))))

reportRequestFiltersItem :: ReportRequestFiltersItem Source #

Creates a value of ReportRequestFiltersItem with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrfiOperator :: Lens' ReportRequestFiltersItem (Maybe Text) Source #

Operator to use in the filter. See the filter reference for a list of available operators.

rrfiValues :: Lens' ReportRequestFiltersItem [JSONValue] Source #

A list of values to filter the column value against. The maximum number of filter values per request is 300.

rrfiColumn :: Lens' ReportRequestFiltersItem (Maybe ReportAPIColumnSpec) Source #

Column to perform the filter on. This can be a DoubleClick Search column or a saved column.

Availability

data Availability Source #

A message containing availability data relevant to DoubleClick Search.

See: availability smart constructor.

Instances
Eq Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Availability -> c Availability #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Availability #

toConstr :: Availability -> Constr #

dataTypeOf :: Availability -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Availability) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Availability) #

gmapT :: (forall b. Data b => b -> b) -> Availability -> Availability #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Availability -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Availability -> r #

gmapQ :: (forall d. Data d => d -> u) -> Availability -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Availability -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Availability -> m Availability #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Availability -> m Availability #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Availability -> m Availability #

Show Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep Availability :: Type -> Type #

ToJSON Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep Availability Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep Availability = D1 (MetaData "Availability" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "Availability'" PrefixI True) ((S1 (MetaSel (Just "_aAgencyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_aAdvertiserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_aSegmentationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: (S1 (MetaSel (Just "_aSegmentationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aAvailabilityTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word64))) :*: S1 (MetaSel (Just "_aSegmentationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

availability :: Availability Source #

Creates a value of Availability with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aSegmentationId :: Lens' Availability (Maybe Int64) Source #

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

aSegmentationName :: Lens' Availability (Maybe Text) Source #

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

aAvailabilityTimestamp :: Lens' Availability (Maybe Word64) Source #

The time by which all conversions have been uploaded, in epoch millis UTC.

aSegmentationType :: Lens' Availability (Maybe Text) Source #

The segmentation type that this availability is for (its default value is FLOODLIGHT).

UpdateAvailabilityRequest

data UpdateAvailabilityRequest Source #

The request to update availability.

See: updateAvailabilityRequest smart constructor.

Instances
Eq UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateAvailabilityRequest -> c UpdateAvailabilityRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateAvailabilityRequest #

toConstr :: UpdateAvailabilityRequest -> Constr #

dataTypeOf :: UpdateAvailabilityRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateAvailabilityRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateAvailabilityRequest) #

gmapT :: (forall b. Data b => b -> b) -> UpdateAvailabilityRequest -> UpdateAvailabilityRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAvailabilityRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAvailabilityRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateAvailabilityRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateAvailabilityRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateAvailabilityRequest -> m UpdateAvailabilityRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAvailabilityRequest -> m UpdateAvailabilityRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAvailabilityRequest -> m UpdateAvailabilityRequest #

Show UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep UpdateAvailabilityRequest :: Type -> Type #

ToJSON UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep UpdateAvailabilityRequest Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep UpdateAvailabilityRequest = D1 (MetaData "UpdateAvailabilityRequest" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" True) (C1 (MetaCons "UpdateAvailabilityRequest'" PrefixI True) (S1 (MetaSel (Just "_uarAvailabilities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Availability]))))

updateAvailabilityRequest :: UpdateAvailabilityRequest Source #

Creates a value of UpdateAvailabilityRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

uarAvailabilities :: Lens' UpdateAvailabilityRequest [Availability] Source #

The availabilities being requested.

CustomMetric

data CustomMetric Source #

A message containing the custome metric.

See: customMetric smart constructor.

Instances
Eq CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomMetric -> c CustomMetric #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomMetric #

toConstr :: CustomMetric -> Constr #

dataTypeOf :: CustomMetric -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomMetric) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomMetric) #

gmapT :: (forall b. Data b => b -> b) -> CustomMetric -> CustomMetric #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomMetric -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomMetric -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomMetric -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomMetric -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomMetric -> m CustomMetric #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomMetric -> m CustomMetric #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomMetric -> m CustomMetric #

Show CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep CustomMetric :: Type -> Type #

ToJSON CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep CustomMetric Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep CustomMetric = D1 (MetaData "CustomMetric" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "CustomMetric'" PrefixI True) (S1 (MetaSel (Just "_cmValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_cmName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

customMetric :: CustomMetric Source #

Creates a value of CustomMetric with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cmValue :: Lens' CustomMetric (Maybe Double) Source #

Custom metric numeric value.

cmName :: Lens' CustomMetric (Maybe Text) Source #

Custom metric name.

ConversionList

data ConversionList Source #

A list of conversions.

See: conversionList smart constructor.

Instances
Eq ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ConversionList -> c ConversionList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ConversionList #

toConstr :: ConversionList -> Constr #

dataTypeOf :: ConversionList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ConversionList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ConversionList) #

gmapT :: (forall b. Data b => b -> b) -> ConversionList -> ConversionList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ConversionList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ConversionList -> r #

gmapQ :: (forall d. Data d => d -> u) -> ConversionList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ConversionList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ConversionList -> m ConversionList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ConversionList -> m ConversionList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ConversionList -> m ConversionList #

Show ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ConversionList :: Type -> Type #

ToJSON ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ConversionList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ConversionList = D1 (MetaData "ConversionList" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ConversionList'" PrefixI True) (S1 (MetaSel (Just "_clKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_clConversion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Conversion]))))

conversionList :: ConversionList Source #

Creates a value of ConversionList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

clKind :: Lens' ConversionList Text Source #

Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.

clConversion :: Lens' ConversionList [Conversion] Source #

The conversions being requested.

ReportAPIColumnSpec

data ReportAPIColumnSpec Source #

A request object used to create a DoubleClick Search report.

See: reportAPIColumnSpec smart constructor.

Instances
Eq ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportAPIColumnSpec -> c ReportAPIColumnSpec #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportAPIColumnSpec #

toConstr :: ReportAPIColumnSpec -> Constr #

dataTypeOf :: ReportAPIColumnSpec -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportAPIColumnSpec) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportAPIColumnSpec) #

gmapT :: (forall b. Data b => b -> b) -> ReportAPIColumnSpec -> ReportAPIColumnSpec #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportAPIColumnSpec -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportAPIColumnSpec -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportAPIColumnSpec -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportAPIColumnSpec -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportAPIColumnSpec -> m ReportAPIColumnSpec #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportAPIColumnSpec -> m ReportAPIColumnSpec #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportAPIColumnSpec -> m ReportAPIColumnSpec #

Show ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportAPIColumnSpec :: Type -> Type #

ToJSON ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportAPIColumnSpec Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportAPIColumnSpec = D1 (MetaData "ReportAPIColumnSpec" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportAPIColumnSpec'" PrefixI True) (((S1 (MetaSel (Just "_racsCustomDimensionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_racsSavedColumnName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_racsGroupByColumn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: (S1 (MetaSel (Just "_racsCustomMetricName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_racsEndDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_racsProductReportPerspective") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_racsStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_racsHeaderText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_racsPlatformSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_racsColumnName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

racsCustomDimensionName :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Segments a report by a custom dimension. The report must be scoped to an advertiser or lower, and the custom dimension must already be set up in DoubleClick Search. The custom dimension name, which appears in DoubleClick Search, is case sensitive. If used in a conversion report, returns the value of the specified custom dimension for the given conversion, if set. This column does not segment the conversion report.

racsSavedColumnName :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Name of a saved column to include in the report. The report must be scoped at advertiser or lower, and this saved column must already be created in the DoubleClick Search UI.

racsGroupByColumn :: Lens' ReportAPIColumnSpec Bool Source #

Synchronous report only. Set to true to group by this column. Defaults to false.

racsCustomMetricName :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Name of a custom metric to include in the report. The report must be scoped to an advertiser or lower, and the custom metric must already be set up in DoubleClick Search. The custom metric name, which appears in DoubleClick Search, is case sensitive.

racsEndDate :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Inclusive day in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with startDate.

racsProductReportPerspective :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Returns metrics only for a specific type of product activity. Accepted values are: - "sold": returns metrics only for products that were sold - "advertised": returns metrics only for products that were advertised in a Shopping campaign, and that might or might not have been sold

racsStartDate :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Inclusive date in YYYY-MM-DD format. When provided, this overrides the overall time range of the report for this column only. Must be provided together with endDate.

racsHeaderText :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Text used to identify this column in the report output; defaults to columnName or savedColumnName when not specified. This can be used to prevent collisions between DoubleClick Search columns and saved columns with the same name.

racsPlatformSource :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

The platform that is used to provide data for the custom dimension. Acceptable values are "floodlight".

racsColumnName :: Lens' ReportAPIColumnSpec (Maybe Text) Source #

Name of a DoubleClick Search column to include in the report.

ReportRequestTimeRange

data ReportRequestTimeRange Source #

If metrics are requested in a report, this argument will be used to restrict the metrics to a specific time range.

See: reportRequestTimeRange smart constructor.

Instances
Eq ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRequestTimeRange -> c ReportRequestTimeRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRequestTimeRange #

toConstr :: ReportRequestTimeRange -> Constr #

dataTypeOf :: ReportRequestTimeRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRequestTimeRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRequestTimeRange) #

gmapT :: (forall b. Data b => b -> b) -> ReportRequestTimeRange -> ReportRequestTimeRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestTimeRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestTimeRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRequestTimeRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRequestTimeRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRequestTimeRange -> m ReportRequestTimeRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestTimeRange -> m ReportRequestTimeRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestTimeRange -> m ReportRequestTimeRange #

Show ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRequestTimeRange :: Type -> Type #

ToJSON ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestTimeRange Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestTimeRange = D1 (MetaData "ReportRequestTimeRange" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportRequestTimeRange'" PrefixI True) ((S1 (MetaSel (Just "_rrtrEndDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rrtrChangedAttributesSinceTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_rrtrStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rrtrChangedMetricsSinceTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))

reportRequestTimeRange :: ReportRequestTimeRange Source #

Creates a value of ReportRequestTimeRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrtrEndDate :: Lens' ReportRequestTimeRange (Maybe Text) Source #

Inclusive date in YYYY-MM-DD format.

rrtrChangedAttributesSinceTimestamp :: Lens' ReportRequestTimeRange (Maybe UTCTime) Source #

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed attribute reports work.

rrtrStartDate :: Lens' ReportRequestTimeRange (Maybe Text) Source #

Inclusive date in YYYY-MM-DD format.

rrtrChangedMetricsSinceTimestamp :: Lens' ReportRequestTimeRange (Maybe UTCTime) Source #

Inclusive UTC timestamp in RFC format, e.g., 2013-07-16T10:16:23.555Z. See additional references on how changed metrics reports work.

Conversion

data Conversion Source #

A conversion containing data relevant to DoubleClick Search.

See: conversion smart constructor.

Instances
Eq Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Conversion -> c Conversion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Conversion #

toConstr :: Conversion -> Constr #

dataTypeOf :: Conversion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Conversion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Conversion) #

gmapT :: (forall b. Data b => b -> b) -> Conversion -> Conversion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Conversion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Conversion -> r #

gmapQ :: (forall d. Data d => d -> u) -> Conversion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Conversion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Conversion -> m Conversion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Conversion -> m Conversion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Conversion -> m Conversion #

Show Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep Conversion :: Type -> Type #

ToJSON Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep Conversion Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep Conversion = D1 (MetaData "Conversion" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "Conversion'" PrefixI True) (((((S1 (MetaSel (Just "_cAdGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cConversionModifiedTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word64)))) :*: (S1 (MetaSel (Just "_cState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cEngineAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: ((S1 (MetaSel (Just "_cAgencyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cStoreId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cDsConversionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))) :*: (((S1 (MetaSel (Just "_cConversionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cAdvertiserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_cSegmentationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cProductCountry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_cCriterionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cConversionTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word64))))))) :*: ((((S1 (MetaSel (Just "_cAttributionModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cSegmentationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cProductLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cCustomMetric") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CustomMetric])))) :*: ((S1 (MetaSel (Just "_cCountMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cQuantityMillis") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_cAdId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_cDeviceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 (MetaSel (Just "_cType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cCustomDimension") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CustomDimension]))) :*: (S1 (MetaSel (Just "_cFloodlightOrderId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cRevenueMicros") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: ((S1 (MetaSel (Just "_cClickId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cInventoryAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_cSegmentationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_cProductId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cProductGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))))))

cConversionModifiedTimestamp :: Lens' Conversion (Maybe Word64) Source #

The time at which the conversion was last modified, in epoch millis UTC.

cState :: Lens' Conversion (Maybe Text) Source #

The state of the conversion, that is, either ACTIVE or REMOVED. Note: state DELETED is deprecated.

cEngineAccountId :: Lens' Conversion (Maybe Int64) Source #

DS engine account ID.

cCurrencyCode :: Lens' Conversion (Maybe Text) Source #

The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format.

cStoreId :: Lens' Conversion (Maybe Text) Source #

The ID of the local store for which the product was advertised. Applicable only when the channel is "local".

cDsConversionId :: Lens' Conversion (Maybe Int64) Source #

ID that DoubleClick Search generates for each conversion.

cConversionId :: Lens' Conversion (Maybe Text) Source #

For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the dsConversionId or floodlightOrderId into this property depending on the advertiser's Floodlight instructions.

cSegmentationId :: Lens' Conversion (Maybe Int64) Source #

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

cChannel :: Lens' Conversion (Maybe Text) Source #

Sales channel for the product. Acceptable values are: - "local": a physical store - "online": an online store

cProductCountry :: Lens' Conversion (Maybe Text) Source #

The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.

cCriterionId :: Lens' Conversion (Maybe Int64) Source #

DS criterion (keyword) ID.

cConversionTimestamp :: Lens' Conversion (Maybe Word64) Source #

The time at which the conversion took place, in epoch millis UTC.

cAttributionModel :: Lens' Conversion (Maybe Text) Source #

Available to advertisers only after contacting DoubleClick Search customer support.

cSegmentationName :: Lens' Conversion (Maybe Text) Source #

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

cProductLanguage :: Lens' Conversion (Maybe Text) Source #

The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.

cCustomMetric :: Lens' Conversion [CustomMetric] Source #

Custom metrics for the conversion.

cCountMillis :: Lens' Conversion (Maybe Int64) Source #

Available to advertisers only after contacting DoubleClick Search customer support.

cQuantityMillis :: Lens' Conversion (Maybe Int64) Source #

The quantity of this conversion, in millis.

cDeviceType :: Lens' Conversion (Maybe Text) Source #

The type of device on which the conversion occurred.

cType :: Lens' Conversion (Maybe Text) Source #

The type of the conversion, that is, either ACTION or TRANSACTION. An ACTION conversion is an action by the user that has no monetarily quantifiable value, while a TRANSACTION conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (ACTION) versus ecommerce purchases (TRANSACTION).

cCustomDimension :: Lens' Conversion [CustomDimension] Source #

Custom dimensions for the conversion, which can be used to filter data in a report.

cFloodlightOrderId :: Lens' Conversion (Maybe Text) Source #

The Floodlight order ID provided by the advertiser for the conversion.

cRevenueMicros :: Lens' Conversion (Maybe Int64) Source #

The revenue amount of this TRANSACTION conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of "10" enter "10000000" (10 million) in your request.

cClickId :: Lens' Conversion (Maybe Text) Source #

DS click ID for the conversion.

cInventoryAccountId :: Lens' Conversion (Maybe Int64) Source #

ID that DS generates and uses to uniquely identify the inventory account that contains the product.

cSegmentationType :: Lens' Conversion (Maybe Text) Source #

The segmentation type of this conversion (for example, FLOODLIGHT).

cProductId :: Lens' Conversion (Maybe Text) Source #

The product ID (SKU).

SavedColumn

data SavedColumn Source #

A saved column

See: savedColumn smart constructor.

Instances
Eq SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SavedColumn -> c SavedColumn #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SavedColumn #

toConstr :: SavedColumn -> Constr #

dataTypeOf :: SavedColumn -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SavedColumn) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SavedColumn) #

gmapT :: (forall b. Data b => b -> b) -> SavedColumn -> SavedColumn #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SavedColumn -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SavedColumn -> r #

gmapQ :: (forall d. Data d => d -> u) -> SavedColumn -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SavedColumn -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SavedColumn -> m SavedColumn #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SavedColumn -> m SavedColumn #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SavedColumn -> m SavedColumn #

Show SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep SavedColumn :: Type -> Type #

ToJSON SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep SavedColumn Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep SavedColumn = D1 (MetaData "SavedColumn" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "SavedColumn'" PrefixI True) (S1 (MetaSel (Just "_scSavedColumnName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_scKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_scType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

savedColumn :: SavedColumn Source #

Creates a value of SavedColumn with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

scSavedColumnName :: Lens' SavedColumn (Maybe Text) Source #

The name of the saved column.

scKind :: Lens' SavedColumn Text Source #

Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.

scType :: Lens' SavedColumn (Maybe Text) Source #

The type of data this saved column will produce.

CustomDimension

data CustomDimension Source #

A message containing the custome dimension.

See: customDimension smart constructor.

Instances
Eq CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomDimension -> c CustomDimension #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomDimension #

toConstr :: CustomDimension -> Constr #

dataTypeOf :: CustomDimension -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomDimension) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomDimension) #

gmapT :: (forall b. Data b => b -> b) -> CustomDimension -> CustomDimension #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomDimension -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomDimension -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomDimension -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomDimension -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomDimension -> m CustomDimension #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomDimension -> m CustomDimension #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomDimension -> m CustomDimension #

Show CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep CustomDimension :: Type -> Type #

ToJSON CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep CustomDimension Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep CustomDimension = D1 (MetaData "CustomDimension" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "CustomDimension'" PrefixI True) (S1 (MetaSel (Just "_cdValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

customDimension :: CustomDimension Source #

Creates a value of CustomDimension with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cdValue :: Lens' CustomDimension (Maybe Text) Source #

Custom dimension value.

cdName :: Lens' CustomDimension (Maybe Text) Source #

Custom dimension name.

UpdateAvailabilityResponse

data UpdateAvailabilityResponse Source #

The response to a update availability request.

See: updateAvailabilityResponse smart constructor.

Instances
Eq UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateAvailabilityResponse -> c UpdateAvailabilityResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateAvailabilityResponse #

toConstr :: UpdateAvailabilityResponse -> Constr #

dataTypeOf :: UpdateAvailabilityResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateAvailabilityResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateAvailabilityResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateAvailabilityResponse -> UpdateAvailabilityResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAvailabilityResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAvailabilityResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateAvailabilityResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateAvailabilityResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateAvailabilityResponse -> m UpdateAvailabilityResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAvailabilityResponse -> m UpdateAvailabilityResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAvailabilityResponse -> m UpdateAvailabilityResponse #

Show UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep UpdateAvailabilityResponse :: Type -> Type #

ToJSON UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep UpdateAvailabilityResponse Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep UpdateAvailabilityResponse = D1 (MetaData "UpdateAvailabilityResponse" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" True) (C1 (MetaCons "UpdateAvailabilityResponse'" PrefixI True) (S1 (MetaSel (Just "_uAvailabilities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Availability]))))

updateAvailabilityResponse :: UpdateAvailabilityResponse Source #

Creates a value of UpdateAvailabilityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

uAvailabilities :: Lens' UpdateAvailabilityResponse [Availability] Source #

The availabilities being returned.

ReportRequestReportScope

data ReportRequestReportScope Source #

The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.

See: reportRequestReportScope smart constructor.

Instances
Eq ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReportRequestReportScope -> c ReportRequestReportScope #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReportRequestReportScope #

toConstr :: ReportRequestReportScope -> Constr #

dataTypeOf :: ReportRequestReportScope -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReportRequestReportScope) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReportRequestReportScope) #

gmapT :: (forall b. Data b => b -> b) -> ReportRequestReportScope -> ReportRequestReportScope #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestReportScope -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReportRequestReportScope -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReportRequestReportScope -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReportRequestReportScope -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReportRequestReportScope -> m ReportRequestReportScope #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestReportScope -> m ReportRequestReportScope #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReportRequestReportScope -> m ReportRequestReportScope #

Show ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep ReportRequestReportScope :: Type -> Type #

ToJSON ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestReportScope Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep ReportRequestReportScope = D1 (MetaData "ReportRequestReportScope" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "ReportRequestReportScope'" PrefixI True) ((S1 (MetaSel (Just "_rrrsKeywordId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: (S1 (MetaSel (Just "_rrrsAdGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_rrrsEngineAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))) :*: ((S1 (MetaSel (Just "_rrrsAgencyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_rrrsAdvertiserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))) :*: (S1 (MetaSel (Just "_rrrsCampaignId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_rrrsAdId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64)))))))

reportRequestReportScope :: ReportRequestReportScope Source #

Creates a value of ReportRequestReportScope with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SavedColumnList

data SavedColumnList Source #

A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.

See: savedColumnList smart constructor.

Instances
Eq SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Data SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SavedColumnList -> c SavedColumnList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SavedColumnList #

toConstr :: SavedColumnList -> Constr #

dataTypeOf :: SavedColumnList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SavedColumnList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SavedColumnList) #

gmapT :: (forall b. Data b => b -> b) -> SavedColumnList -> SavedColumnList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SavedColumnList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SavedColumnList -> r #

gmapQ :: (forall d. Data d => d -> u) -> SavedColumnList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SavedColumnList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SavedColumnList -> m SavedColumnList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SavedColumnList -> m SavedColumnList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SavedColumnList -> m SavedColumnList #

Show SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Generic SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

Associated Types

type Rep SavedColumnList :: Type -> Type #

ToJSON SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

FromJSON SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep SavedColumnList Source # 
Instance details

Defined in Network.Google.DoubleClickSearch.Types.Product

type Rep SavedColumnList = D1 (MetaData "SavedColumnList" "Network.Google.DoubleClickSearch.Types.Product" "gogol-doubleclick-search-0.4.0-1XRvJoBL3XM8GIZdnIgz3b" False) (C1 (MetaCons "SavedColumnList'" PrefixI True) (S1 (MetaSel (Just "_sclKind") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sclItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [SavedColumn]))))

savedColumnList :: SavedColumnList Source #

Creates a value of SavedColumnList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sclKind :: Lens' SavedColumnList Text Source #

Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.

sclItems :: Lens' SavedColumnList [SavedColumn] Source #

The saved columns being requested.