@cesteral/dbm-mcp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +201 -0
- package/README.md +197 -0
- package/dist/config/index.d.ts +112 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +55 -0
- package/dist/config/index.js.map +1 -0
- package/dist/generated/compatibility-rules.d.ts +26 -0
- package/dist/generated/compatibility-rules.d.ts.map +1 -0
- package/dist/generated/compatibility-rules.js +142 -0
- package/dist/generated/compatibility-rules.js.map +1 -0
- package/dist/generated/filters.d.ts +19 -0
- package/dist/generated/filters.d.ts.map +1 -0
- package/dist/generated/filters.js +2541 -0
- package/dist/generated/filters.js.map +1 -0
- package/dist/generated/index.d.ts +5 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +5 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/metrics.d.ts +28 -0
- package/dist/generated/metrics.d.ts.map +1 -0
- package/dist/generated/metrics.js +961 -0
- package/dist/generated/metrics.js.map +1 -0
- package/dist/generated/report-types.d.ts +14 -0
- package/dist/generated/report-types.d.ts.map +1 -0
- package/dist/generated/report-types.js +94 -0
- package/dist/generated/report-types.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +51 -0
- package/dist/index.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-campaign-setup.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-campaign-setup.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-campaign-setup.prompt.js +299 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-campaign-setup.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-performance.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-performance.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-performance.prompt.js +170 -0
- package/dist/mcp-server/prompts/definitions/cross-platform-performance.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/custom-query-workflow.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/custom-query-workflow.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/custom-query-workflow.prompt.js +164 -0
- package/dist/mcp-server/prompts/definitions/custom-query-workflow.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/pacing-performance-analysis.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/pacing-performance-analysis.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/pacing-performance-analysis.prompt.js +204 -0
- package/dist/mcp-server/prompts/definitions/pacing-performance-analysis.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/tool-schema-exploration.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/tool-schema-exploration.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/tool-schema-exploration.prompt.js +66 -0
- package/dist/mcp-server/prompts/definitions/tool-schema-exploration.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/troubleshoot-report.prompt.d.ts +4 -0
- package/dist/mcp-server/prompts/definitions/troubleshoot-report.prompt.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/troubleshoot-report.prompt.js +179 -0
- package/dist/mcp-server/prompts/definitions/troubleshoot-report.prompt.js.map +1 -0
- package/dist/mcp-server/prompts/definitions/types.d.ts +15 -0
- package/dist/mcp-server/prompts/definitions/types.d.ts.map +1 -0
- package/dist/mcp-server/prompts/definitions/types.js +2 -0
- package/dist/mcp-server/prompts/definitions/types.js.map +1 -0
- package/dist/mcp-server/prompts/index.d.ts +6 -0
- package/dist/mcp-server/prompts/index.d.ts.map +1 -0
- package/dist/mcp-server/prompts/index.js +57 -0
- package/dist/mcp-server/prompts/index.js.map +1 -0
- package/dist/mcp-server/resources/definitions/compatibility-rules.resource.d.ts +3 -0
- package/dist/mcp-server/resources/definitions/compatibility-rules.resource.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/compatibility-rules.resource.js +130 -0
- package/dist/mcp-server/resources/definitions/compatibility-rules.resource.js.map +1 -0
- package/dist/mcp-server/resources/definitions/filter-types.resource.d.ts +4 -0
- package/dist/mcp-server/resources/definitions/filter-types.resource.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/filter-types.resource.js +198 -0
- package/dist/mcp-server/resources/definitions/filter-types.resource.js.map +1 -0
- package/dist/mcp-server/resources/definitions/index.d.ts +8 -0
- package/dist/mcp-server/resources/definitions/index.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/index.js +49 -0
- package/dist/mcp-server/resources/definitions/index.js.map +1 -0
- package/dist/mcp-server/resources/definitions/metric-types.resource.d.ts +4 -0
- package/dist/mcp-server/resources/definitions/metric-types.resource.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/metric-types.resource.js +221 -0
- package/dist/mcp-server/resources/definitions/metric-types.resource.js.map +1 -0
- package/dist/mcp-server/resources/definitions/query-examples.resource.d.ts +169 -0
- package/dist/mcp-server/resources/definitions/query-examples.resource.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/query-examples.resource.js +261 -0
- package/dist/mcp-server/resources/definitions/query-examples.resource.js.map +1 -0
- package/dist/mcp-server/resources/definitions/report-types.resource.d.ts +3 -0
- package/dist/mcp-server/resources/definitions/report-types.resource.d.ts.map +1 -0
- package/dist/mcp-server/resources/definitions/report-types.resource.js +198 -0
- package/dist/mcp-server/resources/definitions/report-types.resource.js.map +1 -0
- package/dist/mcp-server/resources/index.d.ts +3 -0
- package/dist/mcp-server/resources/index.d.ts.map +1 -0
- package/dist/mcp-server/resources/index.js +2 -0
- package/dist/mcp-server/resources/index.js.map +1 -0
- package/dist/mcp-server/resources/types.d.ts +16 -0
- package/dist/mcp-server/resources/types.d.ts.map +1 -0
- package/dist/mcp-server/resources/types.js +2 -0
- package/dist/mcp-server/resources/types.js.map +1 -0
- package/dist/mcp-server/server.d.ts +5 -0
- package/dist/mcp-server/server.d.ts.map +1 -0
- package/dist/mcp-server/server.js +115 -0
- package/dist/mcp-server/server.js.map +1 -0
- package/dist/mcp-server/tools/definitions/get-campaign-delivery.tool.d.ts +89 -0
- package/dist/mcp-server/tools/definitions/get-campaign-delivery.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/get-campaign-delivery.tool.js +128 -0
- package/dist/mcp-server/tools/definitions/get-campaign-delivery.tool.js.map +1 -0
- package/dist/mcp-server/tools/definitions/get-historical-metrics.tool.d.ts +155 -0
- package/dist/mcp-server/tools/definitions/get-historical-metrics.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/get-historical-metrics.tool.js +160 -0
- package/dist/mcp-server/tools/definitions/get-historical-metrics.tool.js.map +1 -0
- package/dist/mcp-server/tools/definitions/get-pacing-status.tool.d.ts +138 -0
- package/dist/mcp-server/tools/definitions/get-pacing-status.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/get-pacing-status.tool.js +171 -0
- package/dist/mcp-server/tools/definitions/get-pacing-status.tool.js.map +1 -0
- package/dist/mcp-server/tools/definitions/get-performance-metrics.tool.d.ts +122 -0
- package/dist/mcp-server/tools/definitions/get-performance-metrics.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/get-performance-metrics.tool.js +143 -0
- package/dist/mcp-server/tools/definitions/get-performance-metrics.tool.js.map +1 -0
- package/dist/mcp-server/tools/definitions/index.d.ts +8 -0
- package/dist/mcp-server/tools/definitions/index.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/index.js +23 -0
- package/dist/mcp-server/tools/definitions/index.js.map +1 -0
- package/dist/mcp-server/tools/definitions/run-custom-query-async.tool.d.ts +4 -0
- package/dist/mcp-server/tools/definitions/run-custom-query-async.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/run-custom-query-async.tool.js +46 -0
- package/dist/mcp-server/tools/definitions/run-custom-query-async.tool.js.map +1 -0
- package/dist/mcp-server/tools/definitions/run-custom-query.tool.d.ts +186 -0
- package/dist/mcp-server/tools/definitions/run-custom-query.tool.d.ts.map +1 -0
- package/dist/mcp-server/tools/definitions/run-custom-query.tool.js +202 -0
- package/dist/mcp-server/tools/definitions/run-custom-query.tool.js.map +1 -0
- package/dist/mcp-server/tools/index.d.ts +2 -0
- package/dist/mcp-server/tools/index.d.ts.map +1 -0
- package/dist/mcp-server/tools/index.js +2 -0
- package/dist/mcp-server/tools/index.js.map +1 -0
- package/dist/mcp-server/tools/utils/query-validation.d.ts +44 -0
- package/dist/mcp-server/tools/utils/query-validation.d.ts.map +1 -0
- package/dist/mcp-server/tools/utils/query-validation.js +107 -0
- package/dist/mcp-server/tools/utils/query-validation.js.map +1 -0
- package/dist/mcp-server/tools/utils/resolve-session.d.ts +4 -0
- package/dist/mcp-server/tools/utils/resolve-session.d.ts.map +1 -0
- package/dist/mcp-server/tools/utils/resolve-session.js +6 -0
- package/dist/mcp-server/tools/utils/resolve-session.js.map +1 -0
- package/dist/mcp-server/transports/streamable-http-transport.d.ts +55 -0
- package/dist/mcp-server/transports/streamable-http-transport.d.ts.map +1 -0
- package/dist/mcp-server/transports/streamable-http-transport.js +55 -0
- package/dist/mcp-server/transports/streamable-http-transport.js.map +1 -0
- package/dist/services/bid-manager/BidManagerService.d.ts +68 -0
- package/dist/services/bid-manager/BidManagerService.d.ts.map +1 -0
- package/dist/services/bid-manager/BidManagerService.js +464 -0
- package/dist/services/bid-manager/BidManagerService.js.map +1 -0
- package/dist/services/bid-manager/auth-bridge.d.ts +6 -0
- package/dist/services/bid-manager/auth-bridge.d.ts.map +1 -0
- package/dist/services/bid-manager/auth-bridge.js +13 -0
- package/dist/services/bid-manager/auth-bridge.js.map +1 -0
- package/dist/services/bid-manager/client.d.ts +4 -0
- package/dist/services/bid-manager/client.d.ts.map +1 -0
- package/dist/services/bid-manager/client.js +2 -0
- package/dist/services/bid-manager/client.js.map +1 -0
- package/dist/services/bid-manager/index.d.ts +6 -0
- package/dist/services/bid-manager/index.d.ts.map +1 -0
- package/dist/services/bid-manager/index.js +4 -0
- package/dist/services/bid-manager/index.js.map +1 -0
- package/dist/services/bid-manager/report-parser.d.ts +26 -0
- package/dist/services/bid-manager/report-parser.d.ts.map +1 -0
- package/dist/services/bid-manager/report-parser.js +141 -0
- package/dist/services/bid-manager/report-parser.js.map +1 -0
- package/dist/services/bid-manager/types.d.ts +668 -0
- package/dist/services/bid-manager/types.d.ts.map +1 -0
- package/dist/services/bid-manager/types.js +256 -0
- package/dist/services/bid-manager/types.js.map +1 -0
- package/dist/services/session-services.d.ts +12 -0
- package/dist/services/session-services.d.ts.map +1 -0
- package/dist/services/session-services.js +18 -0
- package/dist/services/session-services.js.map +1 -0
- package/dist/types-global/bid-manager.d.ts +76 -0
- package/dist/types-global/bid-manager.d.ts.map +1 -0
- package/dist/types-global/bid-manager.js +2 -0
- package/dist/types-global/bid-manager.js.map +1 -0
- package/dist/types-global/index.d.ts +2 -0
- package/dist/types-global/index.d.ts.map +1 -0
- package/dist/types-global/index.js +2 -0
- package/dist/types-global/index.js.map +1 -0
- package/dist/types-global/mcp.d.ts +2 -0
- package/dist/types-global/mcp.d.ts.map +1 -0
- package/dist/types-global/mcp.js +2 -0
- package/dist/types-global/mcp.js.map +1 -0
- package/dist/utils/date.d.ts +2 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/date.js +7 -0
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/errors/bid-manager-errors.d.ts +57 -0
- package/dist/utils/errors/bid-manager-errors.d.ts.map +1 -0
- package/dist/utils/errors/bid-manager-errors.js +119 -0
- package/dist/utils/errors/bid-manager-errors.js.map +1 -0
- package/dist/utils/errors/index.d.ts +3 -0
- package/dist/utils/errors/index.d.ts.map +1 -0
- package/dist/utils/errors/index.js +3 -0
- package/dist/utils/errors/index.js.map +1 -0
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +4 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/math.d.ts +9 -0
- package/dist/utils/math.d.ts.map +1 -0
- package/dist/utils/math.js +38 -0
- package/dist/utils/math.js.map +1 -0
- package/dist/utils/metrics.d.ts +21 -0
- package/dist/utils/metrics.d.ts.map +1 -0
- package/dist/utils/metrics.js +92 -0
- package/dist/utils/metrics.js.map +1 -0
- package/dist/utils/platform.d.ts +3 -0
- package/dist/utils/platform.d.ts.map +1 -0
- package/dist/utils/platform.js +5 -0
- package/dist/utils/platform.js.map +1 -0
- package/dist/utils/security/index.d.ts +2 -0
- package/dist/utils/security/index.d.ts.map +1 -0
- package/dist/utils/security/index.js +2 -0
- package/dist/utils/security/index.js.map +1 -0
- package/dist/utils/security/rate-limiter.d.ts +3 -0
- package/dist/utils/security/rate-limiter.d.ts.map +1 -0
- package/dist/utils/security/rate-limiter.js +5 -0
- package/dist/utils/security/rate-limiter.js.map +1 -0
- package/dist/utils/telemetry/index.d.ts +2 -0
- package/dist/utils/telemetry/index.d.ts.map +1 -0
- package/dist/utils/telemetry/index.js +2 -0
- package/dist/utils/telemetry/index.js.map +1 -0
- package/dist/utils/telemetry/tracing.d.ts +3 -0
- package/dist/utils/telemetry/tracing.d.ts.map +1 -0
- package/dist/utils/telemetry/tracing.js +4 -0
- package/dist/utils/telemetry/tracing.js.map +1 -0
- package/package.json +60 -0
|
@@ -0,0 +1,2541 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export const FilterTypeSchema = z.enum([
|
|
3
|
+
"FILTER_ACTIVE_VIEW_CUSTOM_METRIC_ID",
|
|
4
|
+
"FILTER_ACTIVE_VIEW_CUSTOM_METRIC_NAME",
|
|
5
|
+
"FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY",
|
|
6
|
+
"FILTER_ADVERTISER",
|
|
7
|
+
"FILTER_ADVERTISER_CURRENCY",
|
|
8
|
+
"FILTER_ADVERTISER_INTEGRATION_CODE",
|
|
9
|
+
"FILTER_ADVERTISER_INTEGRATION_STATUS",
|
|
10
|
+
"FILTER_ADVERTISER_NAME",
|
|
11
|
+
"FILTER_ADVERTISER_TIMEZONE",
|
|
12
|
+
"FILTER_AD_POSITION",
|
|
13
|
+
"FILTER_AD_TYPE",
|
|
14
|
+
"FILTER_AGE",
|
|
15
|
+
"FILTER_ALGORITHM",
|
|
16
|
+
"FILTER_ALGORITHM_ID",
|
|
17
|
+
"FILTER_AMP_PAGE_REQUEST",
|
|
18
|
+
"FILTER_APP_URL",
|
|
19
|
+
"FILTER_APP_URL_EXCLUDED",
|
|
20
|
+
"FILTER_ASSET_COMBINATION_STRING",
|
|
21
|
+
"FILTER_ATTRIBUTED_USERLIST",
|
|
22
|
+
"FILTER_ATTRIBUTED_USERLIST_COMMERCE_PARTNER",
|
|
23
|
+
"FILTER_ATTRIBUTED_USERLIST_COST",
|
|
24
|
+
"FILTER_ATTRIBUTED_USERLIST_IS_COMMERCE",
|
|
25
|
+
"FILTER_ATTRIBUTED_USERLIST_TYPE",
|
|
26
|
+
"FILTER_ATTRIBUTION_MODEL",
|
|
27
|
+
"FILTER_AUDIENCE_LIST",
|
|
28
|
+
"FILTER_AUDIENCE_LIST_COST",
|
|
29
|
+
"FILTER_AUDIENCE_LIST_TYPE",
|
|
30
|
+
"FILTER_AUDIO_FEED_TYPE_NAME",
|
|
31
|
+
"FILTER_AUTHORIZED_SELLER_STATE",
|
|
32
|
+
"FILTER_BID_STRATEGY_TYPE_NAME",
|
|
33
|
+
"FILTER_BILLABLE_OUTCOME",
|
|
34
|
+
"FILTER_BRAND_LIFT_TYPE",
|
|
35
|
+
"FILTER_BROWSER",
|
|
36
|
+
"FILTER_BUDGET_SEGMENT_BUDGET",
|
|
37
|
+
"FILTER_BUDGET_SEGMENT_DESCRIPTION",
|
|
38
|
+
"FILTER_BUDGET_SEGMENT_END_DATE",
|
|
39
|
+
"FILTER_BUDGET_SEGMENT_PACING_PERCENTAGE",
|
|
40
|
+
"FILTER_BUDGET_SEGMENT_START_DATE",
|
|
41
|
+
"FILTER_BUDGET_SEGMENT_TYPE",
|
|
42
|
+
"FILTER_CAMPAIGN_DAILY_FREQUENCY",
|
|
43
|
+
"FILTER_CARRIER",
|
|
44
|
+
"FILTER_CARRIER_NAME",
|
|
45
|
+
"FILTER_CART_DATA_ITEM_ID",
|
|
46
|
+
"FILTER_CHANNEL_ID",
|
|
47
|
+
"FILTER_CHANNEL_NAME",
|
|
48
|
+
"FILTER_CHANNEL_TYPE",
|
|
49
|
+
"FILTER_CITY",
|
|
50
|
+
"FILTER_CITY_NAME",
|
|
51
|
+
"FILTER_CM360_PLACEMENT_ID",
|
|
52
|
+
"FILTER_COMMERCE_MEASUREMENT_FEE_COMMERCE_PARTNER_NAME",
|
|
53
|
+
"FILTER_COMMERCE_MEASUREMENT_FEE_MERCHANT_ID",
|
|
54
|
+
"FILTER_COMPANION_CREATIVE_ID",
|
|
55
|
+
"FILTER_COMPANION_CREATIVE_NAME",
|
|
56
|
+
"FILTER_CONTAINER_PERMISSIONED_LIST",
|
|
57
|
+
"FILTER_CONVERSION_AD_EVENT_TYPE",
|
|
58
|
+
"FILTER_CONVERSION_AD_EVENT_TYPE_ID",
|
|
59
|
+
"FILTER_CONVERSION_DELAY",
|
|
60
|
+
"FILTER_CONVERSION_SOURCE",
|
|
61
|
+
"FILTER_CONVERSION_SOURCE_ID",
|
|
62
|
+
"FILTER_COUNTRY",
|
|
63
|
+
"FILTER_COUNTRY_ID",
|
|
64
|
+
"FILTER_CREATIVE",
|
|
65
|
+
"FILTER_CREATIVE_ASSET",
|
|
66
|
+
"FILTER_CREATIVE_ATTRIBUTE",
|
|
67
|
+
"FILTER_CREATIVE_HEIGHT",
|
|
68
|
+
"FILTER_CREATIVE_ID",
|
|
69
|
+
"FILTER_CREATIVE_INTEGRATION_CODE",
|
|
70
|
+
"FILTER_CREATIVE_RENDERED_IN_AMP",
|
|
71
|
+
"FILTER_CREATIVE_SIZE",
|
|
72
|
+
"FILTER_CREATIVE_SOURCE",
|
|
73
|
+
"FILTER_CREATIVE_STATUS",
|
|
74
|
+
"FILTER_CREATIVE_TYPE",
|
|
75
|
+
"FILTER_CREATIVE_WIDTH",
|
|
76
|
+
"FILTER_CTV_AUDIENCE_EXPANSION",
|
|
77
|
+
"FILTER_DATA_PROVIDER",
|
|
78
|
+
"FILTER_DATA_PROVIDER_NAME",
|
|
79
|
+
"FILTER_DATA_SOURCE",
|
|
80
|
+
"FILTER_DATE",
|
|
81
|
+
"FILTER_DAY_OF_WEEK",
|
|
82
|
+
"FILTER_DEVICE_MAKE",
|
|
83
|
+
"FILTER_DEVICE_MODEL",
|
|
84
|
+
"FILTER_DEVICE_TYPE",
|
|
85
|
+
"FILTER_DIGITAL_CONTENT_LABEL",
|
|
86
|
+
"FILTER_DMA",
|
|
87
|
+
"FILTER_DMA_NAME",
|
|
88
|
+
"FILTER_DOMAIN",
|
|
89
|
+
"FILTER_ELIGIBLE_COOKIES_ON_FIRST_PARTY_AUDIENCE_LIST",
|
|
90
|
+
"FILTER_ELIGIBLE_COOKIES_ON_THIRD_PARTY_AUDIENCE_LIST_AND_INTEREST",
|
|
91
|
+
"FILTER_EVENT_PLATFORM_TYPE",
|
|
92
|
+
"FILTER_EVENT_TYPE",
|
|
93
|
+
"FILTER_EXCHANGE",
|
|
94
|
+
"FILTER_EXCHANGE_CODE",
|
|
95
|
+
"FILTER_EXCHANGE_ID",
|
|
96
|
+
"FILTER_EXTENSION",
|
|
97
|
+
"FILTER_EXTENSION_ASSET",
|
|
98
|
+
"FILTER_EXTENSION_ASSET_STATUS",
|
|
99
|
+
"FILTER_EXTENSION_ASSET_TYPE",
|
|
100
|
+
"FILTER_EXTENSION_STATUS",
|
|
101
|
+
"FILTER_EXTENSION_TYPE",
|
|
102
|
+
"FILTER_FIRST_PARTY_AUDIENCE_LIST_COST",
|
|
103
|
+
"FILTER_FIRST_PARTY_AUDIENCE_LIST_TYPE",
|
|
104
|
+
"FILTER_FLOODLIGHT_ACTIVITY",
|
|
105
|
+
"FILTER_FLOODLIGHT_ACTIVITY_CONVERSION_CATEGORY",
|
|
106
|
+
"FILTER_FLOODLIGHT_ACTIVITY_ID",
|
|
107
|
+
"FILTER_FORMAT",
|
|
108
|
+
"FILTER_GENDER",
|
|
109
|
+
"FILTER_GMAIL_GENDER",
|
|
110
|
+
"FILTER_GUILDER_PRODUCT_ID",
|
|
111
|
+
"FILTER_IMPRESSION_COUNTING_METHOD",
|
|
112
|
+
"FILTER_IMPRESSION_LOSS_REJECTION_REASON",
|
|
113
|
+
"FILTER_INSERTION_ORDER",
|
|
114
|
+
"FILTER_INSERTION_ORDER_GOAL_TYPE",
|
|
115
|
+
"FILTER_INSERTION_ORDER_GOAL_VALUE",
|
|
116
|
+
"FILTER_INSERTION_ORDER_INTEGRATION_CODE",
|
|
117
|
+
"FILTER_INSERTION_ORDER_NAME",
|
|
118
|
+
"FILTER_INSERTION_ORDER_STATUS",
|
|
119
|
+
"FILTER_INVENTORY_COMMITMENT_TYPE",
|
|
120
|
+
"FILTER_INVENTORY_DELIVERY_METHOD",
|
|
121
|
+
"FILTER_INVENTORY_FORMAT",
|
|
122
|
+
"FILTER_INVENTORY_MEDIA_COST_TYPE",
|
|
123
|
+
"FILTER_INVENTORY_RATE_TYPE",
|
|
124
|
+
"FILTER_INVENTORY_SOURCE",
|
|
125
|
+
"FILTER_INVENTORY_SOURCES_PERMISSIONS",
|
|
126
|
+
"FILTER_INVENTORY_SOURCE_EXTERNAL_ID",
|
|
127
|
+
"FILTER_INVENTORY_SOURCE_GROUP",
|
|
128
|
+
"FILTER_INVENTORY_SOURCE_GROUP_ID",
|
|
129
|
+
"FILTER_INVENTORY_SOURCE_ID",
|
|
130
|
+
"FILTER_INVENTORY_SOURCE_NAME",
|
|
131
|
+
"FILTER_INVENTORY_SOURCE_TYPE",
|
|
132
|
+
"FILTER_IS_YOUTUBE_TV",
|
|
133
|
+
"FILTER_KEYWORD",
|
|
134
|
+
"FILTER_LIFE_EVENTS",
|
|
135
|
+
"FILTER_LINE_ITEM",
|
|
136
|
+
"FILTER_LINE_ITEM_BUDGET",
|
|
137
|
+
"FILTER_LINE_ITEM_DAILY_FREQUENCY",
|
|
138
|
+
"FILTER_LINE_ITEM_END_DATE",
|
|
139
|
+
"FILTER_LINE_ITEM_INTEGRATION_CODE",
|
|
140
|
+
"FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
|
|
141
|
+
"FILTER_LINE_ITEM_NAME",
|
|
142
|
+
"FILTER_LINE_ITEM_PACING_PERCENTAGE",
|
|
143
|
+
"FILTER_LINE_ITEM_START_DATE",
|
|
144
|
+
"FILTER_LINE_ITEM_STATUS",
|
|
145
|
+
"FILTER_LINE_ITEM_TYPE",
|
|
146
|
+
"FILTER_LOCATION_ASSET",
|
|
147
|
+
"FILTER_LOCATION_ASSET_STATUS",
|
|
148
|
+
"FILTER_LOCATION_ASSET_TYPE",
|
|
149
|
+
"FILTER_MATCHED_GENRE_TARGET",
|
|
150
|
+
"FILTER_MATCH_RATIO",
|
|
151
|
+
"FILTER_MEASUREMENT_SOURCE",
|
|
152
|
+
"FILTER_MEDIA_PLAN",
|
|
153
|
+
"FILTER_MEDIA_PLAN_NAME",
|
|
154
|
+
"FILTER_MEDIA_TYPE",
|
|
155
|
+
"FILTER_MOBILE_GEO",
|
|
156
|
+
"FILTER_MONITORED_ENTITY_PRIORITIZATION_NAME",
|
|
157
|
+
"FILTER_MONTH",
|
|
158
|
+
"FILTER_MRAID_SUPPORT",
|
|
159
|
+
"FILTER_NIELSEN_COUNTRY_CODE",
|
|
160
|
+
"FILTER_NIELSEN_DATE_RANGE",
|
|
161
|
+
"FILTER_NIELSEN_DEVICE_ID",
|
|
162
|
+
"FILTER_OMID_CAPABLE",
|
|
163
|
+
"FILTER_OM_SDK_AVAILABLE",
|
|
164
|
+
"FILTER_ORDER_ID",
|
|
165
|
+
"FILTER_OS",
|
|
166
|
+
"FILTER_OTHER_ADVERTISER_ID",
|
|
167
|
+
"FILTER_OTHER_ADVERTISER_NAME",
|
|
168
|
+
"FILTER_OTHER_CAMPAIGN_ID",
|
|
169
|
+
"FILTER_OTHER_CAMPAIGN_NAME",
|
|
170
|
+
"FILTER_OTHER_DEVICE_TYPE",
|
|
171
|
+
"FILTER_PAGE_CATEGORY",
|
|
172
|
+
"FILTER_PAGE_LAYOUT",
|
|
173
|
+
"FILTER_PARTNER",
|
|
174
|
+
"FILTER_PARTNER_CURRENCY",
|
|
175
|
+
"FILTER_PARTNER_NAME",
|
|
176
|
+
"FILTER_PARTNER_STATUS",
|
|
177
|
+
"FILTER_PLACEMENT_ALL_YOUTUBE_CHANNELS",
|
|
178
|
+
"FILTER_PLACEMENT_NAME_ALL_YOUTUBE_CHANNELS",
|
|
179
|
+
"FILTER_PLATFORM",
|
|
180
|
+
"FILTER_PLAYBACK_METHOD",
|
|
181
|
+
"FILTER_POSITION_IN_CONTENT",
|
|
182
|
+
"FILTER_PUBLIC_INVENTORY",
|
|
183
|
+
"FILTER_PUBLISHER_TRAFFIC_SOURCE",
|
|
184
|
+
"FILTER_QUARTER",
|
|
185
|
+
"FILTER_REFRESHED_AD_NAME",
|
|
186
|
+
"FILTER_REFUND_REASON",
|
|
187
|
+
"FILTER_REGION",
|
|
188
|
+
"FILTER_REGION_NAME",
|
|
189
|
+
"FILTER_REWARDED",
|
|
190
|
+
"FILTER_SENSITIVE_CATEGORY",
|
|
191
|
+
"FILTER_SERVED_PIXEL_DENSITY",
|
|
192
|
+
"FILTER_SITE_ID",
|
|
193
|
+
"FILTER_SITE_LANGUAGE",
|
|
194
|
+
"FILTER_SKIPPABLE_SUPPORT",
|
|
195
|
+
"FILTER_SUBDOMAIN",
|
|
196
|
+
"FILTER_TARGETED_DATA_PROVIDERS",
|
|
197
|
+
"FILTER_TARGETED_LOCATION_DIMENSION_STRING",
|
|
198
|
+
"FILTER_TARGETED_USER_LIST",
|
|
199
|
+
"FILTER_TARGETING_EXPANSION",
|
|
200
|
+
"FILTER_THIRD_PARTY_AUDIENCE_LIST_COST",
|
|
201
|
+
"FILTER_THIRD_PARTY_AUDIENCE_LIST_TYPE",
|
|
202
|
+
"FILTER_TIME_OF_DAY",
|
|
203
|
+
"FILTER_TRUEVIEW_AD",
|
|
204
|
+
"FILTER_TRUEVIEW_AD_FORMAT",
|
|
205
|
+
"FILTER_TRUEVIEW_AD_GROUP",
|
|
206
|
+
"FILTER_TRUEVIEW_AD_GROUP_AD_ID",
|
|
207
|
+
"FILTER_TRUEVIEW_AD_GROUP_ID",
|
|
208
|
+
"FILTER_TRUEVIEW_AD_TYPE_NAME",
|
|
209
|
+
"FILTER_TRUEVIEW_AGE",
|
|
210
|
+
"FILTER_TRUEVIEW_AUDIENCE_SEGMENT",
|
|
211
|
+
"FILTER_TRUEVIEW_AUDIENCE_SEGMENT_TYPE",
|
|
212
|
+
"FILTER_TRUEVIEW_CATEGORY",
|
|
213
|
+
"FILTER_TRUEVIEW_CITY",
|
|
214
|
+
"FILTER_TRUEVIEW_CLICK_TYPE_NAME",
|
|
215
|
+
"FILTER_TRUEVIEW_CONTENT_SUITABILITY_DETAIL_NAME",
|
|
216
|
+
"FILTER_TRUEVIEW_CONTENT_SUITABILITY_DETAIL_TYPE_NAME",
|
|
217
|
+
"FILTER_TRUEVIEW_CONTENT_SUITABILITY_GROUP_NAME",
|
|
218
|
+
"FILTER_TRUEVIEW_CONVERSION_TYPE",
|
|
219
|
+
"FILTER_TRUEVIEW_COUNTRY",
|
|
220
|
+
"FILTER_TRUEVIEW_CUSTOM_AFFINITY",
|
|
221
|
+
"FILTER_TRUEVIEW_DETAILED_DEMOGRAPHICS",
|
|
222
|
+
"FILTER_TRUEVIEW_DETAILED_DEMOGRAPHICS_ID",
|
|
223
|
+
"FILTER_TRUEVIEW_DMA",
|
|
224
|
+
"FILTER_TRUEVIEW_DMA_NAME",
|
|
225
|
+
"FILTER_TRUEVIEW_GENDER",
|
|
226
|
+
"FILTER_TRUEVIEW_HOUSEHOLD_INCOME",
|
|
227
|
+
"FILTER_TRUEVIEW_INTEREST",
|
|
228
|
+
"FILTER_TRUEVIEW_KEYWORD",
|
|
229
|
+
"FILTER_TRUEVIEW_PARENTAL_STATUS",
|
|
230
|
+
"FILTER_TRUEVIEW_PLACEMENT",
|
|
231
|
+
"FILTER_TRUEVIEW_PLACEMENT_ID",
|
|
232
|
+
"FILTER_TRUEVIEW_REGION",
|
|
233
|
+
"FILTER_TRUEVIEW_REGION_NAME",
|
|
234
|
+
"FILTER_TRUEVIEW_REMARKETING_LIST",
|
|
235
|
+
"FILTER_TRUEVIEW_REMARKETING_LIST_NAME",
|
|
236
|
+
"FILTER_TRUEVIEW_TARGETING_EXPANSION",
|
|
237
|
+
"FILTER_TRUEVIEW_URL",
|
|
238
|
+
"FILTER_TRUEVIEW_ZIPCODE",
|
|
239
|
+
"FILTER_UNIQUE_REACH_SAMPLE_SIZE_ID",
|
|
240
|
+
"FILTER_USER_LIST",
|
|
241
|
+
"FILTER_USER_LIST_FIRST_PARTY",
|
|
242
|
+
"FILTER_USER_LIST_FIRST_PARTY_NAME",
|
|
243
|
+
"FILTER_USER_LIST_THIRD_PARTY",
|
|
244
|
+
"FILTER_USER_LIST_THIRD_PARTY_NAME",
|
|
245
|
+
"FILTER_UTC_DATE",
|
|
246
|
+
"FILTER_VARIANT_ID",
|
|
247
|
+
"FILTER_VARIANT_NAME",
|
|
248
|
+
"FILTER_VARIANT_VERSION",
|
|
249
|
+
"FILTER_VENDOR_MEASUREMENT_MODE",
|
|
250
|
+
"FILTER_VERIFICATION_AUDIBILITY_COMPLETE",
|
|
251
|
+
"FILTER_VERIFICATION_AUDIBILITY_START",
|
|
252
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE",
|
|
253
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_COMPLETE",
|
|
254
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_FIRST_QUARTILE",
|
|
255
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_MID_POINT",
|
|
256
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_START",
|
|
257
|
+
"FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_THIRD_QUARTILE",
|
|
258
|
+
"FILTER_VERIFICATION_VIDEO_POSITION",
|
|
259
|
+
"FILTER_VERIFICATION_VIDEO_RESIZED",
|
|
260
|
+
"FILTER_VIDEO_AD_POSITION_IN_STREAM",
|
|
261
|
+
"FILTER_VIDEO_COMPANION_CREATIVE_SIZE",
|
|
262
|
+
"FILTER_VIDEO_CONTENT_DURATION",
|
|
263
|
+
"FILTER_VIDEO_CONTENT_LIVE_STREAM",
|
|
264
|
+
"FILTER_VIDEO_CONTINUOUS_PLAY",
|
|
265
|
+
"FILTER_VIDEO_CREATIVE_DURATION",
|
|
266
|
+
"FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE",
|
|
267
|
+
"FILTER_VIDEO_DURATION",
|
|
268
|
+
"FILTER_VIDEO_DURATION_SECONDS",
|
|
269
|
+
"FILTER_VIDEO_DURATION_SECONDS_RANGE",
|
|
270
|
+
"FILTER_VIDEO_FORMAT_SUPPORT",
|
|
271
|
+
"FILTER_VIDEO_PLAYER_SIZE",
|
|
272
|
+
"FILTER_VIDEO_RATING_TIER",
|
|
273
|
+
"FILTER_VIDEO_SKIPPABLE_SUPPORT",
|
|
274
|
+
"FILTER_WEEK",
|
|
275
|
+
"FILTER_YEAR",
|
|
276
|
+
"FILTER_YOUTUBE_AD_VIDEO",
|
|
277
|
+
"FILTER_YOUTUBE_AD_VIDEO_ID",
|
|
278
|
+
"FILTER_YOUTUBE_PROGRAMMATIC_GUARANTEED_ADVERTISER",
|
|
279
|
+
"FILTER_ZIP_CODE",
|
|
280
|
+
"FILTER_ZIP_POSTAL_CODE",
|
|
281
|
+
]);
|
|
282
|
+
export const FILTER_METADATA = {
|
|
283
|
+
FILTER_ACTIVE_VIEW_CUSTOM_METRIC_ID: {
|
|
284
|
+
displayName: "Active View Custom Metric ID",
|
|
285
|
+
reportBuilderName: "Active View: Custom Metric ID",
|
|
286
|
+
category: "Viewability",
|
|
287
|
+
description: "Custom metric ID for Active View measurement",
|
|
288
|
+
usage: ["filter", "groupBy"],
|
|
289
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
290
|
+
},
|
|
291
|
+
FILTER_ACTIVE_VIEW_CUSTOM_METRIC_NAME: {
|
|
292
|
+
displayName: "Active View Custom Metric Name",
|
|
293
|
+
reportBuilderName: "Active View: Custom Metric Name",
|
|
294
|
+
category: "Viewability",
|
|
295
|
+
description: "Custom metric name for Active View measurement",
|
|
296
|
+
usage: ["filter", "groupBy"],
|
|
297
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
298
|
+
},
|
|
299
|
+
FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY: {
|
|
300
|
+
displayName: "Active View Expected Viewability",
|
|
301
|
+
reportBuilderName: "Active View Expected Viewability",
|
|
302
|
+
category: "Viewability",
|
|
303
|
+
description: "Expected viewability percentage from Active View",
|
|
304
|
+
usage: ["filter", "groupBy"],
|
|
305
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
306
|
+
},
|
|
307
|
+
FILTER_ADVERTISER: {
|
|
308
|
+
displayName: "Advertiser ID",
|
|
309
|
+
reportBuilderName: "Advertiser ID",
|
|
310
|
+
category: "Entity",
|
|
311
|
+
description: "DV360 Advertiser ID for filtering or grouping",
|
|
312
|
+
usage: ["filter", "groupBy"],
|
|
313
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
314
|
+
},
|
|
315
|
+
FILTER_ADVERTISER_CURRENCY: {
|
|
316
|
+
displayName: "Advertiser Currency",
|
|
317
|
+
reportBuilderName: "Advertiser Currency",
|
|
318
|
+
category: "Entity",
|
|
319
|
+
description: "Currency code for the advertiser",
|
|
320
|
+
usage: ["filter", "groupBy"],
|
|
321
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
322
|
+
},
|
|
323
|
+
FILTER_ADVERTISER_INTEGRATION_CODE: {
|
|
324
|
+
displayName: "Advertiser Integration Code",
|
|
325
|
+
reportBuilderName: "Advertiser Integration Code",
|
|
326
|
+
category: "Entity",
|
|
327
|
+
description: "Custom integration code for advertiser",
|
|
328
|
+
usage: ["filter", "groupBy"],
|
|
329
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
330
|
+
},
|
|
331
|
+
FILTER_ADVERTISER_INTEGRATION_STATUS: {
|
|
332
|
+
displayName: "Advertiser Status",
|
|
333
|
+
reportBuilderName: "Advertiser Status",
|
|
334
|
+
category: "Entity",
|
|
335
|
+
description: "Integration status of the advertiser",
|
|
336
|
+
usage: ["filter", "groupBy"],
|
|
337
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
338
|
+
},
|
|
339
|
+
FILTER_ADVERTISER_NAME: {
|
|
340
|
+
displayName: "Advertiser",
|
|
341
|
+
reportBuilderName: "Advertiser",
|
|
342
|
+
category: "Entity",
|
|
343
|
+
description: "Advertiser name",
|
|
344
|
+
usage: ["filter", "groupBy"],
|
|
345
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
346
|
+
},
|
|
347
|
+
FILTER_ADVERTISER_TIMEZONE: {
|
|
348
|
+
displayName: "Advertiser Time Zone",
|
|
349
|
+
reportBuilderName: "Advertiser Time Zone",
|
|
350
|
+
category: "Entity",
|
|
351
|
+
description: "Time zone setting for the advertiser",
|
|
352
|
+
usage: ["filter", "groupBy"],
|
|
353
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
354
|
+
},
|
|
355
|
+
FILTER_AD_POSITION: {
|
|
356
|
+
displayName: "Ad Position",
|
|
357
|
+
reportBuilderName: "Ad Position",
|
|
358
|
+
category: "Inventory",
|
|
359
|
+
description: "Position of the ad on the page",
|
|
360
|
+
usage: ["filter", "groupBy"],
|
|
361
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
362
|
+
},
|
|
363
|
+
FILTER_AD_TYPE: {
|
|
364
|
+
displayName: "Ad Type",
|
|
365
|
+
reportBuilderName: "Ad Type",
|
|
366
|
+
category: "Creative",
|
|
367
|
+
description: "Type of advertisement",
|
|
368
|
+
usage: ["filter", "groupBy"],
|
|
369
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
370
|
+
},
|
|
371
|
+
FILTER_AGE: {
|
|
372
|
+
displayName: "Age",
|
|
373
|
+
reportBuilderName: "Age",
|
|
374
|
+
category: "Audience",
|
|
375
|
+
description: "Age demographic segment",
|
|
376
|
+
usage: ["filter", "groupBy"],
|
|
377
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
378
|
+
},
|
|
379
|
+
FILTER_ALGORITHM: {
|
|
380
|
+
displayName: "Algorithm",
|
|
381
|
+
reportBuilderName: "Algorithm",
|
|
382
|
+
category: "Bidding",
|
|
383
|
+
description: "Bidding algorithm name",
|
|
384
|
+
usage: ["filter", "groupBy"],
|
|
385
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
386
|
+
},
|
|
387
|
+
FILTER_ALGORITHM_ID: {
|
|
388
|
+
displayName: "Algorithm ID",
|
|
389
|
+
reportBuilderName: "Algorithm ID",
|
|
390
|
+
category: "Bidding",
|
|
391
|
+
description: "Bidding algorithm ID",
|
|
392
|
+
usage: ["filter", "groupBy"],
|
|
393
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
394
|
+
},
|
|
395
|
+
FILTER_AMP_PAGE_REQUEST: {
|
|
396
|
+
displayName: "AMP Page Request",
|
|
397
|
+
reportBuilderName: "AMP Page Request",
|
|
398
|
+
category: "Inventory",
|
|
399
|
+
description: "Whether the request came from an AMP page",
|
|
400
|
+
usage: ["filter", "groupBy"],
|
|
401
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
402
|
+
},
|
|
403
|
+
FILTER_APP_URL: {
|
|
404
|
+
displayName: "App/URL",
|
|
405
|
+
reportBuilderName: "App/URL",
|
|
406
|
+
category: "Inventory",
|
|
407
|
+
description: "Application or website URL",
|
|
408
|
+
usage: ["filter", "groupBy"],
|
|
409
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
410
|
+
},
|
|
411
|
+
FILTER_APP_URL_EXCLUDED: {
|
|
412
|
+
displayName: "App/URL Excluded",
|
|
413
|
+
reportBuilderName: "App/URL Excluded",
|
|
414
|
+
category: "Inventory",
|
|
415
|
+
description: "Excluded applications or URLs",
|
|
416
|
+
usage: ["filter", "groupBy"],
|
|
417
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
418
|
+
},
|
|
419
|
+
FILTER_ASSET_COMBINATION_STRING: {
|
|
420
|
+
displayName: "Asset Combination",
|
|
421
|
+
reportBuilderName: "Asset Combination",
|
|
422
|
+
category: "Creative",
|
|
423
|
+
description: "Combination of creative assets",
|
|
424
|
+
usage: ["filter", "groupBy"],
|
|
425
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
426
|
+
},
|
|
427
|
+
FILTER_ATTRIBUTED_USERLIST: {
|
|
428
|
+
displayName: "Attributed Userlist",
|
|
429
|
+
reportBuilderName: "Attributed Userlist",
|
|
430
|
+
category: "Audience",
|
|
431
|
+
description: "User list attributed to conversion",
|
|
432
|
+
usage: ["filter", "groupBy"],
|
|
433
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
434
|
+
},
|
|
435
|
+
FILTER_ATTRIBUTED_USERLIST_COMMERCE_PARTNER: {
|
|
436
|
+
displayName: "Commerce Partner",
|
|
437
|
+
reportBuilderName: "Commerce Partner",
|
|
438
|
+
category: "Audience",
|
|
439
|
+
description: "Commerce partner for attributed userlist",
|
|
440
|
+
usage: ["filter", "groupBy"],
|
|
441
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
442
|
+
},
|
|
443
|
+
FILTER_ATTRIBUTED_USERLIST_COST: {
|
|
444
|
+
displayName: "Attributed Userlist Cost",
|
|
445
|
+
reportBuilderName: "Attributed Userlist Cost",
|
|
446
|
+
category: "Audience",
|
|
447
|
+
description: "Cost associated with attributed userlist",
|
|
448
|
+
usage: ["filter", "groupBy"],
|
|
449
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
450
|
+
},
|
|
451
|
+
FILTER_ATTRIBUTED_USERLIST_IS_COMMERCE: {
|
|
452
|
+
displayName: "Is Commerce",
|
|
453
|
+
reportBuilderName: "Is Commerce",
|
|
454
|
+
category: "Audience",
|
|
455
|
+
description: "Whether the userlist is commerce-related",
|
|
456
|
+
usage: ["filter", "groupBy"],
|
|
457
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
458
|
+
},
|
|
459
|
+
FILTER_ATTRIBUTED_USERLIST_TYPE: {
|
|
460
|
+
displayName: "Attributed Userlist Type",
|
|
461
|
+
reportBuilderName: "Attributed Userlist Type",
|
|
462
|
+
category: "Audience",
|
|
463
|
+
description: "Type of attributed userlist",
|
|
464
|
+
usage: ["filter", "groupBy"],
|
|
465
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
466
|
+
},
|
|
467
|
+
FILTER_ATTRIBUTION_MODEL: {
|
|
468
|
+
displayName: "Attribution Model",
|
|
469
|
+
reportBuilderName: "Attribution Model",
|
|
470
|
+
category: "Conversion",
|
|
471
|
+
description: "Attribution model used for conversions",
|
|
472
|
+
usage: ["filter", "groupBy"],
|
|
473
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
474
|
+
},
|
|
475
|
+
FILTER_AUDIENCE_LIST: {
|
|
476
|
+
displayName: "Audience List",
|
|
477
|
+
reportBuilderName: "Audience List",
|
|
478
|
+
category: "Audience",
|
|
479
|
+
description: "Audience list ID or name",
|
|
480
|
+
usage: ["filter", "groupBy"],
|
|
481
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
482
|
+
},
|
|
483
|
+
FILTER_AUDIENCE_LIST_COST: {
|
|
484
|
+
displayName: "Audience List Cost",
|
|
485
|
+
reportBuilderName: "Audience List Cost",
|
|
486
|
+
category: "Audience",
|
|
487
|
+
description: "Cost of audience list usage",
|
|
488
|
+
usage: ["filter", "groupBy"],
|
|
489
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
490
|
+
},
|
|
491
|
+
FILTER_AUDIENCE_LIST_TYPE: {
|
|
492
|
+
displayName: "Audience List Type",
|
|
493
|
+
reportBuilderName: "Audience List Type",
|
|
494
|
+
category: "Audience",
|
|
495
|
+
description: "Type of audience list",
|
|
496
|
+
usage: ["filter", "groupBy"],
|
|
497
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
498
|
+
},
|
|
499
|
+
FILTER_AUDIO_FEED_TYPE_NAME: {
|
|
500
|
+
displayName: "Audio Feed Type",
|
|
501
|
+
reportBuilderName: "Audio Feed Type",
|
|
502
|
+
category: "Audio",
|
|
503
|
+
description: "Type of audio content feed",
|
|
504
|
+
usage: ["filter", "groupBy"],
|
|
505
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
506
|
+
},
|
|
507
|
+
FILTER_AUTHORIZED_SELLER_STATE: {
|
|
508
|
+
displayName: "Authorized Seller State",
|
|
509
|
+
reportBuilderName: "Authorized Seller State",
|
|
510
|
+
category: "Inventory",
|
|
511
|
+
description: "Authorization state of the seller",
|
|
512
|
+
usage: ["filter", "groupBy"],
|
|
513
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
514
|
+
},
|
|
515
|
+
FILTER_BID_STRATEGY_TYPE_NAME: {
|
|
516
|
+
displayName: "Bid Strategy Type",
|
|
517
|
+
reportBuilderName: "Bid Strategy Type",
|
|
518
|
+
category: "Bidding",
|
|
519
|
+
description: "Type of bidding strategy",
|
|
520
|
+
usage: ["filter", "groupBy"],
|
|
521
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
522
|
+
},
|
|
523
|
+
FILTER_BILLABLE_OUTCOME: {
|
|
524
|
+
displayName: "Billable Outcome",
|
|
525
|
+
reportBuilderName: "Billable Outcome",
|
|
526
|
+
category: "Cost",
|
|
527
|
+
description: "Type of billable outcome",
|
|
528
|
+
usage: ["filter", "groupBy"],
|
|
529
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
530
|
+
},
|
|
531
|
+
FILTER_BRAND_LIFT_TYPE: {
|
|
532
|
+
displayName: "Brand Lift Type",
|
|
533
|
+
reportBuilderName: "Brand Lift Type",
|
|
534
|
+
category: "Measurement",
|
|
535
|
+
description: "Type of brand lift measurement",
|
|
536
|
+
usage: ["filter", "groupBy"],
|
|
537
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
538
|
+
},
|
|
539
|
+
FILTER_BROWSER: {
|
|
540
|
+
displayName: "Browser",
|
|
541
|
+
reportBuilderName: "Browser",
|
|
542
|
+
category: "Targeting",
|
|
543
|
+
description: "Web browser type",
|
|
544
|
+
usage: ["filter", "groupBy"],
|
|
545
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
546
|
+
},
|
|
547
|
+
FILTER_BUDGET_SEGMENT_BUDGET: {
|
|
548
|
+
displayName: "Budget Segment Budget",
|
|
549
|
+
reportBuilderName: "Budget Segment Budget",
|
|
550
|
+
category: "Budget",
|
|
551
|
+
description: "Budget amount for the segment",
|
|
552
|
+
usage: ["filter", "groupBy"],
|
|
553
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
554
|
+
},
|
|
555
|
+
FILTER_BUDGET_SEGMENT_DESCRIPTION: {
|
|
556
|
+
displayName: "Budget Segment Name",
|
|
557
|
+
reportBuilderName: "Budget Segment Name",
|
|
558
|
+
category: "Budget",
|
|
559
|
+
description: "Name of the budget segment",
|
|
560
|
+
usage: ["filter", "groupBy"],
|
|
561
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
562
|
+
},
|
|
563
|
+
FILTER_BUDGET_SEGMENT_END_DATE: {
|
|
564
|
+
displayName: "Budget Segment End Date",
|
|
565
|
+
reportBuilderName: "Budget Segment End Date",
|
|
566
|
+
category: "Budget",
|
|
567
|
+
description: "End date of the budget segment",
|
|
568
|
+
usage: ["filter", "groupBy"],
|
|
569
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
570
|
+
},
|
|
571
|
+
FILTER_BUDGET_SEGMENT_PACING_PERCENTAGE: {
|
|
572
|
+
displayName: "Budget Segment Pacing Percentage",
|
|
573
|
+
reportBuilderName: "Budget Segment Pacing Percentage",
|
|
574
|
+
category: "Budget",
|
|
575
|
+
description: "Pacing percentage for budget segment",
|
|
576
|
+
usage: ["filter", "groupBy"],
|
|
577
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
578
|
+
},
|
|
579
|
+
FILTER_BUDGET_SEGMENT_START_DATE: {
|
|
580
|
+
displayName: "Budget Segment Start Date",
|
|
581
|
+
reportBuilderName: "Budget Segment Start Date",
|
|
582
|
+
category: "Budget",
|
|
583
|
+
description: "Start date of the budget segment",
|
|
584
|
+
usage: ["filter", "groupBy"],
|
|
585
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
586
|
+
},
|
|
587
|
+
FILTER_BUDGET_SEGMENT_TYPE: {
|
|
588
|
+
displayName: "Budget Type (Segment)",
|
|
589
|
+
reportBuilderName: "Budget Type (Segment)",
|
|
590
|
+
category: "Budget",
|
|
591
|
+
description: "Type of budget segment",
|
|
592
|
+
usage: ["filter", "groupBy"],
|
|
593
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
594
|
+
},
|
|
595
|
+
FILTER_CAMPAIGN_DAILY_FREQUENCY: {
|
|
596
|
+
displayName: "Insertion Order Daily Frequency",
|
|
597
|
+
reportBuilderName: "Insertion Order Daily Frequency",
|
|
598
|
+
category: "Entity",
|
|
599
|
+
description: "Daily frequency cap at campaign level",
|
|
600
|
+
usage: ["filter", "groupBy"],
|
|
601
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
602
|
+
},
|
|
603
|
+
FILTER_CARRIER: {
|
|
604
|
+
displayName: "ISP or Carrier ID",
|
|
605
|
+
reportBuilderName: "ISP or Carrier ID",
|
|
606
|
+
category: "Targeting",
|
|
607
|
+
description: "Mobile carrier or ISP ID",
|
|
608
|
+
usage: ["filter", "groupBy"],
|
|
609
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
610
|
+
},
|
|
611
|
+
FILTER_CARRIER_NAME: {
|
|
612
|
+
displayName: "ISP or Carrier",
|
|
613
|
+
reportBuilderName: "ISP or Carrier",
|
|
614
|
+
category: "Targeting",
|
|
615
|
+
description: "Mobile carrier or ISP name",
|
|
616
|
+
usage: ["filter", "groupBy"],
|
|
617
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
618
|
+
},
|
|
619
|
+
FILTER_CART_DATA_ITEM_ID: {
|
|
620
|
+
displayName: "Item Id Sold",
|
|
621
|
+
reportBuilderName: "Item Id Sold",
|
|
622
|
+
category: "Commerce",
|
|
623
|
+
description: "ID of item sold from cart",
|
|
624
|
+
usage: ["filter", "groupBy"],
|
|
625
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
626
|
+
},
|
|
627
|
+
FILTER_CHANNEL_ID: {
|
|
628
|
+
displayName: "Channel ID",
|
|
629
|
+
reportBuilderName: "Channel ID",
|
|
630
|
+
category: "Inventory",
|
|
631
|
+
description: "Channel identifier",
|
|
632
|
+
usage: ["filter", "groupBy"],
|
|
633
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
634
|
+
},
|
|
635
|
+
FILTER_CHANNEL_NAME: {
|
|
636
|
+
displayName: "Channel",
|
|
637
|
+
reportBuilderName: "Channel",
|
|
638
|
+
category: "Inventory",
|
|
639
|
+
description: "Channel name",
|
|
640
|
+
usage: ["filter", "groupBy"],
|
|
641
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
642
|
+
},
|
|
643
|
+
FILTER_CHANNEL_TYPE: {
|
|
644
|
+
displayName: "Channel Type",
|
|
645
|
+
reportBuilderName: "Channel Type",
|
|
646
|
+
category: "Inventory",
|
|
647
|
+
description: "Type of channel",
|
|
648
|
+
usage: ["filter", "groupBy"],
|
|
649
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
650
|
+
},
|
|
651
|
+
FILTER_CITY: {
|
|
652
|
+
displayName: "City ID",
|
|
653
|
+
reportBuilderName: "City ID",
|
|
654
|
+
category: "Targeting",
|
|
655
|
+
description: "City identifier",
|
|
656
|
+
usage: ["filter", "groupBy"],
|
|
657
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
658
|
+
},
|
|
659
|
+
FILTER_CITY_NAME: {
|
|
660
|
+
displayName: "City",
|
|
661
|
+
reportBuilderName: "City",
|
|
662
|
+
category: "Targeting",
|
|
663
|
+
description: "City name",
|
|
664
|
+
usage: ["filter", "groupBy"],
|
|
665
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
666
|
+
},
|
|
667
|
+
FILTER_CM360_PLACEMENT_ID: {
|
|
668
|
+
displayName: "CM360 Placement ID",
|
|
669
|
+
reportBuilderName: "CM360 Placement ID",
|
|
670
|
+
category: "Creative",
|
|
671
|
+
description: "Campaign Manager 360 placement ID",
|
|
672
|
+
usage: ["filter", "groupBy"],
|
|
673
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
674
|
+
},
|
|
675
|
+
FILTER_COMMERCE_MEASUREMENT_FEE_COMMERCE_PARTNER_NAME: {
|
|
676
|
+
displayName: "Commerce Partner Name (Commerce Measurement Fee)",
|
|
677
|
+
reportBuilderName: "Commerce Partner Name (Commerce Measurement Fee)",
|
|
678
|
+
category: "Commerce",
|
|
679
|
+
description: "Commerce partner name for measurement fee",
|
|
680
|
+
usage: ["filter", "groupBy"],
|
|
681
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
682
|
+
},
|
|
683
|
+
FILTER_COMMERCE_MEASUREMENT_FEE_MERCHANT_ID: {
|
|
684
|
+
displayName: "Merchant ID (Commerce Measurement Fee)",
|
|
685
|
+
reportBuilderName: "Merchant ID (Commerce Measurement Fee)",
|
|
686
|
+
category: "Commerce",
|
|
687
|
+
description: "Merchant ID for commerce measurement fee",
|
|
688
|
+
usage: ["filter", "groupBy"],
|
|
689
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
690
|
+
},
|
|
691
|
+
FILTER_COMPANION_CREATIVE_ID: {
|
|
692
|
+
displayName: "Companion Creative ID",
|
|
693
|
+
reportBuilderName: "Companion Creative ID",
|
|
694
|
+
category: "Creative",
|
|
695
|
+
description: "ID of companion creative",
|
|
696
|
+
usage: ["filter", "groupBy"],
|
|
697
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
698
|
+
},
|
|
699
|
+
FILTER_COMPANION_CREATIVE_NAME: {
|
|
700
|
+
displayName: "Companion Creative",
|
|
701
|
+
reportBuilderName: "Companion Creative",
|
|
702
|
+
category: "Creative",
|
|
703
|
+
description: "Name of companion creative",
|
|
704
|
+
usage: ["filter", "groupBy"],
|
|
705
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
706
|
+
},
|
|
707
|
+
FILTER_CONTAINER_PERMISSIONED_LIST: {
|
|
708
|
+
displayName: "Commitment ID",
|
|
709
|
+
reportBuilderName: "Commitment ID",
|
|
710
|
+
category: "Inventory",
|
|
711
|
+
description: "Container permissioned list ID",
|
|
712
|
+
usage: ["filter", "groupBy"],
|
|
713
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
714
|
+
},
|
|
715
|
+
FILTER_CONVERSION_AD_EVENT_TYPE: {
|
|
716
|
+
displayName: "Conversion Ad Event Type",
|
|
717
|
+
reportBuilderName: "Conversion Ad Event Type",
|
|
718
|
+
category: "Conversion",
|
|
719
|
+
description: "Type of ad event for conversion",
|
|
720
|
+
usage: ["filter", "groupBy"],
|
|
721
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
722
|
+
},
|
|
723
|
+
FILTER_CONVERSION_AD_EVENT_TYPE_ID: {
|
|
724
|
+
displayName: "Conversion Ad Event Type ID",
|
|
725
|
+
reportBuilderName: "Conversion Ad Event Type ID",
|
|
726
|
+
category: "Conversion",
|
|
727
|
+
description: "ID of ad event type for conversion",
|
|
728
|
+
usage: ["filter", "groupBy"],
|
|
729
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
730
|
+
},
|
|
731
|
+
FILTER_CONVERSION_DELAY: {
|
|
732
|
+
displayName: "Time to Conversion",
|
|
733
|
+
reportBuilderName: "Time to Conversion",
|
|
734
|
+
category: "Conversion",
|
|
735
|
+
description: "Time elapsed before conversion",
|
|
736
|
+
usage: ["filter", "groupBy"],
|
|
737
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
738
|
+
},
|
|
739
|
+
FILTER_CONVERSION_SOURCE: {
|
|
740
|
+
displayName: "Conversion Source",
|
|
741
|
+
reportBuilderName: "Conversion Source",
|
|
742
|
+
category: "Conversion",
|
|
743
|
+
description: "Source of the conversion",
|
|
744
|
+
usage: ["filter", "groupBy"],
|
|
745
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
746
|
+
},
|
|
747
|
+
FILTER_CONVERSION_SOURCE_ID: {
|
|
748
|
+
displayName: "Conversion Source ID",
|
|
749
|
+
reportBuilderName: "Conversion Source ID",
|
|
750
|
+
category: "Conversion",
|
|
751
|
+
description: "ID of conversion source",
|
|
752
|
+
usage: ["filter", "groupBy"],
|
|
753
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
754
|
+
},
|
|
755
|
+
FILTER_COUNTRY: {
|
|
756
|
+
displayName: "Country",
|
|
757
|
+
reportBuilderName: "Country",
|
|
758
|
+
category: "Targeting",
|
|
759
|
+
description: "Country name",
|
|
760
|
+
usage: ["filter", "groupBy"],
|
|
761
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
762
|
+
},
|
|
763
|
+
FILTER_COUNTRY_ID: {
|
|
764
|
+
displayName: "Country ID",
|
|
765
|
+
reportBuilderName: "Country",
|
|
766
|
+
category: "Targeting",
|
|
767
|
+
description: "Country identifier",
|
|
768
|
+
usage: ["filter", "groupBy"],
|
|
769
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
770
|
+
},
|
|
771
|
+
FILTER_CREATIVE: {
|
|
772
|
+
displayName: "Creative",
|
|
773
|
+
reportBuilderName: "Creative",
|
|
774
|
+
category: "Creative",
|
|
775
|
+
description: "Creative name",
|
|
776
|
+
usage: ["filter", "groupBy"],
|
|
777
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
778
|
+
},
|
|
779
|
+
FILTER_CREATIVE_ASSET: {
|
|
780
|
+
displayName: "Creative Asset",
|
|
781
|
+
reportBuilderName: "Creative Asset",
|
|
782
|
+
category: "Creative",
|
|
783
|
+
description: "Asset within the creative",
|
|
784
|
+
usage: ["filter", "groupBy"],
|
|
785
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
786
|
+
},
|
|
787
|
+
FILTER_CREATIVE_ATTRIBUTE: {
|
|
788
|
+
displayName: "Creative Attributes",
|
|
789
|
+
reportBuilderName: "Creative Attributes",
|
|
790
|
+
category: "Creative",
|
|
791
|
+
description: "Attributes of the creative",
|
|
792
|
+
usage: ["filter", "groupBy"],
|
|
793
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
794
|
+
},
|
|
795
|
+
FILTER_CREATIVE_HEIGHT: {
|
|
796
|
+
displayName: "Creative Height",
|
|
797
|
+
reportBuilderName: "Creative Height",
|
|
798
|
+
category: "Creative",
|
|
799
|
+
description: "Height of creative in pixels",
|
|
800
|
+
usage: ["filter", "groupBy"],
|
|
801
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
802
|
+
},
|
|
803
|
+
FILTER_CREATIVE_ID: {
|
|
804
|
+
displayName: "Creative ID",
|
|
805
|
+
reportBuilderName: "Creative ID",
|
|
806
|
+
category: "Creative",
|
|
807
|
+
description: "Creative identifier",
|
|
808
|
+
usage: ["filter", "groupBy"],
|
|
809
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
810
|
+
},
|
|
811
|
+
FILTER_CREATIVE_INTEGRATION_CODE: {
|
|
812
|
+
displayName: "Creative Integration Code",
|
|
813
|
+
reportBuilderName: "Creative Integration Code",
|
|
814
|
+
category: "Creative",
|
|
815
|
+
description: "Custom integration code for creative",
|
|
816
|
+
usage: ["filter", "groupBy"],
|
|
817
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
818
|
+
},
|
|
819
|
+
FILTER_CREATIVE_RENDERED_IN_AMP: {
|
|
820
|
+
displayName: "Creative Rendered in AMP",
|
|
821
|
+
reportBuilderName: "Creative Rendered in AMP",
|
|
822
|
+
category: "Creative",
|
|
823
|
+
description: "Whether creative was rendered in AMP",
|
|
824
|
+
usage: ["filter", "groupBy"],
|
|
825
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
826
|
+
},
|
|
827
|
+
FILTER_CREATIVE_SIZE: {
|
|
828
|
+
displayName: "Creative Size",
|
|
829
|
+
reportBuilderName: "Creative Size",
|
|
830
|
+
category: "Creative",
|
|
831
|
+
description: "Dimensions of the creative",
|
|
832
|
+
usage: ["filter", "groupBy"],
|
|
833
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
834
|
+
},
|
|
835
|
+
FILTER_CREATIVE_SOURCE: {
|
|
836
|
+
displayName: "Creative Source",
|
|
837
|
+
reportBuilderName: "Creative Source",
|
|
838
|
+
category: "Creative",
|
|
839
|
+
description: "Source of the creative",
|
|
840
|
+
usage: ["filter", "groupBy"],
|
|
841
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
842
|
+
},
|
|
843
|
+
FILTER_CREATIVE_STATUS: {
|
|
844
|
+
displayName: "Creative Status",
|
|
845
|
+
reportBuilderName: "Creative Status",
|
|
846
|
+
category: "Creative",
|
|
847
|
+
description: "Status of the creative",
|
|
848
|
+
usage: ["filter", "groupBy"],
|
|
849
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
850
|
+
},
|
|
851
|
+
FILTER_CREATIVE_TYPE: {
|
|
852
|
+
displayName: "Creative Type",
|
|
853
|
+
reportBuilderName: "Creative Type",
|
|
854
|
+
category: "Creative",
|
|
855
|
+
description: "Type of creative",
|
|
856
|
+
usage: ["filter", "groupBy"],
|
|
857
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
858
|
+
},
|
|
859
|
+
FILTER_CREATIVE_WIDTH: {
|
|
860
|
+
displayName: "Creative Width",
|
|
861
|
+
reportBuilderName: "Creative Width",
|
|
862
|
+
category: "Creative",
|
|
863
|
+
description: "Width of creative in pixels",
|
|
864
|
+
usage: ["filter", "groupBy"],
|
|
865
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
866
|
+
},
|
|
867
|
+
FILTER_CTV_AUDIENCE_EXPANSION: {
|
|
868
|
+
displayName: "CTV Audience Expansion",
|
|
869
|
+
reportBuilderName: "CTV Audience Expansion",
|
|
870
|
+
category: "Targeting",
|
|
871
|
+
description: "CTV audience expansion setting",
|
|
872
|
+
usage: ["filter", "groupBy"],
|
|
873
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
874
|
+
},
|
|
875
|
+
FILTER_DATA_PROVIDER: {
|
|
876
|
+
displayName: "Data Provider ID",
|
|
877
|
+
reportBuilderName: "Data Provider ID",
|
|
878
|
+
category: "Audience",
|
|
879
|
+
description: "Data provider identifier",
|
|
880
|
+
usage: ["filter", "groupBy"],
|
|
881
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
882
|
+
},
|
|
883
|
+
FILTER_DATA_PROVIDER_NAME: {
|
|
884
|
+
displayName: "Data Provider",
|
|
885
|
+
reportBuilderName: "Data Provider",
|
|
886
|
+
category: "Audience",
|
|
887
|
+
description: "Data provider name",
|
|
888
|
+
usage: ["filter", "groupBy"],
|
|
889
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
890
|
+
},
|
|
891
|
+
FILTER_DATA_SOURCE: {
|
|
892
|
+
displayName: "Data Source",
|
|
893
|
+
reportBuilderName: "Data Source",
|
|
894
|
+
category: "Audience",
|
|
895
|
+
description: "Source of audience data",
|
|
896
|
+
usage: ["filter", "groupBy"],
|
|
897
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
898
|
+
},
|
|
899
|
+
FILTER_DATE: {
|
|
900
|
+
displayName: "Date",
|
|
901
|
+
reportBuilderName: "Date",
|
|
902
|
+
category: "Time",
|
|
903
|
+
description: "Date dimension for daily breakdown",
|
|
904
|
+
usage: ["groupBy"],
|
|
905
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
906
|
+
},
|
|
907
|
+
FILTER_DAY_OF_WEEK: {
|
|
908
|
+
displayName: "Day of Week",
|
|
909
|
+
reportBuilderName: "Day of Week",
|
|
910
|
+
category: "Time",
|
|
911
|
+
description: "Day of the week",
|
|
912
|
+
usage: ["groupBy"],
|
|
913
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
914
|
+
},
|
|
915
|
+
FILTER_DEVICE_MAKE: {
|
|
916
|
+
displayName: "Device Make",
|
|
917
|
+
reportBuilderName: "Device Make",
|
|
918
|
+
category: "Targeting",
|
|
919
|
+
description: "Device manufacturer",
|
|
920
|
+
usage: ["filter", "groupBy"],
|
|
921
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
922
|
+
},
|
|
923
|
+
FILTER_DEVICE_MODEL: {
|
|
924
|
+
displayName: "Device Model",
|
|
925
|
+
reportBuilderName: "Device Model",
|
|
926
|
+
category: "Targeting",
|
|
927
|
+
description: "Device model",
|
|
928
|
+
usage: ["filter", "groupBy"],
|
|
929
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
930
|
+
},
|
|
931
|
+
FILTER_DEVICE_TYPE: {
|
|
932
|
+
displayName: "Device Type",
|
|
933
|
+
reportBuilderName: "Device Type",
|
|
934
|
+
category: "Targeting",
|
|
935
|
+
description: "Type of device (Desktop, Mobile, Tablet, Connected TV)",
|
|
936
|
+
usage: ["filter", "groupBy"],
|
|
937
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
938
|
+
},
|
|
939
|
+
FILTER_DIGITAL_CONTENT_LABEL: {
|
|
940
|
+
displayName: "Digital Content Label",
|
|
941
|
+
reportBuilderName: "Digital Content Label",
|
|
942
|
+
category: "Inventory",
|
|
943
|
+
description: "Content rating label",
|
|
944
|
+
usage: ["filter", "groupBy"],
|
|
945
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
946
|
+
},
|
|
947
|
+
FILTER_DMA: {
|
|
948
|
+
displayName: "DMA Code",
|
|
949
|
+
reportBuilderName: "DMA Code",
|
|
950
|
+
category: "Targeting",
|
|
951
|
+
description: "Designated Market Area code (US)",
|
|
952
|
+
usage: ["filter", "groupBy"],
|
|
953
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
954
|
+
},
|
|
955
|
+
FILTER_DMA_NAME: {
|
|
956
|
+
displayName: "DMA",
|
|
957
|
+
reportBuilderName: "DMA",
|
|
958
|
+
category: "Targeting",
|
|
959
|
+
description: "Designated Market Area name (US)",
|
|
960
|
+
usage: ["filter", "groupBy"],
|
|
961
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
962
|
+
},
|
|
963
|
+
FILTER_DOMAIN: {
|
|
964
|
+
displayName: "Domain",
|
|
965
|
+
reportBuilderName: "Domain",
|
|
966
|
+
category: "Inventory",
|
|
967
|
+
description: "Website domain",
|
|
968
|
+
usage: ["filter", "groupBy"],
|
|
969
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
970
|
+
},
|
|
971
|
+
FILTER_ELIGIBLE_COOKIES_ON_FIRST_PARTY_AUDIENCE_LIST: {
|
|
972
|
+
displayName: "Eligible Cookies on First-Party Audience List",
|
|
973
|
+
reportBuilderName: "Eligible Cookies on First-Party Audience List",
|
|
974
|
+
category: "Audience",
|
|
975
|
+
description: "Cookies eligible on first-party list",
|
|
976
|
+
usage: ["filter", "groupBy"],
|
|
977
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
978
|
+
},
|
|
979
|
+
FILTER_ELIGIBLE_COOKIES_ON_THIRD_PARTY_AUDIENCE_LIST_AND_INTEREST: {
|
|
980
|
+
displayName: "Eligible Cookies on Third-Party Audience List and Interest",
|
|
981
|
+
reportBuilderName: "Eligible Cookies on Third-Party Audience List and Interest",
|
|
982
|
+
category: "Audience",
|
|
983
|
+
description: "Cookies eligible on third-party list",
|
|
984
|
+
usage: ["filter", "groupBy"],
|
|
985
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
986
|
+
},
|
|
987
|
+
FILTER_EVENT_PLATFORM_TYPE: {
|
|
988
|
+
displayName: "Attributed Event Platform Type",
|
|
989
|
+
reportBuilderName: "Attributed Event Platform Type",
|
|
990
|
+
category: "Conversion",
|
|
991
|
+
description: "Platform type for attributed event",
|
|
992
|
+
usage: ["filter", "groupBy"],
|
|
993
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
994
|
+
},
|
|
995
|
+
FILTER_EVENT_TYPE: {
|
|
996
|
+
displayName: "Event Type",
|
|
997
|
+
reportBuilderName: "Event Type",
|
|
998
|
+
category: "Conversion",
|
|
999
|
+
description: "Type of conversion event",
|
|
1000
|
+
usage: ["filter", "groupBy"],
|
|
1001
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1002
|
+
},
|
|
1003
|
+
FILTER_EXCHANGE: {
|
|
1004
|
+
displayName: "Exchange",
|
|
1005
|
+
reportBuilderName: "Exchange",
|
|
1006
|
+
category: "Inventory",
|
|
1007
|
+
description: "Ad exchange name",
|
|
1008
|
+
usage: ["filter", "groupBy"],
|
|
1009
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1010
|
+
},
|
|
1011
|
+
FILTER_EXCHANGE_CODE: {
|
|
1012
|
+
displayName: "Exchange Code",
|
|
1013
|
+
reportBuilderName: "Exchange Code",
|
|
1014
|
+
category: "Inventory",
|
|
1015
|
+
description: "Ad exchange code",
|
|
1016
|
+
usage: ["filter", "groupBy"],
|
|
1017
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1018
|
+
},
|
|
1019
|
+
FILTER_EXCHANGE_ID: {
|
|
1020
|
+
displayName: "Exchange ID",
|
|
1021
|
+
reportBuilderName: "Exchange ID",
|
|
1022
|
+
category: "Inventory",
|
|
1023
|
+
description: "Ad exchange identifier",
|
|
1024
|
+
usage: ["filter", "groupBy"],
|
|
1025
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1026
|
+
},
|
|
1027
|
+
FILTER_EXTENSION: {
|
|
1028
|
+
displayName: "Asset",
|
|
1029
|
+
reportBuilderName: "Asset",
|
|
1030
|
+
category: "Creative",
|
|
1031
|
+
description: "Creative extension/asset",
|
|
1032
|
+
usage: ["filter", "groupBy"],
|
|
1033
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1034
|
+
},
|
|
1035
|
+
FILTER_EXTENSION_ASSET: {
|
|
1036
|
+
displayName: "Asset (upgraded)",
|
|
1037
|
+
reportBuilderName: "Asset (upgraded)",
|
|
1038
|
+
category: "Creative",
|
|
1039
|
+
description: "Upgraded creative extension/asset",
|
|
1040
|
+
usage: ["filter", "groupBy"],
|
|
1041
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1042
|
+
},
|
|
1043
|
+
FILTER_EXTENSION_ASSET_STATUS: {
|
|
1044
|
+
displayName: "Asset Status (upgraded)",
|
|
1045
|
+
reportBuilderName: "Asset Status (upgraded)",
|
|
1046
|
+
category: "Creative",
|
|
1047
|
+
description: "Status of upgraded asset",
|
|
1048
|
+
usage: ["filter", "groupBy"],
|
|
1049
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1050
|
+
},
|
|
1051
|
+
FILTER_EXTENSION_ASSET_TYPE: {
|
|
1052
|
+
displayName: "Asset Type (upgraded)",
|
|
1053
|
+
reportBuilderName: "Asset Type (upgraded)",
|
|
1054
|
+
category: "Creative",
|
|
1055
|
+
description: "Type of upgraded asset",
|
|
1056
|
+
usage: ["filter", "groupBy"],
|
|
1057
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1058
|
+
},
|
|
1059
|
+
FILTER_EXTENSION_STATUS: {
|
|
1060
|
+
displayName: "Asset Status",
|
|
1061
|
+
reportBuilderName: "Asset Status",
|
|
1062
|
+
category: "Creative",
|
|
1063
|
+
description: "Status of creative asset",
|
|
1064
|
+
usage: ["filter", "groupBy"],
|
|
1065
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1066
|
+
},
|
|
1067
|
+
FILTER_EXTENSION_TYPE: {
|
|
1068
|
+
displayName: "Asset Type",
|
|
1069
|
+
reportBuilderName: "Asset Type",
|
|
1070
|
+
category: "Creative",
|
|
1071
|
+
description: "Type of creative asset",
|
|
1072
|
+
usage: ["filter", "groupBy"],
|
|
1073
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1074
|
+
},
|
|
1075
|
+
FILTER_FIRST_PARTY_AUDIENCE_LIST_COST: {
|
|
1076
|
+
displayName: "First Party Audience List Cost",
|
|
1077
|
+
reportBuilderName: "First Party Audience List Cost",
|
|
1078
|
+
category: "Audience",
|
|
1079
|
+
description: "Cost of first-party audience list",
|
|
1080
|
+
usage: ["filter", "groupBy"],
|
|
1081
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1082
|
+
},
|
|
1083
|
+
FILTER_FIRST_PARTY_AUDIENCE_LIST_TYPE: {
|
|
1084
|
+
displayName: "First Party Audience List Type",
|
|
1085
|
+
reportBuilderName: "First Party Audience List Type",
|
|
1086
|
+
category: "Audience",
|
|
1087
|
+
description: "Type of first-party audience list",
|
|
1088
|
+
usage: ["filter", "groupBy"],
|
|
1089
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1090
|
+
},
|
|
1091
|
+
FILTER_FLOODLIGHT_ACTIVITY: {
|
|
1092
|
+
displayName: "Floodlight Activity",
|
|
1093
|
+
reportBuilderName: "Floodlight Activity",
|
|
1094
|
+
category: "Conversion",
|
|
1095
|
+
description: "Floodlight activity name",
|
|
1096
|
+
usage: ["filter", "groupBy"],
|
|
1097
|
+
reportTypes: ["STANDARD", "FLOODLIGHT"],
|
|
1098
|
+
},
|
|
1099
|
+
FILTER_FLOODLIGHT_ACTIVITY_CONVERSION_CATEGORY: {
|
|
1100
|
+
displayName: "Floodlight Activity Conversion Category",
|
|
1101
|
+
reportBuilderName: "Floodlight Activity Conversion Category",
|
|
1102
|
+
category: "Conversion",
|
|
1103
|
+
description: "Category of Floodlight conversion",
|
|
1104
|
+
usage: ["filter", "groupBy"],
|
|
1105
|
+
reportTypes: ["STANDARD", "FLOODLIGHT"],
|
|
1106
|
+
},
|
|
1107
|
+
FILTER_FLOODLIGHT_ACTIVITY_ID: {
|
|
1108
|
+
displayName: "Floodlight Activity ID",
|
|
1109
|
+
reportBuilderName: "Floodlight Activity ID",
|
|
1110
|
+
category: "Conversion",
|
|
1111
|
+
description: "Floodlight activity identifier",
|
|
1112
|
+
usage: ["filter", "groupBy"],
|
|
1113
|
+
reportTypes: ["STANDARD", "FLOODLIGHT"],
|
|
1114
|
+
},
|
|
1115
|
+
FILTER_FORMAT: {
|
|
1116
|
+
displayName: "Format",
|
|
1117
|
+
reportBuilderName: "Format",
|
|
1118
|
+
category: "Creative",
|
|
1119
|
+
description: "Ad format",
|
|
1120
|
+
usage: ["filter", "groupBy"],
|
|
1121
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1122
|
+
},
|
|
1123
|
+
FILTER_GENDER: {
|
|
1124
|
+
displayName: "Gender",
|
|
1125
|
+
reportBuilderName: "Gender",
|
|
1126
|
+
category: "Audience",
|
|
1127
|
+
description: "Gender demographic",
|
|
1128
|
+
usage: ["filter", "groupBy"],
|
|
1129
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1130
|
+
},
|
|
1131
|
+
FILTER_GMAIL_GENDER: {
|
|
1132
|
+
displayName: "Gender (Gmail)",
|
|
1133
|
+
reportBuilderName: "Gender",
|
|
1134
|
+
category: "Audience",
|
|
1135
|
+
description: "Gender for Gmail ads",
|
|
1136
|
+
usage: ["filter", "groupBy"],
|
|
1137
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1138
|
+
},
|
|
1139
|
+
FILTER_GUILDER_PRODUCT_ID: {
|
|
1140
|
+
displayName: "Sponsored Product Id",
|
|
1141
|
+
reportBuilderName: "Sponsored Product Id",
|
|
1142
|
+
category: "Commerce",
|
|
1143
|
+
description: "Sponsored product identifier",
|
|
1144
|
+
usage: ["filter", "groupBy"],
|
|
1145
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1146
|
+
},
|
|
1147
|
+
FILTER_IMPRESSION_COUNTING_METHOD: {
|
|
1148
|
+
displayName: "Impression Counting Method",
|
|
1149
|
+
reportBuilderName: "Impression Counting Method",
|
|
1150
|
+
category: "Delivery",
|
|
1151
|
+
description: "Method used to count impressions",
|
|
1152
|
+
usage: ["filter", "groupBy"],
|
|
1153
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1154
|
+
},
|
|
1155
|
+
FILTER_IMPRESSION_LOSS_REJECTION_REASON: {
|
|
1156
|
+
displayName: "Rejection Reason",
|
|
1157
|
+
reportBuilderName: "Rejection Reason",
|
|
1158
|
+
category: "Delivery",
|
|
1159
|
+
description: "Reason for impression rejection",
|
|
1160
|
+
usage: ["filter", "groupBy"],
|
|
1161
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1162
|
+
},
|
|
1163
|
+
FILTER_INSERTION_ORDER: {
|
|
1164
|
+
displayName: "Insertion Order ID",
|
|
1165
|
+
reportBuilderName: "Insertion Order ID",
|
|
1166
|
+
category: "Entity",
|
|
1167
|
+
description: "Insertion Order identifier",
|
|
1168
|
+
usage: ["filter", "groupBy"],
|
|
1169
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1170
|
+
},
|
|
1171
|
+
FILTER_INSERTION_ORDER_GOAL_TYPE: {
|
|
1172
|
+
displayName: "Insertion Order Goal Type",
|
|
1173
|
+
reportBuilderName: "Insertion Order Goal Type",
|
|
1174
|
+
category: "Entity",
|
|
1175
|
+
description: "Goal type for Insertion Order",
|
|
1176
|
+
usage: ["filter", "groupBy"],
|
|
1177
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1178
|
+
},
|
|
1179
|
+
FILTER_INSERTION_ORDER_GOAL_VALUE: {
|
|
1180
|
+
displayName: "Insertion Order Goal Value",
|
|
1181
|
+
reportBuilderName: "Insertion Order Goal Value",
|
|
1182
|
+
category: "Entity",
|
|
1183
|
+
description: "Goal value for Insertion Order",
|
|
1184
|
+
usage: ["filter", "groupBy"],
|
|
1185
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1186
|
+
},
|
|
1187
|
+
FILTER_INSERTION_ORDER_INTEGRATION_CODE: {
|
|
1188
|
+
displayName: "Insertion Order Integration Code",
|
|
1189
|
+
reportBuilderName: "Insertion Order Integration Code",
|
|
1190
|
+
category: "Entity",
|
|
1191
|
+
description: "Custom integration code for IO",
|
|
1192
|
+
usage: ["filter", "groupBy"],
|
|
1193
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1194
|
+
},
|
|
1195
|
+
FILTER_INSERTION_ORDER_NAME: {
|
|
1196
|
+
displayName: "Insertion Order",
|
|
1197
|
+
reportBuilderName: "Insertion Order",
|
|
1198
|
+
category: "Entity",
|
|
1199
|
+
description: "Insertion Order name",
|
|
1200
|
+
usage: ["filter", "groupBy"],
|
|
1201
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1202
|
+
},
|
|
1203
|
+
FILTER_INSERTION_ORDER_STATUS: {
|
|
1204
|
+
displayName: "Insertion Order Status",
|
|
1205
|
+
reportBuilderName: "Insertion Order Status",
|
|
1206
|
+
category: "Entity",
|
|
1207
|
+
description: "Status of Insertion Order",
|
|
1208
|
+
usage: ["filter", "groupBy"],
|
|
1209
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1210
|
+
},
|
|
1211
|
+
FILTER_INVENTORY_COMMITMENT_TYPE: {
|
|
1212
|
+
displayName: "Inventory Commitment Type",
|
|
1213
|
+
reportBuilderName: "Inventory Commitment Type",
|
|
1214
|
+
category: "Inventory",
|
|
1215
|
+
description: "Type of inventory commitment",
|
|
1216
|
+
usage: ["filter", "groupBy"],
|
|
1217
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1218
|
+
},
|
|
1219
|
+
FILTER_INVENTORY_DELIVERY_METHOD: {
|
|
1220
|
+
displayName: "Inventory Delivery Method",
|
|
1221
|
+
reportBuilderName: "Inventory Delivery Method",
|
|
1222
|
+
category: "Inventory",
|
|
1223
|
+
description: "Method of inventory delivery",
|
|
1224
|
+
usage: ["filter", "groupBy"],
|
|
1225
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1226
|
+
},
|
|
1227
|
+
FILTER_INVENTORY_FORMAT: {
|
|
1228
|
+
displayName: "Format (Inventory)",
|
|
1229
|
+
reportBuilderName: "Format",
|
|
1230
|
+
category: "Inventory",
|
|
1231
|
+
description: "Inventory format",
|
|
1232
|
+
usage: ["filter", "groupBy"],
|
|
1233
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1234
|
+
},
|
|
1235
|
+
FILTER_INVENTORY_MEDIA_COST_TYPE: {
|
|
1236
|
+
displayName: "Inventory Media Cost Type",
|
|
1237
|
+
reportBuilderName: "Inventory Media Cost Type",
|
|
1238
|
+
category: "Inventory",
|
|
1239
|
+
description: "Media cost type for inventory",
|
|
1240
|
+
usage: ["filter", "groupBy"],
|
|
1241
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1242
|
+
},
|
|
1243
|
+
FILTER_INVENTORY_RATE_TYPE: {
|
|
1244
|
+
displayName: "Inventory Rate Type",
|
|
1245
|
+
reportBuilderName: "Inventory Rate Type",
|
|
1246
|
+
category: "Inventory",
|
|
1247
|
+
description: "Rate type for inventory",
|
|
1248
|
+
usage: ["filter", "groupBy"],
|
|
1249
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1250
|
+
},
|
|
1251
|
+
FILTER_INVENTORY_SOURCE: {
|
|
1252
|
+
displayName: "Inventory Source ID (Legacy)",
|
|
1253
|
+
reportBuilderName: "Inventory Source ID (Legacy)",
|
|
1254
|
+
category: "Inventory",
|
|
1255
|
+
description: "Legacy inventory source identifier",
|
|
1256
|
+
usage: ["filter", "groupBy"],
|
|
1257
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1258
|
+
},
|
|
1259
|
+
FILTER_INVENTORY_SOURCES_PERMISSIONS: {
|
|
1260
|
+
displayName: "Inventory Sources Permissions",
|
|
1261
|
+
reportBuilderName: "Inventory Sources Permissions",
|
|
1262
|
+
category: "Inventory",
|
|
1263
|
+
description: "Permissions for inventory sources",
|
|
1264
|
+
usage: ["filter", "groupBy"],
|
|
1265
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1266
|
+
},
|
|
1267
|
+
FILTER_INVENTORY_SOURCE_EXTERNAL_ID: {
|
|
1268
|
+
displayName: "Inventory Source ID (external)",
|
|
1269
|
+
reportBuilderName: "Inventory Source ID (external)",
|
|
1270
|
+
category: "Inventory",
|
|
1271
|
+
description: "External inventory source ID",
|
|
1272
|
+
usage: ["filter", "groupBy"],
|
|
1273
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1274
|
+
},
|
|
1275
|
+
FILTER_INVENTORY_SOURCE_GROUP: {
|
|
1276
|
+
displayName: "Inventory Source Group",
|
|
1277
|
+
reportBuilderName: "Inventory Source Group",
|
|
1278
|
+
category: "Inventory",
|
|
1279
|
+
description: "Inventory source group name",
|
|
1280
|
+
usage: ["filter", "groupBy"],
|
|
1281
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1282
|
+
},
|
|
1283
|
+
FILTER_INVENTORY_SOURCE_GROUP_ID: {
|
|
1284
|
+
displayName: "Inventory Source Group ID",
|
|
1285
|
+
reportBuilderName: "Inventory Source Group ID",
|
|
1286
|
+
category: "Inventory",
|
|
1287
|
+
description: "Inventory source group identifier",
|
|
1288
|
+
usage: ["filter", "groupBy"],
|
|
1289
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1290
|
+
},
|
|
1291
|
+
FILTER_INVENTORY_SOURCE_ID: {
|
|
1292
|
+
displayName: "Inventory Source ID",
|
|
1293
|
+
reportBuilderName: "Inventory Source ID",
|
|
1294
|
+
category: "Inventory",
|
|
1295
|
+
description: "Inventory source identifier",
|
|
1296
|
+
usage: ["filter", "groupBy"],
|
|
1297
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1298
|
+
},
|
|
1299
|
+
FILTER_INVENTORY_SOURCE_NAME: {
|
|
1300
|
+
displayName: "Inventory Source",
|
|
1301
|
+
reportBuilderName: "Inventory Source",
|
|
1302
|
+
category: "Inventory",
|
|
1303
|
+
description: "Inventory source name",
|
|
1304
|
+
usage: ["filter", "groupBy"],
|
|
1305
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1306
|
+
},
|
|
1307
|
+
FILTER_INVENTORY_SOURCE_TYPE: {
|
|
1308
|
+
displayName: "Inventory Source Type",
|
|
1309
|
+
reportBuilderName: "Inventory Source Type",
|
|
1310
|
+
category: "Inventory",
|
|
1311
|
+
description: "Type of inventory source",
|
|
1312
|
+
usage: ["filter", "groupBy"],
|
|
1313
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1314
|
+
},
|
|
1315
|
+
FILTER_IS_YOUTUBE_TV: {
|
|
1316
|
+
displayName: "Is YouTube TV",
|
|
1317
|
+
reportBuilderName: "Is YouTube TV",
|
|
1318
|
+
category: "YouTube",
|
|
1319
|
+
description: "Whether delivery was on YouTube TV",
|
|
1320
|
+
usage: ["filter", "groupBy"],
|
|
1321
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1322
|
+
},
|
|
1323
|
+
FILTER_KEYWORD: {
|
|
1324
|
+
displayName: "Keyword",
|
|
1325
|
+
reportBuilderName: "Keyword",
|
|
1326
|
+
category: "Targeting",
|
|
1327
|
+
description: "Targeting keyword",
|
|
1328
|
+
usage: ["filter", "groupBy"],
|
|
1329
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1330
|
+
},
|
|
1331
|
+
FILTER_LIFE_EVENTS: {
|
|
1332
|
+
displayName: "Life Events",
|
|
1333
|
+
reportBuilderName: "Life Events",
|
|
1334
|
+
category: "Audience",
|
|
1335
|
+
description: "Life event audience segments",
|
|
1336
|
+
usage: ["filter", "groupBy"],
|
|
1337
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1338
|
+
},
|
|
1339
|
+
FILTER_LINE_ITEM: {
|
|
1340
|
+
displayName: "Line Item ID",
|
|
1341
|
+
reportBuilderName: "Line Item ID",
|
|
1342
|
+
category: "Entity",
|
|
1343
|
+
description: "Line Item identifier",
|
|
1344
|
+
usage: ["filter", "groupBy"],
|
|
1345
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1346
|
+
},
|
|
1347
|
+
FILTER_LINE_ITEM_BUDGET: {
|
|
1348
|
+
displayName: "Line Item Budget",
|
|
1349
|
+
reportBuilderName: "Line Item Budget",
|
|
1350
|
+
category: "Entity",
|
|
1351
|
+
description: "Budget for the Line Item",
|
|
1352
|
+
usage: ["filter", "groupBy"],
|
|
1353
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1354
|
+
},
|
|
1355
|
+
FILTER_LINE_ITEM_DAILY_FREQUENCY: {
|
|
1356
|
+
displayName: "Line Item Daily Frequency",
|
|
1357
|
+
reportBuilderName: "Line Item Daily Frequency",
|
|
1358
|
+
category: "Entity",
|
|
1359
|
+
description: "Daily frequency cap at line item level",
|
|
1360
|
+
usage: ["filter", "groupBy"],
|
|
1361
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1362
|
+
},
|
|
1363
|
+
FILTER_LINE_ITEM_END_DATE: {
|
|
1364
|
+
displayName: "Line Item End Date",
|
|
1365
|
+
reportBuilderName: "Line Item End Date",
|
|
1366
|
+
category: "Entity",
|
|
1367
|
+
description: "End date of Line Item",
|
|
1368
|
+
usage: ["filter", "groupBy"],
|
|
1369
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1370
|
+
},
|
|
1371
|
+
FILTER_LINE_ITEM_INTEGRATION_CODE: {
|
|
1372
|
+
displayName: "Line Item Integration Code",
|
|
1373
|
+
reportBuilderName: "Line Item Integration Code",
|
|
1374
|
+
category: "Entity",
|
|
1375
|
+
description: "Custom integration code for Line Item",
|
|
1376
|
+
usage: ["filter", "groupBy"],
|
|
1377
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1378
|
+
},
|
|
1379
|
+
FILTER_LINE_ITEM_LIFETIME_FREQUENCY: {
|
|
1380
|
+
displayName: "Line Item Lifetime Frequency",
|
|
1381
|
+
reportBuilderName: "Line Item Lifetime Frequency",
|
|
1382
|
+
category: "Entity",
|
|
1383
|
+
description: "Lifetime frequency cap at line item level",
|
|
1384
|
+
usage: ["filter", "groupBy"],
|
|
1385
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1386
|
+
},
|
|
1387
|
+
FILTER_LINE_ITEM_NAME: {
|
|
1388
|
+
displayName: "Line Item",
|
|
1389
|
+
reportBuilderName: "Line Item",
|
|
1390
|
+
category: "Entity",
|
|
1391
|
+
description: "Line Item name",
|
|
1392
|
+
usage: ["filter", "groupBy"],
|
|
1393
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1394
|
+
},
|
|
1395
|
+
FILTER_LINE_ITEM_PACING_PERCENTAGE: {
|
|
1396
|
+
displayName: "Line Item Pacing Percentage",
|
|
1397
|
+
reportBuilderName: "Line Item Pacing Percentage",
|
|
1398
|
+
category: "Entity",
|
|
1399
|
+
description: "Pacing percentage for Line Item",
|
|
1400
|
+
usage: ["filter", "groupBy"],
|
|
1401
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1402
|
+
},
|
|
1403
|
+
FILTER_LINE_ITEM_START_DATE: {
|
|
1404
|
+
displayName: "Line Item Start Date",
|
|
1405
|
+
reportBuilderName: "Line Item Start Date",
|
|
1406
|
+
category: "Entity",
|
|
1407
|
+
description: "Start date of Line Item",
|
|
1408
|
+
usage: ["filter", "groupBy"],
|
|
1409
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1410
|
+
},
|
|
1411
|
+
FILTER_LINE_ITEM_STATUS: {
|
|
1412
|
+
displayName: "Line Item Status",
|
|
1413
|
+
reportBuilderName: "Line Item Status",
|
|
1414
|
+
category: "Entity",
|
|
1415
|
+
description: "Status of Line Item",
|
|
1416
|
+
usage: ["filter", "groupBy"],
|
|
1417
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1418
|
+
},
|
|
1419
|
+
FILTER_LINE_ITEM_TYPE: {
|
|
1420
|
+
displayName: "Line Item Type",
|
|
1421
|
+
reportBuilderName: "Line Item Type",
|
|
1422
|
+
category: "Entity",
|
|
1423
|
+
description: "Type of Line Item",
|
|
1424
|
+
usage: ["filter", "groupBy"],
|
|
1425
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1426
|
+
},
|
|
1427
|
+
FILTER_LOCATION_ASSET: {
|
|
1428
|
+
displayName: "Asset (upgraded Location)",
|
|
1429
|
+
reportBuilderName: "Asset (upgraded Location)",
|
|
1430
|
+
category: "Creative",
|
|
1431
|
+
description: "Location asset (upgraded)",
|
|
1432
|
+
usage: ["filter", "groupBy"],
|
|
1433
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1434
|
+
},
|
|
1435
|
+
FILTER_LOCATION_ASSET_STATUS: {
|
|
1436
|
+
displayName: "Asset Status (upgraded Location)",
|
|
1437
|
+
reportBuilderName: "Asset Status (upgraded Location)",
|
|
1438
|
+
category: "Creative",
|
|
1439
|
+
description: "Status of location asset",
|
|
1440
|
+
usage: ["filter", "groupBy"],
|
|
1441
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1442
|
+
},
|
|
1443
|
+
FILTER_LOCATION_ASSET_TYPE: {
|
|
1444
|
+
displayName: "Asset Type (upgraded Location)",
|
|
1445
|
+
reportBuilderName: "Asset Type (upgraded Location)",
|
|
1446
|
+
category: "Creative",
|
|
1447
|
+
description: "Type of location asset",
|
|
1448
|
+
usage: ["filter", "groupBy"],
|
|
1449
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1450
|
+
},
|
|
1451
|
+
FILTER_MATCHED_GENRE_TARGET: {
|
|
1452
|
+
displayName: "Matched Genre Target",
|
|
1453
|
+
reportBuilderName: "Matched Genre Target",
|
|
1454
|
+
category: "Targeting",
|
|
1455
|
+
description: "Genre targeting match",
|
|
1456
|
+
usage: ["filter", "groupBy"],
|
|
1457
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1458
|
+
},
|
|
1459
|
+
FILTER_MATCH_RATIO: {
|
|
1460
|
+
displayName: "Match Ratio",
|
|
1461
|
+
reportBuilderName: "Match Ratio",
|
|
1462
|
+
category: "Audience",
|
|
1463
|
+
description: "Audience match ratio",
|
|
1464
|
+
usage: ["filter", "groupBy"],
|
|
1465
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1466
|
+
},
|
|
1467
|
+
FILTER_MEASUREMENT_SOURCE: {
|
|
1468
|
+
displayName: "Measurement Source",
|
|
1469
|
+
reportBuilderName: "Measurement Source",
|
|
1470
|
+
category: "Measurement",
|
|
1471
|
+
description: "Source of measurement data",
|
|
1472
|
+
usage: ["filter", "groupBy"],
|
|
1473
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1474
|
+
},
|
|
1475
|
+
FILTER_MEDIA_PLAN: {
|
|
1476
|
+
displayName: "Campaign ID",
|
|
1477
|
+
reportBuilderName: "Campaign ID",
|
|
1478
|
+
category: "Entity",
|
|
1479
|
+
description: "Campaign (Media Plan) identifier",
|
|
1480
|
+
usage: ["filter", "groupBy"],
|
|
1481
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1482
|
+
},
|
|
1483
|
+
FILTER_MEDIA_PLAN_NAME: {
|
|
1484
|
+
displayName: "Campaign",
|
|
1485
|
+
reportBuilderName: "Campaign",
|
|
1486
|
+
category: "Entity",
|
|
1487
|
+
description: "Campaign (Media Plan) name",
|
|
1488
|
+
usage: ["filter", "groupBy"],
|
|
1489
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1490
|
+
},
|
|
1491
|
+
FILTER_MEDIA_TYPE: {
|
|
1492
|
+
displayName: "Media Type",
|
|
1493
|
+
reportBuilderName: "Media Type",
|
|
1494
|
+
category: "Inventory",
|
|
1495
|
+
description: "Type of media (Display, Video, Audio)",
|
|
1496
|
+
usage: ["filter", "groupBy"],
|
|
1497
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1498
|
+
},
|
|
1499
|
+
FILTER_MOBILE_GEO: {
|
|
1500
|
+
displayName: "Business Chain",
|
|
1501
|
+
reportBuilderName: "Business Chain",
|
|
1502
|
+
category: "Targeting",
|
|
1503
|
+
description: "Mobile geo business chain",
|
|
1504
|
+
usage: ["filter", "groupBy"],
|
|
1505
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1506
|
+
},
|
|
1507
|
+
FILTER_MONITORED_ENTITY_PRIORITIZATION_NAME: {
|
|
1508
|
+
displayName: "Commitment Deal Mode",
|
|
1509
|
+
reportBuilderName: "Commitment Deal Mode",
|
|
1510
|
+
category: "Inventory",
|
|
1511
|
+
description: "Deal mode for monitored entity",
|
|
1512
|
+
usage: ["filter", "groupBy"],
|
|
1513
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1514
|
+
},
|
|
1515
|
+
FILTER_MONTH: {
|
|
1516
|
+
displayName: "Month",
|
|
1517
|
+
reportBuilderName: "Month",
|
|
1518
|
+
category: "Time",
|
|
1519
|
+
description: "Month dimension for monthly breakdown",
|
|
1520
|
+
usage: ["groupBy"],
|
|
1521
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1522
|
+
},
|
|
1523
|
+
FILTER_MRAID_SUPPORT: {
|
|
1524
|
+
displayName: "MRAID Support",
|
|
1525
|
+
reportBuilderName: "MRAID Support",
|
|
1526
|
+
category: "Inventory",
|
|
1527
|
+
description: "MRAID support level",
|
|
1528
|
+
usage: ["filter", "groupBy"],
|
|
1529
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1530
|
+
},
|
|
1531
|
+
FILTER_NIELSEN_COUNTRY_CODE: {
|
|
1532
|
+
displayName: "Country (Nielsen)",
|
|
1533
|
+
reportBuilderName: "Country",
|
|
1534
|
+
category: "Measurement",
|
|
1535
|
+
description: "Nielsen country code",
|
|
1536
|
+
usage: ["filter", "groupBy"],
|
|
1537
|
+
reportTypes: ["GRP"],
|
|
1538
|
+
},
|
|
1539
|
+
FILTER_NIELSEN_DATE_RANGE: {
|
|
1540
|
+
displayName: "Date Range for Cumulative Metrics",
|
|
1541
|
+
reportBuilderName: "Date Range for Cumulative Metrics",
|
|
1542
|
+
category: "Measurement",
|
|
1543
|
+
description: "Date range for Nielsen metrics",
|
|
1544
|
+
usage: ["filter", "groupBy"],
|
|
1545
|
+
reportTypes: ["GRP"],
|
|
1546
|
+
},
|
|
1547
|
+
FILTER_NIELSEN_DEVICE_ID: {
|
|
1548
|
+
displayName: "Device ID (Nielsen)",
|
|
1549
|
+
reportBuilderName: "Device ID",
|
|
1550
|
+
category: "Measurement",
|
|
1551
|
+
description: "Nielsen device identifier",
|
|
1552
|
+
usage: ["filter", "groupBy"],
|
|
1553
|
+
reportTypes: ["GRP"],
|
|
1554
|
+
},
|
|
1555
|
+
FILTER_OMID_CAPABLE: {
|
|
1556
|
+
displayName: "OM SDK Capable",
|
|
1557
|
+
reportBuilderName: "OM SDK Capable",
|
|
1558
|
+
category: "Viewability",
|
|
1559
|
+
description: "Whether OM SDK is capable",
|
|
1560
|
+
usage: ["filter", "groupBy"],
|
|
1561
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1562
|
+
},
|
|
1563
|
+
FILTER_OM_SDK_AVAILABLE: {
|
|
1564
|
+
displayName: "OM SDK Available",
|
|
1565
|
+
reportBuilderName: "OM SDK Available",
|
|
1566
|
+
category: "Viewability",
|
|
1567
|
+
description: "Whether OM SDK is available",
|
|
1568
|
+
usage: ["filter", "groupBy"],
|
|
1569
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1570
|
+
},
|
|
1571
|
+
FILTER_ORDER_ID: {
|
|
1572
|
+
displayName: "Order ID",
|
|
1573
|
+
reportBuilderName: "Order ID",
|
|
1574
|
+
category: "Entity",
|
|
1575
|
+
description: "Order identifier",
|
|
1576
|
+
usage: ["filter", "groupBy"],
|
|
1577
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1578
|
+
},
|
|
1579
|
+
FILTER_OS: {
|
|
1580
|
+
displayName: "Operating System",
|
|
1581
|
+
reportBuilderName: "Operating System",
|
|
1582
|
+
category: "Targeting",
|
|
1583
|
+
description: "Device operating system",
|
|
1584
|
+
usage: ["filter", "groupBy"],
|
|
1585
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1586
|
+
},
|
|
1587
|
+
FILTER_OTHER_ADVERTISER_ID: {
|
|
1588
|
+
displayName: "Other Advertiser ID",
|
|
1589
|
+
reportBuilderName: "Other Advertiser ID",
|
|
1590
|
+
category: "Entity",
|
|
1591
|
+
description: "Other advertiser identifier",
|
|
1592
|
+
usage: ["filter", "groupBy"],
|
|
1593
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1594
|
+
},
|
|
1595
|
+
FILTER_OTHER_ADVERTISER_NAME: {
|
|
1596
|
+
displayName: "Other Advertiser",
|
|
1597
|
+
reportBuilderName: "Other Advertiser",
|
|
1598
|
+
category: "Entity",
|
|
1599
|
+
description: "Other advertiser name",
|
|
1600
|
+
usage: ["filter", "groupBy"],
|
|
1601
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1602
|
+
},
|
|
1603
|
+
FILTER_OTHER_CAMPAIGN_ID: {
|
|
1604
|
+
displayName: "Other Insertion Order ID",
|
|
1605
|
+
reportBuilderName: "Other Insertion Order ID",
|
|
1606
|
+
category: "Entity",
|
|
1607
|
+
description: "Other Insertion Order identifier",
|
|
1608
|
+
usage: ["filter", "groupBy"],
|
|
1609
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1610
|
+
},
|
|
1611
|
+
FILTER_OTHER_CAMPAIGN_NAME: {
|
|
1612
|
+
displayName: "Other Insertion Order",
|
|
1613
|
+
reportBuilderName: "Other Insertion Order",
|
|
1614
|
+
category: "Entity",
|
|
1615
|
+
description: "Other Insertion Order name",
|
|
1616
|
+
usage: ["filter", "groupBy"],
|
|
1617
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1618
|
+
},
|
|
1619
|
+
FILTER_OTHER_DEVICE_TYPE: {
|
|
1620
|
+
displayName: "Other Device Type",
|
|
1621
|
+
reportBuilderName: "Other Device Type",
|
|
1622
|
+
category: "Targeting",
|
|
1623
|
+
description: "Other device type",
|
|
1624
|
+
usage: ["filter", "groupBy"],
|
|
1625
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1626
|
+
},
|
|
1627
|
+
FILTER_PAGE_CATEGORY: {
|
|
1628
|
+
displayName: "Category",
|
|
1629
|
+
reportBuilderName: "Category",
|
|
1630
|
+
category: "Inventory",
|
|
1631
|
+
description: "Page category",
|
|
1632
|
+
usage: ["filter", "groupBy"],
|
|
1633
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1634
|
+
},
|
|
1635
|
+
FILTER_PAGE_LAYOUT: {
|
|
1636
|
+
displayName: "Environment",
|
|
1637
|
+
reportBuilderName: "Environment",
|
|
1638
|
+
category: "Inventory",
|
|
1639
|
+
description: "Page layout environment",
|
|
1640
|
+
usage: ["filter", "groupBy"],
|
|
1641
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1642
|
+
},
|
|
1643
|
+
FILTER_PARTNER: {
|
|
1644
|
+
displayName: "Partner ID",
|
|
1645
|
+
reportBuilderName: "Partner ID",
|
|
1646
|
+
category: "Entity",
|
|
1647
|
+
description: "DV360 Partner identifier",
|
|
1648
|
+
usage: ["filter", "groupBy"],
|
|
1649
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1650
|
+
},
|
|
1651
|
+
FILTER_PARTNER_CURRENCY: {
|
|
1652
|
+
displayName: "Partner Currency",
|
|
1653
|
+
reportBuilderName: "Partner Currency",
|
|
1654
|
+
category: "Entity",
|
|
1655
|
+
description: "Currency for the partner",
|
|
1656
|
+
usage: ["filter", "groupBy"],
|
|
1657
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1658
|
+
},
|
|
1659
|
+
FILTER_PARTNER_NAME: {
|
|
1660
|
+
displayName: "Partner",
|
|
1661
|
+
reportBuilderName: "Partner",
|
|
1662
|
+
category: "Entity",
|
|
1663
|
+
description: "Partner name",
|
|
1664
|
+
usage: ["filter", "groupBy"],
|
|
1665
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1666
|
+
},
|
|
1667
|
+
FILTER_PARTNER_STATUS: {
|
|
1668
|
+
displayName: "Partner Status",
|
|
1669
|
+
reportBuilderName: "Partner Status",
|
|
1670
|
+
category: "Entity",
|
|
1671
|
+
description: "Status of the partner",
|
|
1672
|
+
usage: ["filter", "groupBy"],
|
|
1673
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1674
|
+
},
|
|
1675
|
+
FILTER_PLACEMENT_ALL_YOUTUBE_CHANNELS: {
|
|
1676
|
+
displayName: "Placement (All YouTube Channels)",
|
|
1677
|
+
reportBuilderName: "Placement (All YouTube Channels)",
|
|
1678
|
+
category: "YouTube",
|
|
1679
|
+
description: "All YouTube channel placements",
|
|
1680
|
+
usage: ["filter", "groupBy"],
|
|
1681
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1682
|
+
},
|
|
1683
|
+
FILTER_PLACEMENT_NAME_ALL_YOUTUBE_CHANNELS: {
|
|
1684
|
+
displayName: "Placement Name (All YouTube Channels)",
|
|
1685
|
+
reportBuilderName: "Placement Name (All YouTube Channels)",
|
|
1686
|
+
category: "YouTube",
|
|
1687
|
+
description: "Names of all YouTube channel placements",
|
|
1688
|
+
usage: ["filter", "groupBy"],
|
|
1689
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1690
|
+
},
|
|
1691
|
+
FILTER_PLATFORM: {
|
|
1692
|
+
displayName: "Platform",
|
|
1693
|
+
reportBuilderName: "Platform",
|
|
1694
|
+
category: "Targeting",
|
|
1695
|
+
description: "Platform type",
|
|
1696
|
+
usage: ["filter", "groupBy"],
|
|
1697
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1698
|
+
},
|
|
1699
|
+
FILTER_PLAYBACK_METHOD: {
|
|
1700
|
+
displayName: "Playback Method",
|
|
1701
|
+
reportBuilderName: "Playback Method",
|
|
1702
|
+
category: "Video",
|
|
1703
|
+
description: "Video playback method",
|
|
1704
|
+
usage: ["filter", "groupBy"],
|
|
1705
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1706
|
+
},
|
|
1707
|
+
FILTER_POSITION_IN_CONTENT: {
|
|
1708
|
+
displayName: "Position in Content",
|
|
1709
|
+
reportBuilderName: "Position in Content",
|
|
1710
|
+
category: "Video",
|
|
1711
|
+
description: "Video position in content",
|
|
1712
|
+
usage: ["filter", "groupBy"],
|
|
1713
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1714
|
+
},
|
|
1715
|
+
FILTER_PUBLIC_INVENTORY: {
|
|
1716
|
+
displayName: "Public Inventory",
|
|
1717
|
+
reportBuilderName: "Public Inventory",
|
|
1718
|
+
category: "Inventory",
|
|
1719
|
+
description: "Whether inventory is public",
|
|
1720
|
+
usage: ["filter", "groupBy"],
|
|
1721
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1722
|
+
},
|
|
1723
|
+
FILTER_PUBLISHER_TRAFFIC_SOURCE: {
|
|
1724
|
+
displayName: "Publisher Traffic Source",
|
|
1725
|
+
reportBuilderName: "Publisher Traffic Source",
|
|
1726
|
+
category: "Inventory",
|
|
1727
|
+
description: "Source of publisher traffic",
|
|
1728
|
+
usage: ["filter", "groupBy"],
|
|
1729
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1730
|
+
},
|
|
1731
|
+
FILTER_QUARTER: {
|
|
1732
|
+
displayName: "Quarter",
|
|
1733
|
+
reportBuilderName: "Quarter",
|
|
1734
|
+
category: "Time",
|
|
1735
|
+
description: "Quarter dimension for quarterly breakdown",
|
|
1736
|
+
usage: ["groupBy"],
|
|
1737
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1738
|
+
},
|
|
1739
|
+
FILTER_REFRESHED_AD_NAME: {
|
|
1740
|
+
displayName: "Refreshed Ad",
|
|
1741
|
+
reportBuilderName: "Refreshed Ad",
|
|
1742
|
+
category: "Inventory",
|
|
1743
|
+
description: "Name of refreshed ad",
|
|
1744
|
+
usage: ["filter", "groupBy"],
|
|
1745
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1746
|
+
},
|
|
1747
|
+
FILTER_REFUND_REASON: {
|
|
1748
|
+
displayName: "Refund Reason",
|
|
1749
|
+
reportBuilderName: "Refund Reason",
|
|
1750
|
+
category: "Cost",
|
|
1751
|
+
description: "Reason for refund",
|
|
1752
|
+
usage: ["filter", "groupBy"],
|
|
1753
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1754
|
+
},
|
|
1755
|
+
FILTER_REGION: {
|
|
1756
|
+
displayName: "Region ID",
|
|
1757
|
+
reportBuilderName: "Region ID",
|
|
1758
|
+
category: "Targeting",
|
|
1759
|
+
description: "Region/state identifier",
|
|
1760
|
+
usage: ["filter", "groupBy"],
|
|
1761
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1762
|
+
},
|
|
1763
|
+
FILTER_REGION_NAME: {
|
|
1764
|
+
displayName: "Region",
|
|
1765
|
+
reportBuilderName: "Region",
|
|
1766
|
+
category: "Targeting",
|
|
1767
|
+
description: "Region/state name",
|
|
1768
|
+
usage: ["filter", "groupBy"],
|
|
1769
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1770
|
+
},
|
|
1771
|
+
FILTER_REWARDED: {
|
|
1772
|
+
displayName: "Rewarded",
|
|
1773
|
+
reportBuilderName: "Rewarded",
|
|
1774
|
+
category: "Inventory",
|
|
1775
|
+
description: "Whether ad is rewarded",
|
|
1776
|
+
usage: ["filter", "groupBy"],
|
|
1777
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1778
|
+
},
|
|
1779
|
+
FILTER_SENSITIVE_CATEGORY: {
|
|
1780
|
+
displayName: "Sensitive Category",
|
|
1781
|
+
reportBuilderName: "Sensitive Category",
|
|
1782
|
+
category: "Inventory",
|
|
1783
|
+
description: "Sensitive content category",
|
|
1784
|
+
usage: ["filter", "groupBy"],
|
|
1785
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1786
|
+
},
|
|
1787
|
+
FILTER_SERVED_PIXEL_DENSITY: {
|
|
1788
|
+
displayName: "Served Pixel Density",
|
|
1789
|
+
reportBuilderName: "Served Pixel Density",
|
|
1790
|
+
category: "Creative",
|
|
1791
|
+
description: "Pixel density of served creative",
|
|
1792
|
+
usage: ["filter", "groupBy"],
|
|
1793
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1794
|
+
},
|
|
1795
|
+
FILTER_SITE_ID: {
|
|
1796
|
+
displayName: "App/URL ID",
|
|
1797
|
+
reportBuilderName: "App/URL ID",
|
|
1798
|
+
category: "Inventory",
|
|
1799
|
+
description: "Site or app identifier",
|
|
1800
|
+
usage: ["filter", "groupBy"],
|
|
1801
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1802
|
+
},
|
|
1803
|
+
FILTER_SITE_LANGUAGE: {
|
|
1804
|
+
displayName: "Language",
|
|
1805
|
+
reportBuilderName: "Language",
|
|
1806
|
+
category: "Inventory",
|
|
1807
|
+
description: "Site language",
|
|
1808
|
+
usage: ["filter", "groupBy"],
|
|
1809
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1810
|
+
},
|
|
1811
|
+
FILTER_SKIPPABLE_SUPPORT: {
|
|
1812
|
+
displayName: "Video Skippable Support",
|
|
1813
|
+
reportBuilderName: "Video Skippable Support",
|
|
1814
|
+
category: "Video",
|
|
1815
|
+
description: "Whether video supports skipping",
|
|
1816
|
+
usage: ["filter", "groupBy"],
|
|
1817
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1818
|
+
},
|
|
1819
|
+
FILTER_SUBDOMAIN: {
|
|
1820
|
+
displayName: "Subdomain",
|
|
1821
|
+
reportBuilderName: "Subdomain",
|
|
1822
|
+
category: "Inventory",
|
|
1823
|
+
description: "Website subdomain",
|
|
1824
|
+
usage: ["filter", "groupBy"],
|
|
1825
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1826
|
+
},
|
|
1827
|
+
FILTER_TARGETED_DATA_PROVIDERS: {
|
|
1828
|
+
displayName: "Targeted Data Providers",
|
|
1829
|
+
reportBuilderName: "Targeted Data Providers",
|
|
1830
|
+
category: "Audience",
|
|
1831
|
+
description: "Data providers used for targeting",
|
|
1832
|
+
usage: ["filter", "groupBy"],
|
|
1833
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1834
|
+
},
|
|
1835
|
+
FILTER_TARGETED_LOCATION_DIMENSION_STRING: {
|
|
1836
|
+
displayName: "Targeted location",
|
|
1837
|
+
reportBuilderName: "Targeted location",
|
|
1838
|
+
category: "Targeting",
|
|
1839
|
+
description: "Targeted location string",
|
|
1840
|
+
usage: ["filter", "groupBy"],
|
|
1841
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1842
|
+
},
|
|
1843
|
+
FILTER_TARGETED_USER_LIST: {
|
|
1844
|
+
displayName: "Attributed Userlist ID",
|
|
1845
|
+
reportBuilderName: "Attributed Userlist ID",
|
|
1846
|
+
category: "Audience",
|
|
1847
|
+
description: "ID of targeted user list",
|
|
1848
|
+
usage: ["filter", "groupBy"],
|
|
1849
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1850
|
+
},
|
|
1851
|
+
FILTER_TARGETING_EXPANSION: {
|
|
1852
|
+
displayName: "Optimized Targeting",
|
|
1853
|
+
reportBuilderName: "Optimized Targeting",
|
|
1854
|
+
category: "Targeting",
|
|
1855
|
+
description: "Whether optimized targeting is enabled",
|
|
1856
|
+
usage: ["filter", "groupBy"],
|
|
1857
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1858
|
+
},
|
|
1859
|
+
FILTER_THIRD_PARTY_AUDIENCE_LIST_COST: {
|
|
1860
|
+
displayName: "Third Party Audience List Cost",
|
|
1861
|
+
reportBuilderName: "Third Party Audience List Cost",
|
|
1862
|
+
category: "Audience",
|
|
1863
|
+
description: "Cost of third-party audience list",
|
|
1864
|
+
usage: ["filter", "groupBy"],
|
|
1865
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1866
|
+
},
|
|
1867
|
+
FILTER_THIRD_PARTY_AUDIENCE_LIST_TYPE: {
|
|
1868
|
+
displayName: "Third Party Audience List Type",
|
|
1869
|
+
reportBuilderName: "Third Party Audience List Type",
|
|
1870
|
+
category: "Audience",
|
|
1871
|
+
description: "Type of third-party audience list",
|
|
1872
|
+
usage: ["filter", "groupBy"],
|
|
1873
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1874
|
+
},
|
|
1875
|
+
FILTER_TIME_OF_DAY: {
|
|
1876
|
+
displayName: "Time of Day",
|
|
1877
|
+
reportBuilderName: "Time of Day",
|
|
1878
|
+
category: "Time",
|
|
1879
|
+
description: "Hour of day dimension",
|
|
1880
|
+
usage: ["groupBy"],
|
|
1881
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
1882
|
+
},
|
|
1883
|
+
FILTER_TRUEVIEW_AD: {
|
|
1884
|
+
displayName: "YouTube Ad",
|
|
1885
|
+
reportBuilderName: "YouTube Ad",
|
|
1886
|
+
category: "YouTube",
|
|
1887
|
+
description: "YouTube TrueView ad name",
|
|
1888
|
+
usage: ["filter", "groupBy"],
|
|
1889
|
+
reportTypes: ["YOUTUBE"],
|
|
1890
|
+
},
|
|
1891
|
+
FILTER_TRUEVIEW_AD_FORMAT: {
|
|
1892
|
+
displayName: "YouTube Ad Format",
|
|
1893
|
+
reportBuilderName: "YouTube Ad Format",
|
|
1894
|
+
category: "YouTube",
|
|
1895
|
+
description: "Format of YouTube ad",
|
|
1896
|
+
usage: ["filter", "groupBy"],
|
|
1897
|
+
reportTypes: ["YOUTUBE"],
|
|
1898
|
+
},
|
|
1899
|
+
FILTER_TRUEVIEW_AD_GROUP: {
|
|
1900
|
+
displayName: "YouTube Ad Group",
|
|
1901
|
+
reportBuilderName: "YouTube Ad Group",
|
|
1902
|
+
category: "YouTube",
|
|
1903
|
+
description: "YouTube ad group name",
|
|
1904
|
+
usage: ["filter", "groupBy"],
|
|
1905
|
+
reportTypes: ["YOUTUBE"],
|
|
1906
|
+
},
|
|
1907
|
+
FILTER_TRUEVIEW_AD_GROUP_AD_ID: {
|
|
1908
|
+
displayName: "YouTube Ad ID",
|
|
1909
|
+
reportBuilderName: "YouTube Ad ID",
|
|
1910
|
+
category: "YouTube",
|
|
1911
|
+
description: "YouTube ad identifier",
|
|
1912
|
+
usage: ["filter", "groupBy"],
|
|
1913
|
+
reportTypes: ["YOUTUBE"],
|
|
1914
|
+
},
|
|
1915
|
+
FILTER_TRUEVIEW_AD_GROUP_ID: {
|
|
1916
|
+
displayName: "YouTube Ad Group ID",
|
|
1917
|
+
reportBuilderName: "YouTube Ad Group ID",
|
|
1918
|
+
category: "YouTube",
|
|
1919
|
+
description: "YouTube ad group identifier",
|
|
1920
|
+
usage: ["filter", "groupBy"],
|
|
1921
|
+
reportTypes: ["YOUTUBE"],
|
|
1922
|
+
},
|
|
1923
|
+
FILTER_TRUEVIEW_AD_TYPE_NAME: {
|
|
1924
|
+
displayName: "YouTube Ad Type",
|
|
1925
|
+
reportBuilderName: "YouTube Ad Type",
|
|
1926
|
+
category: "YouTube",
|
|
1927
|
+
description: "Type of YouTube ad",
|
|
1928
|
+
usage: ["filter", "groupBy"],
|
|
1929
|
+
reportTypes: ["YOUTUBE"],
|
|
1930
|
+
},
|
|
1931
|
+
FILTER_TRUEVIEW_AGE: {
|
|
1932
|
+
displayName: "Age (YouTube)",
|
|
1933
|
+
reportBuilderName: "Age (YouTube)",
|
|
1934
|
+
category: "YouTube",
|
|
1935
|
+
description: "Age demographic for YouTube",
|
|
1936
|
+
usage: ["filter", "groupBy"],
|
|
1937
|
+
reportTypes: ["YOUTUBE"],
|
|
1938
|
+
},
|
|
1939
|
+
FILTER_TRUEVIEW_AUDIENCE_SEGMENT: {
|
|
1940
|
+
displayName: "Audience Segment",
|
|
1941
|
+
reportBuilderName: "Audience Segment",
|
|
1942
|
+
category: "YouTube",
|
|
1943
|
+
description: "YouTube audience segment",
|
|
1944
|
+
usage: ["filter", "groupBy"],
|
|
1945
|
+
reportTypes: ["YOUTUBE"],
|
|
1946
|
+
},
|
|
1947
|
+
FILTER_TRUEVIEW_AUDIENCE_SEGMENT_TYPE: {
|
|
1948
|
+
displayName: "Audience Segment Type",
|
|
1949
|
+
reportBuilderName: "Audience Segment Type",
|
|
1950
|
+
category: "YouTube",
|
|
1951
|
+
description: "Type of YouTube audience segment",
|
|
1952
|
+
usage: ["filter", "groupBy"],
|
|
1953
|
+
reportTypes: ["YOUTUBE"],
|
|
1954
|
+
},
|
|
1955
|
+
FILTER_TRUEVIEW_CATEGORY: {
|
|
1956
|
+
displayName: "Category (YouTube)",
|
|
1957
|
+
reportBuilderName: "Category (YouTube)",
|
|
1958
|
+
category: "YouTube",
|
|
1959
|
+
description: "YouTube content category",
|
|
1960
|
+
usage: ["filter", "groupBy"],
|
|
1961
|
+
reportTypes: ["YOUTUBE"],
|
|
1962
|
+
},
|
|
1963
|
+
FILTER_TRUEVIEW_CITY: {
|
|
1964
|
+
displayName: "City (YouTube)",
|
|
1965
|
+
reportBuilderName: "City (YouTube)",
|
|
1966
|
+
category: "YouTube",
|
|
1967
|
+
description: "City for YouTube targeting",
|
|
1968
|
+
usage: ["filter", "groupBy"],
|
|
1969
|
+
reportTypes: ["YOUTUBE"],
|
|
1970
|
+
},
|
|
1971
|
+
FILTER_TRUEVIEW_CLICK_TYPE_NAME: {
|
|
1972
|
+
displayName: "Click Type",
|
|
1973
|
+
reportBuilderName: "Click Type",
|
|
1974
|
+
category: "YouTube",
|
|
1975
|
+
description: "Type of YouTube click",
|
|
1976
|
+
usage: ["filter", "groupBy"],
|
|
1977
|
+
reportTypes: ["YOUTUBE"],
|
|
1978
|
+
},
|
|
1979
|
+
FILTER_TRUEVIEW_CONTENT_SUITABILITY_DETAIL_NAME: {
|
|
1980
|
+
displayName: "Content suitability placement name (details)",
|
|
1981
|
+
reportBuilderName: "Content suitability placement name (details)",
|
|
1982
|
+
category: "YouTube",
|
|
1983
|
+
description: "Detailed content suitability placement",
|
|
1984
|
+
usage: ["filter", "groupBy"],
|
|
1985
|
+
reportTypes: ["YOUTUBE"],
|
|
1986
|
+
},
|
|
1987
|
+
FILTER_TRUEVIEW_CONTENT_SUITABILITY_DETAIL_TYPE_NAME: {
|
|
1988
|
+
displayName: "Content suitability placement type",
|
|
1989
|
+
reportBuilderName: "Content suitability placement type",
|
|
1990
|
+
category: "YouTube",
|
|
1991
|
+
description: "Type of content suitability placement",
|
|
1992
|
+
usage: ["filter", "groupBy"],
|
|
1993
|
+
reportTypes: ["YOUTUBE"],
|
|
1994
|
+
},
|
|
1995
|
+
FILTER_TRUEVIEW_CONTENT_SUITABILITY_GROUP_NAME: {
|
|
1996
|
+
displayName: "Content suitability placement name (group)",
|
|
1997
|
+
reportBuilderName: "Content suitability placement name (group)",
|
|
1998
|
+
category: "YouTube",
|
|
1999
|
+
description: "Group content suitability placement",
|
|
2000
|
+
usage: ["filter", "groupBy"],
|
|
2001
|
+
reportTypes: ["YOUTUBE"],
|
|
2002
|
+
},
|
|
2003
|
+
FILTER_TRUEVIEW_CONVERSION_TYPE: {
|
|
2004
|
+
displayName: "Conversion Type",
|
|
2005
|
+
reportBuilderName: "Conversion Type",
|
|
2006
|
+
category: "YouTube",
|
|
2007
|
+
description: "Type of YouTube conversion",
|
|
2008
|
+
usage: ["filter", "groupBy"],
|
|
2009
|
+
reportTypes: ["YOUTUBE"],
|
|
2010
|
+
},
|
|
2011
|
+
FILTER_TRUEVIEW_COUNTRY: {
|
|
2012
|
+
displayName: "Country (YouTube)",
|
|
2013
|
+
reportBuilderName: "Country (YouTube)",
|
|
2014
|
+
category: "YouTube",
|
|
2015
|
+
description: "Country for YouTube targeting",
|
|
2016
|
+
usage: ["filter", "groupBy"],
|
|
2017
|
+
reportTypes: ["YOUTUBE"],
|
|
2018
|
+
},
|
|
2019
|
+
FILTER_TRUEVIEW_CUSTOM_AFFINITY: {
|
|
2020
|
+
displayName: "Custom Affinity",
|
|
2021
|
+
reportBuilderName: "Custom Affinity",
|
|
2022
|
+
category: "YouTube",
|
|
2023
|
+
description: "YouTube custom affinity audience",
|
|
2024
|
+
usage: ["filter", "groupBy"],
|
|
2025
|
+
reportTypes: ["YOUTUBE"],
|
|
2026
|
+
},
|
|
2027
|
+
FILTER_TRUEVIEW_DETAILED_DEMOGRAPHICS: {
|
|
2028
|
+
displayName: "Detailed Demographics",
|
|
2029
|
+
reportBuilderName: "Detailed Demographics",
|
|
2030
|
+
category: "YouTube",
|
|
2031
|
+
description: "Detailed demographic segments",
|
|
2032
|
+
usage: ["filter", "groupBy"],
|
|
2033
|
+
reportTypes: ["YOUTUBE"],
|
|
2034
|
+
},
|
|
2035
|
+
FILTER_TRUEVIEW_DETAILED_DEMOGRAPHICS_ID: {
|
|
2036
|
+
displayName: "Detailed Demographics ID",
|
|
2037
|
+
reportBuilderName: "Detailed Demographics ID",
|
|
2038
|
+
category: "YouTube",
|
|
2039
|
+
description: "ID of detailed demographics",
|
|
2040
|
+
usage: ["filter", "groupBy"],
|
|
2041
|
+
reportTypes: ["YOUTUBE"],
|
|
2042
|
+
},
|
|
2043
|
+
FILTER_TRUEVIEW_DMA: {
|
|
2044
|
+
displayName: "DMA Code (YouTube)",
|
|
2045
|
+
reportBuilderName: "DMA Code (YouTube)",
|
|
2046
|
+
category: "YouTube",
|
|
2047
|
+
description: "DMA code for YouTube targeting",
|
|
2048
|
+
usage: ["filter", "groupBy"],
|
|
2049
|
+
reportTypes: ["YOUTUBE"],
|
|
2050
|
+
},
|
|
2051
|
+
FILTER_TRUEVIEW_DMA_NAME: {
|
|
2052
|
+
displayName: "DMA (YouTube)",
|
|
2053
|
+
reportBuilderName: "DMA (YouTube)",
|
|
2054
|
+
category: "YouTube",
|
|
2055
|
+
description: "DMA name for YouTube targeting",
|
|
2056
|
+
usage: ["filter", "groupBy"],
|
|
2057
|
+
reportTypes: ["YOUTUBE"],
|
|
2058
|
+
},
|
|
2059
|
+
FILTER_TRUEVIEW_GENDER: {
|
|
2060
|
+
displayName: "Gender (YouTube)",
|
|
2061
|
+
reportBuilderName: "Gender (YouTube)",
|
|
2062
|
+
category: "YouTube",
|
|
2063
|
+
description: "Gender for YouTube targeting",
|
|
2064
|
+
usage: ["filter", "groupBy"],
|
|
2065
|
+
reportTypes: ["YOUTUBE"],
|
|
2066
|
+
},
|
|
2067
|
+
FILTER_TRUEVIEW_HOUSEHOLD_INCOME: {
|
|
2068
|
+
displayName: "Household Income",
|
|
2069
|
+
reportBuilderName: "Household Income",
|
|
2070
|
+
category: "YouTube",
|
|
2071
|
+
description: "Household income level for YouTube",
|
|
2072
|
+
usage: ["filter", "groupBy"],
|
|
2073
|
+
reportTypes: ["YOUTUBE"],
|
|
2074
|
+
},
|
|
2075
|
+
FILTER_TRUEVIEW_INTEREST: {
|
|
2076
|
+
displayName: "Interest",
|
|
2077
|
+
reportBuilderName: "Interest",
|
|
2078
|
+
category: "YouTube",
|
|
2079
|
+
description: "YouTube interest category",
|
|
2080
|
+
usage: ["filter", "groupBy"],
|
|
2081
|
+
reportTypes: ["YOUTUBE"],
|
|
2082
|
+
},
|
|
2083
|
+
FILTER_TRUEVIEW_KEYWORD: {
|
|
2084
|
+
displayName: "Keyword (YouTube)",
|
|
2085
|
+
reportBuilderName: "Keyword (YouTube)",
|
|
2086
|
+
category: "YouTube",
|
|
2087
|
+
description: "YouTube targeting keyword",
|
|
2088
|
+
usage: ["filter", "groupBy"],
|
|
2089
|
+
reportTypes: ["YOUTUBE"],
|
|
2090
|
+
},
|
|
2091
|
+
FILTER_TRUEVIEW_PARENTAL_STATUS: {
|
|
2092
|
+
displayName: "Parental Status",
|
|
2093
|
+
reportBuilderName: "Parental Status",
|
|
2094
|
+
category: "YouTube",
|
|
2095
|
+
description: "Parental status for YouTube",
|
|
2096
|
+
usage: ["filter", "groupBy"],
|
|
2097
|
+
reportTypes: ["YOUTUBE"],
|
|
2098
|
+
},
|
|
2099
|
+
FILTER_TRUEVIEW_PLACEMENT: {
|
|
2100
|
+
displayName: "Placement (Managed)",
|
|
2101
|
+
reportBuilderName: "Placement (Managed)",
|
|
2102
|
+
category: "YouTube",
|
|
2103
|
+
description: "Managed placement for YouTube",
|
|
2104
|
+
usage: ["filter", "groupBy"],
|
|
2105
|
+
reportTypes: ["YOUTUBE"],
|
|
2106
|
+
},
|
|
2107
|
+
FILTER_TRUEVIEW_PLACEMENT_ID: {
|
|
2108
|
+
displayName: "Placement ID (Managed)",
|
|
2109
|
+
reportBuilderName: "Placement ID (Managed)",
|
|
2110
|
+
category: "YouTube",
|
|
2111
|
+
description: "ID of managed placement",
|
|
2112
|
+
usage: ["filter", "groupBy"],
|
|
2113
|
+
reportTypes: ["YOUTUBE"],
|
|
2114
|
+
},
|
|
2115
|
+
FILTER_TRUEVIEW_REGION: {
|
|
2116
|
+
displayName: "Region ID (YouTube)",
|
|
2117
|
+
reportBuilderName: "Region ID (YouTube)",
|
|
2118
|
+
category: "YouTube",
|
|
2119
|
+
description: "Region ID for YouTube targeting",
|
|
2120
|
+
usage: ["filter", "groupBy"],
|
|
2121
|
+
reportTypes: ["YOUTUBE"],
|
|
2122
|
+
},
|
|
2123
|
+
FILTER_TRUEVIEW_REGION_NAME: {
|
|
2124
|
+
displayName: "Region (YouTube)",
|
|
2125
|
+
reportBuilderName: "Region (YouTube)",
|
|
2126
|
+
category: "YouTube",
|
|
2127
|
+
description: "Region name for YouTube targeting",
|
|
2128
|
+
usage: ["filter", "groupBy"],
|
|
2129
|
+
reportTypes: ["YOUTUBE"],
|
|
2130
|
+
},
|
|
2131
|
+
FILTER_TRUEVIEW_REMARKETING_LIST: {
|
|
2132
|
+
displayName: "Remarketing List ID",
|
|
2133
|
+
reportBuilderName: "Remarketing List ID",
|
|
2134
|
+
category: "YouTube",
|
|
2135
|
+
description: "YouTube remarketing list ID",
|
|
2136
|
+
usage: ["filter", "groupBy"],
|
|
2137
|
+
reportTypes: ["YOUTUBE"],
|
|
2138
|
+
},
|
|
2139
|
+
FILTER_TRUEVIEW_REMARKETING_LIST_NAME: {
|
|
2140
|
+
displayName: "Remarketing List",
|
|
2141
|
+
reportBuilderName: "Remarketing List",
|
|
2142
|
+
category: "YouTube",
|
|
2143
|
+
description: "YouTube remarketing list name",
|
|
2144
|
+
usage: ["filter", "groupBy"],
|
|
2145
|
+
reportTypes: ["YOUTUBE"],
|
|
2146
|
+
},
|
|
2147
|
+
FILTER_TRUEVIEW_TARGETING_EXPANSION: {
|
|
2148
|
+
displayName: "Optimized Targeting (YouTube)",
|
|
2149
|
+
reportBuilderName: "Optimized Targeting",
|
|
2150
|
+
category: "YouTube",
|
|
2151
|
+
description: "YouTube optimized targeting",
|
|
2152
|
+
usage: ["filter", "groupBy"],
|
|
2153
|
+
reportTypes: ["YOUTUBE"],
|
|
2154
|
+
},
|
|
2155
|
+
FILTER_TRUEVIEW_URL: {
|
|
2156
|
+
displayName: "Placement (All)",
|
|
2157
|
+
reportBuilderName: "Placement (All)",
|
|
2158
|
+
category: "YouTube",
|
|
2159
|
+
description: "All YouTube placements",
|
|
2160
|
+
usage: ["filter", "groupBy"],
|
|
2161
|
+
reportTypes: ["YOUTUBE"],
|
|
2162
|
+
},
|
|
2163
|
+
FILTER_TRUEVIEW_ZIPCODE: {
|
|
2164
|
+
displayName: "Zip Code (YouTube)",
|
|
2165
|
+
reportBuilderName: "Zip Code (YouTube)",
|
|
2166
|
+
category: "YouTube",
|
|
2167
|
+
description: "Zip code for YouTube targeting",
|
|
2168
|
+
usage: ["filter", "groupBy"],
|
|
2169
|
+
reportTypes: ["YOUTUBE"],
|
|
2170
|
+
},
|
|
2171
|
+
FILTER_UNIQUE_REACH_SAMPLE_SIZE_ID: {
|
|
2172
|
+
displayName: "Unique Reach Sample Size",
|
|
2173
|
+
reportBuilderName: "Unique Reach Sample Size",
|
|
2174
|
+
category: "Reach",
|
|
2175
|
+
description: "Sample size for unique reach",
|
|
2176
|
+
usage: ["filter", "groupBy"],
|
|
2177
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2178
|
+
},
|
|
2179
|
+
FILTER_USER_LIST: {
|
|
2180
|
+
displayName: "Audience List ID",
|
|
2181
|
+
reportBuilderName: "Audience List ID",
|
|
2182
|
+
category: "Audience",
|
|
2183
|
+
description: "Audience list identifier",
|
|
2184
|
+
usage: ["filter", "groupBy"],
|
|
2185
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2186
|
+
},
|
|
2187
|
+
FILTER_USER_LIST_FIRST_PARTY: {
|
|
2188
|
+
displayName: "First Party Audience List ID",
|
|
2189
|
+
reportBuilderName: "First Party Audience List ID",
|
|
2190
|
+
category: "Audience",
|
|
2191
|
+
description: "First-party audience list ID",
|
|
2192
|
+
usage: ["filter", "groupBy"],
|
|
2193
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2194
|
+
},
|
|
2195
|
+
FILTER_USER_LIST_FIRST_PARTY_NAME: {
|
|
2196
|
+
displayName: "First Party Audience List",
|
|
2197
|
+
reportBuilderName: "First Party Audience List",
|
|
2198
|
+
category: "Audience",
|
|
2199
|
+
description: "First-party audience list name",
|
|
2200
|
+
usage: ["filter", "groupBy"],
|
|
2201
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2202
|
+
},
|
|
2203
|
+
FILTER_USER_LIST_THIRD_PARTY: {
|
|
2204
|
+
displayName: "Third Party Audience List ID",
|
|
2205
|
+
reportBuilderName: "Third Party Audience List ID",
|
|
2206
|
+
category: "Audience",
|
|
2207
|
+
description: "Third-party audience list ID",
|
|
2208
|
+
usage: ["filter", "groupBy"],
|
|
2209
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2210
|
+
},
|
|
2211
|
+
FILTER_USER_LIST_THIRD_PARTY_NAME: {
|
|
2212
|
+
displayName: "Third Party Audience List",
|
|
2213
|
+
reportBuilderName: "Third Party Audience List",
|
|
2214
|
+
category: "Audience",
|
|
2215
|
+
description: "Third-party audience list name",
|
|
2216
|
+
usage: ["filter", "groupBy"],
|
|
2217
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2218
|
+
},
|
|
2219
|
+
FILTER_UTC_DATE: {
|
|
2220
|
+
displayName: "Date (UTC)",
|
|
2221
|
+
reportBuilderName: "Date (UTC)",
|
|
2222
|
+
category: "Time",
|
|
2223
|
+
description: "Date in UTC timezone",
|
|
2224
|
+
usage: ["groupBy"],
|
|
2225
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2226
|
+
},
|
|
2227
|
+
FILTER_VARIANT_ID: {
|
|
2228
|
+
displayName: "Variant ID",
|
|
2229
|
+
reportBuilderName: "Variant ID",
|
|
2230
|
+
category: "Creative",
|
|
2231
|
+
description: "Creative variant identifier",
|
|
2232
|
+
usage: ["filter", "groupBy"],
|
|
2233
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2234
|
+
},
|
|
2235
|
+
FILTER_VARIANT_NAME: {
|
|
2236
|
+
displayName: "Variant Name",
|
|
2237
|
+
reportBuilderName: "Variant Name",
|
|
2238
|
+
category: "Creative",
|
|
2239
|
+
description: "Creative variant name",
|
|
2240
|
+
usage: ["filter", "groupBy"],
|
|
2241
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2242
|
+
},
|
|
2243
|
+
FILTER_VARIANT_VERSION: {
|
|
2244
|
+
displayName: "Variant Version",
|
|
2245
|
+
reportBuilderName: "Variant Version",
|
|
2246
|
+
category: "Creative",
|
|
2247
|
+
description: "Creative variant version",
|
|
2248
|
+
usage: ["filter", "groupBy"],
|
|
2249
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2250
|
+
},
|
|
2251
|
+
FILTER_VENDOR_MEASUREMENT_MODE: {
|
|
2252
|
+
displayName: "Vendor Measurement Mode",
|
|
2253
|
+
reportBuilderName: "Vendor Measurement Mode",
|
|
2254
|
+
category: "Measurement",
|
|
2255
|
+
description: "Measurement mode for vendor",
|
|
2256
|
+
usage: ["filter", "groupBy"],
|
|
2257
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2258
|
+
},
|
|
2259
|
+
FILTER_VERIFICATION_AUDIBILITY_COMPLETE: {
|
|
2260
|
+
displayName: "Audibility At Complete",
|
|
2261
|
+
reportBuilderName: "Audibility At Complete",
|
|
2262
|
+
category: "Viewability",
|
|
2263
|
+
description: "Audio audibility at completion",
|
|
2264
|
+
usage: ["filter", "groupBy"],
|
|
2265
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2266
|
+
},
|
|
2267
|
+
FILTER_VERIFICATION_AUDIBILITY_START: {
|
|
2268
|
+
displayName: "Audibility At Start",
|
|
2269
|
+
reportBuilderName: "Audibility At Start",
|
|
2270
|
+
category: "Viewability",
|
|
2271
|
+
description: "Audio audibility at start",
|
|
2272
|
+
usage: ["filter", "groupBy"],
|
|
2273
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2274
|
+
},
|
|
2275
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE: {
|
|
2276
|
+
displayName: "Verification Video Player Size",
|
|
2277
|
+
reportBuilderName: "Verification Video Player Size",
|
|
2278
|
+
category: "Viewability",
|
|
2279
|
+
description: "Video player size for verification",
|
|
2280
|
+
usage: ["filter", "groupBy"],
|
|
2281
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2282
|
+
},
|
|
2283
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_COMPLETE: {
|
|
2284
|
+
displayName: "Video Player Size at Completion",
|
|
2285
|
+
reportBuilderName: "Video Player Size at Completion",
|
|
2286
|
+
category: "Viewability",
|
|
2287
|
+
description: "Player size at video completion",
|
|
2288
|
+
usage: ["filter", "groupBy"],
|
|
2289
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2290
|
+
},
|
|
2291
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_FIRST_QUARTILE: {
|
|
2292
|
+
displayName: "Video Player Size at First Quartile",
|
|
2293
|
+
reportBuilderName: "Video Player Size at First Quartile",
|
|
2294
|
+
category: "Viewability",
|
|
2295
|
+
description: "Player size at first quartile",
|
|
2296
|
+
usage: ["filter", "groupBy"],
|
|
2297
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2298
|
+
},
|
|
2299
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_MID_POINT: {
|
|
2300
|
+
displayName: "Video Player Size at Midpoint",
|
|
2301
|
+
reportBuilderName: "Video Player Size at Midpoint",
|
|
2302
|
+
category: "Viewability",
|
|
2303
|
+
description: "Player size at midpoint",
|
|
2304
|
+
usage: ["filter", "groupBy"],
|
|
2305
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2306
|
+
},
|
|
2307
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_START: {
|
|
2308
|
+
displayName: "Video Player Size at Start",
|
|
2309
|
+
reportBuilderName: "Video Player Size at Start",
|
|
2310
|
+
category: "Viewability",
|
|
2311
|
+
description: "Player size at video start",
|
|
2312
|
+
usage: ["filter", "groupBy"],
|
|
2313
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2314
|
+
},
|
|
2315
|
+
FILTER_VERIFICATION_VIDEO_PLAYER_SIZE_THIRD_QUARTILE: {
|
|
2316
|
+
displayName: "Video Player Size at Third Quartile",
|
|
2317
|
+
reportBuilderName: "Video Player Size at Third Quartile",
|
|
2318
|
+
category: "Viewability",
|
|
2319
|
+
description: "Player size at third quartile",
|
|
2320
|
+
usage: ["filter", "groupBy"],
|
|
2321
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2322
|
+
},
|
|
2323
|
+
FILTER_VERIFICATION_VIDEO_POSITION: {
|
|
2324
|
+
displayName: "Verification Video Position",
|
|
2325
|
+
reportBuilderName: "Verification Video Position",
|
|
2326
|
+
category: "Viewability",
|
|
2327
|
+
description: "Video position for verification",
|
|
2328
|
+
usage: ["filter", "groupBy"],
|
|
2329
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2330
|
+
},
|
|
2331
|
+
FILTER_VERIFICATION_VIDEO_RESIZED: {
|
|
2332
|
+
displayName: "Video Resized",
|
|
2333
|
+
reportBuilderName: "Video Resized",
|
|
2334
|
+
category: "Viewability",
|
|
2335
|
+
description: "Whether video was resized",
|
|
2336
|
+
usage: ["filter", "groupBy"],
|
|
2337
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2338
|
+
},
|
|
2339
|
+
FILTER_VIDEO_AD_POSITION_IN_STREAM: {
|
|
2340
|
+
displayName: "Video Ad Position In Stream",
|
|
2341
|
+
reportBuilderName: "Video Ad Position In Stream",
|
|
2342
|
+
category: "Video",
|
|
2343
|
+
description: "Position of video ad in stream",
|
|
2344
|
+
usage: ["filter", "groupBy"],
|
|
2345
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2346
|
+
},
|
|
2347
|
+
FILTER_VIDEO_COMPANION_CREATIVE_SIZE: {
|
|
2348
|
+
displayName: "Companion Creative Size",
|
|
2349
|
+
reportBuilderName: "Companion Creative Size",
|
|
2350
|
+
category: "Video",
|
|
2351
|
+
description: "Size of companion creative",
|
|
2352
|
+
usage: ["filter", "groupBy"],
|
|
2353
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2354
|
+
},
|
|
2355
|
+
FILTER_VIDEO_CONTENT_DURATION: {
|
|
2356
|
+
displayName: "Video Content Duration",
|
|
2357
|
+
reportBuilderName: "Video Content Duration",
|
|
2358
|
+
category: "Video",
|
|
2359
|
+
description: "Duration of video content",
|
|
2360
|
+
usage: ["filter", "groupBy"],
|
|
2361
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2362
|
+
},
|
|
2363
|
+
FILTER_VIDEO_CONTENT_LIVE_STREAM: {
|
|
2364
|
+
displayName: "Video Content Live Stream",
|
|
2365
|
+
reportBuilderName: "Video Content Live Stream",
|
|
2366
|
+
category: "Video",
|
|
2367
|
+
description: "Whether content is live stream",
|
|
2368
|
+
usage: ["filter", "groupBy"],
|
|
2369
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2370
|
+
},
|
|
2371
|
+
FILTER_VIDEO_CONTINUOUS_PLAY: {
|
|
2372
|
+
displayName: "Video Continuous Play",
|
|
2373
|
+
reportBuilderName: "Video Continuous Play",
|
|
2374
|
+
category: "Video",
|
|
2375
|
+
description: "Whether video plays continuously",
|
|
2376
|
+
usage: ["filter", "groupBy"],
|
|
2377
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2378
|
+
},
|
|
2379
|
+
FILTER_VIDEO_CREATIVE_DURATION: {
|
|
2380
|
+
displayName: "Video Creative Duration",
|
|
2381
|
+
reportBuilderName: "Video Creative Duration",
|
|
2382
|
+
category: "Video",
|
|
2383
|
+
description: "Duration of video creative",
|
|
2384
|
+
usage: ["filter", "groupBy"],
|
|
2385
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2386
|
+
},
|
|
2387
|
+
FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE: {
|
|
2388
|
+
displayName: "Video Creative Duration (Skippable)",
|
|
2389
|
+
reportBuilderName: "Video Creative Duration (Skippable)",
|
|
2390
|
+
category: "Video",
|
|
2391
|
+
description: "Skippable video creative duration",
|
|
2392
|
+
usage: ["filter", "groupBy"],
|
|
2393
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2394
|
+
},
|
|
2395
|
+
FILTER_VIDEO_DURATION: {
|
|
2396
|
+
displayName: "Video Duration",
|
|
2397
|
+
reportBuilderName: "Video Duration",
|
|
2398
|
+
category: "Video",
|
|
2399
|
+
description: "Duration of video",
|
|
2400
|
+
usage: ["filter", "groupBy"],
|
|
2401
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2402
|
+
},
|
|
2403
|
+
FILTER_VIDEO_DURATION_SECONDS: {
|
|
2404
|
+
displayName: "Max Video Duration",
|
|
2405
|
+
reportBuilderName: "Max Video Duration",
|
|
2406
|
+
category: "Video",
|
|
2407
|
+
description: "Maximum video duration in seconds",
|
|
2408
|
+
usage: ["filter", "groupBy"],
|
|
2409
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2410
|
+
},
|
|
2411
|
+
FILTER_VIDEO_DURATION_SECONDS_RANGE: {
|
|
2412
|
+
displayName: "Max Video Duration Range",
|
|
2413
|
+
reportBuilderName: "Max Video Duration Range",
|
|
2414
|
+
category: "Video",
|
|
2415
|
+
description: "Range of max video duration",
|
|
2416
|
+
usage: ["filter", "groupBy"],
|
|
2417
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2418
|
+
},
|
|
2419
|
+
FILTER_VIDEO_FORMAT_SUPPORT: {
|
|
2420
|
+
displayName: "Video Format Support",
|
|
2421
|
+
reportBuilderName: "Video Format Support",
|
|
2422
|
+
category: "Video",
|
|
2423
|
+
description: "Supported video formats",
|
|
2424
|
+
usage: ["filter", "groupBy"],
|
|
2425
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2426
|
+
},
|
|
2427
|
+
FILTER_VIDEO_PLAYER_SIZE: {
|
|
2428
|
+
displayName: "Video Player Size",
|
|
2429
|
+
reportBuilderName: "Video Player Size",
|
|
2430
|
+
category: "Video",
|
|
2431
|
+
description: "Size of video player",
|
|
2432
|
+
usage: ["filter", "groupBy"],
|
|
2433
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2434
|
+
},
|
|
2435
|
+
FILTER_VIDEO_RATING_TIER: {
|
|
2436
|
+
displayName: "Digital Content Label (Video)",
|
|
2437
|
+
reportBuilderName: "Digital Content Label",
|
|
2438
|
+
category: "Video",
|
|
2439
|
+
description: "Content rating tier for video",
|
|
2440
|
+
usage: ["filter", "groupBy"],
|
|
2441
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2442
|
+
},
|
|
2443
|
+
FILTER_VIDEO_SKIPPABLE_SUPPORT: {
|
|
2444
|
+
displayName: "Video Skippable Support",
|
|
2445
|
+
reportBuilderName: "Video Skippable Support",
|
|
2446
|
+
category: "Video",
|
|
2447
|
+
description: "Skippable support level",
|
|
2448
|
+
usage: ["filter", "groupBy"],
|
|
2449
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2450
|
+
},
|
|
2451
|
+
FILTER_WEEK: {
|
|
2452
|
+
displayName: "Week",
|
|
2453
|
+
reportBuilderName: "Week",
|
|
2454
|
+
category: "Time",
|
|
2455
|
+
description: "Week dimension for weekly breakdown",
|
|
2456
|
+
usage: ["groupBy"],
|
|
2457
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2458
|
+
},
|
|
2459
|
+
FILTER_YEAR: {
|
|
2460
|
+
displayName: "Year",
|
|
2461
|
+
reportBuilderName: "Year",
|
|
2462
|
+
category: "Time",
|
|
2463
|
+
description: "Year dimension",
|
|
2464
|
+
usage: ["groupBy"],
|
|
2465
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2466
|
+
},
|
|
2467
|
+
FILTER_YOUTUBE_AD_VIDEO: {
|
|
2468
|
+
displayName: "YouTube Ad Video",
|
|
2469
|
+
reportBuilderName: "YouTube Ad Video",
|
|
2470
|
+
category: "YouTube",
|
|
2471
|
+
description: "YouTube ad video name",
|
|
2472
|
+
usage: ["filter", "groupBy"],
|
|
2473
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2474
|
+
},
|
|
2475
|
+
FILTER_YOUTUBE_AD_VIDEO_ID: {
|
|
2476
|
+
displayName: "YouTube Ad Video ID",
|
|
2477
|
+
reportBuilderName: "YouTube Ad Video ID",
|
|
2478
|
+
category: "YouTube",
|
|
2479
|
+
description: "YouTube ad video identifier",
|
|
2480
|
+
usage: ["filter", "groupBy"],
|
|
2481
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2482
|
+
},
|
|
2483
|
+
FILTER_YOUTUBE_PROGRAMMATIC_GUARANTEED_ADVERTISER: {
|
|
2484
|
+
displayName: "Advertiser (YouTube PG)",
|
|
2485
|
+
reportBuilderName: "Advertiser",
|
|
2486
|
+
category: "YouTube",
|
|
2487
|
+
description: "Advertiser for YouTube PG",
|
|
2488
|
+
usage: ["filter", "groupBy"],
|
|
2489
|
+
reportTypes: ["YOUTUBE_PROGRAMMATIC_GUARANTEED"],
|
|
2490
|
+
},
|
|
2491
|
+
FILTER_ZIP_CODE: {
|
|
2492
|
+
displayName: "Zip Code ID",
|
|
2493
|
+
reportBuilderName: "Zip Code ID",
|
|
2494
|
+
category: "Targeting",
|
|
2495
|
+
description: "Zip code identifier",
|
|
2496
|
+
usage: ["filter", "groupBy"],
|
|
2497
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2498
|
+
},
|
|
2499
|
+
FILTER_ZIP_POSTAL_CODE: {
|
|
2500
|
+
displayName: "Zip Code",
|
|
2501
|
+
reportBuilderName: "Zip Code",
|
|
2502
|
+
category: "Targeting",
|
|
2503
|
+
description: "Zip/postal code",
|
|
2504
|
+
usage: ["filter", "groupBy"],
|
|
2505
|
+
reportTypes: ["STANDARD", "FLOODLIGHT", "AUDIENCE_COMPOSITION"],
|
|
2506
|
+
},
|
|
2507
|
+
};
|
|
2508
|
+
export const FILTER_CATEGORIES = [
|
|
2509
|
+
"Time",
|
|
2510
|
+
"Entity",
|
|
2511
|
+
"Targeting",
|
|
2512
|
+
"Audience",
|
|
2513
|
+
"Inventory",
|
|
2514
|
+
"Video",
|
|
2515
|
+
"Creative",
|
|
2516
|
+
"Conversion",
|
|
2517
|
+
"Viewability",
|
|
2518
|
+
"YouTube",
|
|
2519
|
+
"Audio",
|
|
2520
|
+
"Bidding",
|
|
2521
|
+
"Budget",
|
|
2522
|
+
"Commerce",
|
|
2523
|
+
"Cost",
|
|
2524
|
+
"Delivery",
|
|
2525
|
+
"Measurement",
|
|
2526
|
+
"Reach",
|
|
2527
|
+
];
|
|
2528
|
+
export function getFiltersByCategory(category) {
|
|
2529
|
+
return Object.entries(FILTER_METADATA)
|
|
2530
|
+
.filter(([_, meta]) => meta.category === category)
|
|
2531
|
+
.map(([name]) => name);
|
|
2532
|
+
}
|
|
2533
|
+
export function getGroupByFilters() {
|
|
2534
|
+
return Object.entries(FILTER_METADATA)
|
|
2535
|
+
.filter(([_, meta]) => meta.usage.includes("groupBy"))
|
|
2536
|
+
.map(([name]) => name);
|
|
2537
|
+
}
|
|
2538
|
+
export function isValidFilterType(value) {
|
|
2539
|
+
return FilterTypeSchema.safeParse(value).success;
|
|
2540
|
+
}
|
|
2541
|
+
//# sourceMappingURL=filters.js.map
|