meltwater-en-sandbox-community.insided.com Open in urlscan Pro
2600:9000:247b:d400:8:265c:1a00:93a1  Public Scan

URL: https://meltwater-en-sandbox-community.insided.com/
Submission: On April 04 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /search/index

<form method="get" action="/search/index">
  <div class="searchbox searchbox--large qa-search-area">
    <div class="searchbox__input algolia-search--forum qa-menu-search-input">
      <div class="search-and-filter-wrapper"><span>
          <div class="algolia-search-container" role="combobox" aria-haspopup="listbox" aria-labelledby="downshift-2-label">
            <div class="algolia-search-container--empty-input">
              <div class="search-box"><input aria-label="Search" type="search" placeholder="Unlock greatness in every search..." autocomplete="off" autocorrect="off" autocapitalize="off" data-track-type="click keydown"
                  data-element-name="Search input" data-event-filter="enterKeydownFilter" class="search-box__input" aria-autocomplete="list" aria-labelledby="downshift-2-label" id="downshift-2-input"><button type="submit" aria-label="Enter"
                  class="search-box__submit"><svg aria-hidden="true" width="16" height="16" class="" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                    <path
                      d="M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.49L20.49 19L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z"
                      fill="currentColor"></path>
                  </svg></button><button type="reset" aria-label="Clear search" class="search-box__reset" style="opacity: 0;"><svg aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" fill="none" class="">
                    <path
                      d="M8.00065 1.33334C4.31398 1.33334 1.33398 4.31334 1.33398 8.00001C1.33398 11.6867 4.31398 14.6667 8.00065 14.6667C11.6873 14.6667 14.6673 11.6867 14.6673 8.00001C14.6673 4.31334 11.6873 1.33334 8.00065 1.33334ZM11.334 10.3933L10.394 11.3333L8.00065 8.94001L5.60732 11.3333L4.66732 10.3933L7.06065 8.00001L4.66732 5.60668L5.60732 4.66668L8.00065 7.06001L10.394 4.66668L11.334 5.60668L8.94065 8.00001L11.334 10.3933Z"
                      fill="currentColor"></path>
                  </svg></button></div>
            </div>
          </div>
        </span></div>
    </div>
  </div>
</form>

Name: registerPOST /member/register

<form name="register" method="post" action="/member/register" class="form js-ajax-form--registration" novalidate="novalidate" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification " data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_username"> Username * </label>
    </div>
    <div class="second">
      <input type="text" id="register_user_username" name="register[user][username]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_email"> E-mail address * </label>
    </div>
    <div class="second">
      <input type="email" id="register_user_email" name="register[user][email]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label data-required="1" class="label required" for="register_user_password"> Password * </label>
    </div>
    <div class="second">
      <input type="password" id="register_user_password" name="register[user][password]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first choices--stacked fancyselect">
      <input type="checkbox" id="register_terms" name="register[terms]" required="required" value="1">
      <label for="register_terms" class="required"> I accept the <a href="/site/terms" target="_blank" class="terms">
          terms &amp; conditions
        </a>
      </label>
    </div>
  </div>
  <div class="email_repeat" style="display: none;">
    <div class="form__row">
      <div class="first">
        <label class="label" for="register_email_repeat"> loginBox.register.email_repeat </label>
      </div>
      <div class="second">
        <input type="text" id="register_email_repeat" name="register[email_repeat]">
      </div>
    </div>
  </div>
  <button type="submit" id="register_submit" name="register[submit]" class="btn btn--cta btn--full-width"> Register <div class="loader"></div></button>
  <input type="hidden" id="register_is_invite" name="register[is_invite]">
  <input type="hidden" id="register__token" name="register[_token]" value="aIykUbleaDkSbLSZ9ihxEorgjXyB1f8zO9XrXUBVLSg">
</form>

Name: loginPOST /member/login

<form name="login" method="post" action="/member/login" class="form js-ajax-form--login" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="login_usernameOrEmail"> Username or Email </label>
    </div>
    <div class="second">
      <input type="text" id="login_usernameOrEmail" name="login[usernameOrEmail]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="login_password"> Password </label>
    </div>
    <div class="second">
      <input type="password" id="login_password" name="login[password]" required="required">
    </div>
  </div>
  <div class="form__row">
    <div class="first choices--stacked fancyselect">
      <input type="checkbox" id="login_remember" name="login[remember]" value="1">
      <label for="login_remember"> Remember me </label>
    </div>
  </div>
  <button type="submit" id="login_submit" name="login[submit]" class="btn btn--cta btn--full-width"> Log in <div class="loader"></div></button>
  <div class="box__pad box--note box--blend">
    <a href="#" class="js-open-modal" data-modal="forgot" tabindex="-1" data-mn="ItemView" data-mn-app="frontend">Forgot password?</a>
  </div>
  <input type="hidden" id="login__token" name="login[_token]" value="SCUsRkE-DDMfz8Cw_iEriybYr0l0E3BMKP74a6lgg7Y">
