• Resolved theberliner

    (@theberliner)


    Hello,

    First thank you for this plugin. I use it to show the most viewed post on my blog and I want to know if it show all the post view or if it is based on the unique visitors ? I know that google Analytics Dashboard show both the total pageviews and the unique visitors. I would have the possibilitie to have a top content based on the unique visitors if possible 😉

    Have a nice week-end

    David

    http://wordpress.org/extend/plugins/google-analytics-top-posts-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter theberliner

    (@theberliner)

    Hello again,

    I tried this and it was successfull 😉

    Replace:
    array( ‘ga:pageviews’ ),
    array( ‘-ga:pageviews’ ),
    array( ‘ga:pageviews>’ . $atts[‘pageviews’] )
    with
    array( ‘ga:visitors’ ),
    array( ‘-ga:visitors’ ),
    array( ‘ga:visitors>’ . $atts[‘pageviews’] )

    Plugin Author Justin Sternberg

    (@jtsternberg)

    Ok, I’ll add this as a to-do item for the next version. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google Analytics Top Content Widget] Top post view’ is closed to new replies.