Skip to content
AffiliateWP

AffiliateWP

Join 30,000+ Smart Business Owners who use AffiliateWP to Grow Their Revenue, FASTER!

Get AffiliateWP
See all Features
  • Features
    • Advanced Affiliate Tracking
    • 1-Click Payouts
    • Affiliate Growth Tools
    • Custom Affiliate Dashboard
    • Smart Commission Rules
    • Easy Setup
    • See all Features →
  • Integrations
    • WooCommerce
    • Easy Digital Downloads
    • PayPal
    • WPForms
    • MemberPress
    • GiveWP
    • See all Integrations →
  • Pricing
  • Help Center
    • Documentation
    • Support
  • Testimonials
  • Blog
  • Log In
  • Get AffiliateWP

Version 1.9 released!

Last updated on January 22, 2017 by Pippin Williamson
FacebookTweetLinkedInEmail
Box being shipped

It is that time again! Today we’re happy to announce that AffiliateWP 1.9 is now available! This version includes numerous new features and major enhancements that make AffiliateWP so much better.

AffiliateWP 1.9 includes several significant enhancements, including better reporting, new integrations, and even a REST API.

Reporting

Keeping an eye on your affiliates’ performance is mandatory for running a top-notch affiliate program. In 1.9 we have made several substantial improvements to the Reports page.

First, the page has received a small face lift that makes the graphs and Quick Stats easier to read and understand. The graphs now show each point as a summed total for the day and month instead of every record being a separate point on the graph.

Second, the quick stat tiles now show numbers based on the date range selected, allowing site admins to quickly view summed totals and averages for the current year, month, quarter, and other date ranges. We have also introduced several new quick stat tiles with valuable pieces of information. The tiles can also be drag-and-dropped into whichever configuration you prefer.

Third, we have introduced a new Campaigns report that will show the top-performing campaigns and the associated visit stats.

AffiliateWP Referral Reports

AffiliateWP Visit Reports

Integrations

One of best feature sets of AffiliateWP is its strong integration with popular eCommerce, membership, invoice, and form plugins. In 1.9, we’ve taken integrations even further by introducing two brand new integrations and significantly improving three existing integrations.

OptimizeMember

AffiliateWP now offers a direct integration with the popular OptimizeMember plugin from OptimizePress. To enable the integration, simply navigate to Affiliates → Settings → Integrations and check the box for OptimizeMember.

OptimizeMember integration

See the setup documentation for more information.

PayPal

With PayPal being one of our most requested integrations, we’re excited to finally offer a direct integration for PayPal buttons. This means you can now award affiliate commissions for purchases made through PayPal buttons without requiring any kind of eCommerce, membership, invoice, or form plugin – AffiliateWP now supports the standard HTML buttons that have been offered by PayPal for years.

To enable PayPal button support, simply navigate to Affiliates → Settings → Integrations and check the box for PayPal.

PayPal integration

See the setup documentation for more information.

WooCommerce

Our WooCommerce integration is one of the more robust integrations we offer and today it has been made even better! Per-product rates have been supported for a while but that wasn’t sufficient for many store owners who also needed per-variation control. With 1.9, referral rates can now be set on a per-product and per-variation level. This means that each variation on a product can have its own referral rate!

Each variation also now includes an option to disable referrals completely for that variation.

WooCommerce variation rates

Easy Digital Downloads

The integration for our sister project, Easy Digital Downloads, has been updated with two new features. First, we have added support for disabling referral commissions on license upgrades through the Software Licensing extension. This compliments our existing option to prevent referral commissions on license renewal purchases.

EDD referral options

Second, we have improved the referral amount calculation for sites using the Recurring Payments extension. Signup fees on subscription purchases are now properly included in the final commission amount calculation.

Gravity Forms

The Gravity Forms integration now includes full affiliate coupon tracking! This means that sites using the Gravity Forms Coupons add-on can now connect coupon codes to affiliate accounts. See the Gravity Forms integration documentation for more information.

