= lcBodyText.lastIndexOf("";
highlightEndTag = "";
}
if (treatAsPhrase) {
promptText = "Please enter the phrase you'd like to search for:";
} else {
promptText = "Please enter the words you'd like to search for, separated by spaces:";
}
searchText = prompt(promptText, defaultText);
if (!searchText) {
alert("No search terms were entered. Exiting function.");
return false;
}
return highlightSearchTerms(searchText, treatAsPhrase, true, highlightStartTag, highlightEndTag);
}
/*
* This function takes a referer/referrer string and parses it
* to determine if it contains any search terms. If it does, the
* search terms are passed to the highlightSearchTerms function
* so they can be highlighted on the current page.
*/
function highlightGoogleSearchTerms(referrer)
{
// This function has only been very lightly tested against
// typical Google search URLs. If you wanted the Google search
// terms to be automatically highlighted on a page, you could
// call the function in the onload event of your tag,
// like this:
//
//var referrer = document.referrer;
if (!referrer) {
return false;
}
var queryPrefix = "q=";
var startPos = referrer.toLowerCase().indexOf(queryPrefix);
if ((startPos < 0) || (startPos + queryPrefix.length == referrer.length)) {
return false;
}
var endPos = referrer.indexOf("&", startPos);
if (endPos < 0) {
endPos = referrer.length;
}
var queryString = referrer.substring(startPos + queryPrefix.length, endPos);
// fix the space characters
queryString = queryString.replace(/%20/gi, " ");
queryString = queryString.replace(/\+/gi, " ");
// remove the quotes (if you're really creative, you could search for the
// terms within the quotes as phrases, and everything else as single terms)
queryString = queryString.replace(/%22/gi, "");
queryString = queryString.replace(/\"/gi, "");
return highlightSearchTerms(queryString, false);
}
/*
* This function is just an easy way to test the highlightGoogleSearchTerms
* function.
*/
function testHighlightGoogleSearchTerms()
{
var referrerString = "http://www.google.com/search?q=javascript%20highlight&start=0";
referrerString = prompt("Test the following referrer string:", referrerString);
return highlightGoogleSearchTerms(referrerString);
}
 |
 |
|
|
ADD TO JOB CART TO APPLY
|
| Job Title: |
|
Job Description: Job ID(18517) |
Media Analytics Manager. Leading Ad Agency is looking for a Manager of Media Analytics in their Chicago and San Francisco offices. Marketing Mix Modeling experience in required.
The position works within analytics team, which develops and manages all aspects of media analysis, including report design, data capture development, implementation processes, and working with a variety of data sources to continuously evolve the metrics used to measure the effectiveness and ROI of all media activity.
Specific Responsibilities:
Most importantly, performs marketing mix modeling projects leveraging advanced statistical techniques including econometric modeling.
Identifies key measures, approach and methodologies measuring traditional and digital (online, interactive) marketing campaign success against clients? business objectives
Designs and manages measurement systems for data capture and reporting, including assessment, identification, and implementation of data sources and tracking requirements.
Database Analytics skills (preferred but not an absolute requirement)
Uses database analysis to identify the key touch points/factors that drive predictive consumer behavior and make recommendations that will drive media strategy
Uses knowledge of advertising and direct marketing to deliver client-specific analyses including: campaign effectiveness analysis, customer segmentation and profiling, retention analysis, lifetime value analysis, and competitive market research
Performs response analytics to ensure the timely adjustment/optimization of marketing strategy and measurement accuracy
Qualifications:
Performing advanced media analytics
Graduate degree in statistics, economics, econometrics or related disciplines is preferred
Reporting and analysis experience is required
Experience working with econometric models preferred
Experience with digital media measurement tools including 3rd party ad serving, syndicated research and web analytics, such as Netratings, Comscore, Doubleclick, Atlas, Omniture, Coremetrics, Webtrends etc. is required
Required Skills:
Knowledge of modeling software (MATLAB, R, SAS, SPSS) database tools (SQL, MS Access, Excel PivotTables, MS Sql Server) and enterprise business intelligence tools such as Cognos or Business Objects or Tableau
Advanced MS Office skills (MS Word, Excel, PowerPoint)
Comfort analyzing large data sets
Experience in team leadership and coordinating across multiple business units preferred
Recruiter: Jamie Bernard
|
| Salary: |
$70-120k |
Location: |
Chicago, IL / San Francisco, CA |
|
|
| Keywords: | Analytics, optimization, quantitative, models, metrics, business intelligence, DBMS, web analytics, statistics, media mix modeling, marketing mix modeling |
| Job Categories: |
Database Marketing, Market Research/Marketing Science, Statistics/Econometrics |
***