If you’re a MediaGuard or FraudSensor user, you can directly access your HUMAN data through Snowflake. The datasets available in Snowflake are similar to what you’ll find in the HUMAN Dashboard; however, these Snowflake datasets let you explore your HUMAN data in even greater detail, and you can use SnowSQL queries to perform your own observation and analysis.
Commercial terms may be required for you to use Snowflake. Reach out to your account representative for more information.
To view your HUMAN data in Snowflake, you must already have an active MediaGuard and/or FraudSensor integration.
Before you can query your HUMAN data, you’ll need to request access through Snowflake.
You can set up shares in your Snowflake environment either by using Snowflake’s web interface or its SnowSQL client. With either method, you’ll need an account with the ACCOUNTADMIN role (or any other role with the IMPORT SHARES privilege).
For more information about shares, consult Snowflake’s Data Consumers guide.
To set up shares via Snowflake’s web interface:
To set up shares via SnowSQL:
SHOW SHARES statement. The result should include a share name called WHITEOPS_ADVERTISING_INTEGRITY and the provider WHITEOPS<region_name>. Your SnowSQL output should look something like this:Example output
<name> with the name you’d like to assign to your new database, <provider_account> with the WHITEOPS<region_name> value described in the previous step, and <share_name> with WHITEOPS_ADVERTISING_INTEGRITY):For example, using the information from the example output above, a database creation command might look like this:
If you’ve created the database successfully, you should be able to access the following views in your Snowflake share:
mediaguard_prebidmediaguard_prebid_sampledmediaguard_postbidmediaguard_prebid_postbid_combined_globalThe mediaguard_prebid and mediaguard_prebid_sampled views include pre-bid MediaGuard data, mediaguard_postbid includes post-bid FraudSensor data, and mediaguard_prebid_postbid_combined_global includes pre-bid MediaGuard and post-bid FraudSensor joined data..
For more information about using your HUMAN data in Snowflake, consult our Data Fields guide and our Example Queries guide.