Updated all the notes so my script would pull them automatically without any errors. The script is almost done, but I can't seem to get it to merge all the dictionaries! Those were most of the changes for this commit.

This commit is contained in:
Norm Rasmussen
2023-07-26 17:42:52 -04:00
parent d2378e4f44
commit 2320513c9f
52 changed files with 633 additions and 689 deletions

View File

@ -1,12 +1,16 @@
# DoubleVerify
## 07/01/2022
### Data requests
- google sheets formula to add True/False to a cell if previous cell has a DV email or not - =IF(REGEXMATCH(B4, "@doubleverify"), True, False)
- Request from Rachel for Custom Report via Looker
· Date Range: Last 30 Days
· Learner Name
· Learner Name
· Learner Email (please exclude anyone with an @doubleverify.com email address looking for non-DV team members only)
· Course Progress
· Course Name
· Course Progress
· Course Name
## 7/14/2022
@ -139,4 +143,5 @@ DONE: Ask Charlie for Course CSV (Just like Walmart) - Do it for BOTH academies,
## 03/02/2023
### Data Extract Inquiry
DONE: Can we export all quiz data - questions and answers?