gogol-doubleclick-bids-0.0.1: Google DoubleClick Bid Manager SDK.

Copyright(c) 2015 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.DoubleClickBids

Contents

Description

API for viewing and managing your reports in DoubleClick Bid Manager.

See: DoubleClick Bid Manager API Reference

Synopsis

Service Configuration

doubleClickBidsService :: Service Source

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

API Declaration

Resources

doubleclickbidmanager.lineitems.downloadlineitems

doubleclickbidmanager.lineitems.uploadlineitems

doubleclickbidmanager.queries.createquery

doubleclickbidmanager.queries.deletequery

doubleclickbidmanager.queries.getquery

doubleclickbidmanager.queries.listqueries

doubleclickbidmanager.queries.runquery

doubleclickbidmanager.reports.listreports

Types

ListReportsResponse

listReportsResponse :: ListReportsResponse Source

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

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

lrrKind :: Lens' ListReportsResponse Text Source

Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listReportsResponse".

QueryMetadataFormat

QueryMetadata

qmGoogleCloudStoragePathForLatestReport :: Lens' QueryMetadata (Maybe Text) Source

The path to the location in Google Cloud Storage where the latest report is stored.

qmLocale :: Lens' QueryMetadata (Maybe Text) Source

Locale of the generated reports. Valid values are cs CZECH de GERMAN en ENGLISH es SPANISH fr FRENCH it ITALIAN ja JAPANESE ko KOREAN pl POLISH pt-BR BRAZILIAN_PORTUGUESE ru RUSSIAN tr TURKISH uk UKRAINIAN zh-CN CHINA_CHINESE zh-TW TAIWAN_CHINESE An locale string not in the list above will generate reports in English.

qmFormat :: Lens' QueryMetadata (Maybe QueryMetadataFormat) Source

Format of the generated report.

qmGoogleDrivePathForLatestReport :: Lens' QueryMetadata (Maybe Text) Source

The path in Google Drive for the latest report.

qmShareEmailAddress :: Lens' QueryMetadata [Text] Source

List of email addresses which are sent email notifications when the report is finished. Separate from sendNotification.

qmRunning :: Lens' QueryMetadata (Maybe Bool) Source

Whether the latest report is currently running.

qmLatestReportRunTimeMs :: Lens' QueryMetadata (Maybe Int64) Source

The time when the latest report started to run.

qmReportCount :: Lens' QueryMetadata (Maybe Int32) Source

Number of reports that have been generated for the query.

qmTitle :: Lens' QueryMetadata (Maybe Text) Source

Query title. It is used to name the reports generated from this query.

qmSendNotification :: Lens' QueryMetadata (Maybe Bool) Source

Whether to send an email notification when a report is ready. Default to false.

RunQueryRequest

runQueryRequest :: RunQueryRequest Source

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

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

rqrReportDataEndTimeMs :: Lens' RunQueryRequest (Maybe Int64) Source

The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.

rqrDataRange :: Lens' RunQueryRequest (Maybe RunQueryRequestDataRange) Source

Report data range used to generate the report.

rqrReportDataStartTimeMs :: Lens' RunQueryRequest (Maybe Int64) Source

The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.

rqrTimezoneCode :: Lens' RunQueryRequest (Maybe Text) Source

Canonical timezone code for report data time. Defaults to America/New_York.

FilterPair

data FilterPair Source

Filter used to match traffic data in your report.

See: filterPair smart constructor.

filterPair :: FilterPair Source

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

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

UploadLineItemsRequest

uploadLineItemsRequest :: UploadLineItemsRequest Source

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

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

ulirLineItems :: Lens' UploadLineItemsRequest (Maybe Text) Source

Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.

ulirFormat :: Lens' UploadLineItemsRequest (Maybe UploadLineItemsRequestFormat) Source

Format the line items are in. Default to CSV.

ulirDryRun :: Lens' UploadLineItemsRequest (Maybe Bool) Source

Set to true to get upload status without actually persisting the line items.

ParametersType

data ParametersType Source

Report type.

Constructors

TypeActiveGrp
TYPE_ACTIVE_GRP
TypeAudienceComPosition
TYPE_AUDIENCE_COMPOSITION
TypeAudiencePerformance
TYPE_AUDIENCE_PERFORMANCE
TypeClientSafe
TYPE_CLIENT_SAFE
TypeComscoreVce
TYPE_COMSCORE_VCE
TypeCrossFee
TYPE_CROSS_FEE
TypeCrossPartner
TYPE_CROSS_PARTNER
TypeCrossPartnerThirdPartyDataProvider
TYPE_CROSS_PARTNER_THIRD_PARTY_DATA_PROVIDER
TypeEstimatedConversion
TYPE_ESTIMATED_CONVERSION
TypeFee
TYPE_FEE
TypeGeneral
TYPE_GENERAL
TypeInventoryAvailability
TYPE_INVENTORY_AVAILABILITY
TypeKeyword
TYPE_KEYWORD
TypeNielsenAudienceProFile
TYPE_NIELSEN_AUDIENCE_PROFILE
TypeNielsenDailyReachBuild
TYPE_NIELSEN_DAILY_REACH_BUILD
TypeNielsenOnlineGlobalMarket
TYPE_NIELSEN_ONLINE_GLOBAL_MARKET
TypeNielsenSite
TYPE_NIELSEN_SITE
TypeOrderId
TYPE_ORDER_ID
TypePageCategory
TYPE_PAGE_CATEGORY
TypePixelLoad
TYPE_PIXEL_LOAD
TypeReachAndFrequency
TYPE_REACH_AND_FREQUENCY
TypeThirdPartyDataProvider
TYPE_THIRD_PARTY_DATA_PROVIDER
TypeTrueview
TYPE_TRUEVIEW
TypeTrueviewIar
TYPE_TRUEVIEW_IAR
TypeVerification
TYPE_VERIFICATION
TypeYouTubeVertical
TYPE_YOUTUBE_VERTICAL

DownloadLineItemsRequestFilterType

DownloadLineItemsRequest

downloadLineItemsRequest :: DownloadLineItemsRequest Source

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

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

dlirFormat :: Lens' DownloadLineItemsRequest (Maybe DownloadLineItemsRequestFormat) Source

Format in which the line items will be returned. Default to CSV.

