-
-
-
Export post analytics
-
- Download a single, glorious CSV file with all your post analytics
-
-
-
+
+
Posts
+
+
+
+
+
Export post analytics
+
+ Download a single, glorious CSV file with all your post analytics
+
+
-
-
-{{/if}}
\ No newline at end of file
+
+
+
diff --git a/ghost/core/core/server/api/endpoints/posts.js b/ghost/core/core/server/api/endpoints/posts.js
index 83505fd2dc..ccaa2e90ad 100644
--- a/ghost/core/core/server/api/endpoints/posts.js
+++ b/ghost/core/core/server/api/endpoints/posts.js
@@ -68,7 +68,7 @@ module.exports = {
type: 'csv',
value() {
const datetime = (new Date()).toJSON().substring(0, 10);
- return `posts.${datetime}.csv`;
+ return `post-analytics.${datetime}.csv`;
}
}
},