Requirements
Before you begin, make sure you have:- A Snowflake account
- A user with ACCOUNTADMINor admin access
Rockerbox uses Snowflake’s Secure Data Sharing to share Rockerbox datasets with your Snowflake account.
Step 1: Select Snowflake in the Rockerbox UI
- Navigate to the Warehousing setup page in Rockerbox.
- Select Snowflake as your destination.
- Click Connect to Snowflake.
Step 2: Gather Snowflake account context
- Login to your Snowflake account.
- Open the Query Editor, and run the following SQL:
Step 3: Enter Snowflake account context in Rockerbox
- 
Cloud Platform
 Select your platform from the dropdown (e.g.aws,gcp,azure)💡 This is the prefix of the value from CURRENT_REGION()
 Example:
 If the result isaws_us_east_1, then Cloud Platform =aws
- 
Cloud Region
 Select your region (e.g.us_east_1)💡 This is the suffix of the value from CURRENT_REGION()
 Example:
 If the result isaws_us_east_1, then Cloud Region =us_east_1
- 
Account Locator
 Paste the value returned byCURRENT_ACCOUNT()
- Click ✅ Setup Share
Step 4: Create the Rockerbox Database
- Execute the query provided by Rockerbox in the Snowflake query editor to create the database.
- ⚠️ Note: Requires the ACCOUNTADMINrole.
- 💡 You may rename the rockerboxdatabase if it already exists — but do not modify the rest of the query.
 
- ⚠️ Note: Requires the 
Step 5: Sync Rockerbox Data Sets
- Choose which datasets to share:
- Platform Data: Select the ad platforms you actively use.
- Rockerbox Data: Select Conversion and any Log Level MTA datasets for each conversion event that you need.
 
- Click Sync this dataset when ready.
aggregate_mta and taxonomy_lookup tables are automatically created in the data share.
⚠️ Backfill Notes
- Platform Performance Schemas: No data is automatically backfilled. This can be backfilled on a limited basis upon request to support@rockerbox.com.
- Rockerbox First Party Data Schemas: For each conversion dataset, Rockerbox will backfill based on the conversion event “First Reporting Date” in Rockerbox
 💡 If no date is set, Rockerbox backfills one day of data. This process can take up to 24 hours.