
AnalyticsAI
Connect to your Google Analytics™ and get data with AI using simple prompts.
- Name For Model
- analyticsai
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a month ago
- Contact
- [email protected]
- Description For Model
- This plugin enables fetching data from the Google Analytics Data API v1 using simple text prompt (example: 'project id: XXXXXXXXX', 'list of requested metrics: bounce rate, sessions, users', 'start date: DD-MM-YYYY', 'end date: DD-MM-YYYY'). Using the 'get_property' function to fetch the property ID. Then, use the 'chat' function to fetch the data. Provide a message that includes the property ID number, start date and end date (in DD-MM-YYYY format), and the requested metrics. Note: Ensure compatibility between metrics and dimensions. If the plugin receives 'analyticsData#runReport' response, it indicates there is no data to show. This could be due to incompatible metrics and dimensions or absence of data for the requested metrics. In such cases, verify the compatibility of the metric and the dimension, or try to remove the dimension and try other metrics.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | chatPost | POST | Fetch Google Analytics data |
2 | getProperties | GET | Get the list of Google Analytics properties with properties id |
3 | getMetadata | GET | Get the metadata of available metrics and dimensions of a Google Analytics property |