dlirFileSpec :: Lens' DownloadLineItemsRequest (Maybe DownloadLineItemsRequestFileSpec) Source

File specification (column names, types, order) in which the line items will be returned. Default to EWF.

dlirFilterIds :: Lens' DownloadLineItemsRequest [Int64] Source

Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.

ListQueriesResponse

listQueriesResponse :: ListQueriesResponse Source

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

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

lqrKind :: Lens' ListQueriesResponse Text Source

Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#listQueriesResponse".

UploadLineItemsResponse

uploadLineItemsResponse :: UploadLineItemsResponse Source

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

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

QueryMetadataDataRange

ParametersMetricsItem

data ParametersMetricsItem Source

Constructors

MetricBidRequests
METRIC_BID_REQUESTS
MetricBillableCostAdvertiser
METRIC_BILLABLE_COST_ADVERTISER
MetricBillableCostPartner
METRIC_BILLABLE_COST_PARTNER
MetricBillableCostUsd
METRIC_BILLABLE_COST_USD
MetricClicks
METRIC_CLICKS
MetricClickToPostClickConversionRate
METRIC_CLICK_TO_POST_CLICK_CONVERSION_RATE
MetricComscoreVceAudienceAvgFrequency
METRIC_COMSCORE_VCE_AUDIENCE_AVG_FREQUENCY
MetricComscoreVceAudienceImpressions
METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS
MetricComscoreVceAudienceImpressionsShare
METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS_SHARE
MetricComscoreVceAudienceReachPct
METRIC_COMSCORE_VCE_AUDIENCE_REACH_PCT
MetricComscoreVceAudienceSharePct
METRIC_COMSCORE_VCE_AUDIENCE_SHARE_PCT
MetricComscoreVceGrossRatingPoints
METRIC_COMSCORE_VCE_GROSS_RATING_POINTS
MetricComscoreVcePopulation
METRIC_COMSCORE_VCE_POPULATION
MetricComscoreVceUniqueAudience
METRIC_COMSCORE_VCE_UNIQUE_AUDIENCE
MetricConversionsPerMille
METRIC_CONVERSIONS_PER_MILLE
MetricCpmFEE1Advertiser
METRIC_CPM_FEE1_ADVERTISER
MetricCpmFEE1Partner
METRIC_CPM_FEE1_PARTNER
MetricCpmFEE1Usd
METRIC_CPM_FEE1_USD
MetricCpmFEE2Advertiser
METRIC_CPM_FEE2_ADVERTISER
MetricCpmFEE2Partner
METRIC_CPM_FEE2_PARTNER
MetricCpmFEE2Usd
METRIC_CPM_FEE2_USD
MetricCpmFEE3Advertiser
METRIC_CPM_FEE3_ADVERTISER
MetricCpmFEE3Partner
METRIC_CPM_FEE3_PARTNER
MetricCpmFEE3Usd
METRIC_CPM_FEE3_USD
MetricCpmFEE4Advertiser
METRIC_CPM_FEE4_ADVERTISER
MetricCpmFEE4Partner
METRIC_CPM_FEE4_PARTNER
MetricCpmFEE4Usd
METRIC_CPM_FEE4_USD
MetricCpmFEE5Advertiser
METRIC_CPM_FEE5_ADVERTISER
MetricCpmFEE5Partner
METRIC_CPM_FEE5_PARTNER
MetricCpmFEE5Usd
METRIC_CPM_FEE5_USD
MetricCtr
METRIC_CTR
MetricDataCostAdvertiser
METRIC_DATA_COST_ADVERTISER
MetricDataCostPartner
METRIC_DATA_COST_PARTNER
MetricDataCostUsd
METRIC_DATA_COST_USD
MetricFEE10Advertiser
METRIC_FEE10_ADVERTISER
MetricFEE10Partner
METRIC_FEE10_PARTNER
MetricFEE10Usd
METRIC_FEE10_USD
MetricFEE11Advertiser
METRIC_FEE11_ADVERTISER
MetricFEE11Partner
METRIC_FEE11_PARTNER
MetricFEE11Usd
METRIC_FEE11_USD
MetricFEE12Advertiser
METRIC_FEE12_ADVERTISER
MetricFEE12Partner
METRIC_FEE12_PARTNER
MetricFEE12Usd
METRIC_FEE12_USD
MetricFEE13Advertiser
METRIC_FEE13_ADVERTISER
MetricFEE13Partner
METRIC_FEE13_PARTNER
MetricFEE13Usd
METRIC_FEE13_USD
MetricFEE14Advertiser
METRIC_FEE14_ADVERTISER
MetricFEE14Partner
METRIC_FEE14_PARTNER
MetricFEE14Usd
METRIC_FEE14_USD
MetricFEE15Advertiser
METRIC_FEE15_ADVERTISER
MetricFEE15Partner
METRIC_FEE15_PARTNER
MetricFEE15Usd
METRIC_FEE15_USD
MetricFEE16Advertiser
METRIC_FEE16_ADVERTISER
MetricFEE16Partner
METRIC_FEE16_PARTNER
MetricFEE16Usd
METRIC_FEE16_USD
MetricFEE17Advertiser
METRIC_FEE17_ADVERTISER
MetricFEE17Partner
METRIC_FEE17_PARTNER
MetricFEE17Usd
METRIC_FEE17_USD
MetricFEE18Advertiser
METRIC_FEE18_ADVERTISER
MetricFEE18Partner
METRIC_FEE18_PARTNER
MetricFEE18Usd
METRIC_FEE18_USD
MetricFEE19Advertiser
METRIC_FEE19_ADVERTISER
MetricFEE19Partner
METRIC_FEE19_PARTNER
MetricFEE19Usd
METRIC_FEE19_USD
MetricFEE20Advertiser
METRIC_FEE20_ADVERTISER
MetricFEE20Partner
METRIC_FEE20_PARTNER
MetricFEE20Usd
METRIC_FEE20_USD
MetricFEE21Advertiser
METRIC_FEE21_ADVERTISER
MetricFEE21Partner
METRIC_FEE21_PARTNER
MetricFEE21Usd
METRIC_FEE21_USD
MetricFEE22Advertiser
METRIC_FEE22_ADVERTISER
MetricFEE22Partner
METRIC_FEE22_PARTNER
MetricFEE22Usd
METRIC_FEE22_USD
MetricFEE2Advertiser
METRIC_FEE2_ADVERTISER
MetricFEE2Partner
METRIC_FEE2_PARTNER
MetricFEE2Usd
METRIC_FEE2_USD
MetricFEE3Advertiser
METRIC_FEE3_ADVERTISER
MetricFEE3Partner
METRIC_FEE3_PARTNER
MetricFEE3Usd
METRIC_FEE3_USD
MetricFEE4Advertiser
METRIC_FEE4_ADVERTISER
MetricFEE4Partner
METRIC_FEE4_PARTNER
MetricFEE4Usd
METRIC_FEE4_USD
MetricFEE5Advertiser
METRIC_FEE5_ADVERTISER
MetricFEE5Partner
METRIC_FEE5_PARTNER
MetricFEE5Usd
METRIC_FEE5_USD
MetricFEE6Advertiser
METRIC_FEE6_ADVERTISER
MetricFEE6Partner
METRIC_FEE6_PARTNER
MetricFEE6Usd
METRIC_FEE6_USD
MetricFEE7Advertiser
METRIC_FEE7_ADVERTISER
MetricFEE7Partner
METRIC_FEE7_PARTNER
MetricFEE7Usd
METRIC_FEE7_USD
MetricFEE8Advertiser
METRIC_FEE8_ADVERTISER
MetricFEE8Partner
METRIC_FEE8_PARTNER
MetricFEE8Usd
METRIC_FEE8_USD
MetricFEE9Advertiser
METRIC_FEE9_ADVERTISER
MetricFEE9Partner
METRIC_FEE9_PARTNER
MetricFEE9Usd
METRIC_FEE9_USD
MetricImpressions
METRIC_IMPRESSIONS
MetricImpressionsToConversionRate
METRIC_IMPRESSIONS_TO_CONVERSION_RATE
MetricLastClicks
METRIC_LAST_CLICKS
MetricLastImpressions
METRIC_LAST_IMPRESSIONS
MetricMediaCostAdvertiser
METRIC_MEDIA_COST_ADVERTISER
MetricMediaCostEcpapcAdvertiser
METRIC_MEDIA_COST_ECPAPC_ADVERTISER
MetricMediaCostEcpapcPartner
METRIC_MEDIA_COST_ECPAPC_PARTNER
MetricMediaCostEcpapcUsd
METRIC_MEDIA_COST_ECPAPC_USD
MetricMediaCostEcpapvAdvertiser
METRIC_MEDIA_COST_ECPAPV_ADVERTISER
MetricMediaCostEcpapvPartner
METRIC_MEDIA_COST_ECPAPV_PARTNER
MetricMediaCostEcpapvUsd
METRIC_MEDIA_COST_ECPAPV_USD
MetricMediaCostEcpaAdvertiser
METRIC_MEDIA_COST_ECPA_ADVERTISER
MetricMediaCostEcpaPartner
METRIC_MEDIA_COST_ECPA_PARTNER
MetricMediaCostEcpaUsd
METRIC_MEDIA_COST_ECPA_USD
MetricMediaCostEcpcvAdvertiser
METRIC_MEDIA_COST_ECPCV_ADVERTISER
MetricMediaCostEcpcvPartner
METRIC_MEDIA_COST_ECPCV_PARTNER
MetricMediaCostEcpcvUsd
METRIC_MEDIA_COST_ECPCV_USD
MetricMediaCostEcpcAdvertiser
METRIC_MEDIA_COST_ECPC_ADVERTISER
MetricMediaCostEcpcPartner
METRIC_MEDIA_COST_ECPC_PARTNER
MetricMediaCostEcpcUsd
METRIC_MEDIA_COST_ECPC_USD
MetricMediaCostEcpmAdvertiser
METRIC_MEDIA_COST_ECPM_ADVERTISER
MetricMediaCostEcpmPartner
METRIC_MEDIA_COST_ECPM_PARTNER
MetricMediaCostEcpmUsd
METRIC_MEDIA_COST_ECPM_USD
MetricMediaCostPartner
METRIC_MEDIA_COST_PARTNER
MetricMediaCostUsd
METRIC_MEDIA_COST_USD
MetricMediaCostViewableEcpmAdvertiser
METRIC_MEDIA_COST_VIEWABLE_ECPM_ADVERTISER
MetricMediaCostViewableEcpmPartner
METRIC_MEDIA_COST_VIEWABLE_ECPM_PARTNER
MetricMediaCostViewableEcpmUsd
METRIC_MEDIA_COST_VIEWABLE_ECPM_USD
MetricMediaFEE1Advertiser
METRIC_MEDIA_FEE1_ADVERTISER
MetricMediaFEE1Partner
METRIC_MEDIA_FEE1_PARTNER
MetricMediaFEE1Usd
METRIC_MEDIA_FEE1_USD
MetricMediaFEE2Advertiser
METRIC_MEDIA_FEE2_ADVERTISER
MetricMediaFEE2Partner
METRIC_MEDIA_FEE2_PARTNER
MetricMediaFEE2Usd
METRIC_MEDIA_FEE2_USD
MetricMediaFEE3Advertiser
METRIC_MEDIA_FEE3_ADVERTISER
MetricMediaFEE3Partner
METRIC_MEDIA_FEE3_PARTNER
MetricMediaFEE3Usd
METRIC_MEDIA_FEE3_USD
MetricMediaFEE4Advertiser
METRIC_MEDIA_FEE4_ADVERTISER
MetricMediaFEE4Partner
METRIC_MEDIA_FEE4_PARTNER
MetricMediaFEE4Usd
METRIC_MEDIA_FEE4_USD
MetricMediaFEE5Advertiser
METRIC_MEDIA_FEE5_ADVERTISER
MetricMediaFEE5Partner
METRIC_MEDIA_FEE5_PARTNER
MetricMediaFEE5Usd
METRIC_MEDIA_FEE5_USD
MetricPixelLoads
METRIC_PIXEL_LOADS
MetricPlatformFeeAdvertiser
METRIC_PLATFORM_FEE_ADVERTISER
MetricPlatformFeePartner
METRIC_PLATFORM_FEE_PARTNER
MetricPlatformFeeUsd
METRIC_PLATFORM_FEE_USD
MetricPostClickDfaRevenue
METRIC_POST_CLICK_DFA_REVENUE
MetricPostViewDfaRevenue
METRIC_POST_VIEW_DFA_REVENUE
MetricProfitAdvertiser
METRIC_PROFIT_ADVERTISER
MetricProfitEcpapcAdvertiser
METRIC_PROFIT_ECPAPC_ADVERTISER
MetricProfitEcpapcPartner
METRIC_PROFIT_ECPAPC_PARTNER
MetricProfitEcpapcUsd
METRIC_PROFIT_ECPAPC_USD
MetricProfitEcpapvAdvertiser
METRIC_PROFIT_ECPAPV_ADVERTISER
MetricProfitEcpapvPartner
METRIC_PROFIT_ECPAPV_PARTNER
MetricProfitEcpapvUsd
METRIC_PROFIT_ECPAPV_USD
MetricProfitEcpaAdvertiser
METRIC_PROFIT_ECPA_ADVERTISER
MetricProfitEcpaPartner
METRIC_PROFIT_ECPA_PARTNER
MetricProfitEcpaUsd
METRIC_PROFIT_ECPA_USD
MetricProfitEcpcAdvertiser
METRIC_PROFIT_ECPC_ADVERTISER
MetricProfitEcpcPartner
METRIC_PROFIT_ECPC_PARTNER
MetricProfitEcpcUsd
METRIC_PROFIT_ECPC_USD
MetricProfitEcpmAdvertiser
METRIC_PROFIT_ECPM_ADVERTISER
MetricProfitEcpmPartner
METRIC_PROFIT_ECPM_PARTNER
MetricProfitEcpmUsd
METRIC_PROFIT_ECPM_USD
MetricProfitMargin
METRIC_PROFIT_MARGIN
MetricProfitPartner
METRIC_PROFIT_PARTNER
MetricProfitUsd
METRIC_PROFIT_USD
MetricProfitViewableEcpmAdvertiser
METRIC_PROFIT_VIEWABLE_ECPM_ADVERTISER
MetricProfitViewableEcpmPartner
METRIC_PROFIT_VIEWABLE_ECPM_PARTNER
MetricProfitViewableEcpmUsd
METRIC_PROFIT_VIEWABLE_ECPM_USD
MetricRevenueAdvertiser
METRIC_REVENUE_ADVERTISER
MetricRevenueEcpapcAdvertiser
METRIC_REVENUE_ECPAPC_ADVERTISER
MetricRevenueEcpapcPartner
METRIC_REVENUE_ECPAPC_PARTNER
MetricRevenueEcpapcUsd
METRIC_REVENUE_ECPAPC_USD
MetricRevenueEcpapvAdvertiser
METRIC_REVENUE_ECPAPV_ADVERTISER
MetricRevenueEcpapvPartner
METRIC_REVENUE_ECPAPV_PARTNER
MetricRevenueEcpapvUsd
METRIC_REVENUE_ECPAPV_USD
MetricRevenueEcpaAdvertiser
METRIC_REVENUE_ECPA_ADVERTISER
MetricRevenueEcpaPartner
METRIC_REVENUE_ECPA_PARTNER
MetricRevenueEcpaUsd
METRIC_REVENUE_ECPA_USD
MetricRevenueEcpcvAdvertiser
METRIC_REVENUE_ECPCV_ADVERTISER
MetricRevenueEcpcvPartner
METRIC_REVENUE_ECPCV_PARTNER
MetricRevenueEcpcvUsd
METRIC_REVENUE_ECPCV_USD
MetricRevenueEcpcAdvertiser
METRIC_REVENUE_ECPC_ADVERTISER
MetricRevenueEcpcPartner
METRIC_REVENUE_ECPC_PARTNER
MetricRevenueEcpcUsd
METRIC_REVENUE_ECPC_USD
MetricRevenueEcpmAdvertiser
METRIC_REVENUE_ECPM_ADVERTISER
MetricRevenueEcpmPartner
METRIC_REVENUE_ECPM_PARTNER
MetricRevenueEcpmUsd
METRIC_REVENUE_ECPM_USD
MetricRevenuePartner
METRIC_REVENUE_PARTNER
MetricRevenueUsd
METRIC_REVENUE_USD
MetricRevenueViewableEcpmAdvertiser
METRIC_REVENUE_VIEWABLE_ECPM_ADVERTISER
MetricRevenueViewableEcpmPartner
METRIC_REVENUE_VIEWABLE_ECPM_PARTNER
MetricRevenueViewableEcpmUsd
METRIC_REVENUE_VIEWABLE_ECPM_USD
MetricRichMediaVideoCompletions
METRIC_RICH_MEDIA_VIDEO_COMPLETIONS
MetricRichMediaVideoFirstQuartileCompletes
METRIC_RICH_MEDIA_VIDEO_FIRST_QUARTILE_COMPLETES
MetricRichMediaVideoFullScreens
METRIC_RICH_MEDIA_VIDEO_FULL_SCREENS
MetricRichMediaVideoMidpoints
METRIC_RICH_MEDIA_VIDEO_MIDPOINTS
MetricRichMediaVideoMutes
METRIC_RICH_MEDIA_VIDEO_MUTES
MetricRichMediaVideoPauses
METRIC_RICH_MEDIA_VIDEO_PAUSES
MetricRichMediaVideoPlays
METRIC_RICH_MEDIA_VIDEO_PLAYS
MetricRichMediaVideoSkips
METRIC_RICH_MEDIA_VIDEO_SKIPS
MetricRichMediaVideoThirdQuartileCompletes
METRIC_RICH_MEDIA_VIDEO_THIRD_QUARTILE_COMPLETES
MetricTeaTrueviewImpressions
METRIC_TEA_TRUEVIEW_IMPRESSIONS
MetricTeaTrueviewUniqueCookies
METRIC_TEA_TRUEVIEW_UNIQUE_COOKIES
MetricTeaTrueviewUniquePeople
METRIC_TEA_TRUEVIEW_UNIQUE_PEOPLE
MetricTotalConversions
METRIC_TOTAL_CONVERSIONS
MetricTotalMediaCostAdvertiser
METRIC_TOTAL_MEDIA_COST_ADVERTISER
MetricTotalMediaCostEcpapcAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPAPC_ADVERTISER
MetricTotalMediaCostEcpapcPartner
METRIC_TOTAL_MEDIA_COST_ECPAPC_PARTNER
MetricTotalMediaCostEcpapcUsd
METRIC_TOTAL_MEDIA_COST_ECPAPC_USD
MetricTotalMediaCostEcpapvAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPAPV_ADVERTISER
MetricTotalMediaCostEcpapvPartner
METRIC_TOTAL_MEDIA_COST_ECPAPV_PARTNER
MetricTotalMediaCostEcpapvUsd
METRIC_TOTAL_MEDIA_COST_ECPAPV_USD
MetricTotalMediaCostEcpaAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPA_ADVERTISER
MetricTotalMediaCostEcpaPartner
METRIC_TOTAL_MEDIA_COST_ECPA_PARTNER
MetricTotalMediaCostEcpaUsd
METRIC_TOTAL_MEDIA_COST_ECPA_USD
MetricTotalMediaCostEcpcvAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPCV_ADVERTISER
MetricTotalMediaCostEcpcvPartner
METRIC_TOTAL_MEDIA_COST_ECPCV_PARTNER
MetricTotalMediaCostEcpcvUsd
METRIC_TOTAL_MEDIA_COST_ECPCV_USD
MetricTotalMediaCostEcpcAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPC_ADVERTISER
MetricTotalMediaCostEcpcPartner
METRIC_TOTAL_MEDIA_COST_ECPC_PARTNER
MetricTotalMediaCostEcpcUsd
METRIC_TOTAL_MEDIA_COST_ECPC_USD
MetricTotalMediaCostEcpmAdvertiser
METRIC_TOTAL_MEDIA_COST_ECPM_ADVERTISER
MetricTotalMediaCostEcpmPartner
METRIC_TOTAL_MEDIA_COST_ECPM_PARTNER
MetricTotalMediaCostEcpmUsd
METRIC_TOTAL_MEDIA_COST_ECPM_USD
MetricTotalMediaCostPartner
METRIC_TOTAL_MEDIA_COST_PARTNER
MetricTotalMediaCostUsd
METRIC_TOTAL_MEDIA_COST_USD
MetricTotalMediaCostViewableEcpmAdvertiser
METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_ADVERTISER
MetricTotalMediaCostViewableEcpmPartner
METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_PARTNER
MetricTotalMediaCostViewableEcpmUsd
METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_USD
MetricTrueviewConversionCostManyPerViewAdvertiser
METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_ADVERTISER
MetricTrueviewConversionCostManyPerViewPartner
METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_PARTNER
MetricTrueviewConversionCostManyPerViewUsd
METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_USD
MetricTrueviewConversionCostOnePerViewAdvertiser
METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_ADVERTISER
MetricTrueviewConversionCostOnePerViewPartner
METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_PARTNER
MetricTrueviewConversionCostOnePerViewUsd
METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_USD
MetricTrueviewConversionManyPerView
METRIC_TRUEVIEW_CONVERSION_MANY_PER_VIEW
MetricTrueviewConversionOnePerView
METRIC_TRUEVIEW_CONVERSION_ONE_PER_VIEW
MetricTrueviewConversionRateOnePerView
METRIC_TRUEVIEW_CONVERSION_RATE_ONE_PER_VIEW
MetricTrueviewConversionValueManyPerViewAdvertiser
METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_ADVERTISER
MetricTrueviewConversionValueManyPerViewPartner
METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_PARTNER
MetricTrueviewConversionValueManyPerViewUsd
METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_USD
MetricTrueviewConversionValueOnePerViewAdvertiser
METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_ADVERTISER
MetricTrueviewConversionValueOnePerViewPartner
METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_PARTNER
MetricTrueviewConversionValueOnePerViewUsd
METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_USD
MetricTrueviewCostConversionManyPerViewRatio
METRIC_TRUEVIEW_COST_CONVERSION_MANY_PER_VIEW_RATIO
MetricTrueviewCostConversionOnePerViewRatio
METRIC_TRUEVIEW_COST_CONVERSION_ONE_PER_VIEW_RATIO
MetricTrueviewCpvAdvertiser
METRIC_TRUEVIEW_CPV_ADVERTISER
MetricTrueviewCpvPartner
METRIC_TRUEVIEW_CPV_PARTNER
MetricTrueviewCpvUsd
METRIC_TRUEVIEW_CPV_USD
MetricTrueviewEarnedLikes
METRIC_TRUEVIEW_EARNED_LIKES
MetricTrueviewEarnedPlayListAdditions
METRIC_TRUEVIEW_EARNED_PLAYLIST_ADDITIONS
MetricTrueviewEarnedShares
METRIC_TRUEVIEW_EARNED_SHARES
MetricTrueviewEarnedSubscribers
METRIC_TRUEVIEW_EARNED_SUBSCRIBERS
MetricTrueviewEarnedViews
METRIC_TRUEVIEW_EARNED_VIEWS
MetricTrueviewImpressionShare
METRIC_TRUEVIEW_IMPRESSION_SHARE
MetricTrueviewLostIsBudget
METRIC_TRUEVIEW_LOST_IS_BUDGET
MetricTrueviewLostIsRank
METRIC_TRUEVIEW_LOST_IS_RANK
MetricTrueviewTotalConversionValue
METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUE
MetricTrueviewTotalConversionValuesAdvertiser
METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_ADVERTISER
MetricTrueviewTotalConversionValuesPartner
METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_PARTNER
MetricTrueviewTotalConversionValuesUsd
METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_USD
MetricTrueviewUniqueViewers
METRIC_TRUEVIEW_UNIQUE_VIEWERS
MetricTrueviewValueConversionManyPerViewRatio
METRIC_TRUEVIEW_VALUE_CONVERSION_MANY_PER_VIEW_RATIO
MetricTrueviewValueConversionOnePerViewRatio
METRIC_TRUEVIEW_VALUE_CONVERSION_ONE_PER_VIEW_RATIO
MetricTrueviewViews
METRIC_TRUEVIEW_VIEWS
MetricTrueviewViewRate
METRIC_TRUEVIEW_VIEW_RATE
MetricTrueviewViewThroughConversion
METRIC_TRUEVIEW_VIEW_THROUGH_CONVERSION
MetricUniqueVisitorsCookies
METRIC_UNIQUE_VISITORS_COOKIES
MetricUnknown
METRIC_UNKNOWN
MetricVideoCompanionClicks
METRIC_VIDEO_COMPANION_CLICKS
MetricVideoCompanionImpressions
METRIC_VIDEO_COMPANION_IMPRESSIONS
MetricVideoCompletionRate
METRIC_VIDEO_COMPLETION_RATE

