|
2491 | 2491 | } |
2492 | 2492 | } |
2493 | 2493 | }, |
| 2494 | + "searchQueryRules": { |
| 2495 | + "properties": { |
| 2496 | + "appId": { |
| 2497 | + "type": "keyword", |
| 2498 | + "_meta": { |
| 2499 | + "description": "The application being tracked" |
| 2500 | + } |
| 2501 | + }, |
| 2502 | + "viewId": { |
| 2503 | + "type": "keyword", |
| 2504 | + "_meta": { |
| 2505 | + "description": "Always `main`" |
| 2506 | + } |
| 2507 | + }, |
| 2508 | + "clicks_total": { |
| 2509 | + "type": "long", |
| 2510 | + "_meta": { |
| 2511 | + "description": "General number of clicks in the application since we started counting them" |
| 2512 | + } |
| 2513 | + }, |
| 2514 | + "clicks_7_days": { |
| 2515 | + "type": "long", |
| 2516 | + "_meta": { |
| 2517 | + "description": "General number of clicks in the application over the last 7 days" |
| 2518 | + } |
| 2519 | + }, |
| 2520 | + "clicks_30_days": { |
| 2521 | + "type": "long", |
| 2522 | + "_meta": { |
| 2523 | + "description": "General number of clicks in the application over the last 30 days" |
| 2524 | + } |
| 2525 | + }, |
| 2526 | + "clicks_90_days": { |
| 2527 | + "type": "long", |
| 2528 | + "_meta": { |
| 2529 | + "description": "General number of clicks in the application over the last 90 days" |
| 2530 | + } |
| 2531 | + }, |
| 2532 | + "minutes_on_screen_total": { |
| 2533 | + "type": "float", |
| 2534 | + "_meta": { |
| 2535 | + "description": "Minutes the application is active and on-screen since we started counting them." |
| 2536 | + } |
| 2537 | + }, |
| 2538 | + "minutes_on_screen_7_days": { |
| 2539 | + "type": "float", |
| 2540 | + "_meta": { |
| 2541 | + "description": "Minutes the application is active and on-screen over the last 7 days" |
| 2542 | + } |
| 2543 | + }, |
| 2544 | + "minutes_on_screen_30_days": { |
| 2545 | + "type": "float", |
| 2546 | + "_meta": { |
| 2547 | + "description": "Minutes the application is active and on-screen over the last 30 days" |
| 2548 | + } |
| 2549 | + }, |
| 2550 | + "minutes_on_screen_90_days": { |
| 2551 | + "type": "float", |
| 2552 | + "_meta": { |
| 2553 | + "description": "Minutes the application is active and on-screen over the last 90 days" |
| 2554 | + } |
| 2555 | + }, |
| 2556 | + "views": { |
| 2557 | + "type": "array", |
| 2558 | + "items": { |
| 2559 | + "properties": { |
| 2560 | + "appId": { |
| 2561 | + "type": "keyword", |
| 2562 | + "_meta": { |
| 2563 | + "description": "The application being tracked" |
| 2564 | + } |
| 2565 | + }, |
| 2566 | + "viewId": { |
| 2567 | + "type": "keyword", |
| 2568 | + "_meta": { |
| 2569 | + "description": "The application view being tracked" |
| 2570 | + } |
| 2571 | + }, |
| 2572 | + "clicks_total": { |
| 2573 | + "type": "long", |
| 2574 | + "_meta": { |
| 2575 | + "description": "General number of clicks in the application sub view since we started counting them" |
| 2576 | + } |
| 2577 | + }, |
| 2578 | + "clicks_7_days": { |
| 2579 | + "type": "long", |
| 2580 | + "_meta": { |
| 2581 | + "description": "General number of clicks in the active application sub view over the last 7 days" |
| 2582 | + } |
| 2583 | + }, |
| 2584 | + "clicks_30_days": { |
| 2585 | + "type": "long", |
| 2586 | + "_meta": { |
| 2587 | + "description": "General number of clicks in the active application sub view over the last 30 days" |
| 2588 | + } |
| 2589 | + }, |
| 2590 | + "clicks_90_days": { |
| 2591 | + "type": "long", |
| 2592 | + "_meta": { |
| 2593 | + "description": "General number of clicks in the active application sub view over the last 90 days" |
| 2594 | + } |
| 2595 | + }, |
| 2596 | + "minutes_on_screen_total": { |
| 2597 | + "type": "float", |
| 2598 | + "_meta": { |
| 2599 | + "description": "Minutes the application sub view is active and on-screen since we started counting them." |
| 2600 | + } |
| 2601 | + }, |
| 2602 | + "minutes_on_screen_7_days": { |
| 2603 | + "type": "float", |
| 2604 | + "_meta": { |
| 2605 | + "description": "Minutes the application is active and on-screen active application sub view over the last 7 days" |
| 2606 | + } |
| 2607 | + }, |
| 2608 | + "minutes_on_screen_30_days": { |
| 2609 | + "type": "float", |
| 2610 | + "_meta": { |
| 2611 | + "description": "Minutes the application is active and on-screen active application sub view over the last 30 days" |
| 2612 | + } |
| 2613 | + }, |
| 2614 | + "minutes_on_screen_90_days": { |
| 2615 | + "type": "float", |
| 2616 | + "_meta": { |
| 2617 | + "description": "Minutes the application is active and on-screen active application sub view over the last 90 days" |
| 2618 | + } |
| 2619 | + } |
| 2620 | + } |
| 2621 | + } |
| 2622 | + } |
| 2623 | + } |
| 2624 | + }, |
2494 | 2625 | "enterpriseSearchAnalytics": { |
2495 | 2626 | "properties": { |
2496 | 2627 | "appId": { |
|
0 commit comments