Gravity Forms Coupon Options

Payout logs

One of the most important parts of running a successful affiliate program is paying your valuable affiliates. In AffiliateWP 1.9 we have added a new Payouts screen that displays a log of every payout sent to affiliates.

Payout logs

Each time a payout is processed for affiliates, a log entry will be created for each affiliate included in the payout. The payout log entries show the total amount paid, the affiliate paid, the referral commissions included in the payment, how the payment was made, and the date of the payment.

Payout logs are also made available in the Affiliate Area so affiliates can easily see a history of their payments. See the Payouts documentation for more information.

Emails

AffiliateWP helps keep site managers and affiliates informed by sending emails when certain events occur, such as new registrations or earned commissions. In 1.9 we have added several new template tags to emails, allowing site administrators to send better emails.

  • {landing_page} – This tag is designed to be used in the New Referral alert email and will show the page of the site the customer first landed on before making a purchase.
  • {referral_rate} – This tag can be used in both New Referral alert and Affiliate Welcome emails, and will show the referral rate the affiliate currently has for their account.
  • {review_url} – This tag is designed to be used for the New Account Registration email sent to site administrators. It will show a direct URL to the affiliate’s review screen, letting site admins more rapidly moderate affiliate account registrations.

REST API

AffiliateWP 1.9 now includes a complete, read-only REST API that provides developers a way to easily interact with AffiliateWP through remote applications.

This API extends the REST API infrastructure included in WordPress core 4.4 and later.

The base API endpoint is located at /wp-json/affwp/v1 and includes the following routes:

  • affiliates
  • referrals
  • visits
  • payouts
  • creatives

This REST API provides developers with a valuable tool that can be used to extend AffiliateWP far beyond its current capabilities. For example, this REST API could be used to build a mobile app that permits site managers to access affiliate data whilst on the go. It could be used to automatically send referral or affiliate data to external applications, such as Google Docs or Trello. The possibilities are really endless and limited only by developers’ imagination. In the next few months there will be some very exciting integrations built and released for AffiliateWP. Hint: Zapier is coming very, very soon. Sign up for our newsletter below to get notified when the Zapier add-on is available.

See the REST API documentation for usage information.

WP-CLI

WP-CLI is a tool that allows for WordPress to be managed from the command line. In AffiliateWP 1.9, we have included a full suite of WP-CLI commands for interacting with affiliate data. This includes options to create, update, delete, and view all information within AffiliateWP.

See the WP-CLI documentation for more information.

Additional enhancements

The new features highlighted above are awesome, but there are numerous other enhancements included! Check them out:

  • Screen Options tab now includes options to show or hide columns on Affiliates, Referrals, Visits, Creatives, and Payouts screens
  • New object models for each of the core data types. These provide developers with easy, reliable ways to interact with AffiliateWP data programmatically
  • Significant performance improvements through new caching layers
  • New base class for list tables to provide developers with an easy way to add new list tables for affiliate data
  • New base class for meta boxes to provide developers with an easy way to register new meta boxes on AffiliateWP screens
  • License keys can now be entered through a constant in wp-config.php
  • Improved column names and layouts for Affiliates table
  • Improved accessibility throughout
  • Better license activation process that includes success and error messages
  • Improved URL validation on affiliate registration form
  • Improved URL validation on referral URL generator
  • Affiliates’ first and last names now included in CSV export file
  • [affiliate_referral_url] now defaults to showing the current page’s URL.

We’re excited to release AffiliateWP 1.9, and we hope you like it too! 1.9 is available now – grab it today!

Add a Comment Cancel Reply

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