QueryScheduleFrequency

ReportMetadata

reportMetadata :: ReportMetadata Source

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

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

rmReportDataEndTimeMs :: Lens' ReportMetadata (Maybe Int64) Source

The ending time for the data that is shown in the report.

rmGoogleCloudStoragePath :: Lens' ReportMetadata (Maybe Text) Source

The path to the location in Google Cloud Storage where the report is stored.

rmReportDataStartTimeMs :: Lens' ReportMetadata (Maybe Int64) Source

The starting time for the data that is shown in the report.

Report

data Report Source

Represents a report.

See: report smart constructor.

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:

rParams :: Lens' Report (Maybe Parameters) Source

Report parameters.

rKey :: Lens' Report (Maybe ReportKey) Source

Key used to identify a report.

RowStatus

data RowStatus Source

Represents the upload status of a row in the request.

See: rowStatus smart constructor.

rowStatus :: RowStatus Source

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

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

rsChanged :: Lens' RowStatus (Maybe Bool) Source

Whether the stored entity is changed as a result of upload.

rsPersisted :: Lens' RowStatus (Maybe Bool) Source

Whether the entity is persisted.

rsErrors :: Lens' RowStatus [Text] Source

Reasons why the entity can't be uploaded.

DownloadLineItemsRequestFileSpec

