diff --git a/config/schema/google_analytics_reports.views.schema.yml b/config/schema/google_analytics_reports.views.schema.yml
new file mode 100644
index 0000000..34acc8e
--- /dev/null
+++ b/config/schema/google_analytics_reports.views.schema.yml
@@ -0,0 +1,15 @@
+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'
+
+views.filter_value.google_analytics_string:
+  type: views.filter_value.string
+  label: 'String'
