Use * syntax for faster search

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width50%


Panel
borderColor#c8c8c8
borderWidth1
borderStylesolid

Table of Contents

Table of Contents
maxLevel2
indent20px
stylenone



Column
width50%





Section

Overview

The account level revenue share feature allows customers to charge their own clients by setting a revenue share at the account level in Beeswax. In order to comply with different options of how revenue share can be configured, Beeswax has introduced two types of account-level revenue shares (Standard and Master). Account Level Revenue Share functionality provides clients with flexibility in how they want to charge their own clients, and an automated billing workflow. 

Info

This feature is currently in beta, please reach out to your account team for more information.

Standard Account Level Revenue Share

  • The The Standard  account account level revenue share allows share allows Beeswax clients to apply a revenue share against to the cost of the media costs, expressed as a percentage rate. The standard revenue share can either be applied as a bid reduction or as an on-top fee.
    • If the account level revenue share is set as a Fee, up as an on-top fee, this means the revenue share is taken applied on top of the media inventory cost, and is will not be included in Media Spend or Spend. The revenue share is treated like a Vendor Fee in reporting and will be debited from the line item/campaigns budget only if the budget will show up as a separate line in the Vendor Fee report. If the campaign/line item's budget type is Spend with Fees, the revenue share will be included in budget.
    • If the account level revenue share is set up as a Bid Reductionbid reduction, this means the revenue share is included in Media Spend and Media Spend. The revenue share will not show up as a separate line item in reporting and is included in media spend.

Master Account Level Revenue Share

  • The Master Account Level revenue Share allows Share allows Beeswax clients to apply a revenue share on top of all to all costs associated with an impression , including (media spend plus all vendor fees). The master revenue share can only be charged as an on-top fee.
Info

These two types of revenue share options are mutually exclusive. Only one type of account-level revenue share (Standard or Master) can be applied to a single account within a buzz key.

Roles and Permissions

In order to enable the permissions for a role that allow creating and editing revenue shares in the buzz UI, please see Roles and Permissions.


Section

Set Revenue Share Type and Amount

1. To create the account level revenue share, navigate to Admin > Accounts.​

2. Start by selecting an account from the displayed list for the revenue share to be applied.

3. From this screen, select the settings tab toward the top.

4. From this view, users are able to find Account Level Revenue Share settings.

5. Choose the revenue share type of Standard, Master, or None.

6. Set the fee type:

  • For Standard revenue share type, users may select Fee or Reduction.
  • For Master revenue share type, the only supported fee type is Fee.

7. Set the percentage for the account level revenue share rate. The rate can be set as any value between 0 and 999 percent.


Section

Reporting

For specific Roles to be able to view the revenue share data in reporting, the 'Account Level Revenue Share' object under Report Field Permissions must be enabled. See Roles and Permissions for more information.

In Report Builder, Revenue Shares (when set as Fee) will be logged as a vendor fee. The Vendor Fee name will be Revenue Share Fee (for Standard) or Master Revenue Share Fee (for Master), and the Vendor Name will be the buzzkey.

Users can enable the field Account Level Revenue Share for reporting within the UI. This is enabled within the Role object under the Report Field Permissions column. The field name is Account Revenue Share Data, and it is disabled by default. Beeswax has added new fields to the win and bid logs for both types of account level revenue share, please refer to our Logs FAQ page and schema here.


Section

FAQ

Q: Can customers apply a CPM-based revenue share instead of a percentage?

A: No.

Q: Can we set the revenue share default to be applied to all accounts within the buzzkey?

A: No, the account level revenue share must be set on a per account basis.


HTML
<a class="back-to-top"></a>

<script>
jQuery(document).ready(function() {jQuery(".wiki-content a").attr("target", "_blank"); });

var btn = $('.back-to-top');

$(window).scroll(function() {
  if ($(window).scrollTop() > 500) {
    btn.addClass('show');
  } else {
    btn.removeClass('show');
  }
});

btn.on('click', function(e) {
  e.preventDefault();
  $('html, body').animate({scrollTop:0}, '500');
});

</script>