ReportKey

reportKey :: ReportKey Source

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

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

UploadLineItemsRequestFormat

UploadStatus

uploadStatus :: UploadStatus Source

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

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

usRowStatus :: Lens' UploadStatus [RowStatus] Source

Per-row upload status.

usErrors :: Lens' UploadStatus [Text] Source

Reasons why upload can't be completed.

QuerySchedule

querySchedule :: QuerySchedule Source

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

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

qsEndTimeMs :: Lens' QuerySchedule (Maybe Int64) Source

Datetime to periodically run the query until.

qsNextRunMinuteOfDay :: Lens' QuerySchedule (Maybe Int32) Source

Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.

qsNextRunTimezoneCode :: Lens' QuerySchedule (Maybe Text) Source

Canonical timezone code for report generation time. Defaults to America/New_York.

DownloadLineItemsResponse

downloadLineItemsResponse :: DownloadLineItemsResponse Source

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

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

dlirLineItems :: Lens' DownloadLineItemsResponse (Maybe Text) Source

Retrieved line items in CSV format. Refer to Entity Write File Format or Structured Data File Format for more information on file formats.

ReportStatus

reportStatus :: ReportStatus Source

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

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

rsFinishTimeMs :: Lens' ReportStatus (Maybe Int64) Source

The time when this report either completed successfully or failed.

