www.revenueroll.com Open in urlscan Pro
104.18.23.241  Public Scan

Submitted URL: https://nowrevenueroll.com/
Effective URL: https://www.revenueroll.com/
Submission: On August 23 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

Name: email-formGET

<form id="contact-form" name="email-form" data-name="Email Form" method="get" data-wf-page-id="65201089aecd56ad2ed0bed5" data-wf-element-id="29001c29-de75-e84c-5268-96e81519dad0" aria-label="Email Form">
  <div class="div-block-146">
    <div class="div-block-144"><label for="firstName-contact" class="field-title">First Name</label><input class="input-field popup w-input" maxlength="256" name="firstName-contact" data-name="firstName-contact" placeholder="Jane" type="text"
        id="firstName-contact" required=""><label for="lastName-contact" class="field-title">Last Name</label><input class="input-field popup w-input" maxlength="256" name="lastName-contact" data-name="lastName-contact" placeholder="Cooper"
        type="text" id="lastName-contact" required=""><label for="Company-contact" class="field-title">Company</label><input class="input-field popup w-input" maxlength="256" name="Company" data-name="Company" placeholder="e.g. Revenue Roll"
        type="text" id="Company-contact" required=""><label for="Email-contact" class="field-title">Email</label><input class="input-field popup last w-input" maxlength="256" name="Email" data-name="Email" placeholder="e.g. jane.cooper@gmail.com"
        type="email" id="Email-contact" required=""></div>
    <div class="div-block-145"><label for="Message-contact" class="field-title">Message</label><textarea required="" placeholder="Type message here..." maxlength="5000" id="Message-contact" name="Message" data-name="Message"
        class="input-field text-area w-input"></textarea></div>
  </div>
  <div id="submit-btn-container" class="submit-btn-container not-valid"><input type="submit" data-wait="Please wait..." id="contact-submit" class="submit-button-3 contact w-button" value="Send" disabled="true">
    <div class="not-valid-block">
      <p class="not-valid-text">Please Correctly Fill all fields</p>
    </div>
  </div>
  <div class="w-embed w-script">
    <script>
      window.addEventListener("load", () => {
        const submitBtn = document.getElementById("contact-submit");
        submitBtn.setAttribute("disabled", "true");
        const submitBtnContainer = document.getElementById("submit-btn-container");
        const form = document.getElementById("contact-form");
        const firstNameField = document.getElementById("firstName-contact");
        const lastNameField = document.getElementById("lastName-contact");
        const companyField = document.getElementById("Company-contact");
        const emailField = document.getElementById("Email-contact");
        const messageField = document.getElementById("Message-contact");
        const interval = setInterval(() => {
          const nameValue = firstNameField.value + " " + lastNameField.value;
          const email = emailField.value;
          const company = companyField.value;
          const message = messageField.value;
          let valid = true;
          if (!firstNameField.value.trim() || !lastNameField.value.trim() || !email.trim() || !company.trim() || !message.trim()) {
            valid = false;
          }
          if (email && !email.match(/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/g)) {
            emailField.classList.add("is-invalid");
            valid = false;
          } else {
            emailField.classList.remove("is-invalid");
          }
          if (!valid) {
            submitBtn.setAttribute("disabled", "true");
            submitBtnContainer.classList.add("not-valid");
          } else {
            submitBtn.removeAttribute("disabled");
            submitBtnContainer.classList.remove("not-valid");
          }
        }, 400);
        form.addEventListener("submit", (event) => {
          clearInterval(interval);
          const firstName = firstNameField.value;
          const lastName = lastNameField.value;
          const nameValue = firstName + " " + lastName;
          const email = emailField.value;
          const company = companyField.value;
          const message = messageField.value;
          const data = {
            email,
            company,
            name: nameValue,
            message,
            type: "Contact Us",
          };
          const dataLayer = window.dataLayer || [];
          const dlObject = {
            event: "contact_submit",
            company,
            first_name: firstName,
            last_name: lastName,
            email_address: email,
            full_name: nameValue,
            message,
          };
          dataLayer.push(dlObject);
          window.dataLayer = dataLayer;
          fetch("https://snowcatcloud-revenueroll.uc.r.appspot.com/api/v1/website/questionnaire", {
            headers: {
              "Content-Type": "application/json",
            },
            method: "POST",
            body: JSON.stringify(data),
          });
        });
      });
    </script>
    <style>
      #Message-contact {
        resize: none;
        overflow-y: auto;
      }

      #contact-submit:disabled {
        opacity: 0.5;
      }

      input.input-field.is-invalid {
        border-color: #ff7875;
      }

      .not-valid-block::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-width: 1px;
        border-style: solid;
        border-right-color: rgb(203, 214, 226);
        border-bottom-color: rgb(203, 214, 226);
        border-image: initial;
        clip-path: polygon(100% 100%, 0px 100%, 100% 0px);
        border-top-left-radius: 100%;
        width: 20px;
        height: 20px;
        background-color: inherit;
        transform: rotate(225deg);
        bottom: calc(100% - 12px);
        left: calc(50% - 12px);
        border-top-color: transparent !important;
        border-left-color: transparent !important;
        background-color: #fff;
      }

      .not-valid-block {
        opacity: 0;
        transition: all ease-in-out 0.35s;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
      }

      .submit-btn-container.not-valid:hover .not-valid-block {
        opacity: 1;
        margin-top: 5px;
      }
    </style>
  </div>
</form>

Name: email-formGET

