Skip to content

Commit af02505

Browse files
committed
Update README and settings for AI Analytics plugin to reflect changes in AI model terminology and improve UI consistency
- Updated AI model reference from GPT-4 to GPT-5 for accuracy. - Revised navigation instructions for adding domains to enhance user experience. - Adjusted CSS for password input container to ensure proper alignment and presentation.
1 parent 2ab8cb2 commit af02505

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

hall-ai-analytics/includes/settings.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ function ai_analytics_admin_enqueue_scripts($hook) {
215215
align-items: center;
216216
margin: 0;
217217
gap: 8px;
218+
line-height: 1;
219+
}
220+
.password-input-container .button .dashicons {
221+
line-height: inherit;
222+
vertical-align: middle;
218223
}
219224
.checkbox-input-container {
220225
display: inline-flex;

hall-ai-analytics/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AI Analytics enables you to measure AI assistant, AI agents, and AI crawler acti
1616

1717
After setting up the plugin, you'll be able to understand:
1818

19-
- **How AI crawlers access your website** to train and improve their foundational models like GPT-4 or Claude Sonnet
19+
- **How AI crawlers access your website** to train and improve their foundational models like GPT-5 or Claude Sonnet
2020
- **How AI assistants and AI agents are using content from your website** to display to users in response to questions asked on platforms like ChatGPT
2121
- **How search crawlers are browsing pages on your website** to build and improve search engine indexes for both AI and traditional search
2222
- **Which AI platforms users are clicking from** and being referred to your website
@@ -49,7 +49,7 @@ This plugin connects your WordPress website to [Hall](https://usehall.com/ai-age
4949
### Get your API key
5050

5151
1. [Sign up for a free account](https://usehall.com/?utm_source=wordpress_plugin_directory) with Hall
52-
2. Navigate to your domain or click **New domain** in the navigation sidebar and add your domain
52+
2. Click **AI site analytics** in the navigation sidebar and add your domain
5353
3. Then click **Domain settings**, and follow the set up instructions to create an API key for your domain
5454
4. Copy your API key
5555
5. Navigate to **Settings**, then **AI Analytics** in your WordPress site

0 commit comments

Comments
 (0)