rsFormat :: Lens' ReportStatus (Maybe ReportStatusFormat) Source

The file type of the report.

rsFailure :: Lens' ReportStatus (Maybe ReportFailure) Source

If the report failed, this records the cause.

Query

data Query Source

Represents a query.

See: query smart constructor.

query :: Query Source

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

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

qReportDataEndTimeMs :: Lens' Query (Maybe Int64) Source

The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.

qSchedule :: Lens' Query (Maybe QuerySchedule) Source

Information on how often and when to run a query.

qKind :: Lens' Query Text Source

Identifies what kind of resource this is. Value: the fixed string "doubleclickbidmanager#query".

qParams :: Lens' Query (Maybe Parameters) Source

Query parameters.

qReportDataStartTimeMs :: Lens' Query (Maybe Int64) Source

The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.

qTimezoneCode :: Lens' Query (Maybe Text) Source

Canonical timezone code for report data time. Defaults to America/New_York.

Parameters

parameters :: Parameters Source

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

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

pMetrics :: Lens' Parameters [ParametersMetricsItem] Source

Metrics to include as columns in your report.

pIncludeInviteData :: Lens' Parameters (Maybe Bool) Source

Whether to include data from Invite Media.

pFilters :: Lens' Parameters [FilterPair] Source

Filters used to match traffic data in your report.

