= 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);
}
Associate Director of Analytics |
Return to:
|
Return to:
|
Return to:
|
|
|
ADD TO JOB CART TO APPLY
|
| Job Title: |
|
ASSOCIATE DIRECTOR OF ANALYTICS
|
|
Job Description: Job ID(17737) |
Leading Advertising Agency is looking for an Associate Director of Analytics.
Candidate will provide analytic-based strategic insights and direction to aid in the development of media & communications initiatives for retail.
Duties and Responsibilities:
Design & execute analytical plans to improve the effectiveness of communications programs. Recommend appropriate analytic methodologies and approaches. Subject matter expert for advanced analytics and techniques, including in-market testing.
Emphasis on understanding and applying Market mix modeling, Econometrics, and Statistical testing and segmentation techniques in media planning.
Partner with external analytical stakeholders on a daily basis to plan, execute and analyze projects. Coordinate statistical analysis and modeling if performed elsewhere, and help in the integration of insights in media initiatives.
As required/appropriate, perform hands-on analysis in support of results, including development of conclusions and implications.
Supervise and mentor members of the retail analytics team, as the team is developed.
Support agency new business process, as directed.
Knowledge & Experience:
Minimum of 5 -12 years of experience in leading/performing analytics in marketing sciences capacity at a market research, consulting, media or retail firms.
Quantitative educational background (preferred advanced degree in Statistics, Social Sciences, Economics, Quantitative Marketing)
Strong analytical skills with solid foundation in statistical techniques. (e.g., different regression techniques in mix modeling/econometrics projects, some knowledge of choice modeling techniques, different segmentation procedures cluster, CHAID, CART, LCA, etc.) and In-market testing using ANCOVA
Experience in multi-channel marketing analytics (including RetailLink), and web / digital analytics (familiarity with DART, Omniture, etc) a big plus.
Working knowledge of statistical packages SAS, SPSS, SQL queries
Recruiter: Jamie Bernard
|
| Salary: |
Salary to $140k |
Location: |
New York |
|
|
| Keywords: | Remetrica, MetaRisk, Igloo, DFA, RMS, RiskLink, RiskBrowser, Data Analyst, Catastrophe Models, Risk Reporting, SQL, Insurance risk |
| Job Categories: |
Database Marketing, Statistics/Econometrics |
***