Title: First Party Analytics
Author: TMM Technology
Published: <strong>28 Tháng 1, 2023</strong>
Last modified: 1 Tháng 3, 2024

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://ps.w.org/first-party-analytics/assets/icon.svg?rev=2869618)

# First Party Analytics

 Bởi [TMM Technology](https://profiles.wordpress.org/tmmtechnology/)

[Tải về](https://downloads.wordpress.org/plugin/first-party-analytics.1.2.20.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/first-party-analytics/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/first-party-analytics/#reviews)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/first-party-analytics/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/first-party-analytics/)

## Mô tả

This is a plugin for tracking of user website page visits. Similar to Google Analytics.
Contains many different types of tracking.

Shows about 40 graphs and tables in total. Tracks about 50 data parts (visits count,
user-agents, visited links, web-vitals, etc).

### Types of tracking

 * General
 * Times
 * Interaction capabilities
 * Sessions
 * Pages
 * Screen Sizes
 * Languages
 * Countries
 * Searches
 * Visited links
 * User-Agents
 * Referrers
 * Sources
 * Performance
 * Misc

### Bug reports / Questions / Suggestions

[wp@tmm.ventures](https://vi.wordpress.org/plugins/first-party-analytics/wp@tmm.ventures?output_format=md)

## Ảnh màn hình

 * [[
 * “General” tab.
 * [[
 * “Times” tab.
 * [[
 * “Interaction capabilities” tab.
 * [[
 * “Sessions” tab.
 * [[
 * “Pages” tab.
 * [[
 * “Screen Sizes” tab.
 * [[
 * “Languages” tab.
 * [[
 * “Countries” tab.
 * [[
 * “Searches” tab.
 * [[
 * “Visited links” tab.
 * [[
 * “User-Agents” tab.
 * [[
 * “Referrers” tab.
 * [[
 * “Sources” tab.
 * [[
 * “Performance” tab.
 * [[
 * “Misc” tab.
 * [[
 * Page edit panel.
 * [[
 * Settings – General Settings.
 * [[
 * Settings – Exclude by Cookie.
 * [[
 * Settings – Exclude by IP.
 * [[
 * Settings – Cache.

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“First Party Analytics” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ TMM Technology ](https://profiles.wordpress.org/tmmtechnology/)

[Dịch “First Party Analytics” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/first-party-analytics)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/first-party-analytics/),
check out [SVN repository](https://plugins.svn.wordpress.org/first-party-analytics/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/first-party-analytics/)
qua [RSS](https://plugins.trac.wordpress.org/log/first-party-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.2.20 2023-03-01

#### Bugfixes

 * Change catalog_viewed_products from ‘saffy-placeholder-post’ to ‘speedsearch-
   placeholder-post’.
 * Fix the products viewed in catalog tracking logic (to not add duplicates, or 
   the products that are already being tracked).
 * Fix the POST requests storm (add a rate limit).
 * Fix Undefined array key error (in many places).

#### 1.2.19 2023-09-12

#### Enhancements

 * Improved client-side filtering of “number” input fields (only digits are allowed
   now).

#### 1.2.18 2023-09-09

#### Enhancements

 * Use wp_options table instead of cache for the lock of migrations.
 * Change visitor_id table column type from VARCHAR(255) to DECIMAL(20,0).
 * Add a support for standard events collection (sessions trace for the Premium 
   plugin).
 * Add a support for plugin data CSV export.

#### Bugfixes

 * Fix missing public suffix.
 * Fix get_domain_data() call.

#### 1.2.6 2023-07-18

#### Enhancements

 * Set min PHP version to 7.4.

#### 1.2.4 2023-07-16

#### Enhancements

 * Add a notice when the plugin is being updated instead of blocking the whole logic.

#### 1.2.3 2023-07-12

#### Bugfixes

 * Make the plugin to work with cache.

#### 1.2.0 2023-06-12

#### Enhancements

 * Load FE scripts async.

#### 1.1.49 2023-06-10

#### Bugfixes

 * Delete wp_date() from standalone script.

#### 1.1.48 2023-05-23

#### Enhancements

 * Use beacon flexibly: for all requests when they are below the size of the beacon
   limit.

#### 1.1.45 2023-05-15

#### Bugfixes

 * Bundle prebid-ads.js and analytics.js.

#### 1.1.44 2023-05-14

#### Bugfixes

 * Write data in WP-localized date format.

#### 1.1.43 2023-05-08

#### Bugfixes

 * MU-plugin fixed.
 * Many minor fixes.

#### 1.0.96 2023-02-27

#### Bugfixes

 * Visitor details unique key fix (now is based on key + value, previosuly was just
   on key).
 * Save visitor details only when they are present (i.e. no “empty” write for BE-
   only request – as it writes only once due to is_unique).
 * Use post_id (when available) instead of post_url for marking/detecting unique
   visits – less false positives (for uniqueness detection).

#### 1.0.80 2023-02-20

#### Enhancements

 * Support for FPAP adblock buster feature.

#### 1.0.80 2023-02-18

#### Bugfixes

 * Min PHP version required downgraded to 7.2.

#### 1.0.79 2023-02-15

#### Bugfixes

 * Mitigate BF cache effect on metrics.

#### 1.0.76 2023-02-15

#### Bugfixes

 * Min PHP version required downgraded to 7.4.

#### 1.0.73 2023-02-09

#### Enhancements

 * Added “BF (Back-Forward) cache present” collection and representation.

#### Bugfixes

 * Web vitals DB fix (when incremented “needs_improvement” instead of “poor” vitals).
 * Record 0 for web vital values (previosuly was considered as ” (null)) – now no
   string convertion is done, which helps to preserve the real original values.
 * Raw requests storage reset of requests structure change.

#### 1.0.71 2023-01-29

#### Enhancements

 * Changelog added.

## Meta

 *  Phiên bản **1.2.20**
 *  Cập nhật lần cuối **2 năm trước**
 *  Số lượt cài đặt **Ít hơn 10**
 *  Đã kiểm tra lên đến **6.4.8**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/first-party-analytics/)
 * Thẻ
 * [analytics](https://vi.wordpress.org/plugins/tags/analytics/)[e-commerce](https://vi.wordpress.org/plugins/tags/e-commerce/)
   [store](https://vi.wordpress.org/plugins/tags/store/)[tracking](https://vi.wordpress.org/plugins/tags/tracking/)
   [woo-commerce](https://vi.wordpress.org/plugins/tags/woo-commerce/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/first-party-analytics/advanced/)

## Đánh giá

Chưa có đánh giá nào được gửi.

[Your review](https://wordpress.org/support/plugin/first-party-analytics/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/first-party-analytics/reviews/)

## Những người đóng góp

 *   [ TMM Technology ](https://profiles.wordpress.org/tmmtechnology/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/first-party-analytics/)