pGroupBys :: Lens' Parameters [ParametersGroupBysItem] Source

Data is grouped by the filters listed in this field.

FilterPairType

data FilterPairType Source

Filter type.

Constructors

FilterActiveViewExpectedViewability
FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY
FilterActivityId
FILTER_ACTIVITY_ID
FilterAdvertiser
FILTER_ADVERTISER
FilterAdvertiserCurrency
FILTER_ADVERTISER_CURRENCY
FilterAdvertiserTimezone
FILTER_ADVERTISER_TIMEZONE
FilterAdPosition
FILTER_AD_POSITION
FilterAge
FILTER_AGE
FilterBrandsafeChannelId
FILTER_BRANDSAFE_CHANNEL_ID
FilterBrowser
FILTER_BROWSER
FilterCampaignDailyFrequency
FILTER_CAMPAIGN_DAILY_FREQUENCY
FilterCarrier
FILTER_CARRIER
FilterChannelId
FILTER_CHANNEL_ID
FilterCity
FILTER_CITY
FilterConversionDelay
FILTER_CONVERSION_DELAY
FilterCountry
FILTER_COUNTRY
FilterCreativeHeight
FILTER_CREATIVE_HEIGHT
FilterCreativeId
FILTER_CREATIVE_ID
FilterCreativeSize
FILTER_CREATIVE_SIZE
FilterCreativeType
FILTER_CREATIVE_TYPE
FilterCreativeWidth
FILTER_CREATIVE_WIDTH
FilterDataProvider
FILTER_DATA_PROVIDER
FilterDate
FILTER_DATE
FilterDayOfWeek
FILTER_DAY_OF_WEEK
FilterDma
FILTER_DMA
FilterExchangeId
FILTER_EXCHANGE_ID
FilterFloodlightPixelId
FILTER_FLOODLIGHT_PIXEL_ID
FilterGender
FILTER_GENDER
FilterInsertionOrder
FILTER_INSERTION_ORDER
FilterInventoryFormat
FILTER_INVENTORY_FORMAT
FilterInventorySource
FILTER_INVENTORY_SOURCE
FilterInventorySourceType
FILTER_INVENTORY_SOURCE_TYPE
FilterKeyword
FILTER_KEYWORD
FilterLineItem
FILTER_LINE_ITEM
FilterLineItemDailyFrequency
FILTER_LINE_ITEM_DAILY_FREQUENCY
FilterLineItemLifetimeFrequency
FILTER_LINE_ITEM_LIFETIME_FREQUENCY
FilterLineItemType
FILTER_LINE_ITEM_TYPE
FilterMobileDeviceMake
FILTER_MOBILE_DEVICE_MAKE
FilterMobileDeviceMakeModel
FILTER_MOBILE_DEVICE_MAKE_MODEL
FilterMobileDeviceType
FILTER_MOBILE_DEVICE_TYPE
FilterMobileGeo
FILTER_MOBILE_GEO
FilterMonth
FILTER_MONTH
FilterMraidSupport
FILTER_MRAID_SUPPORT
FilterNielsenAge
FILTER_NIELSEN_AGE
FilterNielsenCountryCode
FILTER_NIELSEN_COUNTRY_CODE
FilterNielsenDeviceId
FILTER_NIELSEN_DEVICE_ID
FilterNielsenGender
FILTER_NIELSEN_GENDER
FilterOrderId
FILTER_ORDER_ID
FilterOS
FILTER_OS
FilterPageCategory
FILTER_PAGE_CATEGORY
FilterPageLayout
FILTER_PAGE_LAYOUT
FilterPartner
FILTER_PARTNER
FilterPartnerCurrency
FILTER_PARTNER_CURRENCY
FilterPublicInventory
FILTER_PUBLIC_INVENTORY
FilterQuarter
FILTER_QUARTER
FilterRegion
FILTER_REGION
FilterRegularChannelId
FILTER_REGULAR_CHANNEL_ID
FilterSiteId
FILTER_SITE_ID
FilterSiteLanguage
FILTER_SITE_LANGUAGE
FilterTargetedUserList
FILTER_TARGETED_USER_LIST
FilterTimeOfDay
FILTER_TIME_OF_DAY
FilterTrueviewConversionType
FILTER_TRUEVIEW_CONVERSION_TYPE
FilterUnknown
FILTER_UNKNOWN
FilterUserList
FILTER_USER_LIST
FilterUserListFirstParty
FILTER_USER_LIST_FIRST_PARTY
FilterUserListThirdParty
FILTER_USER_LIST_THIRD_PARTY
FilterVideoAdPositionInStream
FILTER_VIDEO_AD_POSITION_IN_STREAM
FilterVideoCompanionSize
FILTER_VIDEO_COMPANION_SIZE
FilterVideoCompanionType
FILTER_VIDEO_COMPANION_TYPE
FilterVideoCreativeDuration
FILTER_VIDEO_CREATIVE_DURATION
FilterVideoCreativeDurationSkippable
FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE
FilterVideoDurationSeconds
FILTER_VIDEO_DURATION_SECONDS
FilterVideoFormatSupport
FILTER_VIDEO_FORMAT_SUPPORT
FilterVideoInventoryType
FILTER_VIDEO_INVENTORY_TYPE
FilterVideoPlayerSize
FILTER_VIDEO_PLAYER_SIZE
FilterVideoRatingTier
FILTER_VIDEO_RATING_TIER
FilterVideoSkippableSupport
FILTER_VIDEO_SKIPPABLE_SUPPORT
FilterVideoVpaidSupport
FILTER_VIDEO_VPAID_SUPPORT
FilterWeek
FILTER_WEEK
FilterYear
FILTER_YEAR
FilterYouTubeVertical
FILTER_YOUTUBE_VERTICAL
FilterZipCode
FILTER_ZIP_CODE

