Title: Analytics Cat &#8211; Google Analytics Made Easy
Author: fatcatapps
Published: <strong>2016년 12월 16일</strong>
Last modified: 2024년 12월 5일

---

플러그인 검색

![](https://ps.w.org/analytics-cat/assets/banner-772x250.png?rev=1558711)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/analytics-cat/assets/icon-256x256.png?rev=1558711)

# Analytics Cat – Google Analytics Made Easy

 작성자: [fatcatapps](https://profiles.wordpress.org/fatcatapps/)

[다운로드](https://downloads.wordpress.org/plugin/analytics-cat.zip)

 * [세부사항](https://ko.wordpress.org/plugins/analytics-cat/#description)
 * [평가](https://ko.wordpress.org/plugins/analytics-cat/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/analytics-cat/#installation)
 * [개발](https://ko.wordpress.org/plugins/analytics-cat/#developers)

 [지원](https://wordpress.org/support/plugin/analytics-cat/)

## 설명

**This Plugin Will No Longer Work With Google Analytics on July 1, 2023**

> Google Analytics 4, is replacing Universal Analytics. On July 1, 2023, standard
> Universal Analytics properties will stop processing new data. This means that 
> any Universal Analytics data that you’re using in Google Ads campaigns will start
> to degrade and your ad performance may be impacted. We strongly recommend that
> you make the switch to [Google Analytics 4](https://wordpress.org/plugins/facebook-conversion-pixel/)
> as soon as possible.

Analytics Cat – Google Analytics is a lean, fast, simple, no-frills way to add your
Google Analytics / Universal Google Analytics code to your WordPress site.

This bloat-free, simple Google Analytics WordPress plugin doesn’t add tons of features.
Instead, Analytics Cat – Google Analytics simply focuses on letting you add your
Google Analytics (Universal Analytics) Code to your site in less than 2 minutes,
without slowing your site down.

#### Which features does Analytics Cat – Google Analytics have?

 * Add the Google Analytics (Universal Analytics) tracking code to your WordPress
   site with ease.
 * Hide your Google Analytics tracking code from logged-in users so you don’t pollute
   your data.

#### How to use Analytics Cat – Google Analytics?

There are multiple ways to add the Google Analytics tracking code to your WordPress
site.

**1. Pasting your Google Analytics script into your theme**
 This approach isn’t
great for two reasons: a) If you edit your live site and make a mistake when pasting
your Google Analytics script into your theme, you could take down your website. 
b) If your theme is updated with new features or security fixes, your Google Analytics
code will be overwritten.

**2. Pasting your Google Analytics script into a header/footer script plugin**
 
This is a valid approach, but has some disadvantages. General purposes “header script
plugins” aren’t built from the ground-up to support Google Analytics.

What this means is that :
 a) These plugins lack Google Analytics-specific functionality.
b) These plugins will not adapt if Google Analytics changes again. Since Analytics
Cat is a dedicated Google Analytics WordPress plugin, we’ll make sure make sure 
to stay compatible with future changes to Google Analytics. c) These plugins usually
don’t support hiding your Google Analytics code from logged-in users.

**3. Using Some Other Google Analytics WordPress Plugin**
 There are some good Google
Analytics plugins out there, but many of them are bloated, have too many settings
and are slow.

You’ll love Analytics Cat – Google Analytics Cat iff what you want is a simple, 
reliable Google Analytics plugin,

#### Does Analytics Cat – Google Analytics Plugin work with Universal Analytics?

Yes. Analytics Cat is built from the ground up to support Universal Analytics.

Analytics Cat – Google Analytics does not work with the old Google Analytics script
that Google deprecated.

#### Can I hide my Google Analytics tracking code from logged in users?

Yes. You can hide your Google Analytics code from logged in users by going to Settings-
> Google Analytics Manager.

#### Is Analytics Cat – Google Analytics easy to translate?

Yes. Analytics Cat – Google Analytics Cat is fully translateable. Please let us 
know if you’re interested in contributing.

#### Analytics Cat – Google Analytics Feature Roadmap

This is just the first version of Analytics Cat – we have tons of new features &
improvements lined up. Do you have any suggestions? Please leave a comment in the
support forums.

—[The Fatcat Apps Team](https://fatcatapps.com/)

### Privacy Disclosure

This plugin can be configured to connect to 3rd party service providers such as 
Google.

If you use this plugin to connect to a 3rd party, personal data may also be shared
with that party.

Additional privacy policy information for 3rd party services can be found here:

[Google](https://policies.google.com/privacy)

Our full privacy policy is available here: [https://fatcatapps.com/legal/privacy-policy/](https://fatcatapps.com/legal/privacy-policy/)

## 스크린샷

[⌊Analytics Cat - Google Analytics for WordPress settings screen⌉⌊Analytics Cat -
Google Analytics for WordPress settings screen⌉[

Analytics Cat – Google Analytics for WordPress settings screen

## 설치

 1. Upload the Analytics Cat – Google Analytics plugin file (`fca-ga.zip`) to the `/
    wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. In your sidebar, select ‘Settings -> Google Analytics Manager’ to add your tracking
    code.

## FAQ

### How do I set up Google Analytics using Analytics Cat?

After installing this plugin, simply go to Settings -> Google Analytics Manager 
and add your Google Analytics (Universal Analytics) ID.

### What is my Google Analytics tracking ID?

Follow these steps to find your Google Analytics tracking id:

 1. Sign in to your Google Analytics account
 2. On the bottom left side of the screen, click on “Admin” (Cog icon).
 3. Select your preferred Account and Property from the columns.
 4. Under Property, Click ‘Tracking Info’ > ‘Tracking Code’
 5. You will find your Tracking ID here (example: UA-xxxxxx-01)
 6. Paste this Tracking ID into Analytics Cat

Important: Do not paste your tracking code (starting with ). Instead, paste your
tracking id (example: UA-xxxxxx-01) into Analytics Cat.

### Can I anonimize ip addresses?

Yes you can! Append the following code to your theme’s functions.php page:

    ```
    function my_custom_ga_attributes ( $value ) {
        return '&aip=1';
    }

    add_filter( 'fca_ga_attributes', 'my_custom_ga_attributes' );
    ```

For more information, read this: [How to find your Google Analytics tracking code, Google Analytics tracking ID, and Google Analytics property number](https://support.google.com/analytics/answer/1032385?hl=en)

## 후기

![](https://secure.gravatar.com/avatar/bece3500a7bc90f13734a84f3c49e1c14074939ca082e0678e3ecdd721d37152?
s=60&d=retro&r=g)

### 󠀁[5](https://wordpress.org/support/topic/5-237/)󠁿

 [pritom92](https://profiles.wordpress.org/pritom92/) 2023년 12월 5일 답글 1개

nice

![](https://secure.gravatar.com/avatar/5d628d20fc2a5b7c4cb5d73d888ffc13b8084fd5cac7874254b5faeb77c97b39?
s=60&d=retro&r=g)

### 󠀁[Simple and light](https://wordpress.org/support/topic/simple-and-light-16/)󠁿

 [Leandro](https://profiles.wordpress.org/leandrvs/) 2023년 2월 15일 답글 1개

Perfection!

![](https://secure.gravatar.com/avatar/a56833823003aae8b1d3db6efa190740bd1090515f7c8a36b6537e6e7125bc8e?
s=60&d=retro&r=g)

### 󠀁[It works, thanks](https://wordpress.org/support/topic/it-works-thanks-9/)󠁿

 [Gradient Themes](https://profiles.wordpress.org/gradientthemes/) 2022년 12월 5
일 답글 1개

It works, thanks

![](https://secure.gravatar.com/avatar/2a6111f7c23ba66aaae2d908a34f5885b4e6073fe5bf34216f76cf8abc157b94?
s=60&d=retro&r=g)

### 󠀁[It works](https://wordpress.org/support/topic/it-works-2330/)󠁿

 [Chris Dale](https://profiles.wordpress.org/chrisatwp/) 2022년 10월 25일 답글 1
개

Just enter G4 in Google Analytics Tracking ID G-……..

![](https://secure.gravatar.com/avatar/252b33ae4df1d5347fe40b72f26ce298e13e96fc6ff82526b1d4cdf5f00654d9?
s=60&d=retro&r=g)

### 󠀁[Does what it’s supposed to do](https://wordpress.org/support/topic/does-what-its-supposed-to-do-62/)󠁿

 [gothkittylady](https://profiles.wordpress.org/gothkittylady/) 2022년 1월 25일 
답글 1개

This plugin works well and does what it’s supposed to do without issues.

![](https://secure.gravatar.com/avatar/e082829009064e03f29bc86d27217f338c62483dac4fe31dd9c62d6f009fa548?
s=60&d=retro&r=g)

### 󠀁[Does what it says](https://wordpress.org/support/topic/does-what-it-says-995/)󠁿

 [Nikša](https://profiles.wordpress.org/nderek/) 2021년 2월 16일 답글 1개

Does what it says. Simple and easy to setup.

 [ 모든 15 평가 읽기 ](https://wordpress.org/support/plugin/analytics-cat/reviews/)

## 기여자 & 개발자

“Analytics Cat – Google Analytics Made Easy”(은)는 오픈 소스 소프트웨어입니다. 다음의
사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ fatcatapps ](https://profiles.wordpress.org/fatcatapps/)
 *   [ davidhme ](https://profiles.wordpress.org/davidhme/)
 *   [ Ryan Novotny ](https://profiles.wordpress.org/ryannovotny/)

[자국어로 “Analytics Cat – Google Analytics Made Easy”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/analytics-cat)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/analytics-cat/)는, [SVN 저장소](https://plugins.svn.wordpress.org/analytics-cat/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/analytics-cat/)
을 [RSS](https://plugins.trac.wordpress.org/log/analytics-cat/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### Analytics Cat – Google Analytics 1.1.3

 * Fix possible XSS vectors reported

#### Analytics Cat – Google Analytics 1.1.2

 * Added notices re: Google Analytics 3 deprecation (please use our other plugin,
   Pixel Cat for GA4 support)
 * Tested up to WordPress 6.2.0

#### Analytics Cat – Google Analytics 1.1.1

 * Improved notices
 * Changed default role exclusion to none
 * Fix potential empty value error reported
 * Remove unused API calls

#### Analytics Cat – Google Analytics 1.1.0

 * Improved security for Editor page
 * Tested up to WordPress 5.9.1

#### Analytics Cat – Google Analytics 1.0.9

 * Updated feedback form
 * Tested up to WordPress 5.6.2

#### Analytics Cat – Google Analytics 1.0.8

 * Fixed double tracking issue

#### Analytics Cat – Google Analytics 1.0.7

 * Tested up to WordPress 5.5

#### Analytics Cat – Google Analytics 1.0.6

 * Added filter fca_ga_attributes to add ability to customize enqueued script attributes(
   see readme)
 * Admin UI text update
 * Removed quotes from Google Analytics ID ( fixed issue with 3rd party add-on )
 * Tested up to WordPress 5.4.2

#### Analytics Cat – Google Analytics 1.0.5

 * Upgraded from analytics.js to gtag.js
 * Tested up to WordPress 5.4.1

#### Analytics Cat – Google Analytics 1.0.4

 * Load Select2 library locally instead of via CDN
 * Add privacy disclosure

#### Analytics Cat – Google Analytics 1.0.3

 * Removed installation splash screen

#### Analytics Cat – Google Analytics 1.0.2

 * Add settings saved message
 * Update help text & links
 * Update permissions text

#### Analytics Cat – Google Analytics 1.0.1

 * Fix link to quick start guide in admin UI

#### Analytics Cat – Google Analytics 1.0.0

 * Release candidate 1 of Analytics Cat – Google Analytics

## 기초

 *  버전 **1.1.3**
 *  최근 업데이트: **2년 전**
 *  활성화된 설치 **6,000+**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **6.2.9**
 *  언어
 * [English (US)](https://wordpress.org/plugins/analytics-cat/)
 * 태그:
 * [ga](https://ko.wordpress.org/plugins/tags/ga/)[google analytics](https://ko.wordpress.org/plugins/tags/google-analytics/)
   [google analytics plugin](https://ko.wordpress.org/plugins/tags/google-analytics-plugin/)
   [universal analytics](https://ko.wordpress.org/plugins/tags/universal-analytics/)
 *  [고급 보기](https://ko.wordpress.org/plugins/analytics-cat/advanced/)

## 평점

 별 5점 만점에 4.9점.

 *  [  14/5-별점 후기     ](https://wordpress.org/support/plugin/analytics-cat/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/analytics-cat/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/analytics-cat/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/analytics-cat/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/analytics-cat/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/analytics-cat/reviews/)

## 기여자

 *   [ fatcatapps ](https://profiles.wordpress.org/fatcatapps/)
 *   [ davidhme ](https://profiles.wordpress.org/davidhme/)
 *   [ Ryan Novotny ](https://profiles.wordpress.org/ryannovotny/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/analytics-cat/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://fatcatapps.com/)