</form>

Name: forgotPasswordPOST /member/forgotPassword

<form name="forgotPassword" method="post" action="/member/forgotPassword" class="form js-ajax-form--forgot" id="form--forgot__1590117268" data-mn="ItemView" data-mn-app="frontend">
  <div class="js-notification" data-mn="CompositeView" data-mn-app="frontend">
    <div class="box box__pad is-hidden">
      <ul></ul>
    </div>
  </div>
  <div class="form__row">
    <div class="first">
      <label class="label required" for="forgotPassword_username"> Username or e-mail </label>
    </div>
    <div class="second">
      <input type="text" id="forgotPassword_username" name="forgotPassword[username]" required="required">
    </div>
  </div>
  <div class="form-row first">
    <button type="submit" id="forgotPassword_submit" name="forgotPassword[submit]" class="btn btn--cta qa-submit-button"> Send <div class="loader"></div></button>
    <a href="#" class="group__item end js-open-modal qa-forgot-password-overview-link" data-modal="login" data-mn="ItemView" data-mn-app="frontend">Back to overview</a>
  </div>
  <input type="hidden" id="forgotPassword__token" name="forgotPassword[_token]" value="b9Yoqb8yKlvaelObfoHgwFv74DEp2t4409vpge1jJKA">
</form>

Text Content

COOKIE POLICY

We use cookies to enhance and personalize your experience. If you accept you
agree to our full cookie policy. Learn more about our cookies.

Accept cookies Deny all
Cookie settings
×


COOKIE SETTINGS


We use 3 different kinds of cookies. You can choose which cookies you want to
accept. We need basic cookies to make this site work, therefore these are the
minimum you can select. Learn more about our cookies.


Basic
Functional

Normal
Functional + analytics

Complete
Functional + analytics + social media + embedded videos

Accept cookies

 * Community
    * 
    * * Community
      * Recently active topics
      * Unanswered questions
      * Welcome
      * Getting started in the community11
      * Company announcements9
      * Ask the community
      * General Q&A9
      * Product Q&A1
      * Learn & Share
      * Tips & Tricks4
      * Show & Tell1

 * Knowledge Base
    * 
    * * Knowledge base overview
      * Getting Started
      * General information1
      * Guides & tutorials1
      * Analytics & Reporting
      * Analytics1
      * Reporting1
      * Platform & Integrations
      * Integrations1
      * Platform1

 * Ideas
 * Product Updates
 * Events
 * Groups



 * 
   EN
 * Create topic
   Login







WELCOME TO OUR DIGITAL HUB!

Ask questions, get answers and engage with your peers




COMMUNITY

Start discussions, ask questions, get answers


KNOWLEDGE BASE

Read product guides and how-to's


IDEAS (CUSTOMERS ONLY)

Submit ideas and suggestions to our team


PRODUCT UPDATES

Read the latest news from our product team


EVENTS

Explore and RSVP for upcoming events


GROUPS

Connect with like-minded professionals


FEATURED TOPICS

THE LATEST & GREATEST FROM THE COMMUNITY




Getting started



NEW TO THE COMMUNITY? HERE'S EVERYTHING YOU NEED TO KNOW!



Is this your first visit to our lovely company community? Welcome! We’re super
happy to have you here! What are we doing here? First things first, what are we
actually doing in the company community? Our community is meant to be useful for
both new and veteran customers, your level of expertise does not matter. That’s
the beauty of our little community here, we have a TON of expertise on the
platform daily about our company, Data & Analytics, Reporting and others—It
really is an endless list of possibilities. A (really) quick tour The basic
setup of our community is simple: Getting Started (You’re here now!) New to the
community? New to our Company? Visit me first! Analytics & Reporting We’re a
Data & Analytics company, so it makes sense to have a whole lot of ideas on how
to best be using your data, right? We have got you covered! Platform &
Integrations Guides & Articles on using our platform, or integrating with other
tools you might already have added to your tech-stack. News & Updates This is
where we keep you updated on what’s happening to our company, the community or
our products & services. Q&A Ask the community (or us) anything about us, our
products or any other related question that might be on your mind. The community
will take care of them quickly and efficiently! Only if you’re a customer:
Feedback & Ideation This is where our Customers provide us with the ever-needed
ideas and feature requests that will make our platform be even better in the
future! We try and include as many as possible in our roadmap, as when it comes
to the value you can get from our platform—our customers know best! - - - - - -
- - - - - - - - - - - - - - - - - In any case: start here by introducing
yourself to the community!




6 months ago
150
 * Recent activity
 * Help others
 * Categories

R
Richard_FernCommunity Manager
posted in Company announcements

CONVERSATION - RICHARD

Conversation - Richard

00
R
1 month ago
R
Richard_FernCommunity Manager
asked in Getting started in the community

