diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 5a5d8ec6874b89febc21df5fc936e8b8b932442d..1e69fd1de3be170df2f26b001c09e5369881ad11 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -796,6 +796,9 @@ class Population:
             "zero_prob_stars_skipped": self.grid_options['_zero_prob_stars_skipped']
         }
 
+        # Add analytics dict to the metadata too:
+        self.grid_ensemble_results['metadata'].update(analytics_dict)
+
         ##
         # Clean up code: remove files, unset values, unload interpolators etc. This is placed in the general evolve function,
         # because that makes for easier control