• Resolved cabbagetree

    (@cabbagetree)


    How do i export the newsletter report data of who viewed the newsletter campaign ? right now on one page there are only 250 records ….but the view emails are on other pages and dont know how to look for them

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author eventualo

    (@eventualo)

    In the report screen you can view all the recipients, but they are paginated and you can view groyps of 250. You should find the links to pages at the top of report, right before the recipient list, as you can see in screenshot: https://ps.w.org/alo-easymail/trunk/screenshot-6.png
    At the moment there is not other export other than the report (of course, you can export them directly from database).

    Thread Starter cabbagetree

    (@cabbagetree)

    Thanks.. is there anyway I can increase the pagination ?

    Plugin Author eventualo

    (@eventualo)

    No, at the moment. I can add a filter in next plugin release so you can set a value via php.

    Thread Starter cabbagetree

    (@cabbagetree)

    Thanks much appreciated

    Plugin Author eventualo

    (@eventualo)

    I’ve just released the v.2.9.8 that includes the new filter.
    You can use adding something like:

    
    function my_easymail_report_recipients_per_page ( $n ) {
        return 500;
    }
    add_filter ( 'alo_easymail_report_recipients_per_page', 'my_easymail_report_recipients_per_page' );
    
    • This reply was modified 6 years, 1 month ago by eventualo.
    • This reply was modified 6 years, 1 month ago by eventualo.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘export report’ is closed to new replies.