Janey Rowe

Director, PMO & Operations

Janey is Quill’s Director, PMO & Operations. She brings 15 years experience in television, film & digital content production holding previous roles at Ogilvy, CBC, TIFF & Astral Media to name a few. With an extensive background in project management and operations, Janey understands what processes and procedures are needed to efficiently deliver high-quality products on time and within budget while keeping the client’s vision a top priority.Outside of the office, Janey loves all things interior design & style as well as spending time with her family and friends.

/* UTM tracking code * Takes any query parameters that have affiliate tracking * and adds them to any links to our app. * Note: app links need to have “app-link” css class */ var urlParams = new URLSearchParams(window.location.search); var query = urlParams.toString(); if (query.length > 0) { var queryParams = ‘?’ + query var appLinks = document.getElementsByClassName(‘app-link’); for (i = 0; i < appLinks.length; i++) { appLinks[i].href += queryParams; } }