app.snowflake.com Open in urlscan Pro
162.159.134.73  Public Scan

Submitted URL: https://go.simondata.com/e3t/Ctc/2M+113/d12s7504/VWqt_c34qmjjW5pchww6TlfzTW50jS-p50q6sxN5DTzlN3q3phV1-WJV7CgCnfW168Nvl4wL...
Effective URL: https://app.snowflake.com/marketplace/listing/GZSOZUVVI/simon-data-identityqa?utm_campaign=23-Snowflake%20Summit&utm_mediu...
Submission: On June 30 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

true

<form class="          " action="true">
  <div class="cs bf            bw cu">
    <div class="cv cw cx cy cz d0 d1 d2 d3 ot           b3 bk b5 bg d4 ou ch ov d7 ow d9 ox db dc oy bn de df dg"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="none" xmlns="http://www.w3.org/2000/svg"
        class="dh di dj dk            dl dm df bq dn co" role="presentation">
        <circle cx="6.5" cy="6.5" r="4"></circle>
        <path d="M9.5 9.5L13.0355 13.0355" stroke-linecap="round"></path>
      </svg><input aria-label="Search providers and data products" aria-invalid="false" autocomplete="off" formnovalidate="" maxlength="50" name="search" placeholder="Search providers and data products" type="text"
        class="do dp dq dr db d9 ch d7 ds dt c9 du dv dw dx bv   bb     dy    dz e0 e1 e2 bw e3 e4" value="" autofocus=""><svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="none" xmlns="http://www.w3.org/2000/svg"
        class="di dj dk            e5 dm df bq dn e6" role="presentation">
        <circle cx="8" cy="8" r="8"></circle>
        <path d="M6 6L10 10" stroke-linecap="round" stroke="var(--level2-bg)"></path>
        <path d="M10 6L6 10" stroke-linecap="round" stroke="var(--level2-bg)"></path>
      </svg></div>
    <div class="e7 e8 e9 ea bv eb bs ec            am ed ee ef eg" style="height: 0px;">
      <div class="eh b0            ei ej ek el em en eo dl ep" id="__js4"></div>
    </div>
  </div><button class="           e6" type="submit">Submit</button>
</form>

Text Content

Skip to main content

Submit
Browse Data Products

Providers

Sign In
Start for Free


IDENTITYQAPREVIEW

Simon Data
Version v1.0.4 released 2 days ago
Your company’s identity is the foundation of your customer experience. But how
do you know if the assumptions you’ve made about your company’s identity model
are correct? That’s where IdentityQA comes in. Our IdentityQA app is designed to
help you validate assumptions about your company’s identity model and ensure
that the data behind the model is accurate and able to support your marketing
strategies. By using this application, you can gain valuable insights to enable
data-driven decisions to strengthen your existing identity model. What to
Expect: 1. Privacy-First Identity Model Analysis Our application runs your
current identity model against your own data to validate whether or not your
identity assumptions are correct, without the data ever leaving your Snowflake
instance! By granting IdentityQA access to a single Snowflake table and
following a few simple steps to configure your identity model inputs, our
application code will take those inputs, run them against the source table, and
output relevant statistics that will help you determine whether or not your
identity model assumptions are correct. 2. Data Quality Validations In addition
to validating whether or not overarching identity assumptions are correct (e.g.
is my customer_id actually unique?), IdentityQA will point to invalid email
addresses (e.g. test@test.com, bobjonesgmail.com) & phone numbers (e.g.
555-555-5555, 123-456-7890) that could potentially lead to bad profile merges or
inefficient use of marketing dollars. Why include email addresses that don’t
have an “@” in your audiences if they can’t ever receive your message? 3. Data
Visualization & Reporting While symptoms of underlying identity issues are often
felt downstream, it can be difficult & overwhelming to start researching or
diagnosing the root cause. Our IdentityQA application provides intuitive data
visualization & comprehensive reports that enable you to understand the key
findings quickly and easily. You will be able to easily identify areas of
improvement and track the progress of your identity model over time. 4.
Actionable Recommendations Based on the analysis and validations, our
application generates actionable recommendations tailored to your company’s
unique identity model. These recommendations will guide you in making informed
decisions to optimize your brand’s identity and strengthen your marketing
communications by enabling your marketing team to use complete, personalized,
and contextual data. We are excited to embark on this journey of validating your
company’s identity model assumptions with you. Let IdentityQA be your trusted
companion in refining your brand’s identity and driving successful marketing
campaigns. Get ready to unlock new levels of brand resonance & customer
engagement!

