Post Pay Counter

The best way to pay authors on WordPress

  • Features
    • PRO version
  • Cart
    • Addons
  • Documentation
  • Support

General

  • Pay writers per visit on WordPress
  • Shortcodes – Display stats in public pages
  • Define settings priority (user, role, category)
  • Pay per bbPress Topics and Replies
  • Caching features and stats snapshots
  • WP-CLI commands

Payment features

  • Payment features and PayPal payments
  • Setup an effective payment flow for lifetime visits
  • PayPal setup and configuration
  • Set users’ PayPal email address

Developer documentation

  • Add a custom payment criteria
  • Add a custom column to the stats table
  • Set users’ PayPal email address
  • Extract selected information from stats table
  • Handle massive Analytics data imports
  • Backup plugin data
  • Caching features and stats snapshots
  • Hide stats columns from BuddyPress Members page
  • WP-CLI commands

Analytics integration

  • Google Analytics setup and configuration
  • The future of Google Analytics integration and support for GA4
  • Matomo Analytics setup and configuration
  • Plausible Analytics setup and configuration
  • Migrate visits data away from Google Analytics
  • Share Google Adsense revenue with authors
  • Fix the “All Website Data” Analytics label issue
  • Handle massive Analytics data imports

Troubleshooting

  • Fixed a Publisher Bonus issue with complex settings setups
  • Issue with Publisher Bonus negative due payment
  • License activation failure with timeout error
  • Home
  • Docs
  • Developer documentation
  • WP-CLI commands
Table of Contents
  • Post Pay Counter WP-CLI commands

Post Pay Counter and its addons come with some WP-CLI commands that can be executed from the terminal, especially for demanding tasks. These are useful wants to schedule tasks off peak hours, or when tasks are too heavy to run them through the web interface without timing out.

There is sufficient documentation embedded in each of them: this is just a list with brief descriptions. Notice that commands that need to write files might need to be run as a different user (i.e. the one owning the plugin directory, most often www-data): use sudo su -u www-data wp [COMMAND].

Post Pay Counter WP-CLI commands

  • wp ppc stats: generates stats for given time range and author, particularly helpful to cache stats. Check out PPC caching features for details and examples.
  • wp ppc ga clear: clear current Analytics data and temp files.
  • wp ppc ga import: retrieves Google Analytics data for a given time range and stores it in temp files for further processing. This is equivalent to using the feature Settings > Google Analytics Status > Update data. Does not clear data, so if you want to erase current data, wp ppc ga clear is also needed beforehand.
    An import run from WP-CLI expects to be processed from WP-CLI as well.
    For massive Analytics imports, see here.
  • wp ppc ga process: processes pending Google Analytics rows, as it would happen from regular wp-admin refreshes when there are pending rows. No batching as in wp-admin though: it will instead process them all sequentially.
  • wp ppc ga incremental-update: performs the daily incremental Google Analytics data update, consisting of both gathering data and processing them.
  • wp ppc matomo clear
  • wp ppc matomo import
  • wp ppc matomo incremental-update
  • wp ppc matomo process
  • wp ppc plausible clear
  • wp ppc plausible import
  • wp ppc plausible incremental-update
  • wp ppc plausible process
  • wp ppc visits export: exports PPC visits data (from Google Analytics, Matomo, or Plausible).
  • wp ppc visits import: imports a previously exported PPC visits data file (into Google Analytics, Matomo, or Plausible).
  • Was this Helpful ?
  • Yes   No
analytics
What are your Feelings
Updated on October 2, 2023
Hide stats columns from BuddyPress Members page
Table of Contents
  • Post Pay Counter WP-CLI commands

Copyright © 2025 · Centric Theme on Genesis Framework · WordPress · Log in