Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1be449

Browse files
committedAug 23, 2024
Update Analytics API intro from internal use to public availability
1 parent d8422e3 commit c1be449

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

Diff for: ‎source/includes/wc-analytics/_introduction.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ The `/wc-analytics` API is specific to the WooCommerce Analytics feature introdu
55
Key characteristics of the `/wc-analytics` API include:
66

77
- **Analytics-Focused**: Provides endpoints specifically for retrieving analytics and reporting data.
8-
- **Internally Used**: Primarily intended for internal use within WooCommerce, such as powering the Analytics section in the admin dashboard.
8+
- **Public and Extensible**: While it powers the internal WooCommerce Analytics section, it is a public API available for developers to integrate with, allowing for custom reporting and analytics extensions.
99
- **Non-Versioned**: Currently, it does not use versioning, allowing WooCommerce developers to make changes as needed to support analytics features.
1010

11-
To use the `/wc-analytics` API, you must enable WooCommerce Analytics in your store's settings. Although it is not part of the public API like `/wc/v3`, it can still be accessed and used for custom development and integrations.
12-
13-
For more information about WooCommerce Analytics, see [WooCommerce Analytics documentation](https://woocommerce.com/document/woocommerce-analytics/).
11+
To use the `/wc-analytics` API, you must enable WooCommerce Analytics in your store's settings. For more information about WooCommerce Analytics, see [WooCommerce Analytics documentation](https://woocommerce.com/document/woocommerce-analytics/).
1412

1513
## Requirements ##
1614

0 commit comments

Comments
 (0)
Please sign in to comment.