{"id":37262089,"url":"https://github.com/kuno1/ga-communicator","last_synced_at":"2026-01-15T23:14:23.753Z","repository":{"id":47014026,"uuid":"269268232","full_name":"kuno1/ga-communicator","owner":"kuno1","description":"WordPress plugin to Communicate with Google Analytics API.","archived":false,"fork":false,"pushed_at":"2025-11-07T07:15:42.000Z","size":312,"stargazers_count":1,"open_issues_count":10,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T13:54:47.105Z","etag":null,"topics":["google-analytics","wordpress","wordpress-plugin-ga","wordpress-pugin"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/kunoichi/ga-communicator","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuno1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-06-04T05:26:07.000Z","updated_at":"2025-04-27T15:11:58.000Z","dependencies_parsed_at":"2024-02-19T03:26:11.288Z","dependency_job_id":null,"html_url":"https://github.com/kuno1/ga-communicator","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/kuno1/ga-communicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuno1%2Fga-communicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuno1%2Fga-communicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuno1%2Fga-communicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuno1%2Fga-communicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuno1","download_url":"https://codeload.github.com/kuno1/ga-communicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuno1%2Fga-communicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28473974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-analytics","wordpress","wordpress-plugin-ga","wordpress-pugin"],"created_at":"2026-01-15T23:14:23.204Z","updated_at":"2026-01-15T23:14:23.744Z","avatar_url":"https://github.com/kuno1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Analytics Communicator\n\nTags: google-analytics, api  \nContributors: tarosky, Takahashi_Fumiki  \nTested up to: 6.2  \nRequires at least: 5.9  \nRequires PHP: 7.2  \nStable Tag: nightly  \nLicense: GPLv3 or later  \nLicense URI: http://www.gnu.org/licenses/gpl-3.0.txt\n\nLet your WordPress communicate with Google Analytics API.\n\n## Description\n\nThis plugin has custom functions to connect with Google Analytics.\n\n**NOTICE:** [Google will stop Universal Analytics(UA) at July 1st, 2023](https://support.google.com/analytics/answer/11583528). Since then, you will be able to create only Google Analytics 4(GA4) accounts. API for UA is [Core Reporting API](https://developers.google.com/analytics/devguides/reporting/core/v4?hl=ja), and one for GA4 is [Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1). This API change is a breaking change. Please see [our wiki](https://github.com/kuno1/ga-communicator/wiki/MIgrate-to-Google-Analytics-Data-API-for-GA4) to check what you should do for the migration.\n\n### Default Feature\n\n- Setting screen. You can check the connection and set up GA tags.\n- Popular posts widget.\n\n### Register Service Account and Setup\n\nTo communicate with Google Analytics, WordPress needs permission to do so.\n\nService Account works as permission.\n\nGet the service account key at Google API Console([document](https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-php?hl=ja)).\n\nA service account is like a bot with email and performs like a virtual Google account.\n\n1. Create a service account. You may be requested to create a new project, or else you can also use an existing project. The bot belongs to the project.\n2. Get **private key** in JSON format for the service account.\n3. Enable **Analytics Reporting API** and **Google Analytics API** for the project.\n4. Copy the service account's email address and add it to a member of your Google Analytics account, properties, or profiles. It depends on your Google Analytics permission policy.\n5. Go to your WordPress admin **Setting \u003e Google Analytics Setting** and save the private key that you get in step 2.  \n\n**NOTICE:** Save whole credentials including empty line with \u003ckbd\u003e⌘\u003c/kbd\u003e+\u003ckbd\u003eA\u003c/kbd\u003e and \u003ckbd\u003e⌘\u003c/kbd\u003e+\u003ckbd\u003eC\u003c/kbd\u003e. Otherwise, your key will be considered invalid by Google's API.\n\nIf the service account is valid, you can see your Google Analytics Properties in your WordPress Admin screen.\n\n### Custom Use\n\nIf the setup is ready, you can communicate with Google Analytics through the function `ga_communicator_get_report( $config )`. It's a utility function to access [batchGet API](https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet).\n\nPlease visit our [Wiki](https://github.com/kuno1/ga-communicator/wiki) to find many code examples.\n\n## Installation\n\n### From Plugin Repository\n\nClick install and activate it.\n\n### Via Composer\n\nYou can install this plugin as a composer library. See our [Wiki](https://github.com/kuno1/ga-communicator/wiki/Install-via-Composer).\n\n## FAQ\n\n### Where can I get support?\n\nPlease create a new ticket on the support forum.\n\n### How can I contribute?\n\nCreate a new [issue](https://github.com/kuno1/ga-communicator/issues) or send [pull requests](https://github.com/kuno1/ga-communicator/pulls).\n\n## Changelog\n\n### 3.7.1\n\n* Fix setting error on individual activation under network install.\n\n### 3.0.0\n\n* Add [Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1) support. [Core Reporting API](https://developers.google.com/analytics/devguides/reporting/core/v4?hl=ja) will be deprecated in 2023.\n* Drop support for PHP 5.6\n\n### 2.0.0\n\n* Works as a single WordPress plugin.\n\n### 1.0.0\n\n* First release as composer library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuno1%2Fga-communicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuno1%2Fga-communicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuno1%2Fga-communicator/lists"}