Show More


BUSINESS NEEDS


DATA QUALITY AND CLEANSING

Is your primary customer identifier truly unique or do you have a lot of
duplicate, messy identity records? IdentityQA will help you find inaccuracies in
your identity model based on your own Snowflake data.

Do you have invalid email addresses and phone numbers in your identity table?
IdentityQA wi...
More


IDENTITY RESOLUTION

Your business is only as effective as your customer identity.

Yet, over 85% of companies have errors in their identity table, leading to
mismatched marketing campaigns and inaccurate business analysis. Without an easy
way for data teams to check the accuracy of their identity table, it remains a
b...
More


QUANTITATIVE ANALYSIS

The output of IdentityQA is a comprehensive report on the quality of your
identity model. Based on your customer identifiers and a set of identity model
assertions that you configure, IdentityQA will analyze your data against those
assertions and either prove or disprove them.

After using Identit...
More


SECURITY

Consumer data is kept private and secure. After the app is installed, it is
recommended by the provider to grant the following privileges as needed.
Account level privileges
Privileges to objects
Diagnostics


USAGE EXAMPLES


GRANT USAGE

Before the app can run, it needs to be given access to the correct database,
schema, and table.
9
1
2
3

GRANT USAGE ON DATABASE YOUR_DB_NAME to APPLICATION SIMONIDQA;
GRANT USAGE ON SCHEMA YOUR_SCHEMA_NAME to APPLICATION SIMONIDQA;
GRANT SELECT ON TABLE YOUR_TABLE_NAME TO APPLICATION SIMONIDQA;



Show more


SET INPUT TABLE

Configure your IdentityQA input table by defining your identifiers and their
properties. Assume you have an identity table called MY_TABLE with the columns:
email, phone, and user_id.
9
1
2
3
4
5
6

CALL SIMONIDQA.APP.SET_INPUT_TABLE(
'MY_TABLE',
[['email', 'email', false],
['phone', 'phone_number', false],
['user_id', 'custom_id', true] -- is stable flag set to true
]);



Show more


SET CONSTRAINTS

Validate your identity assumptions by defining a set of constraints. These
constraints outline the relationships between two identifiers (i.e. 1:1 or
1:many), identifier uniqueness test, and identifier-specific limits (e.g. email
can be shared across a maximum of 3 profiles).
9
1
2
3
4
5
6
7
8

-- One-to-One relationship check
CALL SIMONIDQA.APP.SET_RELATIONSHIP_CONSTRAINT(`one-to-one`, 'email',
'custom_id');


-- Uniqueness check
CALL SIMONIDQA.APP.SET_UNIQUE_CONSTRAINT('custom_id')


-- Max shared identifier count check
CALL SIMONIDQA.APP.SET_SHARED_IDENTIFIER_LIMIT('email', 3);



Show more


GENERATE REPORT

9
1
2
3

CALL SIMONIDQA.APP.generate_report();


-- Report results available in the app, which you can get to by clicking the
installed app in the APPS Snowsight page



Show more


RELATED


ZOOMINFO DATA-AS-A-SERVICE

Zoominfo

Industry-leading company and business contact data for B2B intelligence

By Request


CALENDARS FOR FINANCE AND ANALYTICS

Mondo Analytics

MetaData for data professionals

Free


WEB & MOBILE BEHAVIORAL DATA

Heap

Heap automatically captures every user action without manual event tagging.

By Request


US OPEN CENSUS DATA & NEIGHBORHOOD INSIGHTS - FREE DATASET

SafeGraph

Neighborhood insights for every Census Block Group.

Free


FIRST PARTY DATA ACTIVATION

The Trade Desk

Onboard your first party data for campaign activation

By Request


COVID-19 EPIDEMIOLOGICAL DATA

Starschema

Analytics-ready data on COVID-19: cases, vaccinations, healthcare resource
availiability and more.

Free


WORLDWIDE ADDRESS DATA

Starschema

The free and open global address collection

Free


GLOBAL WEATHER & CLIMATE DATA FOR BI

Weather Source, LLC

Daily and hourly past, forecast & climatology weather data for select cities.

Free


IQVIA DATA-AS-A-SERVICE

IQVIA

Fit-for-purpose global data at scale.

By Request


IDENTITY RESOLUTION

Experian Marketing Services

Experian Identity Resolution uses known consumer data and intelligent resolution
to achieve higher match rates

By Request


ECONOMY DATA ATLAS