QUESTIONS RICHARD@FERN.ORG


richard@fern.org

00
R
1 month ago
A
AnkitNew Participant
asked in General Q&A

TEST DEMO QUESTION


Test Demo Question Desc

02
E
1 month ago
V
Venom_CaterCommunity Manager

REVISED IDEANEW

Revised Idea

10
V
2 months ago
V
Venom_CaterCommunity Manager
asked in Amsterdam

REVISED QUESTION


Revised Question

00
V
2 months ago
V
Venom_CaterCommunity Manager
posted in Amsterdam

REVISED CONVERSATION

Revised Conversation

00
V
2 months ago
T
Tremida_MacronCommunity Manager

TREMIDA - IDEANEW

Tremida - Idea

10
T
2 months ago
T
Tremida_MacronCommunity Manager
posted in Tips & Tricks

TREMIDA - CONVERSATION

Tremida - Conversation

00
T
2 months ago
T
Tremida_MacronCommunity Manager
asked in Getting started in the community

TREMIDA - QUESTIONS


Tremida - Questions

00
T
2 months ago
V
Venom_CaterCommunity Manager

IDEA - VENOMNEW

New ideas - venom

10
V
2 months ago
Show more activity
R
Richard_FernCommunity Manager
asked in Getting started in the community

QUESTIONS RICHARD@FERN.ORG


richard@fern.org

00
R
1 month ago
A
AnkitNew Participant
asked in General Q&A

TEST DEMO QUESTION


Test Demo Question Desc

02
E
1 month ago
V
Venom_CaterCommunity Manager
asked in Amsterdam

REVISED QUESTION


Revised Question

00
V
2 months ago
T
Tremida_MacronCommunity Manager
asked in Getting started in the community

TREMIDA - QUESTIONS


Tremida - Questions

00
T
2 months ago
V
Venom_CaterCommunity Manager
asked in Getting started in the community

QUESTION - VENOM


Demo question - Venom

00
V
2 months ago
C
Charles WalterNew Participant
asked in General Q&A

OTHER QUESTION TOPIC


Other Question Topic

00
C
4 months ago
C
Charles WalterNew Participant
asked in Company announcements

QUESTIONS - EVENT


Questions - Event

00
C
4 months ago
A
Ankit12345New Participant
asked in Company announcements

QWEQWE


wqe

00
A
5 months ago
P
PrisNew Participant
asked in Getting started in the community

TYJYTJTHTRHTRHTRHRH


ghuyyjthjytdjytdjytjytjytjy tyjytujytjytjytjyjyjty

11
P
5 months ago
M
MichaelCommunity Manager
asked in Company announcements

QUESTION - TRICK


Question - trick

00
M
5 months ago
Show more activity


WELCOME

Everything you need to know about this community


GETTING STARTED IN THE COMMUNITY

 * 11 topics
 * 5 Replies


COMPANY ANNOUNCEMENTS

 * 9 topics
 * 7 Replies


ASK THE COMMUNITY

Do you have a question? look no further


GENERAL Q&A

 * 9 topics
 * 12 Replies


PRODUCT Q&A

 * 1 topic
 * 6 Replies


LEARN & SHARE

Share tips and best practices, show what you've created and inspire others


TIPS & TRICKS

 * 4 topics
 * 0 Replies


SHOW & TELL

 * 1 topic
 * 0 Replies




POPULAR TAGS

 * new
 * badges
 * ideation
 * feature
 * reporting
 * community
 * analytics
 * integrations
 * introduction
 * badge
 * colors
 * crm
 * dashboards
 * feedback
 * gamification


EVENTS CALENDAR








TOP GROUPS

AMSTERDAM


Join group


ADMINISTRATORS


Join group


USA


Request to join

Show all groups


THE TECHNOLOGY STACK FOR CUSTOMER SUCCESS TEAMS

A detailed look at how Success teams can make the best use of technology for
true customer engagement.

Download E-Book


NEED MORE HELP?


API DOCUMENTATION

Learn everything you need to know about our REST API and endpoints


CONTACT SUPPORT

Contact our support team and we'll be happy to help you get up and running!


RESOURCES

Find all the guidance you need as you navigate through our success resources

Powered by Gainsight
Terms & ConditionsCookie settings



SIGN UP

Already have an account? Login


Username *

E-mail address *

Password *

I accept the terms & conditions
loginBox.register.email_repeat

Register



LOGIN TO THE COMMUNITY

No account yet? Create an account

Username or Email

Password

Remember me
Log in

Forgot password?

Enter your username or e-mail address. We'll send you an e-mail with
instructions to reset your password.

Username or e-mail

Send

Back to overview


SCANNING FILE FOR VIRUSES.

Sorry, we're still checking this file's contents to make sure it's safe to
download. Please try again in a few minutes.

OK


THIS FILE CANNOT BE DOWNLOADED

Sorry, our virus scanner detected that this file isn't safe to download.

OK