RunQueryRequestDataRange

ReportStatusState

ParametersGroupBysItem

data ParametersGroupBysItem Source

Constructors

PGBIFilterActiveViewExpectedViewability
FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY
PGBIFilterActivityId
FILTER_ACTIVITY_ID
PGBIFilterAdvertiser
FILTER_ADVERTISER
PGBIFilterAdvertiserCurrency
FILTER_ADVERTISER_CURRENCY
PGBIFilterAdvertiserTimezone
FILTER_ADVERTISER_TIMEZONE
PGBIFilterAdPosition
FILTER_AD_POSITION
PGBIFilterAge
FILTER_AGE
PGBIFilterBrandsafeChannelId
FILTER_BRANDSAFE_CHANNEL_ID
PGBIFilterBrowser
FILTER_BROWSER
PGBIFilterCampaignDailyFrequency
FILTER_CAMPAIGN_DAILY_FREQUENCY
PGBIFilterCarrier
FILTER_CARRIER
PGBIFilterChannelId
FILTER_CHANNEL_ID
PGBIFilterCity
FILTER_CITY
PGBIFilterConversionDelay
FILTER_CONVERSION_DELAY
PGBIFilterCountry
FILTER_COUNTRY
PGBIFilterCreativeHeight
FILTER_CREATIVE_HEIGHT
PGBIFilterCreativeId
FILTER_CREATIVE_ID
PGBIFilterCreativeSize
FILTER_CREATIVE_SIZE
PGBIFilterCreativeType
FILTER_CREATIVE_TYPE
PGBIFilterCreativeWidth
FILTER_CREATIVE_WIDTH
PGBIFilterDataProvider
FILTER_DATA_PROVIDER
PGBIFilterDate
FILTER_DATE
PGBIFilterDayOfWeek
FILTER_DAY_OF_WEEK
PGBIFilterDma
FILTER_DMA
PGBIFilterExchangeId
FILTER_EXCHANGE_ID
PGBIFilterFloodlightPixelId
FILTER_FLOODLIGHT_PIXEL_ID
PGBIFilterGender
FILTER_GENDER
PGBIFilterInsertionOrder
FILTER_INSERTION_ORDER
PGBIFilterInventoryFormat
FILTER_INVENTORY_FORMAT
PGBIFilterInventorySource
FILTER_INVENTORY_SOURCE
PGBIFilterInventorySourceType
FILTER_INVENTORY_SOURCE_TYPE
PGBIFilterKeyword
FILTER_KEYWORD
PGBIFilterLineItem
FILTER_LINE_ITEM
PGBIFilterLineItemDailyFrequency
FILTER_LINE_ITEM_DAILY_FREQUENCY
PGBIFilterLineItemLifetimeFrequency
FILTER_LINE_ITEM_LIFETIME_FREQUENCY
PGBIFilterLineItemType
FILTER_LINE_ITEM_TYPE
PGBIFilterMobileDeviceMake
FILTER_MOBILE_DEVICE_MAKE
PGBIFilterMobileDeviceMakeModel
FILTER_MOBILE_DEVICE_MAKE_MODEL
PGBIFilterMobileDeviceType
FILTER_MOBILE_DEVICE_TYPE
PGBIFilterMobileGeo
FILTER_MOBILE_GEO
PGBIFilterMonth
FILTER_MONTH
PGBIFilterMraidSupport
FILTER_MRAID_SUPPORT
PGBIFilterNielsenAge
FILTER_NIELSEN_AGE
PGBIFilterNielsenCountryCode
FILTER_NIELSEN_COUNTRY_CODE
PGBIFilterNielsenDeviceId
FILTER_NIELSEN_DEVICE_ID
PGBIFilterNielsenGender
FILTER_NIELSEN_GENDER
PGBIFilterOrderId
FILTER_ORDER_ID
PGBIFilterOS
FILTER_OS
PGBIFilterPageCategory
FILTER_PAGE_CATEGORY
PGBIFilterPageLayout
FILTER_PAGE_LAYOUT
PGBIFilterPartner
FILTER_PARTNER
PGBIFilterPartnerCurrency
FILTER_PARTNER_CURRENCY
PGBIFilterPublicInventory
FILTER_PUBLIC_INVENTORY
PGBIFilterQuarter
FILTER_QUARTER
PGBIFilterRegion
FILTER_REGION
PGBIFilterRegularChannelId
FILTER_REGULAR_CHANNEL_ID
PGBIFilterSiteId
FILTER_SITE_ID
PGBIFilterSiteLanguage
FILTER_SITE_LANGUAGE
PGBIFilterTargetedUserList
FILTER_TARGETED_USER_LIST
PGBIFilterTimeOfDay
FILTER_TIME_OF_DAY
PGBIFilterTrueviewConversionType
FILTER_TRUEVIEW_CONVERSION_TYPE
PGBIFilterUnknown
FILTER_UNKNOWN
PGBIFilterUserList
FILTER_USER_LIST
PGBIFilterUserListFirstParty
FILTER_USER_LIST_FIRST_PARTY
PGBIFilterUserListThirdParty
FILTER_USER_LIST_THIRD_PARTY
PGBIFilterVideoAdPositionInStream
FILTER_VIDEO_AD_POSITION_IN_STREAM
PGBIFilterVideoCompanionSize
FILTER_VIDEO_COMPANION_SIZE
PGBIFilterVideoCompanionType
FILTER_VIDEO_COMPANION_TYPE
PGBIFilterVideoCreativeDuration
FILTER_VIDEO_CREATIVE_DURATION
PGBIFilterVideoCreativeDurationSkippable
FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE
PGBIFilterVideoDurationSeconds
FILTER_VIDEO_DURATION_SECONDS
PGBIFilterVideoFormatSupport
FILTER_VIDEO_FORMAT_SUPPORT
PGBIFilterVideoInventoryType
FILTER_VIDEO_INVENTORY_TYPE
PGBIFilterVideoPlayerSize
FILTER_VIDEO_PLAYER_SIZE
PGBIFilterVideoRatingTier
FILTER_VIDEO_RATING_TIER
PGBIFilterVideoSkippableSupport
FILTER_VIDEO_SKIPPABLE_SUPPORT
PGBIFilterVideoVpaidSupport
FILTER_VIDEO_VPAID_SUPPORT
PGBIFilterWeek
FILTER_WEEK
PGBIFilterYear
FILTER_YEAR
PGBIFilterYouTubeVertical
FILTER_YOUTUBE_VERTICAL
PGBIFilterZipCode
FILTER_ZIP_CODE