<form id="email-form" name="email-form" data-name="Email Form" method="get" data-wf-page-id="65201089aecd56ad2ed0bed5" data-wf-element-id="1a5e5c93-7609-6ef1-fb89-a96a90760377" aria-label="Email Form"><label for="email"
    class="field-label-6 _1">Email</label><input class="text-field-6 _1 w-input" maxlength="256" name="email" data-name="Email" placeholder="e.g. jane.cooper@revenueroll.com" type="email" id="email" required=""><input type="submit"
    data-wait="Please wait..." class="submit-button-4 partner white w-button" value="Subscribe"></form>

Text Content

Home
Identification
Financing
Resources

CASE STUDIES

Stop guessing - see the lasting impact we've had on clients

PARTNER PROGRAM

Improve your clients' ads - leverage our proven technology

INSIGHTS

Stay ahead in online ads with insights from our experts

FAQ
Get Started
Book DemoLog In
Log InBook Demo






GROW FASTER WITH MORE ACCURATE RETARGETING

Retargeting is broken but it doesn't have to be
Let's Fix It
F


Identify Anonymous Users
Retarget Via Emails & Ads
Convert Them Into Revenue
Anonymous Users Are Last Forever
Minimal Retargeting Capabilities
Less Conversions


Trusted By Marketing Teams Around The World





TOP BRANDS RELY ON REVENUE ROLL

Discover how brands across verticals scale efficiently with Revenue Roll

5.0x+ ROI



CAPITALIZING ON BFCM PEAK

How Caraway maximized BFCM results with Revenue Roll

Add high intent emails to existing flows and campaigns at the perfect time

Read More
option11
option12
option13
option14
option15
option16
New!
75%+ Onsite ID Rate



HELPING THE GOAT SCALE DIGITALLY

How GOAT Foods maximized their email subscriber base with Revenue Roll

Add high intent emails to existing flows and campaigns at the perfect time

Read More
option11
option12
option13
option14
option15
option16
New!
70% Onsite ID Rate + $500K Financing



CREDIT EXPANSION TO CONTINUE STRONG GROWTH

Hollow optimized email and expanded ad spend with Revenue Roll

Add high intent emails to existing flows and campaigns at the perfect time

Read More
option11
option12
option13
option14
option15
option16
New!

More Case Studies





MOST CLICKS ARE ANONYMOUS TO ADVERTISERS

Meta & Google built an amazing click generator but advertisers are not getting
the full value of it




REVENUE ROLL COMPLETES CUSTOMER PROFILES

So you can actually retarget with the right message at the right time



AND IS THE FOUNDATION OF NEXT GEN RETARGETING

RevRoll customers pay 50% less per user retargeted compared to similar
retargeting platforms



BUILT WITHIN THE NEW PRIVACY POLICIES

Profiles we provide require opt-in both on your site and in our network


If we don't receive both of these opt-ins, we will not provide you with a user's
info


UNLOCK IMMEDIATE REVENUE FROM ANONYMOUS USERS

See what's possible with Revenue Roll




Detailed Pricing





WHAT OUR CLIENTS SAY

"Revenue Roll worked expeditiously to get us live before BFCM and help us
capitalize on our peak season. Since then, they’ve continued to deliver
impressive month-over-month results with improvements to their identification
rates and revenue results. Excited to see what’s to come from the Revenue Roll
team."

Connor Dault

VP Growth, Caraway

"Revenue Roll has over-delivered on performance. By helping us capitalize on the
traffic we’re driving to our site, they’re helping us scale efficiently and
effectively through our owned and paid channels."

Jonathan Packer

Partner, GOAT Foods

“This past holiday season, Revenue Roll helped us unlock the full potential of
our email marketing campaigns. By identifying and retargeting nearly half of our
site traffic, we saw a significant revenue lift during our two biggest holidays
of the year.”

Max Johnson

CEO, Awe Inspired

"By helping us deploy capital early in 2024, Revenue Roll is helping us achieve
EOY growth targets. With their ad financing and identity resolution product,
they’ve become an integral part of our growth strategy and we see them as a
critical partner across our portfolio of brands."

Zach Stuck

CEO of Hollow Socks

"Revenue Roll provided 2-5x+ the number of email addresses above two prominent
competitors in the space during a head-to-head trial. They surpassed
expectations and made us money in a sophisticated A/B test situation, hence our
continued partnership."

Rob Varon

Director of Marketing, Jordan Craig

"Michael and team run an efficient underwriting process and have a very flexible
product that meets our needs. Revenue Roll is a long-term financing partner
helping us to keep scaling profitably"

Cody Holloway

CFO at Opopop




IMPROVE RETARGETING


WITHIN 30 DAYS


Book Demo


Our subscribers generate positive ROI from our software within 30 days





HOME



IDENTIFICATION

FINANCING

RESOURCES

Case StudiesPartner ProgramInsights

FAQ

Contact Us

Miami, FL

New York, NY

Los Angeles, CA

©Revenue Roll

All Rights Reserved
Terms & Conditions

Privacy Policy

Cookie Policy

Opt-Out Form

CONTACT US

Leave us a message and we will get back to you via email within 24 hours

First NameLast NameCompanyEmail
Message

Please Correctly Fill all fields



THANK YOU!

Your message has been received!

Close
Oops! Something went wrong while submitting the form.


Join Our Community
Subscribe & Fix Your Retargeting Funnel
Email
Welcome To Our Community

Look Out For Our Next Newsletter In Your Inbox
Oops! Something went wrong while submitting the form.