Validating Your Views to Share to Magnite

1. Create a new Python Worksheet

Python Worksheet
2. Clear the Worksheet and paste the code inside the file `validation_script.py`.
  • Code can be found here

3. Select `Settings` and change `Return type` to `String`.  This will allow the script to return `success` or `error: message` after it is run.
Return Type
4. Update Database Name of where the Views are stored
Database Name

5. Click `Run` at the top right corner of Worksheet -


Run

Once you see `success` as the result, we can proceed.


Sample Success Results

If there is an issue, it will display reasons why and how to fix it.

Sample Issue Reason