Tag Archive | "marketing"

Tags: , ,

Omniture Analyst, Marketing at Intel Corporation (Santa Clara, California)


The Omniture Analyst will function as a critical part of the Corporate Marketing Team, working across Marketing Functions to help elevate information to shape strategic discussions around marketing ef…

The Omniture Analyst will function as a critical part of the Corporate Marketing Team, working across Marketing Functions to help elevate information to shape strategic discussions around marketing ef…
Originally posted here:
Omniture Analyst, Marketing at Intel Corporation (Santa Clara, California)

Popularity: 44% [?]

Posted in JobsComments (0)

Tags: , , ,

Marketing Business Analyst


Title: Marketing Business Analyst Description: Senior Marketing Analyst Description: The Marketing Analyst will provide tactical and analytical support for the Web Analytics team at Experian. The ideal candidate will support the reporting needs of the e-commerce team, with solid statistical and financial analysis of marketing activities including: website performance, traffic acquisition, and website testing via split and multivariate testing, In addition, the optimal candidate will employ data analysis to provide insight into online behaviors and identify opportunities to maximize website performance. Main responsibilities: Execute ad hoc, daily, weekly and monthly performance reports for management and executive team Assists in the creation and maintenance of monthly reports via Excel Assist in the development and preparation of presentations for senior management Provides insight via collection and analysis of data points collected via a variety of…

Title: Marketing Business Analyst Description: Senior Marketing Analyst Description: The Marketing Analyst will provide tactical and analytical support for the Web Analytics team at Experian. The ideal candidate will support the reporting needs of the e-commerce team, with solid statistical and financial analysis of marketing activities including: website performance, traffic acquisition, and website testing via split and multivariate testing, In addition, the optimal candidate will employ data analysis to provide insight into online behaviors and identify opportunities to maximize website performance. Main responsibilities: Execute ad hoc, daily, weekly and monthly performance reports for management and executive team Assists in the creation and maintenance of monthly reports via Excel Assist in the development and preparation of presentations for senior management Provides insight via collection and analysis of data points collected via a variety of…
Originally posted here:
Marketing Business Analyst

Popularity: 14% [?]

Posted in JobsComments (0)

Tags: , ,

Senior Digital Strategist - Health and Life Sciences


Title: Senior Digital Strategist - Health and Life Sciences Description: We are currently seeking an experienced Sr. Digital Marketing Strategist to play a key role in our Health and Life Sciences group, which services a diverse mix of health care clients, ranging from Heath publishers and Hospitals to Bio-tech and Pharmaceutical firms.

Title: Senior Digital Strategist - Health and Life Sciences Description: We are currently seeking an experienced Sr. Digital Marketing Strategist to play a key role in our Health and Life Sciences group, which services a diverse mix of health care clients, ranging from Heath publishers and Hospitals to Bio-tech and Pharmaceutical firms. As one of New York’s first digital agencies, IconNicholson has helped our clients engage, delight and interact better with their customers through award-winning digital media since 1987. Our vision is to continue to innovate in the digital space through great design, intuitive technology, savvy business, and above all, the smartest people. Here are some of the qualifications we look for in our Health & Life Sciences Marketing Strategists: 5 years+ strategic agency or consulting experience related to digital marketing and digital solutions development Passion for digital marketing, account planning, research and analytics Strong…
See the rest here:
Senior Digital Strategist - Health and Life Sciences

Popularity: 6% [?]

Posted in JobsComments (0)

Tags: , ,

The New York Times, ForeSee Results, EpikOne, and TrackSet Demonstrate Leadership in Analytics by Joining Web Analytics Association


