|
3 | 3 | "type": "object",
|
4 | 4 | "properties": {
|
5 | 5 | "customer.currency_code": {
|
| 6 | + "description": "The currency code used for the customer's account", |
6 | 7 | "type": ["null", "string"]
|
7 | 8 | },
|
8 | 9 | "customer.descriptive_name": {
|
| 10 | + "description": "The descriptive name assigned to the customer account", |
9 | 11 | "type": ["null", "string"]
|
10 | 12 | },
|
11 | 13 | "customer.time_zone": {
|
| 14 | + "description": "The time zone setting for the customer account", |
12 | 15 | "type": ["null", "string"]
|
13 | 16 | },
|
14 | 17 | "metrics.active_view_cpm": {
|
| 18 | + "description": "Cost per thousand active viewable impressions", |
15 | 19 | "type": ["null", "number"]
|
16 | 20 | },
|
17 | 21 | "metrics.active_view_ctr": {
|
| 22 | + "description": "Active view click-through rate", |
18 | 23 | "type": ["null", "number"]
|
19 | 24 | },
|
20 | 25 | "metrics.active_view_impressions": {
|
| 26 | + "description": "Number of active view viewable impressions", |
21 | 27 | "type": ["null", "integer"]
|
22 | 28 | },
|
23 | 29 | "metrics.active_view_measurability": {
|
| 30 | + "description": "Active view measurability percentage", |
24 | 31 | "type": ["null", "number"]
|
25 | 32 | },
|
26 | 33 | "metrics.active_view_measurable_cost_micros": {
|
| 34 | + "description": "Cost for active view measurable impressions", |
27 | 35 | "type": ["null", "integer"]
|
28 | 36 | },
|
29 | 37 | "metrics.active_view_measurable_impressions": {
|
| 38 | + "description": "Number of active view measurable impressions", |
30 | 39 | "type": ["null", "integer"]
|
31 | 40 | },
|
32 | 41 | "metrics.active_view_viewability": {
|
| 42 | + "description": "Active view viewability percentage", |
33 | 43 | "type": ["null", "number"]
|
34 | 44 | },
|
35 | 45 | "segments.ad_network_type": {
|
| 46 | + "description": "Type of ad network", |
36 | 47 | "type": ["null", "string"]
|
37 | 48 | },
|
38 | 49 | "metrics.all_conversions_from_interactions_rate": {
|
| 50 | + "description": "Rate of conversions from interactions", |
39 | 51 | "type": ["null", "number"]
|
40 | 52 | },
|
41 | 53 | "metrics.all_conversions_value": {
|
| 54 | + "description": "Total value of all conversions", |
42 | 55 | "type": ["null", "number"]
|
43 | 56 | },
|
44 | 57 | "metrics.all_conversions": {
|
| 58 | + "description": "Total number of conversions", |
45 | 59 | "type": ["null", "number"]
|
46 | 60 | },
|
47 | 61 | "metrics.average_cost": {
|
| 62 | + "description": "Average cost per click", |
48 | 63 | "type": ["null", "number"]
|
49 | 64 | },
|
50 | 65 | "metrics.average_cpc": {
|
| 66 | + "description": "Average cost per click", |
51 | 67 | "type": ["null", "number"]
|
52 | 68 | },
|
53 | 69 | "metrics.average_cpe": {
|
| 70 | + "description": "Average cost per engagement", |
54 | 71 | "type": ["null", "number"]
|
55 | 72 | },
|
56 | 73 | "metrics.average_cpm": {
|
| 74 | + "description": "Average cost per thousand impressions", |
57 | 75 | "type": ["null", "number"]
|
58 | 76 | },
|
59 | 77 | "metrics.average_cpv": {
|
| 78 | + "description": "Average cost per view", |
60 | 79 | "type": ["null", "number"]
|
61 | 80 | },
|
62 | 81 | "customer.manager": {
|
| 82 | + "description": "The manager assigned to the customer account", |
63 | 83 | "type": ["null", "boolean"]
|
64 | 84 | },
|
65 | 85 | "metrics.clicks": {
|
| 86 | + "description": "Total number of clicks", |
66 | 87 | "type": ["null", "integer"]
|
67 | 88 | },
|
68 | 89 | "metrics.content_budget_lost_impression_share": {
|
| 90 | + "description": "Percentage of budget lost due to content network impressions", |
69 | 91 | "type": ["null", "number"]
|
70 | 92 | },
|
71 | 93 | "metrics.content_impression_share": {
|
| 94 | + "description": "Impression share on the content network", |
72 | 95 | "type": ["null", "number"]
|
73 | 96 | },
|
74 | 97 | "metrics.content_rank_lost_impression_share": {
|
| 98 | + "description": "Percentage of rank lost due to content network impressions", |
75 | 99 | "type": ["null", "number"]
|
76 | 100 | },
|
77 | 101 | "metrics.conversions_from_interactions_rate": {
|
| 102 | + "description": "Rate of conversions from interactions", |
78 | 103 | "type": ["null", "number"]
|
79 | 104 | },
|
80 | 105 | "metrics.conversions_value": {
|
| 106 | + "description": "Total value of conversions", |
81 | 107 | "type": ["null", "number"]
|
82 | 108 | },
|
83 | 109 | "metrics.conversions": {
|
| 110 | + "description": "Total number of conversions", |
84 | 111 | "type": ["null", "number"]
|
85 | 112 | },
|
86 | 113 | "metrics.cost_micros": {
|
| 114 | + "description": "Total cost in micros", |
87 | 115 | "type": ["null", "integer"]
|
88 | 116 | },
|
89 | 117 | "metrics.cost_per_all_conversions": {
|
| 118 | + "description": "Cost per all conversions", |
90 | 119 | "type": ["null", "number"]
|
91 | 120 | },
|
92 | 121 | "metrics.cost_per_conversion": {
|
| 122 | + "description": "Cost per conversion", |
93 | 123 | "type": ["null", "number"]
|
94 | 124 | },
|
95 | 125 | "metrics.cross_device_conversions": {
|
| 126 | + "description": "Conversions that involve more than one device", |
96 | 127 | "type": ["null", "number"]
|
97 | 128 | },
|
98 | 129 | "metrics.ctr": {
|
| 130 | + "description": "Click-through rate", |
99 | 131 | "type": ["null", "number"]
|
100 | 132 | },
|
101 | 133 | "segments.date": {
|
| 134 | + "description": "Date of the data entry", |
102 | 135 | "type": ["null", "string"],
|
103 | 136 | "format": "date"
|
104 | 137 | },
|
105 | 138 | "segments.day_of_week": {
|
| 139 | + "description": "Day of the week", |
106 | 140 | "type": ["null", "string"]
|
107 | 141 | },
|
108 | 142 | "segments.device": {
|
| 143 | + "description": "Type of device", |
109 | 144 | "type": ["null", "string"]
|
110 | 145 | },
|
111 | 146 | "metrics.engagement_rate": {
|
| 147 | + "description": "Rate of engagements", |
112 | 148 | "type": ["null", "number"]
|
113 | 149 | },
|
114 | 150 | "metrics.engagements": {
|
| 151 | + "description": "Total number of engagements", |
115 | 152 | "type": ["null", "integer"]
|
116 | 153 | },
|
117 | 154 | "customer.id": {
|
| 155 | + "description": "The unique identifier for the customer account", |
118 | 156 | "type": ["null", "integer"]
|
119 | 157 | },
|
120 | 158 | "metrics.impressions": {
|
| 159 | + "description": "Total number of impressions", |
121 | 160 | "type": ["null", "integer"]
|
122 | 161 | },
|
123 | 162 | "metrics.interaction_rate": {
|
| 163 | + "description": "Rate of interactions", |
124 | 164 | "type": ["null", "number"]
|
125 | 165 | },
|
126 | 166 | "metrics.interaction_event_types": {
|
| 167 | + "description": "Types of interaction events", |
127 | 168 | "type": ["null", "array"],
|
128 | 169 | "items": {
|
| 170 | + "description": "Specific interaction event type", |
129 | 171 | "type": "string"
|
130 | 172 | }
|
131 | 173 | },
|
132 | 174 | "metrics.interactions": {
|
| 175 | + "description": "Total number of interactions", |
133 | 176 | "type": ["null", "integer"]
|
134 | 177 | },
|
135 | 178 | "customer.auto_tagging_enabled": {
|
| 179 | + "description": "Indicates whether auto tagging is enabled for the customer", |
136 | 180 | "type": ["null", "boolean"]
|
137 | 181 | },
|
138 | 182 | "customer.test_account": {
|
| 183 | + "description": "Specifies whether the account is a test account", |
139 | 184 | "type": ["null", "boolean"]
|
140 | 185 | },
|
141 | 186 | "segments.month": {
|
| 187 | + "description": "Month of the year", |
142 | 188 | "type": ["null", "string"]
|
143 | 189 | },
|
144 | 190 | "segments.quarter": {
|
| 191 | + "description": "Quarter of the year", |
145 | 192 | "type": ["null", "string"]
|
146 | 193 | },
|
147 | 194 | "metrics.search_budget_lost_impression_share": {
|
| 195 | + "description": "Percentage of budget lost due to search network impressions", |
148 | 196 | "type": ["null", "number"]
|
149 | 197 | },
|
150 | 198 | "metrics.search_exact_match_impression_share": {
|
| 199 | + "description": "Exact match impression share on the search network", |
151 | 200 | "type": ["null", "number"]
|
152 | 201 | },
|
153 | 202 | "metrics.search_impression_share": {
|
| 203 | + "description": "Impression share on the search network", |
154 | 204 | "type": ["null", "number"]
|
155 | 205 | },
|
156 | 206 | "metrics.search_rank_lost_impression_share": {
|
| 207 | + "description": "Percentage of rank lost due to search network impressions", |
157 | 208 | "type": ["null", "number"]
|
158 | 209 | },
|
159 | 210 | "metrics.value_per_all_conversions": {
|
| 211 | + "description": "Value per all conversions", |
160 | 212 | "type": ["null", "number"]
|
161 | 213 | },
|
162 | 214 | "metrics.value_per_conversion": {
|
| 215 | + "description": "Value per conversion", |
163 | 216 | "type": ["null", "number"]
|
164 | 217 | },
|
165 | 218 | "metrics.video_view_rate": {
|
| 219 | + "description": "Rate of video views", |
166 | 220 | "type": ["null", "number"]
|
167 | 221 | },
|
168 | 222 | "metrics.video_views": {
|
| 223 | + "description": "Total number of video views", |
169 | 224 | "type": ["null", "integer"]
|
170 | 225 | },
|
171 | 226 | "metrics.view_through_conversions": {
|
| 227 | + "description": "Conversions where the display ad was shown but not clicked", |
172 | 228 | "type": ["null", "integer"]
|
173 | 229 | },
|
174 | 230 | "segments.week": {
|
| 231 | + "description": "Week of the year", |
175 | 232 | "type": ["null", "string"]
|
176 | 233 | },
|
177 | 234 | "segments.year": {
|
| 235 | + "description": "Year", |
178 | 236 | "type": ["null", "integer"]
|
179 | 237 | }
|
180 | 238 | }
|
|
0 commit comments