21 comments on “Version 1.9 released!”

  1. Best Marvelous Designer Tutorials says:
    September 27, 2016 at 10:32 am

    Awesome improvements, Pippin! Was waiting for better reporting since long. Kepp up the good work, best Affiliate plugin this one.

    Reply
  2. Brittny Hansen says:
    September 27, 2016 at 10:42 am

    Hooray! I’m so excited, particularly about the license key being able to be saved in wp-config! I know that’s a silly one to be excited about but I run a multi-site network and all of my customers would get the “please enter your license key” nag when they’d sign up, and it hadn’t made it to the top of my list to make it go away – so instead I just had to tell them all to not worry about it 🙂 I’m excited to use all the other improvements as well. Keep up the great work!

    Reply
  3. Steve-O says:
    September 27, 2016 at 12:00 pm

    When will we be able to run contests / get stats per month. I want to be able to run monthly contests for my Affiliates and only use the data for that month. If there was a way to select time periods between day 1 and day X that would be awesome. Generating a report of top affiliates for visits, commissions, etc

    Is this something that will come eventually?

    Reply
    1. Pippin Williamson says:
      September 27, 2016 at 3:22 pm

      You can now view stats for affiliates in specific date ranges, so you could easily view the number of visits an affiliate had between the first if the month and the end of it, as an example.

      Reply
      1. Steve-O says:
        September 27, 2016 at 4:05 pm

        Pippin,

        Thanks for the reply!

        Is there a way to see a date range for ALL affiliates?

        Example. If I were to hold a monthly contest for August (last month) and I wanted to pull out the top 10 affiliates that got the most URL clicks on their URL. Is there a way to generate a report for all affiliates and then sort by the number kind of thing?

        Hope I am explaining correctly.

        Reply
        1. Pippin Williamson says:
          September 27, 2016 at 4:07 pm

          Ah, no, that is not currently available.

          Reply
          1. Steve-O says:
            September 27, 2016 at 4:09 pm

            Gotcha, hopefully soon, that would be a huge added bonus for running contests over certain dates so we could quickly figure out and reward affiliates for their hard work.

            Hope it makes it into a future release.

            Very happy with AffiliateWP its gotten better and better as time goes on!

            Thank you!

  4. Sam says:
    September 27, 2016 at 3:21 pm

    Finally paypal buttons 🙂 fantastic

    Reply
  5. Shirley says:
    September 27, 2016 at 3:54 pm

    What’s the easiest way to re-send an affiliate their user name and password, so they can login to affiliate area to find their unique URL? Or is there a way I can send them their unique Referral URL? My affiliates keep losing their details!

    Reply
    1. Pippin Williamson says:
      September 27, 2016 at 4:03 pm

      Affiliates can use the lost password form to reset their password at any time. This form can be accessed from the affiliate page when logged out.

      Reply
  6. Dina Eisenberg says:
    September 28, 2016 at 1:38 pm

    I tried the early version which broke my comments. I hope that’s fixed.

    Reply
    1. Pippin Williamson says:
      September 28, 2016 at 1:54 pm

      We’re not aware of any current issues with comments. If you encounter it again, please let us know through our support channel, we’ll be more than happy to help.

      Reply
  7. Pingback: Weekly Roundup: September 30, 2016 – Sell with WP
  8. rodolfo rocco says:
    September 30, 2016 at 5:12 am

    only me to have problems with referals and affiliates display after updating?

    Reply
    1. Pippin Williamson says:
      September 30, 2016 at 9:46 am

      There was a bug in 1.9 that caused a display issue if the site was any language other than English. This has been fixed in 1.9.1. Have you updated to 1.9.1?

      Reply
  9. misterbelly says:
    October 2, 2016 at 9:22 pm

    Hi, i am using AffiliateWP with Affiliate Groups and Multi Level (Clickstudio). Since the last update i am having problems with the Multilevel calculation, the referer gets always 0.00 instead of his 5 to 15 percent. Everything was working before, must be a problem that came with the update… would appreciate any help! Thanks!

    Reply
    1. Andrew Munro says:
      October 3, 2016 at 2:09 am

      I replied to your support ticket. Let us know how you get on!

      Reply
  10. Jim Gillon says:
    November 18, 2016 at 5:01 pm

    Are you planning a Shopify integration? From my research, they are the easiest to use for a single-product website that needs region-tax calculations and quantity/shipping handled nicely.

    Reply
    1. Andrew Munro says:
      November 18, 2016 at 5:30 pm

      AffiliateWP only integrates with WordPress-based plugins at this point so there are no current plans to integrate with Shopify.

      Reply
  11. ah says:
    February 2, 2019 at 8:19 am

    very unfortunate i didn’t see Shopify integrations as one of the updates, i’m keeping my eyes peeled for that, it will be an industry change
    r.

    Reply
    1. phj says:
      January 30, 2022 at 6:52 am

      Please add shopify, they have a wordpress intergration / buy button, woocommerce is crap these days, wordpress + shopify is awesome please bring affiliatewp to the table, it will bring a whole lot of extra customers to your plugin. It shouldn’t be to hard to track sales on the buy button.

      https://www.shopify.nl/buy-button/wordpress

      Reply
