Changeset 3488579
- Timestamp:
- 03/23/2026 06:02:24 AM (9 days ago)
- Location:
- cmsps-revenue-pulse-advisor
- Files:
-
- 4 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.0.3/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cmsps-revenue-pulse-advisor/tags/1.0.3/readme.txt
r3487544 r3488579 1 1 === CMSPS Revenue Pulse Advisor === 2 2 Contributors: codingmall 3 Tags: woocommerce, analytics, ai, insights, ecommerce3 Tags: woocommerce, analytics, ai, ecommerce, sales reports 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Run WooCommerce revenue analysis from wp-admin and review results.11 Generate AI-powered WooCommerce revenue analysis in wp-admin and review saved reports, trends, and recommendations. 12 12 13 13 == Description == 14 14 15 This plugin adds a WooCommerce admin workflow for: 16 * Running revenue analysis for preset or custom date ranges. 17 * Viewing saved analysis results in wp-admin. 18 * Buying credits. 19 * Reviewing credit purchase history. 15 CMSPS Revenue Pulse Advisor helps WooCommerce store owners review store performance without leaving wp-admin. The plugin collects aggregated WooCommerce metrics for a selected period, sends them for AI analysis, and returns a structured revenue report with observations and recommendations you can review later. 16 17 Use this plugin to: 18 * Run WooCommerce revenue analysis for preset windows or custom date ranges up to 90 days. 19 * Review AI-generated sales insights for revenue, orders, AOV, refunds, discounts, and trend changes. 20 * Inspect saved analysis history with status tracking, filters, and detailed result pages. 21 * View source data snapshots including top products, top categories, KPI summaries, and period comparisons. 22 * Export analysis results as PDF using your browser print dialog. 23 * Check your current credit balance from inside wp-admin. 24 * Buy additional credits through live checkout links. 25 * Review past credit purchase history for your connected site. 26 * Automatically provision site credentials on supported live public domains. 27 28 The plugin adds a dedicated WooCommerce admin area with: 29 * Settings page for connection status, site ID, API connectivity, and credits remaining. 30 * Run Revenue Analysis page for preset or custom reporting windows. 31 * Revenue Analysis Results page for browsing past reports. 32 * Revenue Analysis Detail page for full AI output plus supporting source metrics. 33 * Buy Credits page for purchasing credit packs. 34 * Credits Purchased page for reviewing successful credit top-ups. 35 36 This plugin is designed for WooCommerce merchants who want AI sales insights, WooCommerce revenue trends, and store performance reporting without building custom dashboards or exporting raw data manually. 20 37 21 38 == External services == 22 39 23 This plugin connects to external services for activation, credit balance lookup, revenue analysis generation, and credit purchases.40 This plugin uses external services for site activation, credit balance checks, AI revenue analysis, and credit purchases. 24 41 25 Service website:26 * https://codingmall.com27 * https://fastspring.com42 Services used: 43 * CMSPS SaaS: https://codingmall.com 44 * FastSpring checkout: https://fastspring.com 28 45 29 When requests are sent: 30 * During activation or automatic reconnection to provision site credentials 31 * When the store owner runs a revenue analysis 32 * When plugin admin pages request credit balance or credit ledger data 33 * When the `Buy Credits` page loads to show available credit packages 34 * When the site owner starts a credit purchase through FastSpring checkout 46 Requests are sent: 47 * During automatic site activation or reconnection 48 * When you run a revenue analysis 49 * When the plugin loads credit balance, credit history, or live checkout links 35 50 36 51 Data sent: 37 * S tore/site identifiers needed for authentication and activation38 * Aggregated WooCommerce metrics for the selected analysis window, such as revenue, orders, AOV, refunds, discounts, and product/category summaries39 * The current `site_id` in checkout links so purchased credits can be linked to the correct site52 * Site/store identifiers needed for activation and authentication 53 * Aggregated WooCommerce reporting data for the selected analysis period 54 * `site_id` in checkout links so purchased credits can be assigned to the correct site 40 55 41 Service policies:56 Policies: 42 57 * Terms of Use: https://codingmall.com/terms-of-use 43 58 * Privacy Policy: https://codingmall.com/privacy-policy … … 50 65 3. Open `Revenue Pulse Advisor > Settings`. 51 66 4. Wait for the plugin to generate site credentials automatically on a live public domain. 52 5. Run your first analysis from `Run Revenue Analysis`. 67 5. Confirm the plugin shows a connected status and your available credits. 68 6. Open `Run Revenue Analysis` and choose a preset window or custom date range. 69 7. Accept the AI disclaimer and run your first report. 70 8. Review saved reports from `Revenue Analysis Results`. 53 71 54 72 == Frequently Asked Questions == … … 57 75 Yes. WooCommerce must be installed and active. 58 76 77 = What does this plugin analyze? = 78 The plugin analyzes aggregated WooCommerce store data for the selected period, including revenue, order count, average order value, refunds, discounts, top products, top categories, and comparison signals between periods. 79 80 = What kind of reports does it generate? = 81 It generates AI-assisted WooCommerce revenue analysis reports with observations, trends, and recommendations that you can review later from inside wp-admin. 82 83 = Can I run reports for custom dates? = 84 Yes. You can choose preset windows or a custom date range up to 90 days. 85 86 = Can I export WooCommerce analysis results? = 87 Yes. Each saved result includes an export action that opens a print-friendly view you can save as PDF from your browser. 88 59 89 = How are credits purchased? = 60 90 Use the `Buy Credits` screen inside the plugin. 61 91 92 = Can I review previous reports and credit purchases? = 93 Yes. The plugin includes pages for saved revenue analysis results and credit purchase history. 94 62 95 = Do I need to enter API credentials manually? = 63 96 No. The plugin attempts to generate site credentials automatically after activation on a live public domain. 97 98 = Does it work on localhost or private development domains? = 99 Automatic activation is intended for live public domains. Localhost and private/test environments are not eligible for automatic activation. 64 100 65 101 = Does the plugin store payment details? = -
cmsps-revenue-pulse-advisor/trunk/readme.txt
r3487544 r3488579 1 1 === CMSPS Revenue Pulse Advisor === 2 2 Contributors: codingmall 3 Tags: woocommerce, analytics, ai, insights, ecommerce3 Tags: woocommerce, analytics, ai, ecommerce, sales reports 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Run WooCommerce revenue analysis from wp-admin and review results.11 Generate AI-powered WooCommerce revenue analysis in wp-admin and review saved reports, trends, and recommendations. 12 12 13 13 == Description == 14 14 15 This plugin adds a WooCommerce admin workflow for: 16 * Running revenue analysis for preset or custom date ranges. 17 * Viewing saved analysis results in wp-admin. 18 * Buying credits. 19 * Reviewing credit purchase history. 15 CMSPS Revenue Pulse Advisor helps WooCommerce store owners review store performance without leaving wp-admin. The plugin collects aggregated WooCommerce metrics for a selected period, sends them for AI analysis, and returns a structured revenue report with observations and recommendations you can review later. 16 17 Use this plugin to: 18 * Run WooCommerce revenue analysis for preset windows or custom date ranges up to 90 days. 19 * Review AI-generated sales insights for revenue, orders, AOV, refunds, discounts, and trend changes. 20 * Inspect saved analysis history with status tracking, filters, and detailed result pages. 21 * View source data snapshots including top products, top categories, KPI summaries, and period comparisons. 22 * Export analysis results as PDF using your browser print dialog. 23 * Check your current credit balance from inside wp-admin. 24 * Buy additional credits through live checkout links. 25 * Review past credit purchase history for your connected site. 26 * Automatically provision site credentials on supported live public domains. 27 28 The plugin adds a dedicated WooCommerce admin area with: 29 * Settings page for connection status, site ID, API connectivity, and credits remaining. 30 * Run Revenue Analysis page for preset or custom reporting windows. 31 * Revenue Analysis Results page for browsing past reports. 32 * Revenue Analysis Detail page for full AI output plus supporting source metrics. 33 * Buy Credits page for purchasing credit packs. 34 * Credits Purchased page for reviewing successful credit top-ups. 35 36 This plugin is designed for WooCommerce merchants who want AI sales insights, WooCommerce revenue trends, and store performance reporting without building custom dashboards or exporting raw data manually. 20 37 21 38 == External services == 22 39 23 This plugin connects to external services for activation, credit balance lookup, revenue analysis generation, and credit purchases.40 This plugin uses external services for site activation, credit balance checks, AI revenue analysis, and credit purchases. 24 41 25 Service website:26 * https://codingmall.com27 * https://fastspring.com42 Services used: 43 * CMSPS SaaS: https://codingmall.com 44 * FastSpring checkout: https://fastspring.com 28 45 29 When requests are sent: 30 * During activation or automatic reconnection to provision site credentials 31 * When the store owner runs a revenue analysis 32 * When plugin admin pages request credit balance or credit ledger data 33 * When the `Buy Credits` page loads to show available credit packages 34 * When the site owner starts a credit purchase through FastSpring checkout 46 Requests are sent: 47 * During automatic site activation or reconnection 48 * When you run a revenue analysis 49 * When the plugin loads credit balance, credit history, or live checkout links 35 50 36 51 Data sent: 37 * S tore/site identifiers needed for authentication and activation38 * Aggregated WooCommerce metrics for the selected analysis window, such as revenue, orders, AOV, refunds, discounts, and product/category summaries39 * The current `site_id` in checkout links so purchased credits can be linked to the correct site52 * Site/store identifiers needed for activation and authentication 53 * Aggregated WooCommerce reporting data for the selected analysis period 54 * `site_id` in checkout links so purchased credits can be assigned to the correct site 40 55 41 Service policies:56 Policies: 42 57 * Terms of Use: https://codingmall.com/terms-of-use 43 58 * Privacy Policy: https://codingmall.com/privacy-policy … … 50 65 3. Open `Revenue Pulse Advisor > Settings`. 51 66 4. Wait for the plugin to generate site credentials automatically on a live public domain. 52 5. Run your first analysis from `Run Revenue Analysis`. 67 5. Confirm the plugin shows a connected status and your available credits. 68 6. Open `Run Revenue Analysis` and choose a preset window or custom date range. 69 7. Accept the AI disclaimer and run your first report. 70 8. Review saved reports from `Revenue Analysis Results`. 53 71 54 72 == Frequently Asked Questions == … … 57 75 Yes. WooCommerce must be installed and active. 58 76 77 = What does this plugin analyze? = 78 The plugin analyzes aggregated WooCommerce store data for the selected period, including revenue, order count, average order value, refunds, discounts, top products, top categories, and comparison signals between periods. 79 80 = What kind of reports does it generate? = 81 It generates AI-assisted WooCommerce revenue analysis reports with observations, trends, and recommendations that you can review later from inside wp-admin. 82 83 = Can I run reports for custom dates? = 84 Yes. You can choose preset windows or a custom date range up to 90 days. 85 86 = Can I export WooCommerce analysis results? = 87 Yes. Each saved result includes an export action that opens a print-friendly view you can save as PDF from your browser. 88 59 89 = How are credits purchased? = 60 90 Use the `Buy Credits` screen inside the plugin. 61 91 92 = Can I review previous reports and credit purchases? = 93 Yes. The plugin includes pages for saved revenue analysis results and credit purchase history. 94 62 95 = Do I need to enter API credentials manually? = 63 96 No. The plugin attempts to generate site credentials automatically after activation on a live public domain. 97 98 = Does it work on localhost or private development domains? = 99 Automatic activation is intended for live public domains. Localhost and private/test environments are not eligible for automatic activation. 64 100 65 101 = Does the plugin store payment details? =
Note: See TracChangeset
for help on using the changeset viewer.