WAKEFIELD, MA–(eMediaWorld - November 4, 2008) - Today the Web Analytics Association (WAA) announced its newest corporate members: EpikOne, ForeSee Results, the New York Times and TrackSet. These organizations join more than 40 corporations dedicated to promoting a global understanding of web analytics. Companies are relying more and more on metrics to optimize their marketing effectiveness in online channels, raise revenues, lower costs and increase customer satisfaction. In fact, a recent survey from the eMetrics Marketing Optimization Summit, the official summit of the WAA, showed that 87.3 percent of respondents plan to increase or maintain their budgets in web analytics tools and services. Furthermore, over 80 percent of respondents have seen increased interest in analytics as a tool to refine marketing efficiency from senior management in the last six months. The WAA provides access to web analytics best practices, the most up-to-date information and key resources to its…
More:
The New York Times, ForeSee Results, EpikOne, and TrackSet Demonstrate Leadership in Analytics by Joining Web Analytics Association

Popularity: 50% [?]

Posted in Web Analytics NewsComments (0)

Tags: , , , ,

Ad tracking for Yahoo! Store


Using  search marketing ROI data as the basis for making smart business decisions (as I recommend you should) obviously requires that your conversion tracking is done properly. If you don't have the data you can't make decisions. Sounds like common sense, but it is not common practice from what I see

Using  search marketing ROI data as the basis for making smart business decisions (as I recommend you should) obviously requires that your conversion tracking is done properly. If you don't have the data you can't make decisions. Sounds like common sense, but it is not common practice from what I see.

If you run Yahoo! Search Marketing campaigns or Google Adwords campaigns, follow their respective instructions or wizards to grab the conversion tracking script and paste it in the Page Message field of the Order Confirmation tab of the checkout manager.

Checkoutmanager

This is a the good first step and most of you do that. However, out of the box, these scripts only count conversions, not revenue. Or you can specify a fixed average order value for all conversions, which is obviously not very accurate.

Here is a tip that every Yahoo! Store merchant can use right away to not only count conversions, but also grab the actual revenue amount for each order. It takes 5 seconds to implement and is easy to do.

A) For Yahoo! Search Marketing, your conversion script looks something like this. 


<SCRIPT language="JavaScript" type="text/javascript">
<!– Yahoo! Inc.
window.ysm_customData = new Object();
window.ysm_customData.conversion = "transId=,currency=,amount=";
var ysm_accountid = "1AEQN9C3347IVBPF2EAH4P8N2UC";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
+ "SRC=//" + "srv2.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
+ "></SCR" + "IPT>");
// –>
</SCRIPT>

Just make this simple change, highlighted for clarity:

<SCRIPT language="JavaScript" type="text/javascript">
<!– Yahoo! Inc.
window.ysm_customData = new Object();
window.ysm_customData.conversion = "transId=orderNum,currency=,amount=orderSubTotal";
var ysm_accountid = "1AEQN9C3347IVBPF2EAH4P8N2UC";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
+ "SRC=//" + "srv2.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
+ "></SCR" + "IPT>");
// –>
</SCRIPT>

B) For Google Adwords, the script looks something like this (this example assumes that you have specified a fixed conversion value of $20):

<!– Google Code for PURCHASE Conversion Page –>
<script language="JavaScript" type="text/javascript">
<!–
var google_conversion_id = 1234567890;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
if (20.0) {
var google_conversion_value = 20.0;
}
var google_conversion_label = "PURCHASE";
//–>
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>


Just make this simple change, highlighted for clarity:

<!– Google Code for PURCHASE Conversion Page –>
<script language="JavaScript" type="text/javascript">
<!–
var google_conversion_id = 1234567890;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
if (orderSubTotal) {
var google_conversion_value =
orderSubTotal;
}
var google_conversion_label = "PURCHASE";
//–>
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
That's it. These scripts will now use the actual revenue amount from each transaction.

If you use Adcenter, I am sure the change would be simple too. Also, instead of orderSubTotal, you could use orderTotal. I like orderSubTotal because it excludes shipping and tax, but you may prefer the total order amount.

And finally, since every Yahoo! Store uses the checkout manager it would be nice to have a simple wizard in YSM that gives you the enhanced conversion tracking script out of the box, but until then just follow these simple instructions.

Originally posted here: 
Ad tracking for Yahoo! Store

Popularity: 24% [?]

Posted in Web analyticsComments (0)

Advertise Here