Data on Demand enhances your customer knowledge with thousands of additional data points from the Kount Digital Identity Global Network. The data can be analyzed on its own or combined with additional company-collected data for deep analytics on one platform.
Data on Demand has two options for accessing data: a Kount-created reader account or by using Snowflake.
Reader accounts are created by Kount and include a username and password. To access Data on Demand with a reader account:
-
Contact your Customer Success Manager and ask for a reader account.
-
Sign in to your reader account with your URL and credentials provided during the onboarding process.
Note
When you sign in for the first time, you are prompted to change your password.
-
Fill out the prompt to create and submit a new password.
Once logged in, multiple database views are available depending on the Kount products in which you are subscribed.
Note
Multifactor authentication is required for reader accounts accessing the Kount environment. The multifactor authentication process uses the Duo Mobile application installed on a smartphone. To enroll your reader account, read Snowflake's Manage Your User Profile by Using Snowsight.
-
Sign in to your reader account and open an SQL worksheet.
-
Copy and paste the following code example into the worksheet:
USE ROLE CLIENT_ADMIN; CREATE USER IF NOT EXISTS NEW_USERNAME DEFAULT_ROLE = PUBLIC DEFAULT_WAREHOUSE = REPORTING DEFAULT_NAMESPACE = KOUNT_PAYMENTS.PAYMENTS MUST_CHANGE_PASSWORD = True PASSWORD = 'Password1!';
-
Edit the code example by using the following information:
-
NEW_USERNAME
andPassword1!
are examples and must be changed when executing the command. -
The
CLIENT_ADMIN
role must be used when creating users and assigning roles. -
The
DEFAULT_ROLE
,DEFAULT_WAREHOUSE
, andDEFAULT_NAMESPACE
properties enable Snowflake to set the role, warehouse, and namespace/schema automatically after a user signs in. -
The
DEFAULT_NAMESPACE
can be set to any database that appears in your Data on Demand reader account. -
The
MUST_CHANGE_PASSWORD
property prompts the new user, when first signing in, to reset the password during user creation. All passwords must contain at least one uppercase letter, one lowercase letter, one number, one special character, and a minimum of eight characters.
-
-
Run all three statements in order to create the user.
If a customer also uses Snowflake and has their own instance, they have the option to access Data on Demand directly through their Snowflake instance.
To set up access, provide the following information about your Snowflake instance to your Customer Success Manager:
-
Snowflake Account Name: John_Customer
-
Edition: Standard, Enterprise, or Business Critical (refer to Snowflake Editions for more information)
-
Cloud Platform: Amazon Web Services, Google Cloud Platform, or Azure
-
Snowflake Region: Refer to Snowflake Regions
Kount grants user access and replicates the data to the correct cloud platform and region, then shares the data with the customer Snowflake instance. The Customer Success Manager then shares a SQL statement that creates a database for each product in which you are subscribed. The Data on Demand views appear in the respective databases.
Note
For additional information about Data on Demand, contact your Customer Success Manager or visit Kount's Snowflake page.
For information about user management, refer to Snowflake’s documentation page for Create User and User Management.
Comments
0 comments
Please sign in to leave a comment.