AffiliateWP

Get the #1 Most Powerful WordPress Affiliate Plugin Today

Join 30,000+ Smart Business Owners Who Use AffiliateWP to Grow Their Revenue, FASTER!

Get AffiliateWP Now
  • How to Effortlessly Add Code Snippets in WordPress in Minutes
  • 5 Best Link Shorteners for Affiliate Marketing
  • 5 Proven Ways to Stop Form Spam in WordPress
  • Affiliate Marketing vs Lead Generation, What’s the Difference?
  • 5 Best Affiliate Fraud Detection Software for WordPress

Connect with us:

  • Facebook
  • Twitter

Start Getting More Sales Today with AffiliateWP

Launch your affiliate program today and unlock a new revenue channel to grow your business faster.

Get AffiliateWP Now

Company

  • About
  • Press
  • Testimonials
  • Blog
  • Contact
  • Affiliates
  • Careers
  • Twitter
  • Facebook

Powerful Affiliate Features

  • Easy Setup
  • Advanced Affiliate Tracking
  • Smart Fraud Detection
  • Powerful Affiliate Management
  • Detailed Affiliate Reports
  • 1-Click Payouts
  • Custom Affiliate Dashboard
  • Smart Commission Rules
  • Unlimited Creatives
  • Affiliate Growth Tools
  • Fully Internationalized
  • Fully Customizable

Helpful Links

  • Support
  • Documentation
  • Integrations
  • WordPress Hosting
  • Start a Blog
  • Make a Website
  • Start a Store

Use Cases Section

Ecommerce Affiliate Software for:

  • WooCommerce
  • PayPal
  • WP Simple Pay
  • Easy Digital Downloads

Membership Affiliate Software for:

  • MemberPress
  • Paid Memberships Pro
  • LifterLMS
  • Restrict Content Pro
  • MemberMouse

Form Referral Tracking Software for:

  • WPForms
  • Formidable Forms
  • Gravity Forms
  • Ninja Forms
  • Contact Form 7

Our Brands

Connect with us

  • Twitter
  • Facebook
  • YouTube

Awesome Products Start with an Awesome Team.

Over 20 million sites use our software. We believe in creating awesome user experiences. Whatever the market conditions or current trends, you will always find Awesome Motive leading the way to help our customers gain competitive business advantage and stay ahead of the curve.

  • WPForms
  • OptinMonster
  • MonsterInsights
  • WP Mail SMTP
  • RafflePress
  • SeedProd
  • TrustPulse
  • AIOSEO
  • Smash Balloon
  • Easy Digital Downloads
  • WP Simple Pay
  • PushEngage
  • SearchWP
  • WPBeginner

Copyright ©  Sandhills Development, LLC.

Terms of Service
Privacy Policy
FTC Disclosure
Sitemap
AffiliateWP Coupon
wpbeginner verified

Share this ArticleLike this article? Email it to a friend!

Email sent!