Knoema

70+ public economy-related datasets from the IMF, World Bank, OECD, BEA, and
other authoritative sources.

Free


FINANCE DATA ATLAS

Knoema

100+ public finance-related datasets from SIFMA, FED, IMF, ECB, BIS, OECD, and
other authoritative sources.

Free


REAL ESTATE DATA ATLAS

Knoema

50+ public real estate-related datasets from the OECD, Eurostat, SIFMA, Zillow
and other sources.

Free


SAMPLE: EDI FOREIGN EXCHANGE RATES

Exchange Data International

Save time by integrating Foreign Exchange Rates into your in-house system.
Contains rates for 2017 only

Free


STRIPE DATA PIPELINE

Stripe

Sync your Stripe account with Snowflake Data Cloud

By Request
Free
Unlimited Access
GetUnlock New Insights

Live and Ready-to-Query
No ETL needed. Learn more
Identity
Data Quality and Cleansing
Identity Resolution
Quantitative Analysis


HELP

Contact Simon Data
Documentation
Support


CLOUD REGION AVAILABILITY


AWS

US West (Oregon)
Canada (Central)
US East (N. Virginia)
US East (N. Virginia)

34 More


LEGAL TERMS

Custom


ABOUT SIMON DATA

Simon Data empowers marketing teams with the only Customer Data Platform (CDP)
purpose-built to increase campaign performance through faster, more precise
segmentation and personalization. The first CDP built on Snowflake, the Simon
Data Platform enables brands to break free from outdated architecture that makes
data hard to access and deploy. That's why Tripadvisor, Equinox, JetBlue, ASOS,
Venmo and many others count on Simon Data to connect with consumers. Low code,
the Simon Data Platform is designed for use by marketers – turning them into
data scientists. Simon Data is a 2022 Built-In Best Places to Work, Great Places
to Work Certified, and is an 8-time G2 Leader in the CDP space.
Show More
Report Listing
Be the first to know about new data products and providers added to Snowflake
Marketplace.
Subscribe to Marketplace Newsletter

Platform
Cloud Data PlatformArchitecturePricingMarketplaceSecurity & Trust
Solutions
Financial ServicesAdvertising, Media, & EntertainmentRetail & CPGHealthcare &
Life SciencesMarketing Analytics
Resources
Resource LibraryWebinarsDocumentationCommunityProcurementLegal
Explore
NewsBlogTrendingGuidesDevelopers
About
About SnowflakeInvestor RelationsLeadership & BoardSnowflake
VenturesCareersContact

Site Terms

Privacy Notice

Cookie Settings
© 2023 Snowflake Inc. All Rights Reserved.

Error
An unknown error occurred

Version released on June 27, 2023
Copy
Copy
Copy
Copy
Copy
Copy
Copy
Copy





PRIVACY PREFERENCE CENTER




YOUR PRIVACY

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information


 * STRICTLY NECESSARY COOKIES
   
   STRICTLY NECESSARY COOKIES
   
   Always Active
   Strictly Necessary Cookies
   
   These cookies are necessary for the website to function and cannot be
   switched off in our systems. They are usually only set in response to actions
   made by you which amount to a request for services, such as setting your
   privacy preferences, logging in or filling in forms.    You can set your
   browser to block or alert you about these cookies, but some parts of the site
   will not then work. These cookies do not store any personally identifiable
   information.


 * PERFORMANCE COOKIES
   
   PERFORMANCE COOKIES
   
   Performance Cookies
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site.    All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.


 * FUNCTIONAL COOKIES
   
   FUNCTIONAL COOKIES
   
   Functional Cookies
   
   These cookies enable the website to provide enhanced functionality and
   personalisation. They may be set by us or by third party providers whose
   services we have added to our pages.    If you do not allow these cookies
   then some or all of these services may not function properly.


 * TARGETING COOKIES
   
   TARGETING COOKIES
   
   Targeting Cookies
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites.    They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

Back Button


ADVERTISING COOKIES

Filter Button
Consent Leg.Interest
Select All Vendors
Select All Vendors
Select All Hosts

Select All



Clear Filters

Information storage and access
Apply
Confirm My Choices Allow All



SNOWFLAKE'S USE OF COOKIES

We use cookies to enhance your experience, to display customized content, and to
analyze site traffic. By clicking "Accept Cookies" or closing this banner, you
provide your consent to our use of cookies. To learn more about the cookies we
use and to set your own preferences, see our Cookie Statement.

Accept All Cookies
Cookies Settings