diff --git a/resources/automagic_dashboards/field/Country.yaml b/resources/automagic_dashboards/field/Country.yaml index 85784e56bf998dbb2cf88129c01aab35b333baa1..c80afbcc797f2b3b690633dbf841e28c71fb2c42 100644 --- a/resources/automagic_dashboards/field/Country.yaml +++ b/resources/automagic_dashboards/field/Country.yaml @@ -1,4 +1,5 @@ -title: A look at the [[this]] field +title: A look at your [[this]] field per country +transient_title: Here's a closer look at your [[this]] field per country description: Which countries are represented the most and least. applies_to: GenericTable.Country metrics: diff --git a/resources/automagic_dashboards/field/DateTime.yaml b/resources/automagic_dashboards/field/DateTime.yaml index 384e46e948128e37828b6d3eaae416d79358b837..87d57f5678547cc901b1034d107a2b37b6af5f61 100644 --- a/resources/automagic_dashboards/field/DateTime.yaml +++ b/resources/automagic_dashboards/field/DateTime.yaml @@ -1,4 +1,5 @@ -title: A look at the [[this]] field +title: A look at your [[this]] field over time +transient_title: Here's a closer look at your [[this]] field over time description: How [[this]] is distributed, and how different numbers change across it. applies_to: GenericTable.DateTime metrics: diff --git a/resources/automagic_dashboards/field/GenericField.yaml b/resources/automagic_dashboards/field/GenericField.yaml index ad5306e7f50e598f392355e353c61cc9478382c8..810e0e426a5fe13726376f7bf6b77fe2eb7384fe 100644 --- a/resources/automagic_dashboards/field/GenericField.yaml +++ b/resources/automagic_dashboards/field/GenericField.yaml @@ -1,4 +1,5 @@ -title: A look at the [[this]] field +title: A look at your [[this]] field +transient_title: Here's an overview of your [[this]] field description: How [[this]] is distributed and more. applies_to: GenericTable.* metrics: diff --git a/resources/automagic_dashboards/field/State.yaml b/resources/automagic_dashboards/field/State.yaml index 0d2fffbe1b8ed00a835c9ce0d820a7465e60dc04..f6bd301b71d1f9050c7dce4947a7da0b7bd8583c 100644 --- a/resources/automagic_dashboards/field/State.yaml +++ b/resources/automagic_dashboards/field/State.yaml @@ -1,4 +1,5 @@ -title: A look at the [[this]] field +title: A look at your [[this]] field per state +transient_title: Here's a closer look at your [[this]] field per state description: How [[this]] is distributed, and how different numbers are represented per state. applies_to: GenericTable.State metrics: diff --git a/resources/automagic_dashboards/metric/GenericMetric.yaml b/resources/automagic_dashboards/metric/GenericMetric.yaml index 2e05d8753b5cfa6a3256984bd42cdaaaa0b1c0f8..21b2a6904514d3547546c60130c551269905fc7e 100644 --- a/resources/automagic_dashboards/metric/GenericMetric.yaml +++ b/resources/automagic_dashboards/metric/GenericMetric.yaml @@ -1,4 +1,5 @@ title: A look at your [[this]] metric +transient_title: Here's a quick look at your [[this]] metric description: How it's distributed across time and other categories. applies_to: GenericTable metrics: diff --git a/resources/automagic_dashboards/table/EventTable.yaml b/resources/automagic_dashboards/table/EventTable.yaml index f8e566a008da429fe7eec71162c92c97787921b7..36b945858def95032141908b5cf40fa41247c8e6 100644 --- a/resources/automagic_dashboards/table/EventTable.yaml +++ b/resources/automagic_dashboards/table/EventTable.yaml @@ -1,4 +1,5 @@ -title: "A summary of the events in your [[this]] table" +title: A look at your [[this]] table +transient_title: "A summary of the events in your [[this]] table" description: A look at your events over time and by several categories. metrics: - Count: ["count"] diff --git a/resources/automagic_dashboards/table/GenericTable.yaml b/resources/automagic_dashboards/table/GenericTable.yaml index 935ef1a79d96c08488e1ee8104efa462d5932c5a..bb1f817075455cb51a53b948324bc2ec3d8bfa27 100644 --- a/resources/automagic_dashboards/table/GenericTable.yaml +++ b/resources/automagic_dashboards/table/GenericTable.yaml @@ -1,4 +1,5 @@ -title: "A quick look at your [[GenericTable]] table" +title: "A look at your [[GenericTable]] table" +transient_title: "Here's a quick look at your [[GenericTable]] table" description: An overview of your [[GenericTable]] table and how it's distributed across time, place, and categories. metrics: - Count: ["count"] diff --git a/resources/automagic_dashboards/table/GenericTable/Correlations.yaml b/resources/automagic_dashboards/table/GenericTable/Correlations.yaml index 45ab27a57ff2442b8f020367eb1cb2c347a120c5..7cf9f42f41012ff6041ac39180ea4b427512f3fe 100644 --- a/resources/automagic_dashboards/table/GenericTable/Correlations.yaml +++ b/resources/automagic_dashboards/table/GenericTable/Correlations.yaml @@ -1,4 +1,5 @@ -title: "How some of the numbers in [[this]] relate to each other" +title: "[[this]] comparisons and correlations" +transient_title: "How some of the numbers in [[this]] relate to each other" description: If you're into correlations, this is the x-ray for you. applies_to: GenericTable diff --git a/resources/automagic_dashboards/table/GoogleAnalyticsTable.yaml b/resources/automagic_dashboards/table/GoogleAnalyticsTable.yaml index a5361760d4d5ff18ca47416a617a57999a91cddd..6bb05ab5532b68ef9f8e106a34ccd95d86310442 100644 --- a/resources/automagic_dashboards/table/GoogleAnalyticsTable.yaml +++ b/resources/automagic_dashboards/table/GoogleAnalyticsTable.yaml @@ -1,4 +1,5 @@ -title: Here's an overview of your Google Analytics data +title: Google Analytics data overview +transient_title: Here's an overview of your Google Analytics data description: Some interesting metrics about your GA stats to get you started. metrics: - Sessions: diff --git a/resources/automagic_dashboards/table/TransactionTable.yaml b/resources/automagic_dashboards/table/TransactionTable.yaml index 415fd48cad2422a8576058204d45bff546a646a1..570782bb156ba1ad82832a18bbcc70f02a2cf546 100644 --- a/resources/automagic_dashboards/table/TransactionTable.yaml +++ b/resources/automagic_dashboards/table/TransactionTable.yaml @@ -1,4 +1,5 @@ -title: "It looks like your [[this]] table has transactions, so here's a look at them" +title: A look at your [[this]] table +transient_title: "It looks like your [[this]] table has transactions, so here's a look at them" description: Some metrics we found about your transactions. metrics: - AvgDiscount: diff --git a/resources/automagic_dashboards/table/TransactionTable/ByCountry.yaml b/resources/automagic_dashboards/table/TransactionTable/ByCountry.yaml index c34d18fd23d02d3d07ff1f0944058fe6b7d146d2..d88b1eaccbb32e5a06802a1311e044463ad5fec8 100644 --- a/resources/automagic_dashboards/table/TransactionTable/ByCountry.yaml +++ b/resources/automagic_dashboards/table/TransactionTable/ByCountry.yaml @@ -1,4 +1,5 @@ title: "[[this]] per country" +transient_title: Here's a closer look at your [[this]] per country description: A deeper look at how different countries are performing for you. applies_to: TransactionTable metrics: diff --git a/resources/automagic_dashboards/table/TransactionTable/ByProduct.yaml b/resources/automagic_dashboards/table/TransactionTable/ByProduct.yaml index 662a9f1e3c3d99409eab29c3f20041772420b55f..771e6b06cb2ba6fa14f74da9d0096dcf1ff16701 100644 --- a/resources/automagic_dashboards/table/TransactionTable/ByProduct.yaml +++ b/resources/automagic_dashboards/table/TransactionTable/ByProduct.yaml @@ -1,4 +1,5 @@ title: "[[this]] per product" +transient_title: Here's a closer look at your [[this]] by products description: How your different products are performing. applies_to: TransactionTable metrics: diff --git a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml index 7d42a34ccc287795c7a915fa4f398bd5db1a4491..982a60080bdf278fb87373107c995b35147fab97 100644 --- a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml +++ b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml @@ -1,4 +1,5 @@ -title: "[[GenericTable]] per source" +title: "[[this]] per source" +transient_title: Here's a closer look at your [[this]] per source description: Where most of your traffic is coming from. applies_to: TransactionTable metrics: diff --git a/resources/automagic_dashboards/table/TransactionTable/ByState.yaml b/resources/automagic_dashboards/table/TransactionTable/ByState.yaml index 7dc89ff14ff559fbc17c9b5387058af4127f7ca8..fbc66e8aadb9d119341ef4bad02d4fe729cb3b0a 100644 --- a/resources/automagic_dashboards/table/TransactionTable/ByState.yaml +++ b/resources/automagic_dashboards/table/TransactionTable/ByState.yaml @@ -1,4 +1,5 @@ title: "[[this]] per state in the US" +transient_title: Here's a closer look at your [[this]] per US states description: Which US states are bringing you the most business. applies_to: TransactionTable metrics: diff --git a/resources/automagic_dashboards/table/TransactionTable/Seasonality.yaml b/resources/automagic_dashboards/table/TransactionTable/Seasonality.yaml index 80fa52bb73bce2d43416938741d49c8c70edab48..25fc5780f43c89d1fb469d0c7c6b810e35882c1a 100644 --- a/resources/automagic_dashboards/table/TransactionTable/Seasonality.yaml +++ b/resources/automagic_dashboards/table/TransactionTable/Seasonality.yaml @@ -1,4 +1,5 @@ title: "[[this]] over time" +transient_title: Here's a closer look at your [[this]] over time description: Whether or not there are any patterns to when they happen. applies_to: TransactionTable metrics: diff --git a/resources/automagic_dashboards/table/UserTable.yaml b/resources/automagic_dashboards/table/UserTable.yaml index 1cb8c7bc09eb9ffe76c50b3e3a47401a7ecb31fc..5d22bc67f06dd3c23d8d9109b56ab0d4a6839e46 100644 --- a/resources/automagic_dashboards/table/UserTable.yaml +++ b/resources/automagic_dashboards/table/UserTable.yaml @@ -1,4 +1,5 @@ -title: "Here's an overview of your [[GenericTable]] table" +title: A look at your [[this]] table +transient_title: "Here's an overview of your [[this]] table" description: An exploration of your users to get you started. metrics: - Count: