General questions #
What is the minimum traffic required?
We require a minimum of 100k pageviews per month with 30%+ US/CA/UK/AU/NZ/and Western EU traffic. For sites underneath the traffic margin, a manual review is required.
What is your minimum payout amount?
We do not have a minimum payout amount.
I’ve applied – how long until I hear back from you?
Our application team has an estimated turn around time of 7-14 business days.
The estimated numbers I’m seeing on my dashboard don’t line up to a report I ran – why is that?
Our estimated metrics on the dashboard are calculated using real-time metrics which may vary from what you see on a specific report or card on your dashboard readout. If you would like clarity on what each report is pulling, please contact your account manager.
Does NitroPay offer a video player for serving instream/outstream ads?
We do – please contact your client success manager to see about setting this up.
Can I utilized hashed emails to increase user value on my site?
Yes you can – your client success manager will be able to guide you on next steps, please contact us via intercom or your direct channel of communication.
Common setup issues #
I’ve just generated a placement on the dashboard – where do I put it?
To integrate a simple display ad, you take the output of our placement code generator and place it within the html of your page. The target <div> (generated by the placement code generator, displayed above the createAd block) goes wherever you’d like the ad to render on the page.
The createAd portion of the code only needs to be placed within the <body> of the page.
I’ve done the above and I still don’t see ads – what gives?
The first thing to check is to make sure that your header script is in place. To find your header script, navigate to your NitroPay dashboard and then to your Sites page under the Organization heading. Click your sites name under the “Name” column, in blue, and then navigate to the setup guide from there. The first step outlines your header script, which must be placed within the <head> of each page you want to be populated with ads.
My header script is there but there’s still no ads!
This is not uncommon – to check and make sure the ad scripts are running correctly, append ?nitroads_debug=1 to the end of your page URL. You can then check the output of our script in the console log of whatever browser you’re using. You should see messages that confirm that the ad script is loading and your placement IDs are running. If you’re not seeing any ads populate, it is likely that fill to your current user is expended. This can be due to your site having recently been set up and lacking full bidder coverage, or you could have exhausted the supply of ads visible to you. If you’re confused about any of these steps please contact our customer service team via the Intercom chat.
When setting up the sticky side rail, it isn’t rendering.
This crops up when the collision detection within the sticky side rails code discovers potential collisions on its path. Append ?nitroads_debug=1 to the end of the URL you are integrating on, and within the console log you will see a read out of what the problem elements are. You can then whitelist these elements using the railCollisionWhitelist.
I’ve placed an Anchor ad, but it isn’t showing up.
Contrary to the setup for our other placement types, the specialized anchor ad does not require a target <div>. Make sure you haven’t included one – the anchor places itself on the page.
I’ve placed multiple ads, but only one is rendering.
When placing multiple ads on a page it is imperative that the ad unit IDs be unique. This is the name of the target <div> generated on the placement code builder – and is declared in this portion of the code snippet – window[‘nitroAds’].createAd(‘test’, { – in this example, if you were to place multiple instances of the div id and createAd call for ‘test’ it would only populate a single placement. You must iterate the id for test (i.e. test-1, test-2, test-3) and carry over this iteration to each target <div> as well as ad unit ID.
I’ve placed a sticky-stack, but it isn’t generating multiple placements / it isn’t stacking / it isn’t sticky.
The sticky stack must be placed within a container that matches the height of the content you wish it to float besides, and the height of the sticky stack container must be initialized before the sticky stack code runs, since that is when it calculates number of placements and its overall behavior. The div the sticky-stack is within must also not be an overflow div. For other issues, please contact our customer support team.
My site is an SPA – how do I make my display ads function in accordance with best practices?
We recommend completely tearing down the existing <divs> for your placements and re-creating them whenever user navigation occurs. Make sure that these placements are completely removed and not just hidden – as this can lead to issues.
Payment & Fee FAQs #
What payment schedule do you offer?
We have a net-7 payment schedule.
How do Referral Payments work?
Referral payments are based on the second 30-day period of earnings, and are paid out after 60 days of the referred site being live. There is a maximum of $1,500 per referral.
What payout methods are currently offered?
We currently offer payouts through bank transfers to over 220 countries.
How do I update my payment information?
To update your payment information, navigate to the dashboard and click the “Payments” tab under Organization. Then you can click “edit” on your payout method and make your updates.
The payments page is also where you can update your tax form. Simply click “Complete a new tax form” at the bottom of the page to do so.
Fee Splitting
Listed below are the Fees associated with different routing types and receiving countries/regions. Fees are subject to change.
US (USD) – ACH (Local) – 1.00 USD
Canada (CAD, USD) – EFT (Local) – 1.00 USD
United Kingdom (GBP) – FPS (Local) – 4.00 USD
Australia (AUD) – NPP (Local) – 4.00 USD
New Zealand (NZD) – BECS (Local) – 4.00 USD
Hong Kong (HKD) – FPSHK (Local) – 4.00 USD
Europe (EUR) – SEPA (Local) – 4.00 USD
IACH – IACH (Local) – 4.00 USD
Swift Wire – 10.00 USD
USD to USD Swift Wire – 25.00 USD
Specialized ad placements #
Here is a repository of links for our cookbook of specialized ad placements.
Anchor:
This placement is a strong performer on mobile and desktop, and can be seen here: https://nitroads.com/anchor/index.html
Article ads:
This placement automatically iterates normal leaderboard display ads (sized 320×50 and 320×100 on mobile devices, 728×90, 970×90 and 970×250 where available on desktop devices) across long article formats.
https://nitroads.com/article/index.html
Sticky Side Rail:
Similar to the anchor ad, this performs well on desktop screens that can fit them within the gutters.
https://nitroads.com/rail/index.html
Sticky-Stack:
A variant of the sticky side rail, this works on pages that do not have room in the gutters but would like a rail-like experience with potential for multiple ad units.
https://nitroads.com/sticky-stack/index.html