ReportFailureErrorCode

data ReportFailureErrorCode Source

Error code that shows why the report was not created.

Constructors

AuthenticationError
AUTHENTICATION_ERROR
DeprecatedReportingInvalidQuery
DEPRECATED_REPORTING_INVALID_QUERY
ReportingBucketNotFound
REPORTING_BUCKET_NOT_FOUND
ReportingCreateBucketFailed
REPORTING_CREATE_BUCKET_FAILED
ReportingDeleteBucketFailed
REPORTING_DELETE_BUCKET_FAILED
ReportingFatalError
REPORTING_FATAL_ERROR
ReportingIllegalFilename
REPORTING_ILLEGAL_FILENAME
ReportingImcompatibleMetrics
REPORTING_IMCOMPATIBLE_METRICS
ReportingInvalidQueryMissingPartnerAndAdvertiserFilters
REPORTING_INVALID_QUERY_MISSING_PARTNER_AND_ADVERTISER_FILTERS
ReportingInvalidQueryTitleMissing
REPORTING_INVALID_QUERY_TITLE_MISSING
ReportingInvalidQueryTooManyUnfilteredLargeGroupBys
REPORTING_INVALID_QUERY_TOO_MANY_UNFILTERED_LARGE_GROUP_BYS
ReportingQueryNotFound
REPORTING_QUERY_NOT_FOUND
ReportingTransientError
REPORTING_TRANSIENT_ERROR
ReportingUpdateBucketPermissionFailed
REPORTING_UPDATE_BUCKET_PERMISSION_FAILED
ReportingWriteBucketObjectFailed
REPORTING_WRITE_BUCKET_OBJECT_FAILED
ServerError
SERVER_ERROR
UnauthorizedAPIAccess
UNAUTHORIZED_API_ACCESS
ValidationError
VALIDATION_ERROR

DownloadLineItemsRequestFormat

ReportFailure

reportFailure :: ReportFailure Source

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

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

rfErrorCode :: Lens' ReportFailure (Maybe ReportFailureErrorCode) Source

Error code that shows why the report was not created.

ReportStatusFormat