• How to import the exisiting post views data from wordpress data?

    How to select what type of page to track? For example, track posts and product pages only.

Viewing 1 replies (of 1 total)
  • Plugin Author Gennady Kovshenin

    (@soulseekah)

    Hey Betsy,

    We can import your views if you send [email protected] a file named with your private Pageviews API key (for example abc123.txt) containing pageviews in the following format:

    POSTID:NUMBER_OF_VIEWS
    POSTID:NUMBER_OF_VIEWS
    etc.

    You can exclude tracking by using WordPress conditionals before calling do_action( 'pageviews' ) in your theme.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘import data views’ is closed to new replies.