diff --git a/config/optional/views.view.google_analytics_reports_page.yml b/config/optional/views.view.google_analytics_reports_page.yml
index 8603636..0de91bc 100644
--- a/config/optional/views.view.google_analytics_reports_page.yml
+++ b/config/optional/views.view.google_analytics_reports_page.yml
@@ -1,12 +1,9 @@
-uuid: cd98716f-49db-4792-8c94-035f609127ed
 langcode: da
 status: true
 dependencies:
   module:
     - google_analytics_reports
     - user
-_core:
-  default_config_hash: u6499D4WmLg1EJnJ6jmNSVaC1hIaTImEFVldhiwuNEo
 id: google_analytics_reports_page
 label: 'Google Analytics Reports Page'
 module: views
@@ -455,6 +452,7 @@ display:
           group: 1
           expose:
             operator: ''
+          plugin_id: google_analytics_date
         end_date:
           id: end_date
           table: google_analytics
@@ -465,6 +463,7 @@ display:
           group: 1
           expose:
             operator: ''
+          plugin_id: google_analytics_date
       sorts: {  }
       title: 'Google Analytics Reports Page'
       header: {  }
diff --git a/config/optional/views.view.google_analytics_summary.yml b/config/optional/views.view.google_analytics_summary.yml
index 71dd1b8..219c235 100644
--- a/config/optional/views.view.google_analytics_summary.yml
+++ b/config/optional/views.view.google_analytics_summary.yml
@@ -1,4 +1,3 @@
-uuid: ff0ed9f9-ffd8-4bb4-a4b6-323187897025
 langcode: en
 status: true
 dependencies:
@@ -7,8 +6,6 @@ dependencies:
   module:
     - google_analytics_reports
     - user
-_core:
-  default_config_hash: KxFwaGrOTF2085NLGRC_KEjyfV_3l0z5yEbCC_THFJo
 id: google_analytics_summary
 label: 'Google Analytics Summary'
 module: views
@@ -457,6 +454,7 @@ display:
           group: 1
           expose:
             operator: ''
+          plugin_id: google_analytics_date
         end_date:
           id: end_date
           table: google_analytics
@@ -467,6 +465,7 @@ display:
           group: 1
           expose:
             operator: ''
+          plugin_id: google_analytics_date
       sorts: {  }
       title: 'Google Analytics Summary'
       header: {  }
diff --git a/config/schema/google_analytics_reports.schema.yml b/config/schema/google_analytics_reports.schema.yml
index a14b491..dcfec72 100644
--- a/config/schema/google_analytics_reports.schema.yml
+++ b/config/schema/google_analytics_reports.schema.yml
@@ -10,3 +10,97 @@ google_analytics_reports.settings:
     metadata_last_time:
       type: string
       label: 'Lat time request for Google Analytics Metadata API'
+
+views.view.google_analytics_summary:
+  type: views_display_default
+  label: 'Default display options'
+  mapping:
+    display_options:
+      type: mapping
+      label: 'Display options'
+      mapping:
+        filters:
+          type: mapping
+          label: 'Filters'
+          mapping:
+            start_date:
+              type: mapping
+              label: 'Start Date'
+              mapping:
+                value:
+                  type: mapping
+                  label: 'Context Value'
+                  mapping:
+                    type:
+                      type: string
+                      label: 'Type'
+                    value:
+                      type: string
+                      label: 'Value'
+            end_date:
+              type: mapping
+              label: 'End Date'
+              mapping:
+                value:
+                  type: mapping
+                  label: 'Context Value'
+                  mapping:
+                    type:
+                      type: string
+                      label: 'Type'
+                    value:
+                      type: string
+                      label: 'Value'
+
+views.view.google_analytics_reports_page:
+  type: views_display
+  label: 'Default display options'
+  mapping:
+    display_options:
+      type: mapping
+      label: 'Display options'
+      mapping:
+        filters:
+          type: mapping
+          label: 'Filters'
+          mapping:
+            start_date:
+              type: mapping
+              label: 'Start Date'
+              mapping:
+                value:
+                  type: mapping
+                  label: 'Context Value'
+                  mapping:
+                    type:
+                      type: string
+                      label: 'Type'
+                    value:
+                      type: string
+                      label: 'Value'
+            end_date:
+              type: mapping
+              label: 'End Date'
+              mapping:
+                value:
+                  type: mapping
+                  label: 'Context Value'
+                  mapping:
+                    type:
+                      type: string
+                      label: 'Type'
+                    value:
+                      type: string
+                      label: 'Value'
+
+views.filter_value.google_analytics_date:
+  type: views.filter_value.date
+  label: 'Date'
+  mapping:
+    value:
+      type: string
+      label: 'Value'
+
+views.filter_value.google_analytics_numeric:
+  type: views.filter_value.numeric
+  label: 'Numeric'
