Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: polymer_1.0.4/bower_components/ga-api-utils/test/metadata/fixtures/columns.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "kind": "analytics#columns",
3 "etag": "\"gUXd2oJOIvAWr2KnYegR9N0sJ7c/Duhub3vzRGEQ1SK4h3jlmcENHac\"",
4 "totalResults": 424,
5 "attributeNames": ["replacedBy", "type", "dataType", "group", "status", "uiNam e", "appUiName", "description", "calculation", "minTemplateIndex", "maxTemplateI ndex", "premiumMinTemplateIndex", "premiumMaxTemplateIndex", "allowedInSegments" ],
6 "items": [{
7 "id": "ga:userType",
8 "kind": "analytics#column",
9 "attributes": {
10 "type": "DIMENSION",
11 "dataType": "STRING",
12 "group": "User",
13 "status": "PUBLIC",
14 "uiName": "User Type",
15 "description": "A boolean indicating if a user is new or returning. Possib le values: New Visitor, Returning Visitor.",
16 "allowedInSegments": "true"
17 }
18 }, {
19 "id": "ga:visitorType",
20 "kind": "analytics#column",
21 "attributes": {
22 "replacedBy": "ga:userType",
23 "type": "DIMENSION",
24 "dataType": "STRING",
25 "group": "User",
26 "status": "DEPRECATED",
27 "uiName": "User Type",
28 "description": "A boolean indicating if a user is new or returning. Possib le values: New Visitor, Returning Visitor.",
29 "allowedInSegments": "true"
30 }
31 }, {
32 "id": "ga:sessionCount",
33 "kind": "analytics#column",
34 "attributes": {
35 "type": "DIMENSION",
36 "dataType": "STRING",
37 "group": "User",
38 "status": "PUBLIC",
39 "uiName": "Count of Sessions",
40 "description": "The session index for a user to your property. Each sessio n from a unique user will get its own incremental index starting from 1 for the first session. Subsequent sessions do not change previous session indicies. For example, if a certain user has 4 sessions to your website, sessionCount for that user will have 4 distinct values of '1' through '4'.",
41 "allowedInSegments": "true"
42 }
43 }, {
44 "id": "ga:visitCount",
45 "kind": "analytics#column",
46 "attributes": {
47 "replacedBy": "ga:sessionCount",
48 "type": "DIMENSION",
49 "dataType": "STRING",
50 "group": "User",
51 "status": "DEPRECATED",
52 "uiName": "Count of Sessions",
53 "description": "The session index for a user to your property. Each sessio n from a unique user will get its own incremental index starting from 1 for the first session. Subsequent sessions do not change previous session indicies. For example, if a certain user has 4 sessions to your website, sessionCount for that user will have 4 distinct values of '1' through '4'.",
54 "allowedInSegments": "true"
55 }
56 }, {
57 "id": "ga:daysSinceLastSession",
58 "kind": "analytics#column",
59 "attributes": {
60 "type": "DIMENSION",
61 "dataType": "STRING",
62 "group": "User",
63 "status": "PUBLIC",
64 "uiName": "Days Since Last Session",
65 "description": "The number of days elapsed since users last visited your p roperty. Used to calculate user loyalty.",
66 "allowedInSegments": "true"
67 }
68 }, {
69 "id": "ga:daysSinceLastVisit",
70 "kind": "analytics#column",
71 "attributes": {
72 "replacedBy": "ga:daysSinceLastSession",
73 "type": "DIMENSION",
74 "dataType": "STRING",
75 "group": "User",
76 "status": "DEPRECATED",
77 "uiName": "Days Since Last Session",
78 "description": "The number of days elapsed since users last visited your p roperty. Used to calculate user loyalty.",
79 "allowedInSegments": "true"
80 }
81 }, {
82 "id": "ga:userDefinedValue",
83 "kind": "analytics#column",
84 "attributes": {
85 "type": "DIMENSION",
86 "dataType": "STRING",
87 "group": "User",
88 "status": "PUBLIC",
89 "uiName": "User Defined Value",
90 "description": "The value provided when you define custom user segments fo r your property.",
91 "allowedInSegments": "true"
92 }
93 }, {
94 "id": "ga:users",
95 "kind": "analytics#column",
96 "attributes": {
97 "type": "METRIC",
98 "dataType": "INTEGER",
99 "group": "User",
100 "status": "PUBLIC",
101 "uiName": "Users",
102 "description": "Total number of users to your property for the requested t ime period."
103 }
104 }, {
105 "id": "ga:visitors",
106 "kind": "analytics#column",
107 "attributes": {
108 "replacedBy": "ga:users",
109 "type": "METRIC",
110 "dataType": "INTEGER",
111 "group": "User",
112 "status": "DEPRECATED",
113 "uiName": "Users",
114 "description": "Total number of users to your property for the requested t ime period."
115 }
116 }, {
117 "id": "ga:newUsers",
118 "kind": "analytics#column",
119 "attributes": {
120 "type": "METRIC",
121 "dataType": "INTEGER",
122 "group": "User",
123 "status": "PUBLIC",
124 "uiName": "New Users",
125 "description": "The number of users whose session on your property was mar ked as a first-time session.",
126 "allowedInSegments": "true"
127 }
128 }, {
129 "id": "ga:newVisits",
130 "kind": "analytics#column",
131 "attributes": {
132 "replacedBy": "ga:newUsers",
133 "type": "METRIC",
134 "dataType": "INTEGER",
135 "group": "User",
136 "status": "DEPRECATED",
137 "uiName": "New Users",
138 "description": "The number of users whose session on your property was mar ked as a first-time session.",
139 "allowedInSegments": "true"
140 }
141 }, {
142 "id": "ga:percentNewSessions",
143 "kind": "analytics#column",
144 "attributes": {
145 "type": "METRIC",
146 "dataType": "PERCENT",
147 "group": "User",
148 "status": "PUBLIC",
149 "uiName": "% New Sessions",
150 "description": "The percentage of sessions by people who had never visited your property before.",
151 "calculation": "ga:newUsers / ga:sessions"
152 }
153 }, {
154 "id": "ga:percentNewVisits",
155 "kind": "analytics#column",
156 "attributes": {
157 "replacedBy": "ga:percentNewSessions",
158 "type": "METRIC",
159 "dataType": "PERCENT",
160 "group": "User",
161 "status": "DEPRECATED",
162 "uiName": "% New Sessions",
163 "description": "The percentage of sessions by people who had never visited your property before.",
164 "calculation": "ga:newUsers / ga:sessions"
165 }
166 }, {
167 "id": "ga:sessionDurationBucket",
168 "kind": "analytics#column",
169 "attributes": {
170 "type": "DIMENSION",
171 "dataType": "STRING",
172 "group": "Session",
173 "status": "PUBLIC",
174 "uiName": "Session Duration",
175 "description": "The length of a session on your property measured in secon ds and reported in second increments. The value returned is a string.",
176 "allowedInSegments": "true"
177 }
178 }, {
179 "id": "ga:visitLength",
180 "kind": "analytics#column",
181 "attributes": {
182 "replacedBy": "ga:sessionDurationBucket",
183 "type": "DIMENSION",
184 "dataType": "STRING",
185 "group": "Session",
186 "status": "DEPRECATED",
187 "uiName": "Session Duration",
188 "description": "The length of a session on your property measured in secon ds and reported in second increments. The value returned is a string.",
189 "allowedInSegments": "true"
190 }
191 }, {
192 "id": "ga:sessions",
193 "kind": "analytics#column",
194 "attributes": {
195 "type": "METRIC",
196 "dataType": "INTEGER",
197 "group": "Session",
198 "status": "PUBLIC",
199 "uiName": "Sessions",
200 "description": "Counts the total number of sessions.",
201 "allowedInSegments": "true"
202 }
203 }, {
204 "id": "ga:visits",
205 "kind": "analytics#column",
206 "attributes": {
207 "replacedBy": "ga:sessions",
208 "type": "METRIC",
209 "dataType": "INTEGER",
210 "group": "Session",
211 "status": "DEPRECATED",
212 "uiName": "Sessions",
213 "description": "Counts the total number of sessions.",
214 "allowedInSegments": "true"
215 }
216 }, {
217 "id": "ga:bounces",
218 "kind": "analytics#column",
219 "attributes": {
220 "type": "METRIC",
221 "dataType": "INTEGER",
222 "group": "Session",
223 "status": "PUBLIC",
224 "uiName": "Bounces",
225 "description": "The total number of single page (or single engagement hit) sessions for your property.",
226 "allowedInSegments": "true"
227 }
228 }, {
229 "id": "ga:entranceBounceRate",
230 "kind": "analytics#column",
231 "attributes": {
232 "replacedBy": "ga:bounceRate",
233 "type": "METRIC",
234 "dataType": "PERCENT",
235 "group": "Session",
236 "status": "DEPRECATED",
237 "uiName": "Bounce Rate",
238 "description": "This dimension is deprecated and will be removed soon. Ple ase use ga:bounceRate instead.",
239 "calculation": "ga:bounces / ga:entrances"
240 }
241 }, {
242 "id": "ga:bounceRate",
243 "kind": "analytics#column",
244 "attributes": {
245 "type": "METRIC",
246 "dataType": "PERCENT",
247 "group": "Session",
248 "status": "PUBLIC",
249 "uiName": "Bounce Rate",
250 "description": "The percentage of single-page session (i.e., session in wh ich the person left your property from the first page).",
251 "calculation": "ga:bounces / ga:sessions"
252 }
253 }, {
254 "id": "ga:visitBounceRate",
255 "kind": "analytics#column",
256 "attributes": {
257 "replacedBy": "ga:bounceRate",
258 "type": "METRIC",
259 "dataType": "PERCENT",
260 "group": "Session",
261 "status": "DEPRECATED",
262 "uiName": "Bounce Rate",
263 "description": "The percentage of single-page session (i.e., session in wh ich the person left your property from the first page).",
264 "calculation": "ga:bounces / ga:sessions"
265 }
266 }, {
267 "id": "ga:sessionDuration",
268 "kind": "analytics#column",
269 "attributes": {
270 "type": "METRIC",
271 "dataType": "TIME",
272 "group": "Session",
273 "status": "PUBLIC",
274 "uiName": "Session Duration",
275 "description": "The total duration of user sessions represented in total s econds.",
276 "allowedInSegments": "true"
277 }
278 }, {
279 "id": "ga:timeOnSite",
280 "kind": "analytics#column",
281 "attributes": {
282 "replacedBy": "ga:sessionDuration",
283 "type": "METRIC",
284 "dataType": "TIME",
285 "group": "Session",
286 "status": "DEPRECATED",
287 "uiName": "Session Duration",
288 "description": "The total duration of user sessions represented in total s econds.",
289 "allowedInSegments": "true"
290 }
291 }, {
292 "id": "ga:avgSessionDuration",
293 "kind": "analytics#column",
294 "attributes": {
295 "type": "METRIC",
296 "dataType": "TIME",
297 "group": "Session",
298 "status": "PUBLIC",
299 "uiName": "Avg. Session Duration",
300 "description": "The average duration of user sessions represented in total seconds.",
301 "calculation": "ga:sessionDuration / ga:sessions"
302 }
303 }, {
304 "id": "ga:avgTimeOnSite",
305 "kind": "analytics#column",
306 "attributes": {
307 "replacedBy": "ga:avgSessionDuration",
308 "type": "METRIC",
309 "dataType": "TIME",
310 "group": "Session",
311 "status": "DEPRECATED",
312 "uiName": "Avg. Session Duration",
313 "description": "The average duration of user sessions represented in total seconds.",
314 "calculation": "ga:sessionDuration / ga:sessions"
315 }
316 }, {
317 "id": "ga:referralPath",
318 "kind": "analytics#column",
319 "attributes": {
320 "type": "DIMENSION",
321 "dataType": "STRING",
322 "group": "Traffic Sources",
323 "status": "PUBLIC",
324 "uiName": "Referral Path",
325 "description": "The path of the referring URL (e.g. document.referrer). If someone places a link to your property on their website, this element contains the path of the page that contains the referring link.",
326 "allowedInSegments": "true"
327 }
328 }, {
329 "id": "ga:fullReferrer",
330 "kind": "analytics#column",
331 "attributes": {
332 "type": "DIMENSION",
333 "dataType": "STRING",
334 "group": "Traffic Sources",
335 "status": "PUBLIC",
336 "uiName": "Full Referrer",
337 "description": "The full referring URL including the hostname and path."
338 }
339 }, {
340 "id": "ga:campaign",
341 "kind": "analytics#column",
342 "attributes": {
343 "type": "DIMENSION",
344 "dataType": "STRING",
345 "group": "Traffic Sources",
346 "status": "PUBLIC",
347 "uiName": "Campaign",
348 "description": "When using manual campaign tracking, the value of the utm_ campaign campaign tracking parameter. When using AdWords autotagging, the name(s ) of the online ad campaign that you use for your property. Otherwise the value (not set) is used.",
349 "allowedInSegments": "true"
350 }
351 }, {
352 "id": "ga:source",
353 "kind": "analytics#column",
354 "attributes": {
355 "type": "DIMENSION",
356 "dataType": "STRING",
357 "group": "Traffic Sources",
358 "status": "PUBLIC",
359 "uiName": "Source",
360 "description": "The source of referrals to your property. When using manua l campaign tracking, the value of the utm_source campaign tracking parameter. Wh en using AdWords autotagging, the value is google. Otherwise the domain of the s ource referring the user to your property (e.g. document.referrer). The value ma y also contain a port address. If the user arrived without a referrer, the value is (direct)",
361 "allowedInSegments": "true"
362 }
363 }, {
364 "id": "ga:medium",
365 "kind": "analytics#column",
366 "attributes": {
367 "type": "DIMENSION",
368 "dataType": "STRING",
369 "group": "Traffic Sources",
370 "status": "PUBLIC",
371 "uiName": "Medium",
372 "description": "The type of referrals to your property. When using manual campaign tracking, the value of the utm_medium campaign tracking parameter. When using AdWords autotagging, the value is ppc. If the user comes from a search en gine detected by Google Analytics, the value is organic. If the referrer is not a search engine, the value is referral. If the users came directly to the proper ty, and document.referrer is empty, the value is (none).",
373 "allowedInSegments": "true"
374 }
375 }, {
376 "id": "ga:sourceMedium",
377 "kind": "analytics#column",
378 "attributes": {
379 "type": "DIMENSION",
380 "dataType": "STRING",
381 "group": "Traffic Sources",
382 "status": "PUBLIC",
383 "uiName": "Source / Medium",
384 "description": "Combined values of ga:source and ga:medium.",
385 "allowedInSegments": "true"
386 }
387 }, {
388 "id": "ga:keyword",
389 "kind": "analytics#column",
390 "attributes": {
391 "type": "DIMENSION",
392 "dataType": "STRING",
393 "group": "Traffic Sources",
394 "status": "PUBLIC",
395 "uiName": "Keyword",
396 "description": "When using manual campaign tracking, the value of the utm_ term campaign tracking parameter. When using AdWords autotagging or if a user us ed organic search to reach your property, the keywords used by users to reach yo ur property. Otherwise the value is (not set).",
397 "allowedInSegments": "true"
398 }
399 }, {
400 "id": "ga:adContent",
401 "kind": "analytics#column",
402 "attributes": {
403 "type": "DIMENSION",
404 "dataType": "STRING",
405 "group": "Traffic Sources",
406 "status": "PUBLIC",
407 "uiName": "Ad Content",
408 "description": "When using manual campaign tracking, the value of the utm_ content campaign tracking parameter. When using AdWords autotagging, the first l ine of the text for your online Ad campaign. If you are using mad libs for your AdWords content, this field displays the keywords you provided for the mad libs keyword match. Otherwise the value is (not set)",
409 "allowedInSegments": "true"
410 }
411 }, {
412 "id": "ga:socialNetwork",
413 "kind": "analytics#column",
414 "attributes": {
415 "type": "DIMENSION",
416 "dataType": "STRING",
417 "group": "Traffic Sources",
418 "status": "PUBLIC",
419 "uiName": "Social Network",
420 "description": "Name of the social network. This can be related to the ref erring social network for traffic sources, or to the social network for social d ata hub activities. E.g. Google+, Blogger, etc."
421 }
422 }, {
423 "id": "ga:hasSocialSourceReferral",
424 "kind": "analytics#column",
425 "attributes": {
426 "type": "DIMENSION",
427 "dataType": "STRING",
428 "group": "Traffic Sources",
429 "status": "PUBLIC",
430 "uiName": "Social Source Referral",
431 "description": "Indicates sessions that arrived to the property from a soc ial source. The possible values are Yes or No where the first letter is capitali zed."
432 }
433 }, {
434 "id": "ga:organicSearches",
435 "kind": "analytics#column",
436 "attributes": {
437 "type": "METRIC",
438 "dataType": "INTEGER",
439 "group": "Traffic Sources",
440 "status": "PUBLIC",
441 "uiName": "Organic Searches",
442 "description": "The number of organic searches that happened within a sess ion. This metric is search engine agnostic."
443 }
444 }, {
445 "id": "ga:adGroup",
446 "kind": "analytics#column",
447 "attributes": {
448 "type": "DIMENSION",
449 "dataType": "STRING",
450 "group": "Adwords",
451 "status": "PUBLIC",
452 "uiName": "Ad Group",
453 "description": "The name of your AdWords ad group.",
454 "allowedInSegments": "true"
455 }
456 }, {
457 "id": "ga:adSlot",
458 "kind": "analytics#column",
459 "attributes": {
460 "type": "DIMENSION",
461 "dataType": "STRING",
462 "group": "Adwords",
463 "status": "PUBLIC",
464 "uiName": "Ad Slot",
465 "description": "The location of the advertisement on the hosting page (Top , RHS, or not set).",
466 "allowedInSegments": "true"
467 }
468 }, {
469 "id": "ga:adSlotPosition",
470 "kind": "analytics#column",
471 "attributes": {
472 "type": "DIMENSION",
473 "dataType": "STRING",
474 "group": "Adwords",
475 "status": "PUBLIC",
476 "uiName": "Ad Slot Position",
477 "description": "The ad slot positions in which your AdWords ads appeared ( 1-8).",
478 "allowedInSegments": "true"
479 }
480 }, {
481 "id": "ga:adDistributionNetwork",
482 "kind": "analytics#column",
483 "attributes": {
484 "type": "DIMENSION",
485 "dataType": "STRING",
486 "group": "Adwords",
487 "status": "PUBLIC",
488 "uiName": "Ad Distribution Network",
489 "description": "The networks used to deliver your ads (Content, Search, Se arch partners, etc.)."
490 }
491 }, {
492 "id": "ga:adMatchType",
493 "kind": "analytics#column",
494 "attributes": {
495 "type": "DIMENSION",
496 "dataType": "STRING",
497 "group": "Adwords",
498 "status": "PUBLIC",
499 "uiName": "Query Match Type",
500 "description": "The match types applied for the search term the user had i nput(Phrase, Exact, Broad, etc.). Ads on the content network are identified as \ "Content network\". Details: https://support.google.com/adwords/answer/2472708?h l=en"
501 }
502 }, {
503 "id": "ga:adKeywordMatchType",
504 "kind": "analytics#column",
505 "attributes": {
506 "type": "DIMENSION",
507 "dataType": "STRING",
508 "group": "Adwords",
509 "status": "PUBLIC",
510 "uiName": "Keyword Match Type",
511 "description": "The match types applied to your keywords (Phrase, Exact, B road). Details: https://support.google.com/adwords/answer/2472708?hl=en"
512 }
513 }, {
514 "id": "ga:adMatchedQuery",
515 "kind": "analytics#column",
516 "attributes": {
517 "type": "DIMENSION",
518 "dataType": "STRING",
519 "group": "Adwords",
520 "status": "PUBLIC",
521 "uiName": "Matched Search Query",
522 "description": "The search queries that triggered impressions of your AdWo rds ads."
523 }
524 }, {
525 "id": "ga:adPlacementDomain",
526 "kind": "analytics#column",
527 "attributes": {
528 "type": "DIMENSION",
529 "dataType": "STRING",
530 "group": "Adwords",
531 "status": "PUBLIC",
532 "uiName": "Placement Domain",
533 "description": "The domains where your ads on the content network were pla ced."
534 }
535 }, {
536 "id": "ga:adPlacementUrl",
537 "kind": "analytics#column",
538 "attributes": {
539 "type": "DIMENSION",
540 "dataType": "STRING",
541 "group": "Adwords",
542 "status": "PUBLIC",
543 "uiName": "Placement URL",
544 "description": "The URLs where your ads on the content network were placed ."
545 }
546 }, {
547 "id": "ga:adFormat",
548 "kind": "analytics#column",
549 "attributes": {
550 "type": "DIMENSION",
551 "dataType": "STRING",
552 "group": "Adwords",
553 "status": "PUBLIC",
554 "uiName": "Ad Format",
555 "description": "Your AdWords ad formats (Text, Image, Flash, Video, etc.). "
556 }
557 }, {
558 "id": "ga:adTargetingType",
559 "kind": "analytics#column",
560 "attributes": {
561 "type": "DIMENSION",
562 "dataType": "STRING",
563 "group": "Adwords",
564 "status": "PUBLIC",
565 "uiName": "Targeting Type",
566 "description": "How your AdWords ads were targeted (keyword, placement, an d vertical targeting, etc.)."
567 }
568 }, {
569 "id": "ga:adTargetingOption",
570 "kind": "analytics#column",
571 "attributes": {
572 "type": "DIMENSION",
573 "dataType": "STRING",
574 "group": "Adwords",
575 "status": "PUBLIC",
576 "uiName": "Placement Type",
577 "description": "How you manage your ads on the content network. Values are Automatic placements or Managed placements."
578 }
579 }, {
580 "id": "ga:adDisplayUrl",
581 "kind": "analytics#column",
582 "attributes": {
583 "type": "DIMENSION",
584 "dataType": "STRING",
585 "group": "Adwords",
586 "status": "PUBLIC",
587 "uiName": "Display URL",
588 "description": "The URLs your AdWords ads displayed."
589 }
590 }, {
591 "id": "ga:adDestinationUrl",
592 "kind": "analytics#column",
593 "attributes": {
594 "type": "DIMENSION",
595 "dataType": "STRING",
596 "group": "Adwords",
597 "status": "PUBLIC",
598 "uiName": "Destination URL",
599 "description": "The URLs to which your AdWords ads referred traffic."
600 }
601 }, {
602 "id": "ga:adwordsCustomerID",
603 "kind": "analytics#column",
604 "attributes": {
605 "type": "DIMENSION",
606 "dataType": "STRING",
607 "group": "Adwords",
608 "status": "PUBLIC",
609 "uiName": "AdWords Customer ID",
610 "description": "A string. Corresponds to AdWords API AccountInfo.customerI d."
611 }
612 }, {
613 "id": "ga:adwordsCampaignID",
614 "kind": "analytics#column",
615 "attributes": {
616 "type": "DIMENSION",
617 "dataType": "STRING",
618 "group": "Adwords",
619 "status": "PUBLIC",
620 "uiName": "AdWords Campaign ID",
621 "description": "A string. Corresponds to AdWords API Campaign.id."
622 }
623 }, {
624 "id": "ga:adwordsAdGroupID",
625 "kind": "analytics#column",
626 "attributes": {
627 "type": "DIMENSION",
628 "dataType": "STRING",
629 "group": "Adwords",
630 "status": "PUBLIC",
631 "uiName": "AdWords Ad Group ID",
632 "description": "A string. Corresponds to AdWords API AdGroup.id."
633 }
634 }, {
635 "id": "ga:adwordsCreativeID",
636 "kind": "analytics#column",
637 "attributes": {
638 "type": "DIMENSION",
639 "dataType": "STRING",
640 "group": "Adwords",
641 "status": "PUBLIC",
642 "uiName": "AdWords Creative ID",
643 "description": "A string. Corresponds to AdWords API Ad.id."
644 }
645 }, {
646 "id": "ga:adwordsCriteriaID",
647 "kind": "analytics#column",
648 "attributes": {
649 "type": "DIMENSION",
650 "dataType": "STRING",
651 "group": "Adwords",
652 "status": "PUBLIC",
653 "uiName": "AdWords Criteria ID",
654 "description": "A string. Corresponds to AdWords API Criterion.id."
655 }
656 }, {
657 "id": "ga:impressions",
658 "kind": "analytics#column",
659 "attributes": {
660 "type": "METRIC",
661 "dataType": "INTEGER",
662 "group": "Adwords",
663 "status": "PUBLIC",
664 "uiName": "Impressions",
665 "description": "Total number of campaign impressions."
666 }
667 }, {
668 "id": "ga:adClicks",
669 "kind": "analytics#column",
670 "attributes": {
671 "type": "METRIC",
672 "dataType": "INTEGER",
673 "group": "Adwords",
674 "status": "PUBLIC",
675 "uiName": "Clicks",
676 "description": "The total number of times users have clicked on an ad to r each your property."
677 }
678 }, {
679 "id": "ga:adCost",
680 "kind": "analytics#column",
681 "attributes": {
682 "type": "METRIC",
683 "dataType": "CURRENCY",
684 "group": "Adwords",
685 "status": "PUBLIC",
686 "uiName": "Cost",
687 "description": "Derived cost for the advertising campaign. The currency fo r this value is based on the currency that you set in your AdWords account."
688 }
689 }, {
690 "id": "ga:CPM",
691 "kind": "analytics#column",
692 "attributes": {
693 "type": "METRIC",
694 "dataType": "CURRENCY",
695 "group": "Adwords",
696 "status": "PUBLIC",
697 "uiName": "CPM",
698 "description": "Cost per thousand impressions.",
699 "calculation": "ga:adCost / (ga:impressions / 1000)"
700 }
701 }, {
702 "id": "ga:CPC",
703 "kind": "analytics#column",
704 "attributes": {
705 "type": "METRIC",
706 "dataType": "CURRENCY",
707 "group": "Adwords",
708 "status": "PUBLIC",
709 "uiName": "CPC",
710 "description": "Cost to advertiser per click.",
711 "calculation": "ga:adCost / ga:adClicks"
712 }
713 }, {
714 "id": "ga:CTR",
715 "kind": "analytics#column",
716 "attributes": {
717 "type": "METRIC",
718 "dataType": "PERCENT",
719 "group": "Adwords",
720 "status": "PUBLIC",
721 "uiName": "CTR",
722 "description": "Click-through-rate for your ad. This is equal to the numbe r of clicks divided by the number of impressions for your ad (e.g. how many time s users clicked on one of your ads where that ad appeared).",
723 "calculation": "ga:adClicks / ga:impressions"
724 }
725 }, {
726 "id": "ga:costPerTransaction",
727 "kind": "analytics#column",
728 "attributes": {
729 "type": "METRIC",
730 "dataType": "CURRENCY",
731 "group": "Adwords",
732 "status": "PUBLIC",
733 "uiName": "Cost per Transaction",
734 "description": "The cost per transaction for your property.",
735 "calculation": "(ga:adCost) / (ga:transactions)"
736 }
737 }, {
738 "id": "ga:costPerGoalConversion",
739 "kind": "analytics#column",
740 "attributes": {
741 "type": "METRIC",
742 "dataType": "CURRENCY",
743 "group": "Adwords",
744 "status": "PUBLIC",
745 "uiName": "Cost per Goal Conversion",
746 "description": "The cost per goal conversion for your property.",
747 "calculation": "(ga:adCost) / (ga:goalCompletionsAll)"
748 }
749 }, {
750 "id": "ga:costPerConversion",
751 "kind": "analytics#column",
752 "attributes": {
753 "type": "METRIC",
754 "dataType": "CURRENCY",
755 "group": "Adwords",
756 "status": "PUBLIC",
757 "uiName": "Cost per Conversion",
758 "description": "The cost per conversion (including ecommerce and goal conv ersions) for your property.",
759 "calculation": "(ga:adCost) / (ga:transactions + ga:goalCompletionsAll)"
760 }
761 }, {
762 "id": "ga:RPC",
763 "kind": "analytics#column",
764 "attributes": {
765 "type": "METRIC",
766 "dataType": "CURRENCY",
767 "group": "Adwords",
768 "status": "PUBLIC",
769 "uiName": "RPC",
770 "description": "RPC or revenue-per-click is the average revenue (from ecom merce sales and/or goal value) you received for each click on one of your search ads.",
771 "calculation": "(ga:transactionRevenue + ga:goalValueAll) / ga:adClicks"
772 }
773 }, {
774 "id": "ga:ROI",
775 "kind": "analytics#column",
776 "attributes": {
777 "type": "METRIC",
778 "dataType": "PERCENT",
779 "group": "Adwords",
780 "status": "DEPRECATED",
781 "uiName": "ROI",
782 "description": "This metric is deprecated and will be removed soon. Please use ga:ROAS instead.",
783 "calculation": "(ga:transactionRevenue + ga:goalValueAll - ga:adCost) / ga :adCost"
784 }
785 }, {
786 "id": "ga:margin",
787 "kind": "analytics#column",
788 "attributes": {
789 "type": "METRIC",
790 "dataType": "PERCENT",
791 "group": "Adwords",
792 "status": "DEPRECATED",
793 "uiName": "Margin",
794 "description": "This metric is deprecated and will be removed soon. Please use ga:ROAS instead.",
795 "calculation": "(ga:transactionRevenue + ga:goalValueAll - ga:adCost) / (g a:transactionRevenue + ga:goalValueAll)"
796 }
797 }, {
798 "id": "ga:ROAS",
799 "kind": "analytics#column",
800 "attributes": {
801 "type": "METRIC",
802 "dataType": "PERCENT",
803 "group": "Adwords",
804 "status": "PUBLIC",
805 "uiName": "ROAS",
806 "description": "Return On Ad Spend (ROAS) is the total transaction revenue and goal value divided by derived advertising cost.",
807 "calculation": "(ga:transactionRevenue + ga:goalValueAll) / ga:adCost"
808 }
809 }, {
810 "id": "ga:goalCompletionLocation",
811 "kind": "analytics#column",
812 "attributes": {
813 "type": "DIMENSION",
814 "dataType": "STRING",
815 "group": "Goal Conversions",
816 "status": "PUBLIC",
817 "uiName": "Goal Completion Location",
818 "description": "The page path or screen name that matched any destination type goal completion."
819 }
820 }, {
821 "id": "ga:goalPreviousStep1",
822 "kind": "analytics#column",
823 "attributes": {
824 "type": "DIMENSION",
825 "dataType": "STRING",
826 "group": "Goal Conversions",
827 "status": "PUBLIC",
828 "uiName": "Goal Previous Step - 1",
829 "description": "The page path or screen name that matched any destination type goal, one step prior to the goal completion location."
830 }
831 }, {
832 "id": "ga:goalPreviousStep2",
833 "kind": "analytics#column",
834 "attributes": {
835 "type": "DIMENSION",
836 "dataType": "STRING",
837 "group": "Goal Conversions",
838 "status": "PUBLIC",
839 "uiName": "Goal Previous Step - 2",
840 "description": "The page path or screen name that matched any destination type goal, two steps prior to the goal completion location."
841 }
842 }, {
843 "id": "ga:goalPreviousStep3",
844 "kind": "analytics#column",
845 "attributes": {
846 "type": "DIMENSION",
847 "dataType": "STRING",
848 "group": "Goal Conversions",
849 "status": "PUBLIC",
850 "uiName": "Goal Previous Step - 3",
851 "description": "The page path or screen name that matched any destination type goal, three steps prior to the goal completion location."
852 }
853 }, {
854 "id": "ga:goalXXStarts",
855 "kind": "analytics#column",
856 "attributes": {
857 "type": "METRIC",
858 "dataType": "INTEGER",
859 "group": "Goal Conversions",
860 "status": "PUBLIC",
861 "uiName": "Goal XX Starts",
862 "description": "The total number of starts for the requested goal number." ,
863 "minTemplateIndex": "1",
864 "maxTemplateIndex": "20",
865 "allowedInSegments": "true"
866 }
867 }, {
868 "id": "ga:goalStartsAll",
869 "kind": "analytics#column",
870 "attributes": {
871 "type": "METRIC",
872 "dataType": "INTEGER",
873 "group": "Goal Conversions",
874 "status": "PUBLIC",
875 "uiName": "Goal Starts",
876 "description": "The total number of starts for all goals defined for your profile.",
877 "allowedInSegments": "true"
878 }
879 }, {
880 "id": "ga:goalXXCompletions",
881 "kind": "analytics#column",
882 "attributes": {
883 "type": "METRIC",
884 "dataType": "INTEGER",
885 "group": "Goal Conversions",
886 "status": "PUBLIC",
887 "uiName": "Goal XX Completions",
888 "description": "The total number of completions for the requested goal num ber.",
889 "minTemplateIndex": "1",
890 "maxTemplateIndex": "20",
891 "allowedInSegments": "true"
892 }
893 }, {
894 "id": "ga:goalCompletionsAll",
895 "kind": "analytics#column",
896 "attributes": {
897 "type": "METRIC",
898 "dataType": "INTEGER",
899 "group": "Goal Conversions",
900 "status": "PUBLIC",
901 "uiName": "Goal Completions",
902 "description": "The total number of completions for all goals defined for your profile.",
903 "allowedInSegments": "true"
904 }
905 }, {
906 "id": "ga:goalXXValue",
907 "kind": "analytics#column",
908 "attributes": {
909 "type": "METRIC",
910 "dataType": "CURRENCY",
911 "group": "Goal Conversions",
912 "status": "PUBLIC",
913 "uiName": "Goal XX Value",
914 "description": "The total numeric value for the requested goal number.",
915 "minTemplateIndex": "1",
916 "maxTemplateIndex": "20",
917 "allowedInSegments": "true"
918 }
919 }, {
920 "id": "ga:goalValueAll",
921 "kind": "analytics#column",
922 "attributes": {
923 "type": "METRIC",
924 "dataType": "CURRENCY",
925 "group": "Goal Conversions",
926 "status": "PUBLIC",
927 "uiName": "Goal Value",
928 "description": "The total numeric value for all goals defined for your pro file.",
929 "allowedInSegments": "true"
930 }
931 }, {
932 "id": "ga:goalValuePerSession",
933 "kind": "analytics#column",
934 "attributes": {
935 "type": "METRIC",
936 "dataType": "CURRENCY",
937 "group": "Goal Conversions",
938 "status": "PUBLIC",
939 "uiName": "Per Session Goal Value",
940 "description": "The average goal value of a session on your property.",
941 "calculation": "ga:goalValueAll / ga:sessions"
942 }
943 }, {
944 "id": "ga:goalValuePerVisit",
945 "kind": "analytics#column",
946 "attributes": {
947 "replacedBy": "ga:goalValuePerSession",
948 "type": "METRIC",
949 "dataType": "CURRENCY",
950 "group": "Goal Conversions",
951 "status": "DEPRECATED",
952 "uiName": "Per Session Goal Value",
953 "description": "The average goal value of a session on your property.",
954 "calculation": "ga:goalValueAll / ga:sessions"
955 }
956 }, {
957 "id": "ga:goalXXConversionRate",
958 "kind": "analytics#column",
959 "attributes": {
960 "type": "METRIC",
961 "dataType": "PERCENT",
962 "group": "Goal Conversions",
963 "status": "PUBLIC",
964 "uiName": "Goal XX Conversion Rate",
965 "description": "The percentage of sessions which resulted in a conversion to the requested goal number.",
966 "calculation": "ga:goalXXCompletions / ga:sessions",
967 "minTemplateIndex": "1",
968 "maxTemplateIndex": "20"
969 }
970 }, {
971 "id": "ga:goalConversionRateAll",
972 "kind": "analytics#column",
973 "attributes": {
974 "type": "METRIC",
975 "dataType": "PERCENT",
976 "group": "Goal Conversions",
977 "status": "PUBLIC",
978 "uiName": "Goal Conversion Rate",
979 "description": "The percentage of sessions which resulted in a conversion to at least one of your goals.",
980 "calculation": "ga:goalCompletionsAll / ga:sessions"
981 }
982 }, {
983 "id": "ga:goalXXAbandons",
984 "kind": "analytics#column",
985 "attributes": {
986 "type": "METRIC",
987 "dataType": "INTEGER",
988 "group": "Goal Conversions",
989 "status": "PUBLIC",
990 "uiName": "Goal XX Abandoned Funnels",
991 "description": "The number of times users started conversion activity on t he requested goal number without actually completing it.",
992 "calculation": "(ga:goalXXStarts - ga:goalXXCompletions)",
993 "minTemplateIndex": "1",
994 "maxTemplateIndex": "20"
995 }
996 }, {
997 "id": "ga:goalAbandonsAll",
998 "kind": "analytics#column",
999 "attributes": {
1000 "type": "METRIC",
1001 "dataType": "INTEGER",
1002 "group": "Goal Conversions",
1003 "status": "PUBLIC",
1004 "uiName": "Abandoned Funnels",
1005 "description": "The overall number of times users started goals without ac tually completing them.",
1006 "calculation": "(ga:goalStartsAll - ga:goalCompletionsAll)"
1007 }
1008 }, {
1009 "id": "ga:goalXXAbandonRate",
1010 "kind": "analytics#column",
1011 "attributes": {
1012 "type": "METRIC",
1013 "dataType": "PERCENT",
1014 "group": "Goal Conversions",
1015 "status": "PUBLIC",
1016 "uiName": "Goal XX Abandonment Rate",
1017 "description": "The rate at which the requested goal number was abandoned. ",
1018 "calculation": "((ga:goalXXStarts - ga:goalXXCompletions)) / (ga:goalXXSta rts)",
1019 "minTemplateIndex": "1",
1020 "maxTemplateIndex": "20"
1021 }
1022 }, {
1023 "id": "ga:goalAbandonRateAll",
1024 "kind": "analytics#column",
1025 "attributes": {
1026 "type": "METRIC",
1027 "dataType": "PERCENT",
1028 "group": "Goal Conversions",
1029 "status": "PUBLIC",
1030 "uiName": "Total Abandonment Rate",
1031 "description": "The rate at which goals were abandoned.",
1032 "calculation": "((ga:goalStartsAll - ga:goalCompletionsAll)) / (ga:goalSta rtsAll)"
1033 }
1034 }, {
1035 "id": "ga:browser",
1036 "kind": "analytics#column",
1037 "attributes": {
1038 "type": "DIMENSION",
1039 "dataType": "STRING",
1040 "group": "Platform or Device",
1041 "status": "PUBLIC",
1042 "uiName": "Browser",
1043 "description": "The names of browsers used by users to your website. For e xample, Internet Explorer or Firefox.",
1044 "allowedInSegments": "true"
1045 }
1046 }, {
1047 "id": "ga:browserVersion",
1048 "kind": "analytics#column",
1049 "attributes": {
1050 "type": "DIMENSION",
1051 "dataType": "STRING",
1052 "group": "Platform or Device",
1053 "status": "PUBLIC",
1054 "uiName": "Browser Version",
1055 "description": "The browser versions used by users to your website. For ex ample, 2.0.0.14",
1056 "allowedInSegments": "true"
1057 }
1058 }, {
1059 "id": "ga:operatingSystem",
1060 "kind": "analytics#column",
1061 "attributes": {
1062 "type": "DIMENSION",
1063 "dataType": "STRING",
1064 "group": "Platform or Device",
1065 "status": "PUBLIC",
1066 "uiName": "Operating System",
1067 "description": "The operating system used by your users. For example, Wind ows, Linux , Macintosh, iPhone, iPod.",
1068 "allowedInSegments": "true"
1069 }
1070 }, {
1071 "id": "ga:operatingSystemVersion",
1072 "kind": "analytics#column",
1073 "attributes": {
1074 "type": "DIMENSION",
1075 "dataType": "STRING",
1076 "group": "Platform or Device",
1077 "status": "PUBLIC",
1078 "uiName": "Operating System Version",
1079 "description": "The version of the operating system used by your users, su ch as XP for Windows or PPC for Macintosh.",
1080 "allowedInSegments": "true"
1081 }
1082 }, {
1083 "id": "ga:isMobile",
1084 "kind": "analytics#column",
1085 "attributes": {
1086 "type": "DIMENSION",
1087 "dataType": "STRING",
1088 "group": "Platform or Device",
1089 "status": "DEPRECATED",
1090 "uiName": "Mobile (Including Tablet)",
1091 "description": "This dimension is deprecated and will be removed soon. Ple ase use ga:deviceCategory instead (e.g., ga:deviceCategory==mobile).",
1092 "allowedInSegments": "true"
1093 }
1094 }, {
1095 "id": "ga:isTablet",
1096 "kind": "analytics#column",
1097 "attributes": {
1098 "type": "DIMENSION",
1099 "dataType": "STRING",
1100 "group": "Platform or Device",
1101 "status": "DEPRECATED",
1102 "uiName": "Tablet",
1103 "description": "This dimension is deprecated and will be removed soon. Ple ase use ga:deviceCategory instead (e.g., ga:deviceCategory==tablet).",
1104 "allowedInSegments": "true"
1105 }
1106 }, {
1107 "id": "ga:mobileDeviceBranding",
1108 "kind": "analytics#column",
1109 "attributes": {
1110 "type": "DIMENSION",
1111 "dataType": "STRING",
1112 "group": "Platform or Device",
1113 "status": "PUBLIC",
1114 "uiName": "Mobile Device Branding",
1115 "description": "Mobile manufacturer or branded name.",
1116 "allowedInSegments": "true"
1117 }
1118 }, {
1119 "id": "ga:mobileDeviceModel",
1120 "kind": "analytics#column",
1121 "attributes": {
1122 "type": "DIMENSION",
1123 "dataType": "STRING",
1124 "group": "Platform or Device",
1125 "status": "PUBLIC",
1126 "uiName": "Mobile Device Model",
1127 "description": "Mobile device model",
1128 "allowedInSegments": "true"
1129 }
1130 }, {
1131 "id": "ga:mobileInputSelector",
1132 "kind": "analytics#column",
1133 "attributes": {
1134 "type": "DIMENSION",
1135 "dataType": "STRING",
1136 "group": "Platform or Device",
1137 "status": "PUBLIC",
1138 "uiName": "Mobile Input Selector",
1139 "description": "Selector used on the mobile device (e.g.: touchscreen, joy stick, clickwheel, stylus).",
1140 "allowedInSegments": "true"
1141 }
1142 }, {
1143 "id": "ga:mobileDeviceInfo",
1144 "kind": "analytics#column",
1145 "attributes": {
1146 "type": "DIMENSION",
1147 "dataType": "STRING",
1148 "group": "Platform or Device",
1149 "status": "PUBLIC",
1150 "uiName": "Mobile Device Info",
1151 "description": "The branding, model, and marketing name used to identify t he mobile device.",
1152 "allowedInSegments": "true"
1153 }
1154 }, {
1155 "id": "ga:mobileDeviceMarketingName",
1156 "kind": "analytics#column",
1157 "attributes": {
1158 "type": "DIMENSION",
1159 "dataType": "STRING",
1160 "group": "Platform or Device",
1161 "status": "PUBLIC",
1162 "uiName": "Mobile Device Marketing Name",
1163 "description": "The marketing name used for the mobile device.",
1164 "allowedInSegments": "true"
1165 }
1166 }, {
1167 "id": "ga:deviceCategory",
1168 "kind": "analytics#column",
1169 "attributes": {
1170 "type": "DIMENSION",
1171 "dataType": "STRING",
1172 "group": "Platform or Device",
1173 "status": "PUBLIC",
1174 "uiName": "Device Category",
1175 "description": "The type of device: desktop, tablet, or mobile.",
1176 "allowedInSegments": "true"
1177 }
1178 }, {
1179 "id": "ga:continent",
1180 "kind": "analytics#column",
1181 "attributes": {
1182 "type": "DIMENSION",
1183 "dataType": "STRING",
1184 "group": "Geo Network",
1185 "status": "PUBLIC",
1186 "uiName": "Continent",
1187 "description": "The continents of property users, derived from IP addresse s.",
1188 "allowedInSegments": "true"
1189 }
1190 }, {
1191 "id": "ga:subContinent",
1192 "kind": "analytics#column",
1193 "attributes": {
1194 "type": "DIMENSION",
1195 "dataType": "STRING",
1196 "group": "Geo Network",
1197 "status": "PUBLIC",
1198 "uiName": "Sub Continent",
1199 "description": "The sub-continent of users, derived from IP addresses. For example, Polynesia or Northern Europe.",
1200 "allowedInSegments": "true"
1201 }
1202 }, {
1203 "id": "ga:country",
1204 "kind": "analytics#column",
1205 "attributes": {
1206 "type": "DIMENSION",
1207 "dataType": "STRING",
1208 "group": "Geo Network",
1209 "status": "PUBLIC",
1210 "uiName": "Country",
1211 "description": "The country of users, derived from IP addresses.",
1212 "allowedInSegments": "true"
1213 }
1214 }, {
1215 "id": "ga:region",
1216 "kind": "analytics#column",
1217 "attributes": {
1218 "type": "DIMENSION",
1219 "dataType": "STRING",
1220 "group": "Geo Network",
1221 "status": "PUBLIC",
1222 "uiName": "Region",
1223 "description": "The region of users to your property, derived from IP addr esses. In the U.S., a region is a state, such as New York.",
1224 "allowedInSegments": "true"
1225 }
1226 }, {
1227 "id": "ga:metro",
1228 "kind": "analytics#column",
1229 "attributes": {
1230 "type": "DIMENSION",
1231 "dataType": "STRING",
1232 "group": "Geo Network",
1233 "status": "PUBLIC",
1234 "uiName": "Metro",
1235 "description": "The Designated Market Area (DMA) from where traffic arrive d on your property.",
1236 "allowedInSegments": "true"
1237 }
1238 }, {
1239 "id": "ga:city",
1240 "kind": "analytics#column",
1241 "attributes": {
1242 "type": "DIMENSION",
1243 "dataType": "STRING",
1244 "group": "Geo Network",
1245 "status": "PUBLIC",
1246 "uiName": "City",
1247 "description": "The cities of property users, derived from IP addresses.",
1248 "allowedInSegments": "true"
1249 }
1250 }, {
1251 "id": "ga:latitude",
1252 "kind": "analytics#column",
1253 "attributes": {
1254 "type": "DIMENSION",
1255 "dataType": "STRING",
1256 "group": "Geo Network",
1257 "status": "PUBLIC",
1258 "uiName": "Latitude",
1259 "description": "The approximate latitude of the user's city. Derived from IP address. Locations north of the equator are represented by positive values an d locations south of the equator by negative values."
1260 }
1261 }, {
1262 "id": "ga:longitude",
1263 "kind": "analytics#column",
1264 "attributes": {
1265 "type": "DIMENSION",
1266 "dataType": "STRING",
1267 "group": "Geo Network",
1268 "status": "PUBLIC",
1269 "uiName": "Longitude",
1270 "description": "The approximate longitude of the user's city. Derived from IP address. Locations east of the meridian are represented by positive values a nd locations west of the meridian by negative values."
1271 }
1272 }, {
1273 "id": "ga:networkDomain",
1274 "kind": "analytics#column",
1275 "attributes": {
1276 "type": "DIMENSION",
1277 "dataType": "STRING",
1278 "group": "Geo Network",
1279 "status": "PUBLIC",
1280 "uiName": "Network Domain",
1281 "description": "The domain name of the ISPs used by users to your property . This is derived from the domain name registered to the IP address.",
1282 "allowedInSegments": "true"
1283 }
1284 }, {
1285 "id": "ga:networkLocation",
1286 "kind": "analytics#column",
1287 "attributes": {
1288 "type": "DIMENSION",
1289 "dataType": "STRING",
1290 "group": "Geo Network",
1291 "status": "PUBLIC",
1292 "uiName": "Service Provider",
1293 "description": "The name of service providers used to reach your property. For example, if most users to your website come via the major service providers for cable internet, you will see the names of those cable service providers in this element.",
1294 "allowedInSegments": "true"
1295 }
1296 }, {
1297 "id": "ga:flashVersion",
1298 "kind": "analytics#column",
1299 "attributes": {
1300 "type": "DIMENSION",
1301 "dataType": "STRING",
1302 "group": "System",
1303 "status": "PUBLIC",
1304 "uiName": "Flash Version",
1305 "description": "The versions of Flash supported by users' browsers, includ ing minor versions.",
1306 "allowedInSegments": "true"
1307 }
1308 }, {
1309 "id": "ga:javaEnabled",
1310 "kind": "analytics#column",
1311 "attributes": {
1312 "type": "DIMENSION",
1313 "dataType": "STRING",
1314 "group": "System",
1315 "status": "PUBLIC",
1316 "uiName": "Java Support",
1317 "description": "Indicates Java support for users' browsers. The possible v alues are Yes or No where the first letter must be capitalized.",
1318 "allowedInSegments": "true"
1319 }
1320 }, {
1321 "id": "ga:language",
1322 "kind": "analytics#column",
1323 "attributes": {
1324 "type": "DIMENSION",
1325 "dataType": "STRING",
1326 "group": "System",
1327 "status": "PUBLIC",
1328 "uiName": "Language",
1329 "description": "The language provided by the HTTP Request for the browser. Values are given as an ISO-639 code (e.g. en-gb for British English).",
1330 "allowedInSegments": "true"
1331 }
1332 }, {
1333 "id": "ga:screenColors",
1334 "kind": "analytics#column",
1335 "attributes": {
1336 "type": "DIMENSION",
1337 "dataType": "STRING",
1338 "group": "System",
1339 "status": "PUBLIC",
1340 "uiName": "Screen Colors",
1341 "description": "The color depth of users' monitors, as retrieved from the DOM of the user's browser. For example 4-bit, 8-bit, 24-bit, or undefined-bit.",
1342 "allowedInSegments": "true"
1343 }
1344 }, {
1345 "id": "ga:sourcePropertyDisplayName",
1346 "kind": "analytics#column",
1347 "attributes": {
1348 "type": "DIMENSION",
1349 "dataType": "STRING",
1350 "group": "System",
1351 "status": "PUBLIC",
1352 "uiName": "Source Property Display Name",
1353 "description": "Source property display name of roll-up properties. This i s valid only for roll-up properties.",
1354 "allowedInSegments": "true"
1355 }
1356 }, {
1357 "id": "ga:sourcePropertyTrackingId",
1358 "kind": "analytics#column",
1359 "attributes": {
1360 "type": "DIMENSION",
1361 "dataType": "STRING",
1362 "group": "System",
1363 "status": "PUBLIC",
1364 "uiName": "Source Property Tracking ID",
1365 "description": "Source property tracking ID of roll-up properties. This is valid only for roll-up properties.",
1366 "allowedInSegments": "true"
1367 }
1368 }, {
1369 "id": "ga:screenResolution",
1370 "kind": "analytics#column",
1371 "attributes": {
1372 "type": "DIMENSION",
1373 "dataType": "STRING",
1374 "group": "System",
1375 "status": "PUBLIC",
1376 "uiName": "Screen Resolution",
1377 "description": "The screen resolution of users' screens. For example: 1024 x738.",
1378 "allowedInSegments": "true"
1379 }
1380 }, {
1381 "id": "ga:socialActivityEndorsingUrl",
1382 "kind": "analytics#column",
1383 "attributes": {
1384 "type": "DIMENSION",
1385 "dataType": "STRING",
1386 "group": "Social Activities",
1387 "status": "PUBLIC",
1388 "uiName": "Endorsing URL",
1389 "description": "For a social data hub activity, this value represents the URL of the social activity (e.g. the Google+ post URL, the blog comment URL, etc .)"
1390 }
1391 }, {
1392 "id": "ga:socialActivityDisplayName",
1393 "kind": "analytics#column",
1394 "attributes": {
1395 "type": "DIMENSION",
1396 "dataType": "STRING",
1397 "group": "Social Activities",
1398 "status": "PUBLIC",
1399 "uiName": "Display Name",
1400 "description": "For a social data hub activity, this value represents the title of the social activity posted by the social network user."
1401 }
1402 }, {
1403 "id": "ga:socialActivityPost",
1404 "kind": "analytics#column",
1405 "attributes": {
1406 "type": "DIMENSION",
1407 "dataType": "STRING",
1408 "group": "Social Activities",
1409 "status": "PUBLIC",
1410 "uiName": "Social Activity Post",
1411 "description": "For a social data hub activity, this value represents the content of the social activity posted by the social network user (e.g. The messa ge content of a Google+ post)"
1412 }
1413 }, {
1414 "id": "ga:socialActivityTimestamp",
1415 "kind": "analytics#column",
1416 "attributes": {
1417 "type": "DIMENSION",
1418 "dataType": "STRING",
1419 "group": "Social Activities",
1420 "status": "PUBLIC",
1421 "uiName": "Social Activity Timestamp",
1422 "description": "For a social data hub activity, this value represents when the social activity occurred on the social network."
1423 }
1424 }, {
1425 "id": "ga:socialActivityUserHandle",
1426 "kind": "analytics#column",
1427 "attributes": {
1428 "type": "DIMENSION",
1429 "dataType": "STRING",
1430 "group": "Social Activities",
1431 "status": "PUBLIC",
1432 "uiName": "Social User Handle",
1433 "description": "For a social data hub activity, this value represents the social network handle (e.g. name or ID) of the user who initiated the social act ivity."
1434 }
1435 }, {
1436 "id": "ga:socialActivityUserPhotoUrl",
1437 "kind": "analytics#column",
1438 "attributes": {
1439 "type": "DIMENSION",
1440 "dataType": "STRING",
1441 "group": "Social Activities",
1442 "status": "PUBLIC",
1443 "uiName": "User Photo URL",
1444 "description": "For a social data hub activity, this value represents the URL of the photo associated with the user's social network profile."
1445 }
1446 }, {
1447 "id": "ga:socialActivityUserProfileUrl",
1448 "kind": "analytics#column",
1449 "attributes": {
1450 "type": "DIMENSION",
1451 "dataType": "STRING",
1452 "group": "Social Activities",
1453 "status": "PUBLIC",
1454 "uiName": "User Profile URL",
1455 "description": "For a social data hub activity, this value represents the URL of the associated user's social network profile."
1456 }
1457 }, {
1458 "id": "ga:socialActivityContentUrl",
1459 "kind": "analytics#column",
1460 "attributes": {
1461 "type": "DIMENSION",
1462 "dataType": "STRING",
1463 "group": "Social Activities",
1464 "status": "PUBLIC",
1465 "uiName": "Shared URL",
1466 "description": "For a social data hub activity, this value represents the URL shared by the associated social network user."
1467 }
1468 }, {
1469 "id": "ga:socialActivityTagsSummary",
1470 "kind": "analytics#column",
1471 "attributes": {
1472 "type": "DIMENSION",
1473 "dataType": "STRING",
1474 "group": "Social Activities",
1475 "status": "PUBLIC",
1476 "uiName": "Social Tags Summary",
1477 "description": "For a social data hub activity, this is a comma-separated set of tags associated with the social activity."
1478 }
1479 }, {
1480 "id": "ga:socialActivityAction",
1481 "kind": "analytics#column",
1482 "attributes": {
1483 "type": "DIMENSION",
1484 "dataType": "STRING",
1485 "group": "Social Activities",
1486 "status": "PUBLIC",
1487 "uiName": "Originating Social Action",
1488 "description": "For a social data hub activity, this value represents the type of social action associated with the activity (e.g. vote, comment, +1, etc. )."
1489 }
1490 }, {
1491 "id": "ga:socialActivityNetworkAction",
1492 "kind": "analytics#column",
1493 "attributes": {
1494 "type": "DIMENSION",
1495 "dataType": "STRING",
1496 "group": "Social Activities",
1497 "status": "PUBLIC",
1498 "uiName": "Social Network and Action",
1499 "description": "For a social data hub activity, this value represents the type of social action and the social network where the activity originated."
1500 }
1501 }, {
1502 "id": "ga:socialActivities",
1503 "kind": "analytics#column",
1504 "attributes": {
1505 "type": "METRIC",
1506 "dataType": "INTEGER",
1507 "group": "Social Activities",
1508 "status": "PUBLIC",
1509 "uiName": "Data Hub Activities",
1510 "description": "The count of activities where a content URL was shared / m entioned on a social data hub partner network."
1511 }
1512 }, {
1513 "id": "ga:hostname",
1514 "kind": "analytics#column",
1515 "attributes": {
1516 "type": "DIMENSION",
1517 "dataType": "STRING",
1518 "group": "Page Tracking",
1519 "status": "PUBLIC",
1520 "uiName": "Hostname",
1521 "description": "The hostname from which the tracking request was made.",
1522 "allowedInSegments": "true"
1523 }
1524 }, {
1525 "id": "ga:pagePath",
1526 "kind": "analytics#column",
1527 "attributes": {
1528 "type": "DIMENSION",
1529 "dataType": "STRING",
1530 "group": "Page Tracking",
1531 "status": "PUBLIC",
1532 "uiName": "Page",
1533 "description": "A page on your website specified by path and/or query para meters. Use in conjunction with hostname to get the full URL of the page.",
1534 "allowedInSegments": "true"
1535 }
1536 }, {
1537 "id": "ga:pagePathLevel1",
1538 "kind": "analytics#column",
1539 "attributes": {
1540 "type": "DIMENSION",
1541 "dataType": "STRING",
1542 "group": "Page Tracking",
1543 "status": "PUBLIC",
1544 "uiName": "Page path level 1",
1545 "description": "This dimension rolls up all the page paths in the first hi erarchical level in pagePath."
1546 }
1547 }, {
1548 "id": "ga:pagePathLevel2",
1549 "kind": "analytics#column",
1550 "attributes": {
1551 "type": "DIMENSION",
1552 "dataType": "STRING",
1553 "group": "Page Tracking",
1554 "status": "PUBLIC",
1555 "uiName": "Page path level 2",
1556 "description": "This dimension rolls up all the page paths in the second h ierarchical level in pagePath."
1557 }
1558 }, {
1559 "id": "ga:pagePathLevel3",
1560 "kind": "analytics#column",
1561 "attributes": {
1562 "type": "DIMENSION",
1563 "dataType": "STRING",
1564 "group": "Page Tracking",
1565 "status": "PUBLIC",
1566 "uiName": "Page path level 3",
1567 "description": "This dimension rolls up all the page paths in the third hi erarchical level in pagePath."
1568 }
1569 }, {
1570 "id": "ga:pagePathLevel4",
1571 "kind": "analytics#column",
1572 "attributes": {
1573 "type": "DIMENSION",
1574 "dataType": "STRING",
1575 "group": "Page Tracking",
1576 "status": "PUBLIC",
1577 "uiName": "Page path level 4",
1578 "description": "This dimension rolls up all the page paths into hierarchic al levels. Up to 4 pagePath levels maybe specified. All additional levels in the pagePath hierarchy are also rolled up in this dimension."
1579 }
1580 }, {
1581 "id": "ga:pageTitle",
1582 "kind": "analytics#column",
1583 "attributes": {
1584 "type": "DIMENSION",
1585 "dataType": "STRING",
1586 "group": "Page Tracking",
1587 "status": "PUBLIC",
1588 "uiName": "Page Title",
1589 "description": "The title of a page. Keep in mind that multiple pages migh t have the same page title.",
1590 "allowedInSegments": "true"
1591 }
1592 }, {
1593 "id": "ga:landingPagePath",
1594 "kind": "analytics#column",
1595 "attributes": {
1596 "type": "DIMENSION",
1597 "dataType": "STRING",
1598 "group": "Page Tracking",
1599 "status": "PUBLIC",
1600 "uiName": "Landing Page",
1601 "description": "The first page in a user's session, or landing page.",
1602 "allowedInSegments": "true"
1603 }
1604 }, {
1605 "id": "ga:secondPagePath",
1606 "kind": "analytics#column",
1607 "attributes": {
1608 "type": "DIMENSION",
1609 "dataType": "STRING",
1610 "group": "Page Tracking",
1611 "status": "PUBLIC",
1612 "uiName": "Second Page",
1613 "description": "The second page in a user's session."
1614 }
1615 }, {
1616 "id": "ga:exitPagePath",
1617 "kind": "analytics#column",
1618 "attributes": {
1619 "type": "DIMENSION",
1620 "dataType": "STRING",
1621 "group": "Page Tracking",
1622 "status": "PUBLIC",
1623 "uiName": "Exit Page",
1624 "description": "The last page in a user's session, or exit page.",
1625 "allowedInSegments": "true"
1626 }
1627 }, {
1628 "id": "ga:previousPagePath",
1629 "kind": "analytics#column",
1630 "attributes": {
1631 "type": "DIMENSION",
1632 "dataType": "STRING",
1633 "group": "Page Tracking",
1634 "status": "PUBLIC",
1635 "uiName": "Previous Page Path",
1636 "description": "A page on your property that was visited before another pa ge on the same property. Typically used with the pagePath dimension."
1637 }
1638 }, {
1639 "id": "ga:nextPagePath",
1640 "kind": "analytics#column",
1641 "attributes": {
1642 "type": "DIMENSION",
1643 "dataType": "STRING",
1644 "group": "Page Tracking",
1645 "status": "PUBLIC",
1646 "uiName": "Next Page Path",
1647 "description": "A page on your website that was visited after another page on your website. Typically used with the previousPagePath dimension."
1648 }
1649 }, {
1650 "id": "ga:pageDepth",
1651 "kind": "analytics#column",
1652 "attributes": {
1653 "type": "DIMENSION",
1654 "dataType": "STRING",
1655 "group": "Page Tracking",
1656 "status": "PUBLIC",
1657 "uiName": "Page Depth",
1658 "description": "The number of pages visited by users during a session. The value is a histogram that counts pageviews across a range of possible values. I n this calculation, all sessions will have at least one pageview, and some perce ntage of sessions will have more.",
1659 "allowedInSegments": "true"
1660 }
1661 }, {
1662 "id": "ga:pageValue",
1663 "kind": "analytics#column",
1664 "attributes": {
1665 "type": "METRIC",
1666 "dataType": "CURRENCY",
1667 "group": "Page Tracking",
1668 "status": "PUBLIC",
1669 "uiName": "Page Value",
1670 "description": "The average value of this page or set of pages. Page Value is (ga:transactionRevenue + ga:goalValueAll) / ga:uniquePageviews (for the page or set of pages)."
1671 }
1672 }, {
1673 "id": "ga:entrances",
1674 "kind": "analytics#column",
1675 "attributes": {
1676 "type": "METRIC",
1677 "dataType": "INTEGER",
1678 "group": "Page Tracking",
1679 "status": "PUBLIC",
1680 "uiName": "Entrances",
1681 "description": "The number of entrances to your property measured as the f irst pageview in a session. Typically used with landingPagePath",
1682 "allowedInSegments": "true"
1683 }
1684 }, {
1685 "id": "ga:entranceRate",
1686 "kind": "analytics#column",
1687 "attributes": {
1688 "type": "METRIC",
1689 "dataType": "PERCENT",
1690 "group": "Page Tracking",
1691 "status": "PUBLIC",
1692 "uiName": "Entrances / Pageviews",
1693 "description": "The percentage of pageviews in which this page was the ent rance.",
1694 "calculation": "ga:entrances / ga:pageviews"
1695 }
1696 }, {
1697 "id": "ga:pageviews",
1698 "kind": "analytics#column",
1699 "attributes": {
1700 "type": "METRIC",
1701 "dataType": "INTEGER",
1702 "group": "Page Tracking",
1703 "status": "PUBLIC",
1704 "uiName": "Pageviews",
1705 "description": "The total number of pageviews for your property.",
1706 "allowedInSegments": "true"
1707 }
1708 }, {
1709 "id": "ga:pageviewsPerSession",
1710 "kind": "analytics#column",
1711 "attributes": {
1712 "type": "METRIC",
1713 "dataType": "FLOAT",
1714 "group": "Page Tracking",
1715 "status": "PUBLIC",
1716 "uiName": "Pages / Session",
1717 "description": "The average number of pages viewed during a session on you r property. Repeated views of a single page are counted.",
1718 "calculation": "ga:pageviews / ga:sessions"
1719 }
1720 }, {
1721 "id": "ga:pageviewsPerVisit",
1722 "kind": "analytics#column",
1723 "attributes": {
1724 "replacedBy": "ga:pageviewsPerSession",
1725 "type": "METRIC",
1726 "dataType": "FLOAT",
1727 "group": "Page Tracking",
1728 "status": "DEPRECATED",
1729 "uiName": "Pages / Session",
1730 "description": "The average number of pages viewed during a session on you r property. Repeated views of a single page are counted.",
1731 "calculation": "ga:pageviews / ga:sessions"
1732 }
1733 }, {
1734 "id": "ga:contentGroupUniqueViewsXX",
1735 "kind": "analytics#column",
1736 "attributes": {
1737 "type": "METRIC",
1738 "dataType": "INTEGER",
1739 "group": "Content Grouping",
1740 "status": "PUBLIC",
1741 "uiName": "Unique Views",
1742 "description": "The number of different (unique) pages within a session fo r the specified content group. This takes into account both the pagePath and pag eTitle to determine uniqueness.",
1743 "minTemplateIndex": "1",
1744 "maxTemplateIndex": "5"
1745 }
1746 }, {
1747 "id": "ga:uniquePageviews",
1748 "kind": "analytics#column",
1749 "attributes": {
1750 "type": "METRIC",
1751 "dataType": "INTEGER",
1752 "group": "Page Tracking",
1753 "status": "PUBLIC",
1754 "uiName": "Unique Pageviews",
1755 "description": "The number of different (unique) pages within a session. T his takes into account both the pagePath and pageTitle to determine uniqueness." ,
1756 "allowedInSegments": "true"
1757 }
1758 }, {
1759 "id": "ga:timeOnPage",
1760 "kind": "analytics#column",
1761 "attributes": {
1762 "type": "METRIC",
1763 "dataType": "TIME",
1764 "group": "Page Tracking",
1765 "status": "PUBLIC",
1766 "uiName": "Time on Page",
1767 "description": "How long a user spent on a particular page in seconds. Cal culated by subtracting the initial view time for a particular page from the init ial view time for a subsequent page. Thus, this metric does not apply to exit pa ges for your property.",
1768 "allowedInSegments": "true"
1769 }
1770 }, {
1771 "id": "ga:avgTimeOnPage",
1772 "kind": "analytics#column",
1773 "attributes": {
1774 "type": "METRIC",
1775 "dataType": "TIME",
1776 "group": "Page Tracking",
1777 "status": "PUBLIC",
1778 "uiName": "Avg. Time on Page",
1779 "description": "The average amount of time users spent viewing this page o r a set of pages.",
1780 "calculation": "ga:timeOnPage / (ga:pageviews - ga:exits)"
1781 }
1782 }, {
1783 "id": "ga:exits",
1784 "kind": "analytics#column",
1785 "attributes": {
1786 "type": "METRIC",
1787 "dataType": "INTEGER",
1788 "group": "Page Tracking",
1789 "status": "PUBLIC",
1790 "uiName": "Exits",
1791 "description": "The number of exits from your property.",
1792 "allowedInSegments": "true"
1793 }
1794 }, {
1795 "id": "ga:exitRate",
1796 "kind": "analytics#column",
1797 "attributes": {
1798 "type": "METRIC",
1799 "dataType": "PERCENT",
1800 "group": "Page Tracking",
1801 "status": "PUBLIC",
1802 "uiName": "% Exit",
1803 "description": "The percentage of exits from your property that occurred o ut of the total page views.",
1804 "calculation": "ga:exits / (ga:pageviews + ga:screenviews)"
1805 }
1806 }, {
1807 "id": "ga:searchUsed",
1808 "kind": "analytics#column",
1809 "attributes": {
1810 "type": "DIMENSION",
1811 "dataType": "STRING",
1812 "group": "Internal Search",
1813 "status": "PUBLIC",
1814 "uiName": "Site Search Status",
1815 "description": "A boolean to distinguish whether internal search was used in a session. Values are Visits With Site Search and Visits Without Site Search. ",
1816 "allowedInSegments": "true"
1817 }
1818 }, {
1819 "id": "ga:searchKeyword",
1820 "kind": "analytics#column",
1821 "attributes": {
1822 "type": "DIMENSION",
1823 "dataType": "STRING",
1824 "group": "Internal Search",
1825 "status": "PUBLIC",
1826 "uiName": "Search Term",
1827 "description": "Search terms used by users within your property.",
1828 "allowedInSegments": "true"
1829 }
1830 }, {
1831 "id": "ga:searchKeywordRefinement",
1832 "kind": "analytics#column",
1833 "attributes": {
1834 "type": "DIMENSION",
1835 "dataType": "STRING",
1836 "group": "Internal Search",
1837 "status": "PUBLIC",
1838 "uiName": "Refined Keyword",
1839 "description": "Subsequent keyword search terms or strings entered by user s after a given initial string search.",
1840 "allowedInSegments": "true"
1841 }
1842 }, {
1843 "id": "ga:searchCategory",
1844 "kind": "analytics#column",
1845 "attributes": {
1846 "type": "DIMENSION",
1847 "dataType": "STRING",
1848 "group": "Internal Search",
1849 "status": "PUBLIC",
1850 "uiName": "Site Search Category",
1851 "description": "The categories used for the internal search if you have th is enabled for your profile. For example, you might have product categories such as electronics, furniture, or clothing.",
1852 "allowedInSegments": "true"
1853 }
1854 }, {
1855 "id": "ga:searchStartPage",
1856 "kind": "analytics#column",
1857 "attributes": {
1858 "type": "DIMENSION",
1859 "dataType": "STRING",
1860 "group": "Internal Search",
1861 "status": "PUBLIC",
1862 "uiName": "Start Page",
1863 "description": "A page where the user initiated an internal search on your property."
1864 }
1865 }, {
1866 "id": "ga:searchDestinationPage",
1867 "kind": "analytics#column",
1868 "attributes": {
1869 "type": "DIMENSION",
1870 "dataType": "STRING",
1871 "group": "Internal Search",
1872 "status": "PUBLIC",
1873 "uiName": "Destination Page",
1874 "description": "The page the user immediately visited after performing an internal search on your site. (Usually the search results page)."
1875 }
1876 }, {
1877 "id": "ga:searchResultViews",
1878 "kind": "analytics#column",
1879 "attributes": {
1880 "type": "METRIC",
1881 "dataType": "INTEGER",
1882 "group": "Internal Search",
1883 "status": "PUBLIC",
1884 "uiName": "Results Pageviews",
1885 "description": "The number of times a search result page was viewed after performing a search."
1886 }
1887 }, {
1888 "id": "ga:searchUniques",
1889 "kind": "analytics#column",
1890 "attributes": {
1891 "type": "METRIC",
1892 "dataType": "INTEGER",
1893 "group": "Internal Search",
1894 "status": "PUBLIC",
1895 "uiName": "Total Unique Searches",
1896 "description": "The total number of unique keywords from internal searches within a session. For example if \"shoes\" was searched for 3 times in a sessio n, it will be only counted once.",
1897 "allowedInSegments": "true"
1898 }
1899 }, {
1900 "id": "ga:avgSearchResultViews",
1901 "kind": "analytics#column",
1902 "attributes": {
1903 "type": "METRIC",
1904 "dataType": "FLOAT",
1905 "group": "Internal Search",
1906 "status": "PUBLIC",
1907 "uiName": "Results Pageviews / Search",
1908 "description": "The average number of times people viewed a search results page after performing a search.",
1909 "calculation": "ga:searchResultViews / ga:searchUniques"
1910 }
1911 }, {
1912 "id": "ga:searchSessions",
1913 "kind": "analytics#column",
1914 "attributes": {
1915 "type": "METRIC",
1916 "dataType": "INTEGER",
1917 "group": "Internal Search",
1918 "status": "PUBLIC",
1919 "uiName": "Sessions with Search",
1920 "description": "The total number of sessions that included an internal sea rch",
1921 "allowedInSegments": "true"
1922 }
1923 }, {
1924 "id": "ga:searchVisits",
1925 "kind": "analytics#column",
1926 "attributes": {
1927 "replacedBy": "ga:searchSessions",
1928 "type": "METRIC",
1929 "dataType": "INTEGER",
1930 "group": "Internal Search",
1931 "status": "DEPRECATED",
1932 "uiName": "Sessions with Search",
1933 "description": "The total number of sessions that included an internal sea rch",
1934 "allowedInSegments": "true"
1935 }
1936 }, {
1937 "id": "ga:percentSessionsWithSearch",
1938 "kind": "analytics#column",
1939 "attributes": {
1940 "type": "METRIC",
1941 "dataType": "PERCENT",
1942 "group": "Internal Search",
1943 "status": "PUBLIC",
1944 "uiName": "% Sessions with Search",
1945 "description": "The percentage of sessions with search.",
1946 "calculation": "ga:searchSessions / ga:sessions"
1947 }
1948 }, {
1949 "id": "ga:percentVisitsWithSearch",
1950 "kind": "analytics#column",
1951 "attributes": {
1952 "replacedBy": "ga:percentSessionsWithSearch",
1953 "type": "METRIC",
1954 "dataType": "PERCENT",
1955 "group": "Internal Search",
1956 "status": "DEPRECATED",
1957 "uiName": "% Sessions with Search",
1958 "description": "The percentage of sessions with search.",
1959 "calculation": "ga:searchSessions / ga:sessions"
1960 }
1961 }, {
1962 "id": "ga:searchDepth",
1963 "kind": "analytics#column",
1964 "attributes": {
1965 "type": "METRIC",
1966 "dataType": "INTEGER",
1967 "group": "Internal Search",
1968 "status": "PUBLIC",
1969 "uiName": "Search Depth",
1970 "description": "The average number of subsequent page views made on your p roperty after a use of your internal search feature.",
1971 "allowedInSegments": "true"
1972 }
1973 }, {
1974 "id": "ga:avgSearchDepth",
1975 "kind": "analytics#column",
1976 "attributes": {
1977 "type": "METRIC",
1978 "dataType": "FLOAT",
1979 "group": "Internal Search",
1980 "status": "PUBLIC",
1981 "uiName": "Average Search Depth",
1982 "description": "The average number of pages people viewed after performing a search on your property.",
1983 "calculation": "ga:searchDepth / ga:searchUniques"
1984 }
1985 }, {
1986 "id": "ga:searchRefinements",
1987 "kind": "analytics#column",
1988 "attributes": {
1989 "type": "METRIC",
1990 "dataType": "INTEGER",
1991 "group": "Internal Search",
1992 "status": "PUBLIC",
1993 "uiName": "Search Refinements",
1994 "description": "The total number of times a refinement (transition) occurs between internal search keywords within a session. For example if the sequence of keywords is: \"shoes\", \"shoes\", \"pants\", \"pants\", this metric will be one because the transition between \"shoes\" and \"pants\" is different.",
1995 "allowedInSegments": "true"
1996 }
1997 }, {
1998 "id": "ga:percentSearchRefinements",
1999 "kind": "analytics#column",
2000 "attributes": {
2001 "type": "METRIC",
2002 "dataType": "PERCENT",
2003 "group": "Internal Search",
2004 "status": "PUBLIC",
2005 "uiName": "% Search Refinements",
2006 "description": "The percentage of number of times a refinement (i.e., tran sition) occurs between internal search keywords within a session.",
2007 "calculation": "ga:searchRefinements / ga:searchResultViews"
2008 }
2009 }, {
2010 "id": "ga:searchDuration",
2011 "kind": "analytics#column",
2012 "attributes": {
2013 "type": "METRIC",
2014 "dataType": "TIME",
2015 "group": "Internal Search",
2016 "status": "PUBLIC",
2017 "uiName": "Time after Search",
2018 "description": "The session duration on your property where a use of your internal search feature occurred.",
2019 "allowedInSegments": "true"
2020 }
2021 }, {
2022 "id": "ga:avgSearchDuration",
2023 "kind": "analytics#column",
2024 "attributes": {
2025 "type": "METRIC",
2026 "dataType": "TIME",
2027 "group": "Internal Search",
2028 "status": "PUBLIC",
2029 "uiName": "Time after Search",
2030 "description": "The average amount of time people spent on your property a fter searching.",
2031 "calculation": "ga:searchDuration / ga:searchUniques"
2032 }
2033 }, {
2034 "id": "ga:searchExits",
2035 "kind": "analytics#column",
2036 "attributes": {
2037 "type": "METRIC",
2038 "dataType": "INTEGER",
2039 "group": "Internal Search",
2040 "status": "PUBLIC",
2041 "uiName": "Search Exits",
2042 "description": "The number of exits on your site that occurred following a search result from your internal search feature.",
2043 "allowedInSegments": "true"
2044 }
2045 }, {
2046 "id": "ga:searchExitRate",
2047 "kind": "analytics#column",
2048 "attributes": {
2049 "type": "METRIC",
2050 "dataType": "PERCENT",
2051 "group": "Internal Search",
2052 "status": "PUBLIC",
2053 "uiName": "% Search Exits",
2054 "description": "The percentage of searches that resulted in an immediate e xit from your property.",
2055 "calculation": "ga:searchExits / ga:searchUniques"
2056 }
2057 }, {
2058 "id": "ga:searchGoalXXConversionRate",
2059 "kind": "analytics#column",
2060 "attributes": {
2061 "type": "METRIC",
2062 "dataType": "PERCENT",
2063 "group": "Internal Search",
2064 "status": "PUBLIC",
2065 "uiName": "Site Search Goal XX Conversion Rate",
2066 "description": "The percentage of search sessions (i.e., sessions that inc luded at least one search) which resulted in a conversion to the requested goal number.",
2067 "calculation": "ga:goalXXCompletions / ga:searchUniques",
2068 "minTemplateIndex": "1",
2069 "maxTemplateIndex": "20"
2070 }
2071 }, {
2072 "id": "ga:searchGoalConversionRateAll",
2073 "kind": "analytics#column",
2074 "attributes": {
2075 "type": "METRIC",
2076 "dataType": "PERCENT",
2077 "group": "Internal Search",
2078 "status": "PUBLIC",
2079 "uiName": "Site Search Goal Conversion Rate",
2080 "description": "The percentage of search sessions (i.e., sessions that inc luded at least one search) which resulted in a conversion to at least one of you r goals.",
2081 "calculation": "ga:goalCompletionsAll / ga:searchUniques"
2082 }
2083 }, {
2084 "id": "ga:goalValueAllPerSearch",
2085 "kind": "analytics#column",
2086 "attributes": {
2087 "type": "METRIC",
2088 "dataType": "CURRENCY",
2089 "group": "Internal Search",
2090 "status": "PUBLIC",
2091 "uiName": "Per Search Goal Value",
2092 "description": "The average goal value of a search on your property.",
2093 "calculation": "ga:goalValueAll / ga:searchUniques"
2094 }
2095 }, {
2096 "id": "ga:pageLoadTime",
2097 "kind": "analytics#column",
2098 "attributes": {
2099 "type": "METRIC",
2100 "dataType": "INTEGER",
2101 "group": "Site Speed",
2102 "status": "PUBLIC",
2103 "uiName": "Page Load Time (ms)",
2104 "description": "Total Page Load Time is the amount of time (in millisecond s) it takes for pages from the sample set to load, from initiation of the pagevi ew (e.g. click on a page link) to load completion in the browser."
2105 }
2106 }, {
2107 "id": "ga:pageLoadSample",
2108 "kind": "analytics#column",
2109 "attributes": {
2110 "type": "METRIC",
2111 "dataType": "INTEGER",
2112 "group": "Site Speed",
2113 "status": "PUBLIC",
2114 "uiName": "Page Load Sample",
2115 "description": "The sample set (or count) of pageviews used to calculate t he average page load time."
2116 }
2117 }, {
2118 "id": "ga:avgPageLoadTime",
2119 "kind": "analytics#column",
2120 "attributes": {
2121 "type": "METRIC",
2122 "dataType": "FLOAT",
2123 "group": "Site Speed",
2124 "status": "PUBLIC",
2125 "uiName": "Avg. Page Load Time (sec)",
2126 "description": "The average amount of time (in seconds) it takes for pages from the sample set to load, from initiation of the pageview (e.g. click on a p age link) to load completion in the browser.",
2127 "calculation": "(ga:pageLoadTime / ga:pageLoadSample / 1000)"
2128 }
2129 }, {
2130 "id": "ga:domainLookupTime",
2131 "kind": "analytics#column",
2132 "attributes": {
2133 "type": "METRIC",
2134 "dataType": "INTEGER",
2135 "group": "Site Speed",
2136 "status": "PUBLIC",
2137 "uiName": "Domain Lookup Time (ms)",
2138 "description": "The total amount of time (in milliseconds) spent in DNS lo okup for this page among all samples."
2139 }
2140 }, {
2141 "id": "ga:avgDomainLookupTime",
2142 "kind": "analytics#column",
2143 "attributes": {
2144 "type": "METRIC",
2145 "dataType": "FLOAT",
2146 "group": "Site Speed",
2147 "status": "PUBLIC",
2148 "uiName": "Avg. Domain Lookup Time (sec)",
2149 "description": "The average amount of time (in seconds) spent in DNS looku p for this page.",
2150 "calculation": "(ga:domainLookupTime / ga:speedMetricsSample / 1000)"
2151 }
2152 }, {
2153 "id": "ga:pageDownloadTime",
2154 "kind": "analytics#column",
2155 "attributes": {
2156 "type": "METRIC",
2157 "dataType": "INTEGER",
2158 "group": "Site Speed",
2159 "status": "PUBLIC",
2160 "uiName": "Page Download Time (ms)",
2161 "description": "The total amount of time (in milliseconds) to download thi s page among all samples."
2162 }
2163 }, {
2164 "id": "ga:avgPageDownloadTime",
2165 "kind": "analytics#column",
2166 "attributes": {
2167 "type": "METRIC",
2168 "dataType": "FLOAT",
2169 "group": "Site Speed",
2170 "status": "PUBLIC",
2171 "uiName": "Avg. Page Download Time (sec)",
2172 "description": "The average amount of time (in seconds) to download this p age.",
2173 "calculation": "(ga:pageDownloadTime / ga:speedMetricsSample / 1000)"
2174 }
2175 }, {
2176 "id": "ga:redirectionTime",
2177 "kind": "analytics#column",
2178 "attributes": {
2179 "type": "METRIC",
2180 "dataType": "INTEGER",
2181 "group": "Site Speed",
2182 "status": "PUBLIC",
2183 "uiName": "Redirection Time (ms)",
2184 "description": "The total amount of time (in milliseconds) spent in redire cts before fetching this page among all samples. If there are no redirects, the value for this metric is expected to be 0."
2185 }
2186 }, {
2187 "id": "ga:avgRedirectionTime",
2188 "kind": "analytics#column",
2189 "attributes": {
2190 "type": "METRIC",
2191 "dataType": "FLOAT",
2192 "group": "Site Speed",
2193 "status": "PUBLIC",
2194 "uiName": "Avg. Redirection Time (sec)",
2195 "description": "The average amount of time (in seconds) spent in redirects before fetching this page. If there are no redirects, the value for this metric is expected to be 0.",
2196 "calculation": "(ga:redirectionTime / ga:speedMetricsSample / 1000)"
2197 }
2198 }, {
2199 "id": "ga:serverConnectionTime",
2200 "kind": "analytics#column",
2201 "attributes": {
2202 "type": "METRIC",
2203 "dataType": "INTEGER",
2204 "group": "Site Speed",
2205 "status": "PUBLIC",
2206 "uiName": "Server Connection Time (ms)",
2207 "description": "The total amount of time (in milliseconds) spent in establ ishing TCP connection for this page among all samples."
2208 }
2209 }, {
2210 "id": "ga:avgServerConnectionTime",
2211 "kind": "analytics#column",
2212 "attributes": {
2213 "type": "METRIC",
2214 "dataType": "FLOAT",
2215 "group": "Site Speed",
2216 "status": "PUBLIC",
2217 "uiName": "Avg. Server Connection Time (sec)",
2218 "description": "The average amount of time (in seconds) spent in establish ing TCP connection for this page.",
2219 "calculation": "(ga:serverConnectionTime / ga:speedMetricsSample / 1000)"
2220 }
2221 }, {
2222 "id": "ga:serverResponseTime",
2223 "kind": "analytics#column",
2224 "attributes": {
2225 "type": "METRIC",
2226 "dataType": "INTEGER",
2227 "group": "Site Speed",
2228 "status": "PUBLIC",
2229 "uiName": "Server Response Time (ms)",
2230 "description": "The total amount of time (in milliseconds) your server tak es to respond to a user request among all samples, including the network time fr om user's location to your server."
2231 }
2232 }, {
2233 "id": "ga:avgServerResponseTime",
2234 "kind": "analytics#column",
2235 "attributes": {
2236 "type": "METRIC",
2237 "dataType": "FLOAT",
2238 "group": "Site Speed",
2239 "status": "PUBLIC",
2240 "uiName": "Avg. Server Response Time (sec)",
2241 "description": "The average amount of time (in seconds) your server takes to respond to a user request, including the network time from user's location to your server.",
2242 "calculation": "(ga:serverResponseTime / ga:speedMetricsSample / 1000)"
2243 }
2244 }, {
2245 "id": "ga:speedMetricsSample",
2246 "kind": "analytics#column",
2247 "attributes": {
2248 "type": "METRIC",
2249 "dataType": "INTEGER",
2250 "group": "Site Speed",
2251 "status": "PUBLIC",
2252 "uiName": "Speed Metrics Sample",
2253 "description": "The sample set (or count) of pageviews used to calculate t he averages for site speed metrics. This metric is used in all site speed averag e calculations including avgDomainLookupTime, avgPageDownloadTime, avgRedirectio nTime, avgServerConnectionTime, and avgServerResponseTime."
2254 }
2255 }, {
2256 "id": "ga:domInteractiveTime",
2257 "kind": "analytics#column",
2258 "attributes": {
2259 "type": "METRIC",
2260 "dataType": "INTEGER",
2261 "group": "Site Speed",
2262 "status": "PUBLIC",
2263 "uiName": "Document Interactive Time (ms)",
2264 "description": "The time the browser takes (in milliseconds) to parse the document (DOMInteractive), including the network time from the user's location t o your server. At this time, the user can interact with the Document Object Mode l even though it is not fully loaded."
2265 }
2266 }, {
2267 "id": "ga:avgDomInteractiveTime",
2268 "kind": "analytics#column",
2269 "attributes": {
2270 "type": "METRIC",
2271 "dataType": "FLOAT",
2272 "group": "Site Speed",
2273 "status": "PUBLIC",
2274 "uiName": "Avg. Document Interactive Time (sec)",
2275 "description": "The average time (in seconds) it takes the browser to pars e the document and execute deferred and parser-inserted scripts including the ne twork time from the user's location to your server.",
2276 "calculation": "(ga:domInteractiveTime / ga:domLatencyMetricsSample / 1000 )"
2277 }
2278 }, {
2279 "id": "ga:domContentLoadedTime",
2280 "kind": "analytics#column",
2281 "attributes": {
2282 "type": "METRIC",
2283 "dataType": "INTEGER",
2284 "group": "Site Speed",
2285 "status": "PUBLIC",
2286 "uiName": "Document Content Loaded Time (ms)",
2287 "description": "The time the browser takes (in milliseconds) to parse the document and execute deferred and parser-inserted scripts (DOMContentLoaded), in cluding the network time from the user's location to your server. Parsing of the document is finished, the Document Object Model is ready, but referenced style sheets, images, and subframes may not be finished loading. This event is often t he starting point for javascript framework execution, e.g., JQuery's onready() c allback, etc."
2288 }
2289 }, {
2290 "id": "ga:avgDomContentLoadedTime",
2291 "kind": "analytics#column",
2292 "attributes": {
2293 "type": "METRIC",
2294 "dataType": "FLOAT",
2295 "group": "Site Speed",
2296 "status": "PUBLIC",
2297 "uiName": "Avg. Document Content Loaded Time (sec)",
2298 "description": "The average time (in seconds) it takes the browser to pars e the document.",
2299 "calculation": "(ga:domContentLoadedTime / ga:domLatencyMetricsSample / 10 00)"
2300 }
2301 }, {
2302 "id": "ga:domLatencyMetricsSample",
2303 "kind": "analytics#column",
2304 "attributes": {
2305 "type": "METRIC",
2306 "dataType": "INTEGER",
2307 "group": "Site Speed",
2308 "status": "PUBLIC",
2309 "uiName": "DOM Latency Metrics Sample",
2310 "description": "The sample set (or count) of pageviews used to calculate t he averages for site speed DOM metrics. This metric is used in the avgDomContent LoadedTime and avgDomInteractiveTime calculations."
2311 }
2312 }, {
2313 "id": "ga:appInstallerId",
2314 "kind": "analytics#column",
2315 "attributes": {
2316 "type": "DIMENSION",
2317 "dataType": "STRING",
2318 "group": "App Tracking",
2319 "status": "PUBLIC",
2320 "uiName": "App Installer ID",
2321 "description": "ID of the installer (e.g., Google Play Store) from which t he app was downloaded. By default, the app installer id is set based on the Pack ageManager#getInstallerPackageName method.",
2322 "allowedInSegments": "true"
2323 }
2324 }, {
2325 "id": "ga:appVersion",
2326 "kind": "analytics#column",
2327 "attributes": {
2328 "type": "DIMENSION",
2329 "dataType": "STRING",
2330 "group": "App Tracking",
2331 "status": "PUBLIC",
2332 "uiName": "App Version",
2333 "description": "The version of the application.",
2334 "allowedInSegments": "true"
2335 }
2336 }, {
2337 "id": "ga:appName",
2338 "kind": "analytics#column",
2339 "attributes": {
2340 "type": "DIMENSION",
2341 "dataType": "STRING",
2342 "group": "App Tracking",
2343 "status": "PUBLIC",
2344 "uiName": "App Name",
2345 "description": "The name of the application.",
2346 "allowedInSegments": "true"
2347 }
2348 }, {
2349 "id": "ga:appId",
2350 "kind": "analytics#column",
2351 "attributes": {
2352 "type": "DIMENSION",
2353 "dataType": "STRING",
2354 "group": "App Tracking",
2355 "status": "PUBLIC",
2356 "uiName": "App ID",
2357 "description": "The ID of the application.",
2358 "allowedInSegments": "true"
2359 }
2360 }, {
2361 "id": "ga:screenName",
2362 "kind": "analytics#column",
2363 "attributes": {
2364 "type": "DIMENSION",
2365 "dataType": "STRING",
2366 "group": "App Tracking",
2367 "status": "PUBLIC",
2368 "uiName": "Screen Name",
2369 "description": "The name of the screen.",
2370 "allowedInSegments": "true"
2371 }
2372 }, {
2373 "id": "ga:screenDepth",
2374 "kind": "analytics#column",
2375 "attributes": {
2376 "type": "DIMENSION",
2377 "dataType": "STRING",
2378 "group": "App Tracking",
2379 "status": "PUBLIC",
2380 "uiName": "Screen Depth",
2381 "description": "The number of screenviews per session reported as a string . Can be useful for historgrams.",
2382 "allowedInSegments": "true"
2383 }
2384 }, {
2385 "id": "ga:landingScreenName",
2386 "kind": "analytics#column",
2387 "attributes": {
2388 "type": "DIMENSION",
2389 "dataType": "STRING",
2390 "group": "App Tracking",
2391 "status": "PUBLIC",
2392 "uiName": "Landing Screen",
2393 "description": "The name of the first screen viewed.",
2394 "allowedInSegments": "true"
2395 }
2396 }, {
2397 "id": "ga:exitScreenName",
2398 "kind": "analytics#column",
2399 "attributes": {
2400 "type": "DIMENSION",
2401 "dataType": "STRING",
2402 "group": "App Tracking",
2403 "status": "PUBLIC",
2404 "uiName": "Exit Screen",
2405 "description": "The name of the screen when the user exited the applicatio n.",
2406 "allowedInSegments": "true"
2407 }
2408 }, {
2409 "id": "ga:screenviews",
2410 "kind": "analytics#column",
2411 "attributes": {
2412 "type": "METRIC",
2413 "dataType": "INTEGER",
2414 "group": "App Tracking",
2415 "status": "PUBLIC",
2416 "uiName": "Screen Views",
2417 "description": "The total number of screenviews.",
2418 "allowedInSegments": "true"
2419 }
2420 }, {
2421 "id": "ga:appviews",
2422 "kind": "analytics#column",
2423 "attributes": {
2424 "replacedBy": "ga:screenviews",
2425 "type": "METRIC",
2426 "dataType": "INTEGER",
2427 "group": "App Tracking",
2428 "status": "DEPRECATED",
2429 "uiName": "Screen Views",
2430 "description": "The total number of screenviews.",
2431 "allowedInSegments": "true"
2432 }
2433 }, {
2434 "id": "ga:uniqueScreenviews",
2435 "kind": "analytics#column",
2436 "attributes": {
2437 "type": "METRIC",
2438 "dataType": "INTEGER",
2439 "group": "App Tracking",
2440 "status": "PUBLIC",
2441 "uiName": "Unique Screen Views",
2442 "description": "The number of different (unique) screenviews within a sess ion.",
2443 "allowedInSegments": "true"
2444 }
2445 }, {
2446 "id": "ga:uniqueAppviews",
2447 "kind": "analytics#column",
2448 "attributes": {
2449 "replacedBy": "ga:uniqueScreenviews",
2450 "type": "METRIC",
2451 "dataType": "INTEGER",
2452 "group": "App Tracking",
2453 "status": "DEPRECATED",
2454 "uiName": "Unique Screen Views",
2455 "description": "The number of different (unique) screenviews within a sess ion.",
2456 "allowedInSegments": "true"
2457 }
2458 }, {
2459 "id": "ga:screenviewsPerSession",
2460 "kind": "analytics#column",
2461 "attributes": {
2462 "type": "METRIC",
2463 "dataType": "FLOAT",
2464 "group": "App Tracking",
2465 "status": "PUBLIC",
2466 "uiName": "Screens / Session",
2467 "description": "The average number of screenviews per session.",
2468 "calculation": "ga:screenviews / ga:sessions"
2469 }
2470 }, {
2471 "id": "ga:appviewsPerVisit",
2472 "kind": "analytics#column",
2473 "attributes": {
2474 "replacedBy": "ga:screenviewsPerSession",
2475 "type": "METRIC",
2476 "dataType": "FLOAT",
2477 "group": "App Tracking",
2478 "status": "DEPRECATED",
2479 "uiName": "Screens / Session",
2480 "description": "The average number of screenviews per session.",
2481 "calculation": "ga:screenviews / ga:sessions"
2482 }
2483 }, {
2484 "id": "ga:timeOnScreen",
2485 "kind": "analytics#column",
2486 "attributes": {
2487 "type": "METRIC",
2488 "dataType": "TIME",
2489 "group": "App Tracking",
2490 "status": "PUBLIC",
2491 "uiName": "Time on Screen",
2492 "description": "The time spent viewing the current screen.",
2493 "allowedInSegments": "true"
2494 }
2495 }, {
2496 "id": "ga:avgScreenviewDuration",
2497 "kind": "analytics#column",
2498 "attributes": {
2499 "type": "METRIC",
2500 "dataType": "TIME",
2501 "group": "App Tracking",
2502 "status": "PUBLIC",
2503 "uiName": "Avg. Time on Screen",
2504 "description": "The average amount of time users spent on a screen in seco nds."
2505 }
2506 }, {
2507 "id": "ga:eventCategory",
2508 "kind": "analytics#column",
2509 "attributes": {
2510 "type": "DIMENSION",
2511 "dataType": "STRING",
2512 "group": "Event Tracking",
2513 "status": "PUBLIC",
2514 "uiName": "Event Category",
2515 "description": "The category of the event.",
2516 "allowedInSegments": "true"
2517 }
2518 }, {
2519 "id": "ga:eventAction",
2520 "kind": "analytics#column",
2521 "attributes": {
2522 "type": "DIMENSION",
2523 "dataType": "STRING",
2524 "group": "Event Tracking",
2525 "status": "PUBLIC",
2526 "uiName": "Event Action",
2527 "description": "The action of the event.",
2528 "allowedInSegments": "true"
2529 }
2530 }, {
2531 "id": "ga:eventLabel",
2532 "kind": "analytics#column",
2533 "attributes": {
2534 "type": "DIMENSION",
2535 "dataType": "STRING",
2536 "group": "Event Tracking",
2537 "status": "PUBLIC",
2538 "uiName": "Event Label",
2539 "description": "The label of the event.",
2540 "allowedInSegments": "true"
2541 }
2542 }, {
2543 "id": "ga:totalEvents",
2544 "kind": "analytics#column",
2545 "attributes": {
2546 "type": "METRIC",
2547 "dataType": "INTEGER",
2548 "group": "Event Tracking",
2549 "status": "PUBLIC",
2550 "uiName": "Total Events",
2551 "description": "The total number of events for the profile, across all cat egories.",
2552 "allowedInSegments": "true"
2553 }
2554 }, {
2555 "id": "ga:uniqueEvents",
2556 "kind": "analytics#column",
2557 "attributes": {
2558 "type": "METRIC",
2559 "dataType": "INTEGER",
2560 "group": "Event Tracking",
2561 "status": "PUBLIC",
2562 "uiName": "Unique Events",
2563 "description": "The total number of unique events for the profile, across all categories."
2564 }
2565 }, {
2566 "id": "ga:eventValue",
2567 "kind": "analytics#column",
2568 "attributes": {
2569 "type": "METRIC",
2570 "dataType": "INTEGER",
2571 "group": "Event Tracking",
2572 "status": "PUBLIC",
2573 "uiName": "Event Value",
2574 "description": "The total value of events for the profile.",
2575 "allowedInSegments": "true"
2576 }
2577 }, {
2578 "id": "ga:avgEventValue",
2579 "kind": "analytics#column",
2580 "attributes": {
2581 "type": "METRIC",
2582 "dataType": "FLOAT",
2583 "group": "Event Tracking",
2584 "status": "PUBLIC",
2585 "uiName": "Avg. Value",
2586 "description": "The average value of an event.",
2587 "calculation": "ga:eventValue / ga:totalEvents"
2588 }
2589 }, {
2590 "id": "ga:sessionsWithEvent",
2591 "kind": "analytics#column",
2592 "attributes": {
2593 "type": "METRIC",
2594 "dataType": "INTEGER",
2595 "group": "Event Tracking",
2596 "status": "PUBLIC",
2597 "uiName": "Sessions with Event",
2598 "description": "The total number of sessions with events.",
2599 "allowedInSegments": "true"
2600 }
2601 }, {
2602 "id": "ga:visitsWithEvent",
2603 "kind": "analytics#column",
2604 "attributes": {
2605 "replacedBy": "ga:sessionsWithEvent",
2606 "type": "METRIC",
2607 "dataType": "INTEGER",
2608 "group": "Event Tracking",
2609 "status": "DEPRECATED",
2610 "uiName": "Sessions with Event",
2611 "description": "The total number of sessions with events.",
2612 "allowedInSegments": "true"
2613 }
2614 }, {
2615 "id": "ga:eventsPerSessionWithEvent",
2616 "kind": "analytics#column",
2617 "attributes": {
2618 "type": "METRIC",
2619 "dataType": "FLOAT",
2620 "group": "Event Tracking",
2621 "status": "PUBLIC",
2622 "uiName": "Events / Session with Event",
2623 "description": "The average number of events per session with event.",
2624 "calculation": "ga:totalEvents / ga:sessionsWithEvent"
2625 }
2626 }, {
2627 "id": "ga:eventsPerVisitWithEvent",
2628 "kind": "analytics#column",
2629 "attributes": {
2630 "replacedBy": "ga:eventsPerSessionWithEvent",
2631 "type": "METRIC",
2632 "dataType": "FLOAT",
2633 "group": "Event Tracking",
2634 "status": "DEPRECATED",
2635 "uiName": "Events / Session with Event",
2636 "description": "The average number of events per session with event.",
2637 "calculation": "ga:totalEvents / ga:sessionsWithEvent"
2638 }
2639 }, {
2640 "id": "ga:transactionId",
2641 "kind": "analytics#column",
2642 "attributes": {
2643 "type": "DIMENSION",
2644 "dataType": "STRING",
2645 "group": "Ecommerce",
2646 "status": "PUBLIC",
2647 "uiName": "Transaction ID",
2648 "description": "The transaction ID for the shopping cart purchase as suppl ied by your ecommerce tracking method.",
2649 "allowedInSegments": "true"
2650 }
2651 }, {
2652 "id": "ga:affiliation",
2653 "kind": "analytics#column",
2654 "attributes": {
2655 "type": "DIMENSION",
2656 "dataType": "STRING",
2657 "group": "Ecommerce",
2658 "status": "PUBLIC",
2659 "uiName": "Affiliation",
2660 "description": "Typically used to designate a supplying company or brick a nd mortar location; product affiliation.",
2661 "allowedInSegments": "true"
2662 }
2663 }, {
2664 "id": "ga:sessionsToTransaction",
2665 "kind": "analytics#column",
2666 "attributes": {
2667 "type": "DIMENSION",
2668 "dataType": "STRING",
2669 "group": "Ecommerce",
2670 "status": "PUBLIC",
2671 "uiName": "Sessions to Transaction",
2672 "description": "The number of sessions between users' purchases and the re lated campaigns that lead to the purchases.",
2673 "allowedInSegments": "true"
2674 }
2675 }, {
2676 "id": "ga:visitsToTransaction",
2677 "kind": "analytics#column",
2678 "attributes": {
2679 "replacedBy": "ga:sessionsToTransaction",
2680 "type": "DIMENSION",
2681 "dataType": "STRING",
2682 "group": "Ecommerce",
2683 "status": "DEPRECATED",
2684 "uiName": "Sessions to Transaction",
2685 "description": "The number of sessions between users' purchases and the re lated campaigns that lead to the purchases.",
2686 "allowedInSegments": "true"
2687 }
2688 }, {
2689 "id": "ga:daysToTransaction",
2690 "kind": "analytics#column",
2691 "attributes": {
2692 "type": "DIMENSION",
2693 "dataType": "STRING",
2694 "group": "Ecommerce",
2695 "status": "PUBLIC",
2696 "uiName": "Days to Transaction",
2697 "description": "The number of days between users' purchases and the relate d campaigns that lead to the purchases.",
2698 "allowedInSegments": "true"
2699 }
2700 }, {
2701 "id": "ga:productSku",
2702 "kind": "analytics#column",
2703 "attributes": {
2704 "type": "DIMENSION",
2705 "dataType": "STRING",
2706 "group": "Ecommerce",
2707 "status": "PUBLIC",
2708 "uiName": "Product SKU",
2709 "description": "The product sku for purchased items as you have defined th em in your ecommerce tracking application.",
2710 "allowedInSegments": "true"
2711 }
2712 }, {
2713 "id": "ga:productName",
2714 "kind": "analytics#column",
2715 "attributes": {
2716 "type": "DIMENSION",
2717 "dataType": "STRING",
2718 "group": "Ecommerce",
2719 "status": "PUBLIC",
2720 "uiName": "Product",
2721 "description": "The product name for purchased items as supplied by your e commerce tracking application.",
2722 "allowedInSegments": "true"
2723 }
2724 }, {
2725 "id": "ga:productCategory",
2726 "kind": "analytics#column",
2727 "attributes": {
2728 "type": "DIMENSION",
2729 "dataType": "STRING",
2730 "group": "Ecommerce",
2731 "status": "PUBLIC",
2732 "uiName": "Product Category",
2733 "description": "Any product variations (size, color) for purchased items a s supplied by your ecommerce application. Not compatible with Enhanced Ecommerce .",
2734 "allowedInSegments": "true"
2735 }
2736 }, {
2737 "id": "ga:currencyCode",
2738 "kind": "analytics#column",
2739 "attributes": {
2740 "type": "DIMENSION",
2741 "dataType": "STRING",
2742 "group": "Ecommerce",
2743 "status": "PUBLIC",
2744 "uiName": "Currency Code",
2745 "description": "The local currency code of the transaction based on ISO 42 17 standard."
2746 }
2747 }, {
2748 "id": "ga:transactions",
2749 "kind": "analytics#column",
2750 "attributes": {
2751 "type": "METRIC",
2752 "dataType": "INTEGER",
2753 "group": "Ecommerce",
2754 "status": "PUBLIC",
2755 "uiName": "Transactions",
2756 "description": "The total number of transactions.",
2757 "allowedInSegments": "true"
2758 }
2759 }, {
2760 "id": "ga:transactionsPerSession",
2761 "kind": "analytics#column",
2762 "attributes": {
2763 "type": "METRIC",
2764 "dataType": "PERCENT",
2765 "group": "Ecommerce",
2766 "status": "PUBLIC",
2767 "uiName": "Ecommerce Conversion Rate",
2768 "description": "The average number of transactions for a session on your p roperty.",
2769 "calculation": "ga:transactions / ga:sessions"
2770 }
2771 }, {
2772 "id": "ga:transactionsPerVisit",
2773 "kind": "analytics#column",
2774 "attributes": {
2775 "replacedBy": "ga:transactionsPerSession",
2776 "type": "METRIC",
2777 "dataType": "PERCENT",
2778 "group": "Ecommerce",
2779 "status": "DEPRECATED",
2780 "uiName": "Ecommerce Conversion Rate",
2781 "description": "The average number of transactions for a session on your p roperty.",
2782 "calculation": "ga:transactions / ga:sessions"
2783 }
2784 }, {
2785 "id": "ga:transactionRevenue",
2786 "kind": "analytics#column",
2787 "attributes": {
2788 "type": "METRIC",
2789 "dataType": "CURRENCY",
2790 "group": "Ecommerce",
2791 "status": "PUBLIC",
2792 "uiName": "Revenue",
2793 "description": "The total sale revenue provided in the transaction excludi ng shipping and tax.",
2794 "allowedInSegments": "true"
2795 }
2796 }, {
2797 "id": "ga:revenuePerTransaction",
2798 "kind": "analytics#column",
2799 "attributes": {
2800 "type": "METRIC",
2801 "dataType": "CURRENCY",
2802 "group": "Ecommerce",
2803 "status": "PUBLIC",
2804 "uiName": "Average Order Value",
2805 "description": "The average revenue for an e-commerce transaction.",
2806 "calculation": "ga:transactionRevenue / ga:transactions"
2807 }
2808 }, {
2809 "id": "ga:transactionRevenuePerSession",
2810 "kind": "analytics#column",
2811 "attributes": {
2812 "type": "METRIC",
2813 "dataType": "CURRENCY",
2814 "group": "Ecommerce",
2815 "status": "PUBLIC",
2816 "uiName": "Per Session Value",
2817 "description": "Average transaction revenue for a session on your property .",
2818 "calculation": "ga:transactionRevenue / ga:sessions"
2819 }
2820 }, {
2821 "id": "ga:transactionRevenuePerVisit",
2822 "kind": "analytics#column",
2823 "attributes": {
2824 "replacedBy": "ga:transactionRevenuePerSession",
2825 "type": "METRIC",
2826 "dataType": "CURRENCY",
2827 "group": "Ecommerce",
2828 "status": "DEPRECATED",
2829 "uiName": "Per Session Value",
2830 "description": "Average transaction revenue for a session on your property .",
2831 "calculation": "ga:transactionRevenue / ga:sessions"
2832 }
2833 }, {
2834 "id": "ga:transactionShipping",
2835 "kind": "analytics#column",
2836 "attributes": {
2837 "type": "METRIC",
2838 "dataType": "CURRENCY",
2839 "group": "Ecommerce",
2840 "status": "PUBLIC",
2841 "uiName": "Shipping",
2842 "description": "The total cost of shipping.",
2843 "allowedInSegments": "true"
2844 }
2845 }, {
2846 "id": "ga:transactionTax",
2847 "kind": "analytics#column",
2848 "attributes": {
2849 "type": "METRIC",
2850 "dataType": "CURRENCY",
2851 "group": "Ecommerce",
2852 "status": "PUBLIC",
2853 "uiName": "Tax",
2854 "description": "The total amount of tax.",
2855 "allowedInSegments": "true"
2856 }
2857 }, {
2858 "id": "ga:totalValue",
2859 "kind": "analytics#column",
2860 "attributes": {
2861 "type": "METRIC",
2862 "dataType": "CURRENCY",
2863 "group": "Ecommerce",
2864 "status": "PUBLIC",
2865 "uiName": "Total Value",
2866 "description": "Total value for your property (including total revenue and total goal value).",
2867 "calculation": "(ga:transactionRevenue + ga:goalValueAll)"
2868 }
2869 }, {
2870 "id": "ga:itemQuantity",
2871 "kind": "analytics#column",
2872 "attributes": {
2873 "type": "METRIC",
2874 "dataType": "INTEGER",
2875 "group": "Ecommerce",
2876 "status": "PUBLIC",
2877 "uiName": "Quantity",
2878 "description": "The total number of items purchased. For example, if users purchase 2 frisbees and 5 tennis balls, 7 items have been purchased.",
2879 "allowedInSegments": "true"
2880 }
2881 }, {
2882 "id": "ga:uniquePurchases",
2883 "kind": "analytics#column",
2884 "attributes": {
2885 "type": "METRIC",
2886 "dataType": "INTEGER",
2887 "group": "Ecommerce",
2888 "status": "PUBLIC",
2889 "uiName": "Unique Purchases",
2890 "description": "The number of product sets purchased. For example, if user s purchase 2 frisbees and 5 tennis balls from your site, 2 unique products have been purchased.",
2891 "allowedInSegments": "true"
2892 }
2893 }, {
2894 "id": "ga:revenuePerItem",
2895 "kind": "analytics#column",
2896 "attributes": {
2897 "type": "METRIC",
2898 "dataType": "CURRENCY",
2899 "group": "Ecommerce",
2900 "status": "PUBLIC",
2901 "uiName": "Average Price",
2902 "description": "The average revenue per item.",
2903 "calculation": "ga:itemRevenue / ga:itemQuantity"
2904 }
2905 }, {
2906 "id": "ga:itemRevenue",
2907 "kind": "analytics#column",
2908 "attributes": {
2909 "type": "METRIC",
2910 "dataType": "CURRENCY",
2911 "group": "Ecommerce",
2912 "status": "PUBLIC",
2913 "uiName": "Product Revenue",
2914 "description": "The total revenue from purchased product items on your pro perty.",
2915 "allowedInSegments": "true"
2916 }
2917 }, {
2918 "id": "ga:itemsPerPurchase",
2919 "kind": "analytics#column",
2920 "attributes": {
2921 "type": "METRIC",
2922 "dataType": "FLOAT",
2923 "group": "Ecommerce",
2924 "status": "PUBLIC",
2925 "uiName": "Average QTY",
2926 "description": "The average quantity of this item (or group of items) sold per purchase.",
2927 "calculation": "ga:itemQuantity / ga:uniquePurchases"
2928 }
2929 }, {
2930 "id": "ga:localTransactionRevenue",
2931 "kind": "analytics#column",
2932 "attributes": {
2933 "type": "METRIC",
2934 "dataType": "CURRENCY",
2935 "group": "Ecommerce",
2936 "status": "PUBLIC",
2937 "uiName": "Local Revenue",
2938 "description": "Transaction revenue in local currency."
2939 }
2940 }, {
2941 "id": "ga:localTransactionShipping",
2942 "kind": "analytics#column",
2943 "attributes": {
2944 "type": "METRIC",
2945 "dataType": "CURRENCY",
2946 "group": "Ecommerce",
2947 "status": "PUBLIC",
2948 "uiName": "Local Shipping",
2949 "description": "Transaction shipping cost in local currency."
2950 }
2951 }, {
2952 "id": "ga:localTransactionTax",
2953 "kind": "analytics#column",
2954 "attributes": {
2955 "type": "METRIC",
2956 "dataType": "CURRENCY",
2957 "group": "Ecommerce",
2958 "status": "PUBLIC",
2959 "uiName": "Local Tax",
2960 "description": "Transaction tax in local currency."
2961 }
2962 }, {
2963 "id": "ga:localItemRevenue",
2964 "kind": "analytics#column",
2965 "attributes": {
2966 "type": "METRIC",
2967 "dataType": "CURRENCY",
2968 "group": "Ecommerce",
2969 "status": "PUBLIC",
2970 "uiName": "Local Product Revenue",
2971 "description": "Product revenue in local currency.",
2972 "allowedInSegments": "true"
2973 }
2974 }, {
2975 "id": "ga:socialInteractionNetwork",
2976 "kind": "analytics#column",
2977 "attributes": {
2978 "type": "DIMENSION",
2979 "dataType": "STRING",
2980 "group": "Social Interactions",
2981 "status": "PUBLIC",
2982 "uiName": "Social Source",
2983 "description": "For social interactions, a value representing the social n etwork being tracked."
2984 }
2985 }, {
2986 "id": "ga:socialInteractionAction",
2987 "kind": "analytics#column",
2988 "attributes": {
2989 "type": "DIMENSION",
2990 "dataType": "STRING",
2991 "group": "Social Interactions",
2992 "status": "PUBLIC",
2993 "uiName": "Social Action",
2994 "description": "For social interactions, a value representing the social a ction being tracked (e.g. +1, bookmark)"
2995 }
2996 }, {
2997 "id": "ga:socialInteractionNetworkAction",
2998 "kind": "analytics#column",
2999 "attributes": {
3000 "type": "DIMENSION",
3001 "dataType": "STRING",
3002 "group": "Social Interactions",
3003 "status": "PUBLIC",
3004 "uiName": "Social Source and Action",
3005 "description": "For social interactions, a value representing the concaten ation of the socialInteractionNetwork and socialInteractionAction action being t racked at this hit level (e.g. Google: +1)"
3006 }
3007 }, {
3008 "id": "ga:socialInteractionTarget",
3009 "kind": "analytics#column",
3010 "attributes": {
3011 "type": "DIMENSION",
3012 "dataType": "STRING",
3013 "group": "Social Interactions",
3014 "status": "PUBLIC",
3015 "uiName": "Social Entity",
3016 "description": "For social interactions, a value representing the URL (or resource) which receives the social network action."
3017 }
3018 }, {
3019 "id": "ga:socialEngagementType",
3020 "kind": "analytics#column",
3021 "attributes": {
3022 "type": "DIMENSION",
3023 "dataType": "STRING",
3024 "group": "Social Interactions",
3025 "status": "PUBLIC",
3026 "uiName": "Social Type",
3027 "description": "Engagement type. Possible values are \"Socially Engaged\" or \"Not Socially Engaged\"."
3028 }
3029 }, {
3030 "id": "ga:socialInteractions",
3031 "kind": "analytics#column",
3032 "attributes": {
3033 "type": "METRIC",
3034 "dataType": "INTEGER",
3035 "group": "Social Interactions",
3036 "status": "PUBLIC",
3037 "uiName": "Social Actions",
3038 "description": "The total number of social interactions on your property."
3039 }
3040 }, {
3041 "id": "ga:uniqueSocialInteractions",
3042 "kind": "analytics#column",
3043 "attributes": {
3044 "type": "METRIC",
3045 "dataType": "INTEGER",
3046 "group": "Social Interactions",
3047 "status": "PUBLIC",
3048 "uiName": "Unique Social Actions",
3049 "description": "The number of sessions during which the specified social a ction(s) occurred at least once. This is based on the the unique combination of socialInteractionNetwork, socialInteractionAction, and socialInteractionTarget."
3050 }
3051 }, {
3052 "id": "ga:socialInteractionsPerSession",
3053 "kind": "analytics#column",
3054 "attributes": {
3055 "type": "METRIC",
3056 "dataType": "FLOAT",
3057 "group": "Social Interactions",
3058 "status": "PUBLIC",
3059 "uiName": "Actions Per Social Session",
3060 "description": "The number of social interactions per session on your prop erty.",
3061 "calculation": "ga:socialInteractions / ga:uniqueSocialInteractions"
3062 }
3063 }, {
3064 "id": "ga:socialInteractionsPerVisit",
3065 "kind": "analytics#column",
3066 "attributes": {
3067 "replacedBy": "ga:socialInteractionsPerSession",
3068 "type": "METRIC",
3069 "dataType": "FLOAT",
3070 "group": "Social Interactions",
3071 "status": "DEPRECATED",
3072 "uiName": "Actions Per Social Session",
3073 "description": "The number of social interactions per session on your prop erty.",
3074 "calculation": "ga:socialInteractions / ga:uniqueSocialInteractions"
3075 }
3076 }, {
3077 "id": "ga:userTimingCategory",
3078 "kind": "analytics#column",
3079 "attributes": {
3080 "type": "DIMENSION",
3081 "dataType": "STRING",
3082 "group": "User Timings",
3083 "status": "PUBLIC",
3084 "uiName": "Timing Category",
3085 "description": "A string for categorizing all user timing variables into l ogical groups for easier reporting purposes.",
3086 "allowedInSegments": "true"
3087 }
3088 }, {
3089 "id": "ga:userTimingLabel",
3090 "kind": "analytics#column",
3091 "attributes": {
3092 "type": "DIMENSION",
3093 "dataType": "STRING",
3094 "group": "User Timings",
3095 "status": "PUBLIC",
3096 "uiName": "Timing Label",
3097 "description": "The name of the resource's action being tracked.",
3098 "allowedInSegments": "true"
3099 }
3100 }, {
3101 "id": "ga:userTimingVariable",
3102 "kind": "analytics#column",
3103 "attributes": {
3104 "type": "DIMENSION",
3105 "dataType": "STRING",
3106 "group": "User Timings",
3107 "status": "PUBLIC",
3108 "uiName": "Timing Variable",
3109 "description": "A value that can be used to add flexibility in visualizing user timings in the reports.",
3110 "allowedInSegments": "true"
3111 }
3112 }, {
3113 "id": "ga:userTimingValue",
3114 "kind": "analytics#column",
3115 "attributes": {
3116 "type": "METRIC",
3117 "dataType": "INTEGER",
3118 "group": "User Timings",
3119 "status": "PUBLIC",
3120 "uiName": "User Timing (ms)",
3121 "description": "The total number of milliseconds for a user timing."
3122 }
3123 }, {
3124 "id": "ga:userTimingSample",
3125 "kind": "analytics#column",
3126 "attributes": {
3127 "type": "METRIC",
3128 "dataType": "INTEGER",
3129 "group": "User Timings",
3130 "status": "PUBLIC",
3131 "uiName": "User Timing Sample",
3132 "description": "The number of hits that were sent for a particular userTim ingCategory, userTimingLabel, and userTimingVariable."
3133 }
3134 }, {
3135 "id": "ga:avgUserTimingValue",
3136 "kind": "analytics#column",
3137 "attributes": {
3138 "type": "METRIC",
3139 "dataType": "FLOAT",
3140 "group": "User Timings",
3141 "status": "PUBLIC",
3142 "uiName": "Avg. User Timing (sec)",
3143 "description": "The average amount of elapsed time.",
3144 "calculation": "(ga:userTimingValue / ga:userTimingSample / 1000)"
3145 }
3146 }, {
3147 "id": "ga:exceptionDescription",
3148 "kind": "analytics#column",
3149 "attributes": {
3150 "type": "DIMENSION",
3151 "dataType": "STRING",
3152 "group": "Exceptions",
3153 "status": "PUBLIC",
3154 "uiName": "Exception Description",
3155 "description": "The description for the exception.",
3156 "allowedInSegments": "true"
3157 }
3158 }, {
3159 "id": "ga:exceptions",
3160 "kind": "analytics#column",
3161 "attributes": {
3162 "type": "METRIC",
3163 "dataType": "INTEGER",
3164 "group": "Exceptions",
3165 "status": "PUBLIC",
3166 "uiName": "Exceptions",
3167 "description": "The number of exceptions that were sent to Google Analytic s.",
3168 "allowedInSegments": "true"
3169 }
3170 }, {
3171 "id": "ga:exceptionsPerScreenview",
3172 "kind": "analytics#column",
3173 "attributes": {
3174 "type": "METRIC",
3175 "dataType": "PERCENT",
3176 "group": "Exceptions",
3177 "status": "PUBLIC",
3178 "uiName": "Exceptions / Screen",
3179 "description": "The number of exceptions thrown divided by the number of s creenviews.",
3180 "calculation": "ga:exceptions / ga:screenviews"
3181 }
3182 }, {
3183 "id": "ga:fatalExceptions",
3184 "kind": "analytics#column",
3185 "attributes": {
3186 "type": "METRIC",
3187 "dataType": "INTEGER",
3188 "group": "Exceptions",
3189 "status": "PUBLIC",
3190 "uiName": "Crashes",
3191 "description": "The number of exceptions where isFatal is set to true.",
3192 "allowedInSegments": "true"
3193 }
3194 }, {
3195 "id": "ga:fatalExceptionsPerScreenview",
3196 "kind": "analytics#column",
3197 "attributes": {
3198 "type": "METRIC",
3199 "dataType": "PERCENT",
3200 "group": "Exceptions",
3201 "status": "PUBLIC",
3202 "uiName": "Crashes / Screen",
3203 "description": "The number of fatal exceptions thrown divided by the numbe r of screenviews.",
3204 "calculation": "ga:fatalExceptions / ga:screenviews"
3205 }
3206 }, {
3207 "id": "ga:experimentId",
3208 "kind": "analytics#column",
3209 "attributes": {
3210 "type": "DIMENSION",
3211 "dataType": "STRING",
3212 "group": "Content Experiments",
3213 "status": "PUBLIC",
3214 "uiName": "Experiment ID",
3215 "description": "The user-scoped id of the content experiment that the user was exposed to when the metrics were reported.",
3216 "allowedInSegments": "true"
3217 }
3218 }, {
3219 "id": "ga:experimentVariant",
3220 "kind": "analytics#column",
3221 "attributes": {
3222 "type": "DIMENSION",
3223 "dataType": "STRING",
3224 "group": "Content Experiments",
3225 "status": "PUBLIC",
3226 "uiName": "Variation",
3227 "description": "The user-scoped id of the particular variation that the us er was exposed to during a content experiment.",
3228 "allowedInSegments": "true"
3229 }
3230 }, {
3231 "id": "ga:dimensionXX",
3232 "kind": "analytics#column",
3233 "attributes": {
3234 "type": "DIMENSION",
3235 "dataType": "STRING",
3236 "group": "Custom Variables or Columns",
3237 "status": "PUBLIC",
3238 "uiName": "Custom Dimension XX",
3239 "description": "The name of the requested custom dimension, where XX refer s the number/index of the custom dimension.",
3240 "minTemplateIndex": "1",
3241 "maxTemplateIndex": "20",
3242 "premiumMinTemplateIndex": "1",
3243 "premiumMaxTemplateIndex": "200",
3244 "allowedInSegments": "true"
3245 }
3246 }, {
3247 "id": "ga:customVarNameXX",
3248 "kind": "analytics#column",
3249 "attributes": {
3250 "type": "DIMENSION",
3251 "dataType": "STRING",
3252 "group": "Custom Variables or Columns",
3253 "status": "PUBLIC",
3254 "uiName": "Custom Variable (Key XX)",
3255 "description": "The name for the requested custom variable.",
3256 "minTemplateIndex": "1",
3257 "maxTemplateIndex": "5",
3258 "premiumMinTemplateIndex": "1",
3259 "premiumMaxTemplateIndex": "50",
3260 "allowedInSegments": "true"
3261 }
3262 }, {
3263 "id": "ga:metricXX",
3264 "kind": "analytics#column",
3265 "attributes": {
3266 "type": "METRIC",
3267 "dataType": "INTEGER",
3268 "group": "Custom Variables or Columns",
3269 "status": "PUBLIC",
3270 "uiName": "Custom Metric XX Value",
3271 "description": "The name of the requested custom metric, where XX refers t he number/index of the custom metric.",
3272 "minTemplateIndex": "1",
3273 "maxTemplateIndex": "20",
3274 "premiumMinTemplateIndex": "1",
3275 "premiumMaxTemplateIndex": "200",
3276 "allowedInSegments": "true"
3277 }
3278 }, {
3279 "id": "ga:customVarValueXX",
3280 "kind": "analytics#column",
3281 "attributes": {
3282 "type": "DIMENSION",
3283 "dataType": "STRING",
3284 "group": "Custom Variables or Columns",
3285 "status": "PUBLIC",
3286 "uiName": "Custom Variable (Value XX)",
3287 "description": "The value for the requested custom variable.",
3288 "minTemplateIndex": "1",
3289 "maxTemplateIndex": "5",
3290 "premiumMinTemplateIndex": "1",
3291 "premiumMaxTemplateIndex": "50",
3292 "allowedInSegments": "true"
3293 }
3294 }, {
3295 "id": "ga:date",
3296 "kind": "analytics#column",
3297 "attributes": {
3298 "type": "DIMENSION",
3299 "dataType": "STRING",
3300 "group": "Time",
3301 "status": "PUBLIC",
3302 "uiName": "Date",
3303 "description": "The date of the session formatted as YYYYMMDD."
3304 }
3305 }, {
3306 "id": "ga:year",
3307 "kind": "analytics#column",
3308 "attributes": {
3309 "type": "DIMENSION",
3310 "dataType": "STRING",
3311 "group": "Time",
3312 "status": "PUBLIC",
3313 "uiName": "Year",
3314 "description": "The year of the session. A four-digit year from 2005 to th e current year."
3315 }
3316 }, {
3317 "id": "ga:month",
3318 "kind": "analytics#column",
3319 "attributes": {
3320 "type": "DIMENSION",
3321 "dataType": "STRING",
3322 "group": "Time",
3323 "status": "PUBLIC",
3324 "uiName": "Month of the year",
3325 "description": "The month of the session. A two digit integer from 01 to 1 2."
3326 }
3327 }, {
3328 "id": "ga:week",
3329 "kind": "analytics#column",
3330 "attributes": {
3331 "type": "DIMENSION",
3332 "dataType": "STRING",
3333 "group": "Time",
3334 "status": "PUBLIC",
3335 "uiName": "Week of the Year",
3336 "description": "The week of the session. A two-digit number from 01 to 53. Each week starts on Sunday."
3337 }
3338 }, {
3339 "id": "ga:day",
3340 "kind": "analytics#column",
3341 "attributes": {
3342 "type": "DIMENSION",
3343 "dataType": "STRING",
3344 "group": "Time",
3345 "status": "PUBLIC",
3346 "uiName": "Day of the month",
3347 "description": "The day of the month. A two-digit number from 01 to 31."
3348 }
3349 }, {
3350 "id": "ga:hour",
3351 "kind": "analytics#column",
3352 "attributes": {
3353 "type": "DIMENSION",
3354 "dataType": "STRING",
3355 "group": "Time",
3356 "status": "PUBLIC",
3357 "uiName": "Hour",
3358 "description": "A two-digit hour of the day ranging from 00-23 in the time zone configured for the account. This value is also corrected for daylight savin gs time, adhering to all local rules for daylight savings time. If your timezone follows daylight savings time, there will be an apparent bump in the number of sessions during the change-over hour (e.g. between 1:00 and 2:00) for the day pe r year when that hour repeats. A corresponding hour with zero sessions will occu r at the opposite changeover. (Google Analytics does not track user time more pr ecisely than hours.)",
3359 "allowedInSegments": "true"
3360 }
3361 }, {
3362 "id": "ga:minute",
3363 "kind": "analytics#column",
3364 "attributes": {
3365 "type": "DIMENSION",
3366 "dataType": "STRING",
3367 "group": "Time",
3368 "status": "PUBLIC",
3369 "uiName": "Minute",
3370 "description": "Returns the minute in the hour. The possible values are be tween 00 and 59.",
3371 "allowedInSegments": "true"
3372 }
3373 }, {
3374 "id": "ga:nthMonth",
3375 "kind": "analytics#column",
3376 "attributes": {
3377 "type": "DIMENSION",
3378 "dataType": "STRING",
3379 "group": "Time",
3380 "status": "PUBLIC",
3381 "uiName": "Month Index",
3382 "description": "Index for each month in the specified date range. Index fo r the first month in the date range is 0, 1 for the second month, and so on. The index corresponds to month entries."
3383 }
3384 }, {
3385 "id": "ga:nthWeek",
3386 "kind": "analytics#column",
3387 "attributes": {
3388 "type": "DIMENSION",
3389 "dataType": "STRING",
3390 "group": "Time",
3391 "status": "PUBLIC",
3392 "uiName": "Week Index",
3393 "description": "Index for each week in the specified date range. Index for the first week in the date range is 0, 1 for the second week, and so on. The in dex corresponds to week entries."
3394 }
3395 }, {
3396 "id": "ga:nthDay",
3397 "kind": "analytics#column",
3398 "attributes": {
3399 "type": "DIMENSION",
3400 "dataType": "STRING",
3401 "group": "Time",
3402 "status": "PUBLIC",
3403 "uiName": "Day Index",
3404 "description": "Index for each day in the specified date range. Index for the first day (i.e., start-date) in the date range is 0, 1 for the second day, a nd so on."
3405 }
3406 }, {
3407 "id": "ga:nthMinute",
3408 "kind": "analytics#column",
3409 "attributes": {
3410 "type": "DIMENSION",
3411 "dataType": "STRING",
3412 "group": "Time",
3413 "status": "PUBLIC",
3414 "uiName": "Minute Index",
3415 "description": "Index for each minute in the specified date range. Index f or the first minute of first day (i.e., start-date) in the date range is 0, 1 fo r the next minute, and so on."
3416 }
3417 }, {
3418 "id": "ga:dayOfWeek",
3419 "kind": "analytics#column",
3420 "attributes": {
3421 "type": "DIMENSION",
3422 "dataType": "STRING",
3423 "group": "Time",
3424 "status": "PUBLIC",
3425 "uiName": "Day of Week",
3426 "description": "The day of the week. A one-digit number from 0 (Sunday) to 6 (Saturday)."
3427 }
3428 }, {
3429 "id": "ga:dayOfWeekName",
3430 "kind": "analytics#column",
3431 "attributes": {
3432 "type": "DIMENSION",
3433 "dataType": "STRING",
3434 "group": "Time",
3435 "status": "PUBLIC",
3436 "uiName": "Day of Week Name",
3437 "description": "The name of the day of the week (in English)."
3438 }
3439 }, {
3440 "id": "ga:dateHour",
3441 "kind": "analytics#column",
3442 "attributes": {
3443 "type": "DIMENSION",
3444 "dataType": "STRING",
3445 "group": "Time",
3446 "status": "PUBLIC",
3447 "uiName": "Hour of Day",
3448 "description": "Combined values of ga:date and ga:hour."
3449 }
3450 }, {
3451 "id": "ga:yearMonth",
3452 "kind": "analytics#column",
3453 "attributes": {
3454 "type": "DIMENSION",
3455 "dataType": "STRING",
3456 "group": "Time",
3457 "status": "PUBLIC",
3458 "uiName": "Month of Year",
3459 "description": "Combined values of ga:year and ga:month."
3460 }
3461 }, {
3462 "id": "ga:yearWeek",
3463 "kind": "analytics#column",
3464 "attributes": {
3465 "type": "DIMENSION",
3466 "dataType": "STRING",
3467 "group": "Time",
3468 "status": "PUBLIC",
3469 "uiName": "Week of Year",
3470 "description": "Combined values of ga:year and ga:week."
3471 }
3472 }, {
3473 "id": "ga:isoWeek",
3474 "kind": "analytics#column",
3475 "attributes": {
3476 "type": "DIMENSION",
3477 "dataType": "STRING",
3478 "group": "Time",
3479 "status": "PUBLIC",
3480 "uiName": "ISO Week of the Year",
3481 "description": "The ISO week number, where each week starts with a Monday. Details: http://en.wikipedia.org/wiki/ISO_week_date. ga:isoWeek should only be used with ga:isoYear since ga:year represents gregorian calendar."
3482 }
3483 }, {
3484 "id": "ga:isoYear",
3485 "kind": "analytics#column",
3486 "attributes": {
3487 "type": "DIMENSION",
3488 "dataType": "STRING",
3489 "group": "Time",
3490 "status": "PUBLIC",
3491 "uiName": "ISO Year",
3492 "description": "The ISO year of the session. Details: http://en.wikipedia. org/wiki/ISO_week_date. ga:isoYear should only be used with ga:isoWeek since ga: week represents gregorian calendar."
3493 }
3494 }, {
3495 "id": "ga:isoYearIsoWeek",
3496 "kind": "analytics#column",
3497 "attributes": {
3498 "type": "DIMENSION",
3499 "dataType": "STRING",
3500 "group": "Time",
3501 "status": "PUBLIC",
3502 "uiName": "ISO Week of ISO Year",
3503 "description": "Combined values of ga:isoYear and ga:isoWeek."
3504 }
3505 }, {
3506 "id": "ga:dcmClickAd",
3507 "kind": "analytics#column",
3508 "attributes": {
3509 "type": "DIMENSION",
3510 "dataType": "STRING",
3511 "group": "DoubleClick Campaign Manager",
3512 "status": "PUBLIC",
3513 "uiName": "DFA Ad (GA Model)",
3514 "description": "DCM ad name of the DCM click matching the Google Analytics session (premium only)."
3515 }
3516 }, {
3517 "id": "ga:dcmClickAdId",
3518 "kind": "analytics#column",
3519 "attributes": {
3520 "type": "DIMENSION",
3521 "dataType": "STRING",
3522 "group": "DoubleClick Campaign Manager",
3523 "status": "PUBLIC",
3524 "uiName": "DFA Ad ID (GA Model)",
3525 "description": "DCM ad ID of the DCM click matching the Google Analytics s ession (premium only)."
3526 }
3527 }, {
3528 "id": "ga:dcmClickAdType",
3529 "kind": "analytics#column",
3530 "attributes": {
3531 "type": "DIMENSION",
3532 "dataType": "STRING",
3533 "group": "DoubleClick Campaign Manager",
3534 "status": "PUBLIC",
3535 "uiName": "DFA Ad Type (GA Model)",
3536 "description": "DCM ad type name of the DCM click matching the Google Anal ytics session (premium only)."
3537 }
3538 }, {
3539 "id": "ga:dcmClickAdTypeId",
3540 "kind": "analytics#column",
3541 "attributes": {
3542 "type": "DIMENSION",
3543 "dataType": "STRING",
3544 "group": "DoubleClick Campaign Manager",
3545 "status": "PUBLIC",
3546 "uiName": "DFA Ad Type ID",
3547 "description": "DCM ad type ID of the DCM click matching the Google Analyt ics session (premium only)."
3548 }
3549 }, {
3550 "id": "ga:dcmClickAdvertiser",
3551 "kind": "analytics#column",
3552 "attributes": {
3553 "type": "DIMENSION",
3554 "dataType": "STRING",
3555 "group": "DoubleClick Campaign Manager",
3556 "status": "PUBLIC",
3557 "uiName": "DFA Advertiser (GA Model)",
3558 "description": "DCM advertiser name of the DCM click matching the Google A nalytics session (premium only)."
3559 }
3560 }, {
3561 "id": "ga:dcmClickAdvertiserId",
3562 "kind": "analytics#column",
3563 "attributes": {
3564 "type": "DIMENSION",
3565 "dataType": "STRING",
3566 "group": "DoubleClick Campaign Manager",
3567 "status": "PUBLIC",
3568 "uiName": "DFA Advertiser ID (GA Model)",
3569 "description": "DCM advertiser ID of the DCM click matching the Google Ana lytics session (premium only)."
3570 }
3571 }, {
3572 "id": "ga:dcmClickCampaign",
3573 "kind": "analytics#column",
3574 "attributes": {
3575 "type": "DIMENSION",
3576 "dataType": "STRING",
3577 "group": "DoubleClick Campaign Manager",
3578 "status": "PUBLIC",
3579 "uiName": "DFA Campaign (GA Model)",
3580 "description": "DCM campaign name of the DCM click matching the Google Ana lytics session (premium only)."
3581 }
3582 }, {
3583 "id": "ga:dcmClickCampaignId",
3584 "kind": "analytics#column",
3585 "attributes": {
3586 "type": "DIMENSION",
3587 "dataType": "STRING",
3588 "group": "DoubleClick Campaign Manager",
3589 "status": "PUBLIC",
3590 "uiName": "DFA Campaign ID (GA Model)",
3591 "description": "DCM campaign ID of the DCM click matching the Google Analy tics session (premium only)."
3592 }
3593 }, {
3594 "id": "ga:dcmClickCreativeId",
3595 "kind": "analytics#column",
3596 "attributes": {
3597 "type": "DIMENSION",
3598 "dataType": "STRING",
3599 "group": "DoubleClick Campaign Manager",
3600 "status": "PUBLIC",
3601 "uiName": "DFA Creative ID (GA Model)",
3602 "description": "DCM creative ID of the DCM click matching the Google Analy tics session (premium only)."
3603 }
3604 }, {
3605 "id": "ga:dcmClickCreative",
3606 "kind": "analytics#column",
3607 "attributes": {
3608 "type": "DIMENSION",
3609 "dataType": "STRING",
3610 "group": "DoubleClick Campaign Manager",
3611 "status": "PUBLIC",
3612 "uiName": "DFA Creative (GA Model)",
3613 "description": "DCM creative name of the DCM click matching the Google Ana lytics session (premium only)."
3614 }
3615 }, {
3616 "id": "ga:dcmClickRenderingId",
3617 "kind": "analytics#column",
3618 "attributes": {
3619 "type": "DIMENSION",
3620 "dataType": "STRING",
3621 "group": "DoubleClick Campaign Manager",
3622 "status": "PUBLIC",
3623 "uiName": "DFA Rendering ID (GA Model)",
3624 "description": "DCM rendering ID of the DCM click matching the Google Anal ytics session (premium only)."
3625 }
3626 }, {
3627 "id": "ga:dcmClickCreativeType",
3628 "kind": "analytics#column",
3629 "attributes": {
3630 "type": "DIMENSION",
3631 "dataType": "STRING",
3632 "group": "DoubleClick Campaign Manager",
3633 "status": "PUBLIC",
3634 "uiName": "DFA Creative Type (GA Model)",
3635 "description": "DCM creative type name of the DCM click matching the Googl e Analytics session (premium only)."
3636 }
3637 }, {
3638 "id": "ga:dcmClickCreativeTypeId",
3639 "kind": "analytics#column",
3640 "attributes": {
3641 "type": "DIMENSION",
3642 "dataType": "STRING",
3643 "group": "DoubleClick Campaign Manager",
3644 "status": "PUBLIC",
3645 "uiName": "DFA Creative Type ID (GA Model)",
3646 "description": "DCM creative type ID of the DCM click matching the Google Analytics session (premium only)."
3647 }
3648 }, {
3649 "id": "ga:dcmClickCreativeVersion",
3650 "kind": "analytics#column",
3651 "attributes": {
3652 "type": "DIMENSION",
3653 "dataType": "STRING",
3654 "group": "DoubleClick Campaign Manager",
3655 "status": "PUBLIC",
3656 "uiName": "DFA Creative Version (GA Model)",
3657 "description": "DCM creative version of the DCM click matching the Google Analytics session (premium only)."
3658 }
3659 }, {
3660 "id": "ga:dcmClickSite",
3661 "kind": "analytics#column",
3662 "attributes": {
3663 "type": "DIMENSION",
3664 "dataType": "STRING",
3665 "group": "DoubleClick Campaign Manager",
3666 "status": "PUBLIC",
3667 "uiName": "DFA Site (GA Model)",
3668 "description": "Site name where the DCM creative was shown and clicked on for the DCM click matching the Google Analytics session (premium only)."
3669 }
3670 }, {
3671 "id": "ga:dcmClickSiteId",
3672 "kind": "analytics#column",
3673 "attributes": {
3674 "type": "DIMENSION",
3675 "dataType": "STRING",
3676 "group": "DoubleClick Campaign Manager",
3677 "status": "PUBLIC",
3678 "uiName": "DFA Site ID (GA Model)",
3679 "description": "DCM site ID where the DCM creative was shown and clicked o n for the DCM click matching the Google Analytics session (premium only)."
3680 }
3681 }, {
3682 "id": "ga:dcmClickSitePlacement",
3683 "kind": "analytics#column",
3684 "attributes": {
3685 "type": "DIMENSION",
3686 "dataType": "STRING",
3687 "group": "DoubleClick Campaign Manager",
3688 "status": "PUBLIC",
3689 "uiName": "DFA Placement (GA Model)",
3690 "description": "DCM site placement name of the DCM click matching the Goog le Analytics session (premium only)."
3691 }
3692 }, {
3693 "id": "ga:dcmClickSitePlacementId",
3694 "kind": "analytics#column",
3695 "attributes": {
3696 "type": "DIMENSION",
3697 "dataType": "STRING",
3698 "group": "DoubleClick Campaign Manager",
3699 "status": "PUBLIC",
3700 "uiName": "DFA Placement ID (GA Model)",
3701 "description": "DCM site placement ID of the DCM click matching the Google Analytics session (premium only)."
3702 }
3703 }, {
3704 "id": "ga:dcmClickSpotId",
3705 "kind": "analytics#column",
3706 "attributes": {
3707 "type": "DIMENSION",
3708 "dataType": "STRING",
3709 "group": "DoubleClick Campaign Manager",
3710 "status": "PUBLIC",
3711 "uiName": "DFA Floodlight Configuration ID (GA Model)",
3712 "description": "DCM Floodlight configuration ID of the DCM click matching the Google Analytics session (premium only)."
3713 }
3714 }, {
3715 "id": "ga:dcmFloodlightActivity",
3716 "kind": "analytics#column",
3717 "attributes": {
3718 "type": "DIMENSION",
3719 "dataType": "STRING",
3720 "group": "DoubleClick Campaign Manager",
3721 "status": "PUBLIC",
3722 "uiName": "DFA Activity",
3723 "description": "DCM Floodlight activity name associated with the floodligh t conversion (premium only)."
3724 }
3725 }, {
3726 "id": "ga:dcmFloodlightActivityAndGroup",
3727 "kind": "analytics#column",
3728 "attributes": {
3729 "type": "DIMENSION",
3730 "dataType": "STRING",
3731 "group": "DoubleClick Campaign Manager",
3732 "status": "PUBLIC",
3733 "uiName": "DFA Activity and Group",
3734 "description": "DCM Floodlight activity name and group name associated wit h the floodlight conversion (premium only)."
3735 }
3736 }, {
3737 "id": "ga:dcmFloodlightActivityGroup",
3738 "kind": "analytics#column",
3739 "attributes": {
3740 "type": "DIMENSION",
3741 "dataType": "STRING",
3742 "group": "DoubleClick Campaign Manager",
3743 "status": "PUBLIC",
3744 "uiName": "DFA Activity Group",
3745 "description": "DCM Floodlight activity group name associated with the flo odlight conversion (premium only)."
3746 }
3747 }, {
3748 "id": "ga:dcmFloodlightActivityGroupId",
3749 "kind": "analytics#column",
3750 "attributes": {
3751 "type": "DIMENSION",
3752 "dataType": "STRING",
3753 "group": "DoubleClick Campaign Manager",
3754 "status": "PUBLIC",
3755 "uiName": "DFA Activity Group ID",
3756 "description": "DCM Floodlight activity group ID associated with the flood light conversion (premium only)."
3757 }
3758 }, {
3759 "id": "ga:dcmFloodlightActivityId",
3760 "kind": "analytics#column",
3761 "attributes": {
3762 "type": "DIMENSION",
3763 "dataType": "STRING",
3764 "group": "DoubleClick Campaign Manager",
3765 "status": "PUBLIC",
3766 "uiName": "DFA Activity ID",
3767 "description": "DCM Floodlight activity ID associated with the floodlight conversion (premium only)."
3768 }
3769 }, {
3770 "id": "ga:dcmFloodlightAdvertiserId",
3771 "kind": "analytics#column",
3772 "attributes": {
3773 "type": "DIMENSION",
3774 "dataType": "STRING",
3775 "group": "DoubleClick Campaign Manager",
3776 "status": "PUBLIC",
3777 "uiName": "DFA Advertiser ID",
3778 "description": "DCM Floodlight advertiser ID associated with the floodligh t conversion (premium only)."
3779 }
3780 }, {
3781 "id": "ga:dcmFloodlightSpotId",
3782 "kind": "analytics#column",
3783 "attributes": {
3784 "type": "DIMENSION",
3785 "dataType": "STRING",
3786 "group": "DoubleClick Campaign Manager",
3787 "status": "PUBLIC",
3788 "uiName": "DFA Floodlight Configuration ID",
3789 "description": "DCM Floodlight configuration ID associated with the floodl ight conversion (premium only)."
3790 }
3791 }, {
3792 "id": "ga:dcmLastEventAd",
3793 "kind": "analytics#column",
3794 "attributes": {
3795 "type": "DIMENSION",
3796 "dataType": "STRING",
3797 "group": "DoubleClick Campaign Manager",
3798 "status": "PUBLIC",
3799 "uiName": "DFA Ad",
3800 "description": "DCM ad name of the last DCM event (impression or click wit hin the DCM lookback window) associated with the Google Analytics session (premi um only)."
3801 }
3802 }, {
3803 "id": "ga:dcmLastEventAdId",
3804 "kind": "analytics#column",
3805 "attributes": {
3806 "type": "DIMENSION",
3807 "dataType": "STRING",
3808 "group": "DoubleClick Campaign Manager",
3809 "status": "PUBLIC",
3810 "uiName": "DFA Ad ID (DFA Model)",
3811 "description": "DCM ad ID of the last DCM event (impression or click withi n the DCM lookback window) associated with the Google Analytics session (premium only)."
3812 }
3813 }, {
3814 "id": "ga:dcmLastEventAdType",
3815 "kind": "analytics#column",
3816 "attributes": {
3817 "type": "DIMENSION",
3818 "dataType": "STRING",
3819 "group": "DoubleClick Campaign Manager",
3820 "status": "PUBLIC",
3821 "uiName": "DFA Ad Type (DFA Model)",
3822 "description": "DCM ad type name of the last DCM event (impression or clic k within the DCM lookback window) associated with the Google Analytics session ( premium only)."
3823 }
3824 }, {
3825 "id": "ga:dcmLastEventAdTypeId",
3826 "kind": "analytics#column",
3827 "attributes": {
3828 "type": "DIMENSION",
3829 "dataType": "STRING",
3830 "group": "DoubleClick Campaign Manager",
3831 "status": "PUBLIC",
3832 "uiName": "DFA Ad Type ID (DFA Model)",
3833 "description": "DCM ad type ID of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics session (pr emium only)."
3834 }
3835 }, {
3836 "id": "ga:dcmLastEventAdvertiser",
3837 "kind": "analytics#column",
3838 "attributes": {
3839 "type": "DIMENSION",
3840 "dataType": "STRING",
3841 "group": "DoubleClick Campaign Manager",
3842 "status": "PUBLIC",
3843 "uiName": "DFA Advertiser (DFA Model)",
3844 "description": "DCM advertiser name of the last DCM event (impression or c lick within the DCM lookback window) associated with the Google Analytics sessio n (premium only)."
3845 }
3846 }, {
3847 "id": "ga:dcmLastEventAdvertiserId",
3848 "kind": "analytics#column",
3849 "attributes": {
3850 "type": "DIMENSION",
3851 "dataType": "STRING",
3852 "group": "DoubleClick Campaign Manager",
3853 "status": "PUBLIC",
3854 "uiName": "DFA Advertiser ID (DFA Model)",
3855 "description": "DCM advertiser ID of the last DCM event (impression or cli ck within the DCM lookback window) associated with the Google Analytics session (premium only)."
3856 }
3857 }, {
3858 "id": "ga:dcmLastEventAttributionType",
3859 "kind": "analytics#column",
3860 "attributes": {
3861 "type": "DIMENSION",
3862 "dataType": "STRING",
3863 "group": "DoubleClick Campaign Manager",
3864 "status": "PUBLIC",
3865 "uiName": "DFA Attribution Type (DFA Model)",
3866 "description": "There are two possible values: ClickThrough and ViewThroug h. If the last DCM event associated with the Google Analytics session was a clic k, then the value will be ClickThrough. If the last DCM event associated with th e Google Analytics session was an ad impression, then the value will be ViewThro ugh (premium only)."
3867 }
3868 }, {
3869 "id": "ga:dcmLastEventCampaign",
3870 "kind": "analytics#column",
3871 "attributes": {
3872 "type": "DIMENSION",
3873 "dataType": "STRING",
3874 "group": "DoubleClick Campaign Manager",
3875 "status": "PUBLIC",
3876 "uiName": "DFA Campaign (DFA Model)",
3877 "description": "DCM campaign name of the last DCM event (impression or cli ck within the DCM lookback window) associated with the Google Analytics session (premium only)."
3878 }
3879 }, {
3880 "id": "ga:dcmLastEventCampaignId",
3881 "kind": "analytics#column",
3882 "attributes": {
3883 "type": "DIMENSION",
3884 "dataType": "STRING",
3885 "group": "DoubleClick Campaign Manager",
3886 "status": "PUBLIC",
3887 "uiName": "DFA Campaign ID (DFA Model)",
3888 "description": "DCM campaign ID of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics session (p remium only)."
3889 }
3890 }, {
3891 "id": "ga:dcmLastEventCreativeId",
3892 "kind": "analytics#column",
3893 "attributes": {
3894 "type": "DIMENSION",
3895 "dataType": "STRING",
3896 "group": "DoubleClick Campaign Manager",
3897 "status": "PUBLIC",
3898 "uiName": "DFA Creative ID (DFA Model)",
3899 "description": "DCM creative ID of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics session (p remium only)."
3900 }
3901 }, {
3902 "id": "ga:dcmLastEventCreative",
3903 "kind": "analytics#column",
3904 "attributes": {
3905 "type": "DIMENSION",
3906 "dataType": "STRING",
3907 "group": "DoubleClick Campaign Manager",
3908 "status": "PUBLIC",
3909 "uiName": "DFA Creative (DFA Model)",
3910 "description": "DCM creative name of the last DCM event (impression or cli ck within the DCM lookback window) associated with the Google Analytics session (premium only)."
3911 }
3912 }, {
3913 "id": "ga:dcmLastEventRenderingId",
3914 "kind": "analytics#column",
3915 "attributes": {
3916 "type": "DIMENSION",
3917 "dataType": "STRING",
3918 "group": "DoubleClick Campaign Manager",
3919 "status": "PUBLIC",
3920 "uiName": "DFA Rendering ID (DFA Model)",
3921 "description": "DCM rendering ID of the last DCM event (impression or clic k within the DCM lookback window) associated with the Google Analytics session ( premium only)."
3922 }
3923 }, {
3924 "id": "ga:dcmLastEventCreativeType",
3925 "kind": "analytics#column",
3926 "attributes": {
3927 "type": "DIMENSION",
3928 "dataType": "STRING",
3929 "group": "DoubleClick Campaign Manager",
3930 "status": "PUBLIC",
3931 "uiName": "DFA Creative Type (DFA Model)",
3932 "description": "DCM creative type name of the last DCM event (impression o r click within the DCM lookback window) associated with the Google Analytics ses sion (premium only)."
3933 }
3934 }, {
3935 "id": "ga:dcmLastEventCreativeTypeId",
3936 "kind": "analytics#column",
3937 "attributes": {
3938 "type": "DIMENSION",
3939 "dataType": "STRING",
3940 "group": "DoubleClick Campaign Manager",
3941 "status": "PUBLIC",
3942 "uiName": "DFA Creative Type ID (DFA Model)",
3943 "description": "DCM creative type ID of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics sessi on (premium only)."
3944 }
3945 }, {
3946 "id": "ga:dcmLastEventCreativeVersion",
3947 "kind": "analytics#column",
3948 "attributes": {
3949 "type": "DIMENSION",
3950 "dataType": "STRING",
3951 "group": "DoubleClick Campaign Manager",
3952 "status": "PUBLIC",
3953 "uiName": "DFA Creative Version (DFA Model)",
3954 "description": "DCM creative version of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics sessi on (premium only)."
3955 }
3956 }, {
3957 "id": "ga:dcmLastEventSite",
3958 "kind": "analytics#column",
3959 "attributes": {
3960 "type": "DIMENSION",
3961 "dataType": "STRING",
3962 "group": "DoubleClick Campaign Manager",
3963 "status": "PUBLIC",
3964 "uiName": "DFA Site (DFA Model)",
3965 "description": "Site name where the DCM creative was shown and clicked on for the last DCM event (impression or click within the DCM lookback window) asso ciated with the Google Analytics session (premium only)."
3966 }
3967 }, {
3968 "id": "ga:dcmLastEventSiteId",
3969 "kind": "analytics#column",
3970 "attributes": {
3971 "type": "DIMENSION",
3972 "dataType": "STRING",
3973 "group": "DoubleClick Campaign Manager",
3974 "status": "PUBLIC",
3975 "uiName": "DFA Site ID (DFA Model)",
3976 "description": "DCM site ID where the DCM creative was shown and clicked o n for the last DCM event (impression or click within the DCM lookback window) as sociated with the Google Analytics session (premium only)."
3977 }
3978 }, {
3979 "id": "ga:dcmLastEventSitePlacement",
3980 "kind": "analytics#column",
3981 "attributes": {
3982 "type": "DIMENSION",
3983 "dataType": "STRING",
3984 "group": "DoubleClick Campaign Manager",
3985 "status": "PUBLIC",
3986 "uiName": "DFA Placement (DFA Model)",
3987 "description": "DCM site placement name of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics se ssion (premium only)."
3988 }
3989 }, {
3990 "id": "ga:dcmLastEventSitePlacementId",
3991 "kind": "analytics#column",
3992 "attributes": {
3993 "type": "DIMENSION",
3994 "dataType": "STRING",
3995 "group": "DoubleClick Campaign Manager",
3996 "status": "PUBLIC",
3997 "uiName": "DFA Placement ID (DFA Model)",
3998 "description": "DCM site placement ID of the last DCM event (impression or click within the DCM lookback window) associated with the Google Analytics sess ion (premium only)."
3999 }
4000 }, {
4001 "id": "ga:dcmLastEventSpotId",
4002 "kind": "analytics#column",
4003 "attributes": {
4004 "type": "DIMENSION",
4005 "dataType": "STRING",
4006 "group": "DoubleClick Campaign Manager",
4007 "status": "PUBLIC",
4008 "uiName": "DFA Floodlight Configuration ID (DFA Model)",
4009 "description": "DCM Floodlight configuration ID of the last DCM event (imp ression or click within the DCM lookback window) associated with the Google Anal ytics session (premium only)."
4010 }
4011 }, {
4012 "id": "ga:dcmFloodlightQuantity",
4013 "kind": "analytics#column",
4014 "attributes": {
4015 "type": "METRIC",
4016 "dataType": "INTEGER",
4017 "group": "DoubleClick Campaign Manager",
4018 "status": "PUBLIC",
4019 "uiName": "DFA Conversions",
4020 "description": "The number of DCM Floodlight conversions (premium only)."
4021 }
4022 }, {
4023 "id": "ga:dcmFloodlightRevenue",
4024 "kind": "analytics#column",
4025 "attributes": {
4026 "type": "METRIC",
4027 "dataType": "CURRENCY",
4028 "group": "DoubleClick Campaign Manager",
4029 "status": "PUBLIC",
4030 "uiName": "DFA Revenue",
4031 "description": "DCM Floodlight revenue (premium only)."
4032 }
4033 }, {
4034 "id": "ga:landingContentGroupXX",
4035 "kind": "analytics#column",
4036 "attributes": {
4037 "type": "DIMENSION",
4038 "dataType": "STRING",
4039 "group": "Content Grouping",
4040 "status": "PUBLIC",
4041 "uiName": "Landing Page Group XX",
4042 "description": "The first matching content group in a user's session.",
4043 "minTemplateIndex": "1",
4044 "maxTemplateIndex": "5",
4045 "allowedInSegments": "true"
4046 }
4047 }, {
4048 "id": "ga:previousContentGroupXX",
4049 "kind": "analytics#column",
4050 "attributes": {
4051 "type": "DIMENSION",
4052 "dataType": "STRING",
4053 "group": "Content Grouping",
4054 "status": "PUBLIC",
4055 "uiName": "Previous Page Group XX",
4056 "description": "Refers to content group that was visited before another co ntent group.",
4057 "minTemplateIndex": "1",
4058 "maxTemplateIndex": "5",
4059 "allowedInSegments": "true"
4060 }
4061 }, {
4062 "id": "ga:contentGroupXX",
4063 "kind": "analytics#column",
4064 "attributes": {
4065 "type": "DIMENSION",
4066 "dataType": "STRING",
4067 "group": "Content Grouping",
4068 "status": "PUBLIC",
4069 "uiName": "Page Group XX",
4070 "description": "Content group on a property. A content group is a collecti on of content providing a logical structure that can be determined by tracking c ode or page title/url regex match, or predefined rules.",
4071 "minTemplateIndex": "1",
4072 "maxTemplateIndex": "5",
4073 "allowedInSegments": "true"
4074 }
4075 }, {
4076 "id": "ga:nextContentGroupXX",
4077 "kind": "analytics#column",
4078 "attributes": {
4079 "type": "DIMENSION",
4080 "dataType": "STRING",
4081 "group": "Content Grouping",
4082 "status": "PUBLIC",
4083 "uiName": "Next Page Group XX",
4084 "description": "Refers to content group that was visited after another con tent group.",
4085 "minTemplateIndex": "1",
4086 "maxTemplateIndex": "5",
4087 "allowedInSegments": "true"
4088 }
4089 }, {
4090 "id": "ga:userAgeBracket",
4091 "kind": "analytics#column",
4092 "attributes": {
4093 "type": "DIMENSION",
4094 "dataType": "STRING",
4095 "group": "Audience",
4096 "status": "PUBLIC",
4097 "uiName": "Age",
4098 "description": "Age bracket of user.",
4099 "allowedInSegments": "true"
4100 }
4101 }, {
4102 "id": "ga:visitorAgeBracket",
4103 "kind": "analytics#column",
4104 "attributes": {
4105 "replacedBy": "ga:userAgeBracket",
4106 "type": "DIMENSION",
4107 "dataType": "STRING",
4108 "group": "Audience",
4109 "status": "DEPRECATED",
4110 "uiName": "Age",
4111 "description": "Age bracket of user.",
4112 "allowedInSegments": "true"
4113 }
4114 }, {
4115 "id": "ga:userGender",
4116 "kind": "analytics#column",
4117 "attributes": {
4118 "type": "DIMENSION",
4119 "dataType": "STRING",
4120 "group": "Audience",
4121 "status": "PUBLIC",
4122 "uiName": "Gender",
4123 "description": "Gender of user.",
4124 "allowedInSegments": "true"
4125 }
4126 }, {
4127 "id": "ga:visitorGender",
4128 "kind": "analytics#column",
4129 "attributes": {
4130 "replacedBy": "ga:userGender",
4131 "type": "DIMENSION",
4132 "dataType": "STRING",
4133 "group": "Audience",
4134 "status": "DEPRECATED",
4135 "uiName": "Gender",
4136 "description": "Gender of user.",
4137 "allowedInSegments": "true"
4138 }
4139 }, {
4140 "id": "ga:interestOtherCategory",
4141 "kind": "analytics#column",
4142 "attributes": {
4143 "type": "DIMENSION",
4144 "dataType": "STRING",
4145 "group": "Audience",
4146 "status": "PUBLIC",
4147 "uiName": "Other Category",
4148 "description": "Indicates that users are more likely to be interested in l earning about the specified category, and more likely to be ready to purchase.",
4149 "allowedInSegments": "true"
4150 }
4151 }, {
4152 "id": "ga:interestAffinityCategory",
4153 "kind": "analytics#column",
4154 "attributes": {
4155 "type": "DIMENSION",
4156 "dataType": "STRING",
4157 "group": "Audience",
4158 "status": "PUBLIC",
4159 "uiName": "Affinity Category (reach)",
4160 "description": "Indicates that users are more likely to be interested in l earning about the specified category.",
4161 "allowedInSegments": "true"
4162 }
4163 }, {
4164 "id": "ga:interestInMarketCategory",
4165 "kind": "analytics#column",
4166 "attributes": {
4167 "type": "DIMENSION",
4168 "dataType": "STRING",
4169 "group": "Audience",
4170 "status": "PUBLIC",
4171 "uiName": "In-Market Segment",
4172 "description": "Indicates that users are more likely to be ready to purcha se products or services in the specified category.",
4173 "allowedInSegments": "true"
4174 }
4175 }, {
4176 "id": "ga:adsenseRevenue",
4177 "kind": "analytics#column",
4178 "attributes": {
4179 "type": "METRIC",
4180 "dataType": "CURRENCY",
4181 "group": "Adsense",
4182 "status": "PUBLIC",
4183 "uiName": "AdSense Revenue",
4184 "description": "The total revenue from AdSense ads.",
4185 "allowedInSegments": "true"
4186 }
4187 }, {
4188 "id": "ga:adsenseAdUnitsViewed",
4189 "kind": "analytics#column",
4190 "attributes": {
4191 "type": "METRIC",
4192 "dataType": "INTEGER",
4193 "group": "Adsense",
4194 "status": "PUBLIC",
4195 "uiName": "AdSense Ad Units Viewed",
4196 "description": "The number of AdSense ad units viewed. An Ad unit is a set of ads displayed as a result of one piece of the AdSense ad code. Details: http s://support.google.com/adsense/answer/32715?hl=en",
4197 "allowedInSegments": "true"
4198 }
4199 }, {
4200 "id": "ga:adsenseAdsViewed",
4201 "kind": "analytics#column",
4202 "attributes": {
4203 "type": "METRIC",
4204 "dataType": "INTEGER",
4205 "group": "Adsense",
4206 "status": "PUBLIC",
4207 "uiName": "AdSense Impressions",
4208 "description": "The number of AdSense ads viewed. Multiple ads can be disp layed within an Ad Unit.",
4209 "allowedInSegments": "true"
4210 }
4211 }, {
4212 "id": "ga:adsenseAdsClicks",
4213 "kind": "analytics#column",
4214 "attributes": {
4215 "type": "METRIC",
4216 "dataType": "INTEGER",
4217 "group": "Adsense",
4218 "status": "PUBLIC",
4219 "uiName": "AdSense Ads Clicked",
4220 "description": "The number of times AdSense ads on your site were clicked. ",
4221 "allowedInSegments": "true"
4222 }
4223 }, {
4224 "id": "ga:adsensePageImpressions",
4225 "kind": "analytics#column",
4226 "attributes": {
4227 "type": "METRIC",
4228 "dataType": "INTEGER",
4229 "group": "Adsense",
4230 "status": "PUBLIC",
4231 "uiName": "AdSense Page Impressions",
4232 "description": "The number of pageviews during which an AdSense ad was dis played. A page impression can have multiple Ad Units.",
4233 "allowedInSegments": "true"
4234 }
4235 }, {
4236 "id": "ga:adsenseCTR",
4237 "kind": "analytics#column",
4238 "attributes": {
4239 "type": "METRIC",
4240 "dataType": "PERCENT",
4241 "group": "Adsense",
4242 "status": "PUBLIC",
4243 "uiName": "AdSense CTR",
4244 "description": "The percentage of page impressions that resulted in a clic k on an AdSense ad.",
4245 "calculation": "ga:adsenseAdsClicks/ga:adsensePageImpressions"
4246 }
4247 }, {
4248 "id": "ga:adsenseECPM",
4249 "kind": "analytics#column",
4250 "attributes": {
4251 "type": "METRIC",
4252 "dataType": "CURRENCY",
4253 "group": "Adsense",
4254 "status": "PUBLIC",
4255 "uiName": "AdSense eCPM",
4256 "description": "The estimated cost per thousand page impressions. It is yo ur AdSense Revenue per 1000 page impressions.",
4257 "calculation": "ga:adsenseRevenue/(ga:adsensePageImpressions/1000)"
4258 }
4259 }, {
4260 "id": "ga:adsenseExits",
4261 "kind": "analytics#column",
4262 "attributes": {
4263 "type": "METRIC",
4264 "dataType": "INTEGER",
4265 "group": "Adsense",
4266 "status": "PUBLIC",
4267 "uiName": "AdSense Exits",
4268 "description": "The number of sessions that ended due to a user clicking o n an AdSense ad.",
4269 "allowedInSegments": "true"
4270 }
4271 }, {
4272 "id": "ga:adsenseViewableImpressionPercent",
4273 "kind": "analytics#column",
4274 "attributes": {
4275 "type": "METRIC",
4276 "dataType": "PERCENT",
4277 "group": "Adsense",
4278 "status": "PUBLIC",
4279 "uiName": "AdSense Viewable Impression %",
4280 "description": "The percentage of impressions that were viewable."
4281 }
4282 }, {
4283 "id": "ga:adsenseCoverage",
4284 "kind": "analytics#column",
4285 "attributes": {
4286 "type": "METRIC",
4287 "dataType": "PERCENT",
4288 "group": "Adsense",
4289 "status": "PUBLIC",
4290 "uiName": "AdSense Coverage",
4291 "description": "The percentage of ad requests that returned at least one a d."
4292 }
4293 }, {
4294 "id": "ga:campaignCode",
4295 "kind": "analytics#column",
4296 "attributes": {
4297 "type": "DIMENSION",
4298 "dataType": "STRING",
4299 "group": "Traffic Sources",
4300 "status": "PUBLIC",
4301 "uiName": "Campaign Code",
4302 "description": "When using manual campaign tracking, the value of the utm_ id campaign tracking parameter."
4303 }
4304 }, {
4305 "id": "ga:channelGrouping",
4306 "kind": "analytics#column",
4307 "attributes": {
4308 "type": "DIMENSION",
4309 "dataType": "STRING",
4310 "group": "Channel Grouping",
4311 "status": "PUBLIC",
4312 "uiName": "Default Channel Grouping",
4313 "description": "The default channel grouping that is shared within the Vie w (Profile).",
4314 "allowedInSegments": "true"
4315 }
4316 }, {
4317 "id": "ga:checkoutOptions",
4318 "kind": "analytics#column",
4319 "attributes": {
4320 "type": "DIMENSION",
4321 "dataType": "STRING",
4322 "group": "Ecommerce",
4323 "status": "PUBLIC",
4324 "uiName": "Checkout Options",
4325 "description": "User options specified during the checkout process, e.g., FedEx, DHL, UPS for delivery options or Visa, MasterCard, AmEx for payment optio ns. This dimension should be used along with ga:shoppingStage (Enhanced Ecommerc e).",
4326 "allowedInSegments": "true"
4327 }
4328 }, {
4329 "id": "ga:correlationModelId",
4330 "kind": "analytics#column",
4331 "attributes": {
4332 "type": "DIMENSION",
4333 "dataType": "STRING",
4334 "group": "Related Products",
4335 "status": "PUBLIC",
4336 "uiName": "Correlation Model ID",
4337 "description": "Correlation Model ID for related products."
4338 }
4339 }, {
4340 "id": "ga:internalPromotionCreative",
4341 "kind": "analytics#column",
4342 "attributes": {
4343 "type": "DIMENSION",
4344 "dataType": "STRING",
4345 "group": "Ecommerce",
4346 "status": "PUBLIC",
4347 "uiName": "Internal Promotion Creative",
4348 "description": "The creative content designed for a promotion (Enhanced Ec ommerce).",
4349 "allowedInSegments": "true"
4350 }
4351 }, {
4352 "id": "ga:internalPromotionId",
4353 "kind": "analytics#column",
4354 "attributes": {
4355 "type": "DIMENSION",
4356 "dataType": "STRING",
4357 "group": "Ecommerce",
4358 "status": "PUBLIC",
4359 "uiName": "Internal Promotion ID",
4360 "description": "The ID of the promotion (Enhanced Ecommerce).",
4361 "allowedInSegments": "true"
4362 }
4363 }, {
4364 "id": "ga:internalPromotionName",
4365 "kind": "analytics#column",
4366 "attributes": {
4367 "type": "DIMENSION",
4368 "dataType": "STRING",
4369 "group": "Ecommerce",
4370 "status": "PUBLIC",
4371 "uiName": "Internal Promotion Name",
4372 "description": "The name of the promotion (Enhanced Ecommerce).",
4373 "allowedInSegments": "true"
4374 }
4375 }, {
4376 "id": "ga:internalPromotionPosition",
4377 "kind": "analytics#column",
4378 "attributes": {
4379 "type": "DIMENSION",
4380 "dataType": "STRING",
4381 "group": "Ecommerce",
4382 "status": "PUBLIC",
4383 "uiName": "Internal Promotion Position",
4384 "description": "The position of the promotion on the web page or applicati on screen (Enhanced Ecommerce).",
4385 "allowedInSegments": "true"
4386 }
4387 }, {
4388 "id": "ga:isTrueViewVideoAd",
4389 "kind": "analytics#column",
4390 "attributes": {
4391 "type": "DIMENSION",
4392 "dataType": "STRING",
4393 "group": "Adwords",
4394 "status": "PUBLIC",
4395 "uiName": "TrueView Video Ad",
4396 "description": "'Yes' or 'No' - Indicates whether the ad is an AdWords Tru eView video ad."
4397 }
4398 }, {
4399 "id": "ga:nthHour",
4400 "kind": "analytics#column",
4401 "attributes": {
4402 "type": "DIMENSION",
4403 "dataType": "STRING",
4404 "group": "Time",
4405 "status": "PUBLIC",
4406 "uiName": "Hour Index",
4407 "description": "Index for each hour in the specified date range. Index for the first hour of first day (i.e., start-date) in the date range is 0, 1 for th e next hour, and so on."
4408 }
4409 }, {
4410 "id": "ga:orderCouponCode",
4411 "kind": "analytics#column",
4412 "attributes": {
4413 "type": "DIMENSION",
4414 "dataType": "STRING",
4415 "group": "Ecommerce",
4416 "status": "PUBLIC",
4417 "uiName": "Order Coupon Code",
4418 "description": "Code for the order-level coupon (Enhanced Ecommerce).",
4419 "allowedInSegments": "true"
4420 }
4421 }, {
4422 "id": "ga:productBrand",
4423 "kind": "analytics#column",
4424 "attributes": {
4425 "type": "DIMENSION",
4426 "dataType": "STRING",
4427 "group": "Ecommerce",
4428 "status": "PUBLIC",
4429 "uiName": "Product Brand",
4430 "description": "The brand name under which the product is sold (Enhanced E commerce).",
4431 "allowedInSegments": "true"
4432 }
4433 }, {
4434 "id": "ga:productCategoryHierarchy",
4435 "kind": "analytics#column",
4436 "attributes": {
4437 "type": "DIMENSION",
4438 "dataType": "STRING",
4439 "group": "Ecommerce",
4440 "status": "PUBLIC",
4441 "uiName": "Product Category (Enhanced Ecommerce)",
4442 "description": "The hierarchical category in which the product is classifi ed (Enhanced Ecommerce).",
4443 "allowedInSegments": "true"
4444 }
4445 }, {
4446 "id": "ga:productCategoryLevelXX",
4447 "kind": "analytics#column",
4448 "attributes": {
4449 "type": "DIMENSION",
4450 "dataType": "STRING",
4451 "group": "Ecommerce",
4452 "status": "PUBLIC",
4453 "uiName": "Product Category Level XX",
4454 "description": "Level (1-5) in the product category hierarchy, starting fr om the top (Enhanced Ecommerce).",
4455 "minTemplateIndex": "1",
4456 "maxTemplateIndex": "5",
4457 "allowedInSegments": "true"
4458 }
4459 }, {
4460 "id": "ga:productCouponCode",
4461 "kind": "analytics#column",
4462 "attributes": {
4463 "type": "DIMENSION",
4464 "dataType": "STRING",
4465 "group": "Ecommerce",
4466 "status": "PUBLIC",
4467 "uiName": "Product Coupon Code",
4468 "description": "Code for the product-level coupon (Enhanced Ecommerce).",
4469 "allowedInSegments": "true"
4470 }
4471 }, {
4472 "id": "ga:productListName",
4473 "kind": "analytics#column",
4474 "attributes": {
4475 "type": "DIMENSION",
4476 "dataType": "STRING",
4477 "group": "Ecommerce",
4478 "status": "PUBLIC",
4479 "uiName": "Product List Name",
4480 "description": "The name of the product list in which the product appears (Enhanced Ecommerce).",
4481 "allowedInSegments": "true"
4482 }
4483 }, {
4484 "id": "ga:productListPosition",
4485 "kind": "analytics#column",
4486 "attributes": {
4487 "type": "DIMENSION",
4488 "dataType": "STRING",
4489 "group": "Ecommerce",
4490 "status": "PUBLIC",
4491 "uiName": "Product List Position",
4492 "description": "The position of the product in the product list (Enhanced Ecommerce).",
4493 "allowedInSegments": "true"
4494 }
4495 }, {
4496 "id": "ga:productVariant",
4497 "kind": "analytics#column",
4498 "attributes": {
4499 "type": "DIMENSION",
4500 "dataType": "STRING",
4501 "group": "Ecommerce",
4502 "status": "PUBLIC",
4503 "uiName": "Product Variant",
4504 "description": "The specific variation of a product, e.g., XS, S, M, L for size or Red, Blue, Green, Black for color (Enhanced Ecommerce).",
4505 "allowedInSegments": "true"
4506 }
4507 }, {
4508 "id": "ga:queryProductId",
4509 "kind": "analytics#column",
4510 "attributes": {
4511 "type": "DIMENSION",
4512 "dataType": "STRING",
4513 "group": "Related Products",
4514 "status": "PUBLIC",
4515 "uiName": "Queried Product ID",
4516 "description": "ID of the product being queried."
4517 }
4518 }, {
4519 "id": "ga:queryProductName",
4520 "kind": "analytics#column",
4521 "attributes": {
4522 "type": "DIMENSION",
4523 "dataType": "STRING",
4524 "group": "Related Products",
4525 "status": "PUBLIC",
4526 "uiName": "Queried Product Name",
4527 "description": "Name of the product being queried."
4528 }
4529 }, {
4530 "id": "ga:queryProductVariation",
4531 "kind": "analytics#column",
4532 "attributes": {
4533 "type": "DIMENSION",
4534 "dataType": "STRING",
4535 "group": "Related Products",
4536 "status": "PUBLIC",
4537 "uiName": "Queried Product Variation",
4538 "description": "Variation of the product being queried."
4539 }
4540 }, {
4541 "id": "ga:relatedProductId",
4542 "kind": "analytics#column",
4543 "attributes": {
4544 "type": "DIMENSION",
4545 "dataType": "STRING",
4546 "group": "Related Products",
4547 "status": "PUBLIC",
4548 "uiName": "Related Product ID",
4549 "description": "ID of the related product."
4550 }
4551 }, {
4552 "id": "ga:relatedProductName",
4553 "kind": "analytics#column",
4554 "attributes": {
4555 "type": "DIMENSION",
4556 "dataType": "STRING",
4557 "group": "Related Products",
4558 "status": "PUBLIC",
4559 "uiName": "Related Product Name",
4560 "description": "Name of the related product."
4561 }
4562 }, {
4563 "id": "ga:relatedProductVariation",
4564 "kind": "analytics#column",
4565 "attributes": {
4566 "type": "DIMENSION",
4567 "dataType": "STRING",
4568 "group": "Related Products",
4569 "status": "PUBLIC",
4570 "uiName": "Related Product Variation",
4571 "description": "Variation of the related product."
4572 }
4573 }, {
4574 "id": "ga:shoppingStage",
4575 "kind": "analytics#column",
4576 "attributes": {
4577 "type": "DIMENSION",
4578 "dataType": "STRING",
4579 "group": "Ecommerce",
4580 "status": "PUBLIC",
4581 "uiName": "Shopping Stage",
4582 "description": "Various stages of the shopping experience that users compl eted in a session, e.g., PRODUCT_VIEW, ADD_TO_CART, CHECKOUT, etc. (Enhanced Eco mmerce).",
4583 "allowedInSegments": "true"
4584 }
4585 }, {
4586 "id": "ga:buyToDetailRate",
4587 "kind": "analytics#column",
4588 "attributes": {
4589 "type": "METRIC",
4590 "dataType": "PERCENT",
4591 "group": "Ecommerce",
4592 "status": "PUBLIC",
4593 "uiName": "Buy-to-Detail Rate",
4594 "description": "Unique purchases divided by views of product detail pages (Enhanced Ecommerce)."
4595 }
4596 }, {
4597 "id": "ga:cartToDetailRate",
4598 "kind": "analytics#column",
4599 "attributes": {
4600 "type": "METRIC",
4601 "dataType": "PERCENT",
4602 "group": "Ecommerce",
4603 "status": "PUBLIC",
4604 "uiName": "Cart-to-Detail Rate",
4605 "description": "Product adds divided by views of product details (Enhanced Ecommerce)."
4606 }
4607 }, {
4608 "id": "ga:correlationScore",
4609 "kind": "analytics#column",
4610 "attributes": {
4611 "type": "METRIC",
4612 "dataType": "CURRENCY",
4613 "group": "Related Products",
4614 "status": "PUBLIC",
4615 "uiName": "Correlation Score",
4616 "description": "Correlation Score for related products."
4617 }
4618 }, {
4619 "id": "ga:dcmCPC",
4620 "kind": "analytics#column",
4621 "attributes": {
4622 "type": "METRIC",
4623 "dataType": "CURRENCY",
4624 "group": "DoubleClick Campaign Manager",
4625 "status": "PUBLIC",
4626 "uiName": "DFA CPC",
4627 "description": "DCM Cost Per Click (premium only)."
4628 }
4629 }, {
4630 "id": "ga:dcmCTR",
4631 "kind": "analytics#column",
4632 "attributes": {
4633 "type": "METRIC",
4634 "dataType": "PERCENT",
4635 "group": "DoubleClick Campaign Manager",
4636 "status": "PUBLIC",
4637 "uiName": "DFA CTR",
4638 "description": "DCM Click Through Rate (premium only)."
4639 }
4640 }, {
4641 "id": "ga:dcmClicks",
4642 "kind": "analytics#column",
4643 "attributes": {
4644 "type": "METRIC",
4645 "dataType": "INTEGER",
4646 "group": "DoubleClick Campaign Manager",
4647 "status": "PUBLIC",
4648 "uiName": "DFA Clicks",
4649 "description": "DCM Total Clicks (premium only)."
4650 }
4651 }, {
4652 "id": "ga:dcmCost",
4653 "kind": "analytics#column",
4654 "attributes": {
4655 "type": "METRIC",
4656 "dataType": "CURRENCY",
4657 "group": "DoubleClick Campaign Manager",
4658 "status": "PUBLIC",
4659 "uiName": "DFA Cost",
4660 "description": "DCM Total Cost (premium only)."
4661 }
4662 }, {
4663 "id": "ga:dcmImpressions",
4664 "kind": "analytics#column",
4665 "attributes": {
4666 "type": "METRIC",
4667 "dataType": "INTEGER",
4668 "group": "DoubleClick Campaign Manager",
4669 "status": "PUBLIC",
4670 "uiName": "DFA Impressions",
4671 "description": "DCM Total Impressions (premium only)."
4672 }
4673 }, {
4674 "id": "ga:dcmMargin",
4675 "kind": "analytics#column",
4676 "attributes": {
4677 "type": "METRIC",
4678 "dataType": "PERCENT",
4679 "group": "DoubleClick Campaign Manager",
4680 "status": "PUBLIC",
4681 "uiName": "DFA Margin",
4682 "description": "DCM Margin (premium only)."
4683 }
4684 }, {
4685 "id": "ga:dcmROI",
4686 "kind": "analytics#column",
4687 "attributes": {
4688 "type": "METRIC",
4689 "dataType": "PERCENT",
4690 "group": "DoubleClick Campaign Manager",
4691 "status": "PUBLIC",
4692 "uiName": "DFA ROI",
4693 "description": "DCM Return On Investment (premium only)."
4694 }
4695 }, {
4696 "id": "ga:dcmRPC",
4697 "kind": "analytics#column",
4698 "attributes": {
4699 "type": "METRIC",
4700 "dataType": "CURRENCY",
4701 "group": "DoubleClick Campaign Manager",
4702 "status": "PUBLIC",
4703 "uiName": "DFA RPC",
4704 "description": "DCM Revenue Per Click (premium only)."
4705 }
4706 }, {
4707 "id": "ga:hits",
4708 "kind": "analytics#column",
4709 "attributes": {
4710 "type": "METRIC",
4711 "dataType": "INTEGER",
4712 "group": "Session",
4713 "status": "PUBLIC",
4714 "uiName": "Hits",
4715 "description": "Total number of hits sent to Google Analytics. This metric sums all hit types (e.g. pageview, event, timing, etc.).",
4716 "allowedInSegments": "true"
4717 }
4718 }, {
4719 "id": "ga:internalPromotionCTR",
4720 "kind": "analytics#column",
4721 "attributes": {
4722 "type": "METRIC",
4723 "dataType": "PERCENT",
4724 "group": "Ecommerce",
4725 "status": "PUBLIC",
4726 "uiName": "Internal Promotion CTR",
4727 "description": "The rate at which users clicked through to view the intern al promotion (ga:internalPromotionClicks / ga:internalPromotionViews) - (Enhance d Ecommerce).",
4728 "calculation": "ga:internalPromotionClicks / ga:internalPromotionViews"
4729 }
4730 }, {
4731 "id": "ga:internalPromotionClicks",
4732 "kind": "analytics#column",
4733 "attributes": {
4734 "type": "METRIC",
4735 "dataType": "INTEGER",
4736 "group": "Ecommerce",
4737 "status": "PUBLIC",
4738 "uiName": "Internal Promotion Clicks",
4739 "description": "The number of clicks on an internal promotion (Enhanced Ec ommerce).",
4740 "allowedInSegments": "true"
4741 }
4742 }, {
4743 "id": "ga:internalPromotionViews",
4744 "kind": "analytics#column",
4745 "attributes": {
4746 "type": "METRIC",
4747 "dataType": "INTEGER",
4748 "group": "Ecommerce",
4749 "status": "PUBLIC",
4750 "uiName": "Internal Promotion Views",
4751 "description": "The number of views of an internal promotion (Enhanced Eco mmerce).",
4752 "allowedInSegments": "true"
4753 }
4754 }, {
4755 "id": "ga:localProductRefundAmount",
4756 "kind": "analytics#column",
4757 "attributes": {
4758 "type": "METRIC",
4759 "dataType": "CURRENCY",
4760 "group": "Ecommerce",
4761 "status": "PUBLIC",
4762 "uiName": "Local Product Refund Amount",
4763 "description": "Refund amount for a given product in the local currency (E nhanced Ecommerce).",
4764 "allowedInSegments": "true"
4765 }
4766 }, {
4767 "id": "ga:localRefundAmount",
4768 "kind": "analytics#column",
4769 "attributes": {
4770 "type": "METRIC",
4771 "dataType": "CURRENCY",
4772 "group": "Ecommerce",
4773 "status": "PUBLIC",
4774 "uiName": "Local Refund Amount",
4775 "description": "Total refund amount for the transaction in the local curre ncy (Enhanced Ecommerce).",
4776 "allowedInSegments": "true"
4777 }
4778 }, {
4779 "id": "ga:productAddsToCart",
4780 "kind": "analytics#column",
4781 "attributes": {
4782 "type": "METRIC",
4783 "dataType": "INTEGER",
4784 "group": "Ecommerce",
4785 "status": "PUBLIC",
4786 "uiName": "Product Adds To Cart",
4787 "description": "Number of times the product was added to the shopping cart (Enhanced Ecommerce).",
4788 "allowedInSegments": "true"
4789 }
4790 }, {
4791 "id": "ga:productCheckouts",
4792 "kind": "analytics#column",
4793 "attributes": {
4794 "type": "METRIC",
4795 "dataType": "INTEGER",
4796 "group": "Ecommerce",
4797 "status": "PUBLIC",
4798 "uiName": "Product Checkouts",
4799 "description": "Number of times the product was included in the check-out process (Enhanced Ecommerce).",
4800 "allowedInSegments": "true"
4801 }
4802 }, {
4803 "id": "ga:productDetailViews",
4804 "kind": "analytics#column",
4805 "attributes": {
4806 "type": "METRIC",
4807 "dataType": "INTEGER",
4808 "group": "Ecommerce",
4809 "status": "PUBLIC",
4810 "uiName": "Product Detail Views",
4811 "description": "Number of times users viewed the product-detail page (Enha nced Ecommerce).",
4812 "allowedInSegments": "true"
4813 }
4814 }, {
4815 "id": "ga:productListCTR",
4816 "kind": "analytics#column",
4817 "attributes": {
4818 "type": "METRIC",
4819 "dataType": "PERCENT",
4820 "group": "Ecommerce",
4821 "status": "PUBLIC",
4822 "uiName": "Product List CTR",
4823 "description": "The rate at which users clicked through on the product in a product list (ga:productListClicks / ga:productListViews) - (Enhanced Ecommerc e).",
4824 "calculation": "ga:productListClicks / ga:productListViews"
4825 }
4826 }, {
4827 "id": "ga:productListClicks",
4828 "kind": "analytics#column",
4829 "attributes": {
4830 "type": "METRIC",
4831 "dataType": "INTEGER",
4832 "group": "Ecommerce",
4833 "status": "PUBLIC",
4834 "uiName": "Product List Clicks",
4835 "description": "Number of times users clicked the product when it appeared in the product list (Enhanced Ecommerce).",
4836 "allowedInSegments": "true"
4837 }
4838 }, {
4839 "id": "ga:productListViews",
4840 "kind": "analytics#column",
4841 "attributes": {
4842 "type": "METRIC",
4843 "dataType": "INTEGER",
4844 "group": "Ecommerce",
4845 "status": "PUBLIC",
4846 "uiName": "Product List Views",
4847 "description": "Number of times the product appeared in a product list (En hanced Ecommerce).",
4848 "allowedInSegments": "true"
4849 }
4850 }, {
4851 "id": "ga:productRefundAmount",
4852 "kind": "analytics#column",
4853 "attributes": {
4854 "type": "METRIC",
4855 "dataType": "CURRENCY",
4856 "group": "Ecommerce",
4857 "status": "PUBLIC",
4858 "uiName": "Product Refund Amount",
4859 "description": "Total refund amount associated with the product (Enhanced Ecommerce).",
4860 "allowedInSegments": "true"
4861 }
4862 }, {
4863 "id": "ga:productRefunds",
4864 "kind": "analytics#column",
4865 "attributes": {
4866 "type": "METRIC",
4867 "dataType": "INTEGER",
4868 "group": "Ecommerce",
4869 "status": "PUBLIC",
4870 "uiName": "Product Refunds",
4871 "description": "Number of times a refund was issued for the product (Enhan ced Ecommerce).",
4872 "allowedInSegments": "true"
4873 }
4874 }, {
4875 "id": "ga:productRemovesFromCart",
4876 "kind": "analytics#column",
4877 "attributes": {
4878 "type": "METRIC",
4879 "dataType": "INTEGER",
4880 "group": "Ecommerce",
4881 "status": "PUBLIC",
4882 "uiName": "Product Removes From Cart",
4883 "description": "Number of times the product was removed from shopping cart (Enhanced Ecommerce).",
4884 "allowedInSegments": "true"
4885 }
4886 }, {
4887 "id": "ga:productRevenuePerPurchase",
4888 "kind": "analytics#column",
4889 "attributes": {
4890 "type": "METRIC",
4891 "dataType": "CURRENCY",
4892 "group": "Ecommerce",
4893 "status": "PUBLIC",
4894 "uiName": "Product Revenue per Purchase",
4895 "description": "Average product revenue per purchase (commonly used with P roduct Coupon Code) (ga:itemRevenue / ga:uniquePurchases) - (Enhanced Ecommerce) .",
4896 "calculation": "ga:itemRevenue / ga:uniquePurchases"
4897 }
4898 }, {
4899 "id": "ga:quantityAddedToCart",
4900 "kind": "analytics#column",
4901 "attributes": {
4902 "type": "METRIC",
4903 "dataType": "INTEGER",
4904 "group": "Ecommerce",
4905 "status": "PUBLIC",
4906 "uiName": "Quantity Added To Cart",
4907 "description": "Number of product units added to the shopping cart (Enhanc ed Ecommerce).",
4908 "allowedInSegments": "true"
4909 }
4910 }, {
4911 "id": "ga:quantityCheckedOut",
4912 "kind": "analytics#column",
4913 "attributes": {
4914 "type": "METRIC",
4915 "dataType": "INTEGER",
4916 "group": "Ecommerce",
4917 "status": "PUBLIC",
4918 "uiName": "Quantity Checked Out",
4919 "description": "Number of product units included in check out (Enhanced Ec ommerce).",
4920 "allowedInSegments": "true"
4921 }
4922 }, {
4923 "id": "ga:quantityRefunded",
4924 "kind": "analytics#column",
4925 "attributes": {
4926 "type": "METRIC",
4927 "dataType": "INTEGER",
4928 "group": "Ecommerce",
4929 "status": "PUBLIC",
4930 "uiName": "Quantity Refunded",
4931 "description": "Number of product units refunded (Enhanced Ecommerce).",
4932 "allowedInSegments": "true"
4933 }
4934 }, {
4935 "id": "ga:quantityRemovedFromCart",
4936 "kind": "analytics#column",
4937 "attributes": {
4938 "type": "METRIC",
4939 "dataType": "INTEGER",
4940 "group": "Ecommerce",
4941 "status": "PUBLIC",
4942 "uiName": "Quantity Removed From Cart",
4943 "description": "Number of product units removed from cart (Enhanced Ecomme rce).",
4944 "allowedInSegments": "true"
4945 }
4946 }, {
4947 "id": "ga:queryProductQuantity",
4948 "kind": "analytics#column",
4949 "attributes": {
4950 "type": "METRIC",
4951 "dataType": "INTEGER",
4952 "group": "Related Products",
4953 "status": "PUBLIC",
4954 "uiName": "Queried Product Quantity",
4955 "description": "Quantity of the product being queried."
4956 }
4957 }, {
4958 "id": "ga:refundAmount",
4959 "kind": "analytics#column",
4960 "attributes": {
4961 "type": "METRIC",
4962 "dataType": "CURRENCY",
4963 "group": "Ecommerce",
4964 "status": "PUBLIC",
4965 "uiName": "Refund Amount",
4966 "description": "Currency amount refunded for a transaction (Enhanced Ecomm erce).",
4967 "allowedInSegments": "true"
4968 }
4969 }, {
4970 "id": "ga:relatedProductQuantity",
4971 "kind": "analytics#column",
4972 "attributes": {
4973 "type": "METRIC",
4974 "dataType": "INTEGER",
4975 "group": "Related Products",
4976 "status": "PUBLIC",
4977 "uiName": "Related Product Quantity",
4978 "description": "Quantity of the related product."
4979 }
4980 }, {
4981 "id": "ga:totalRefunds",
4982 "kind": "analytics#column",
4983 "attributes": {
4984 "type": "METRIC",
4985 "dataType": "INTEGER",
4986 "group": "Ecommerce",
4987 "status": "PUBLIC",
4988 "uiName": "Refunds",
4989 "description": "Number of refunds that have been issued (Enhanced Ecommerc e).",
4990 "allowedInSegments": "true"
4991 }
4992 }]
4993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698