<?php
/* Presentation Page-Specific Data */
$keynote = true;
$trackNum = ''; // Track #, roman numeral, displayed as-is
$trackName = 'Afternoon Keynote'; // Track Name, displayed as-is
$sessionNum = ''; // Session #, displayed as-is
$sessionName = 'The New Digital Landscape: Content Performance Marketing'; // Session Name, displayed as-is
$fileName = 'share14-afternoon-keynote-bing'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Duane Forrester',
'title' => 'Senior Product Manager',
'org' => 'Bing',
'bio' => "With over 15 years of direct search marketing and online marketing experience, including planning ad campaigns, managing ad buys, running e-mail programs and more. Duane is an author of two business books targeting online marketing, published by McGraw-Hill. Specialties: search optimization skills, effective negotiating training, dedicated platform pay-per-click bid management knowledge, budget planning." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Jim Yu',
'title' => 'CEO and Founder',
'org' => 'BrightEdge',
'link' => 'keynote-jim-yu'
),
1 => array(
'name' => 'Darren Pleasance', // Presenter 1 Name, displayed as-is
'title' => 'Head of Customer Acquisitions', // Presenter 1 Title, displayed as-is
'org' => 'Google', // Presenter 1 Organization, displayed as-is
'link' => 'keynote-darren-pleasance'
),
2 => array(
'name' => 'Stephen Dubner',
'title' => 'Co-Author - Think Like a Freak',
'org' => '',
'link' => 'keynote-stephen-dubner'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */
$keynote = true;
$trackNum = ''; // Track #, roman numeral, displayed as-is
$trackName = 'Afternoon Keynote'; // Track Name, displayed as-is
$sessionNum = ''; // Session #, displayed as-is
$sessionName = 'The New Digital Landscape: Content Performance Marketing'; // Session Name, displayed as-is
$fileName = 'share14-afternoon-keynote-google'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Darren Pleasance', // Presenter 1 Name, displayed as-is
'title' => 'Head of Customer Acquisitions', // Presenter 1 Title, displayed as-is
'org' => 'Google', // Presenter 1 Organization, displayed as-is
'bio' => "Darren leads Google's Global Customer Acquisitions team, a team focused on helping businesses of all size discover the power of Google's online advertising services, including Google Search, Google Display Network, and YouTube. In his role, Darren oversees a mix of sales models including self service, 3rd party, inbound telesales, and a high-end outbound sales team, as well as several central teams focused on market insights, and sales performance improvement. These teams allow Google to reach millions of companies around the world each year and introduce them to the benefits of online advertising." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Jim Yu',
'title' => 'CEO and Founder',
'org' => 'BrightEdge',
'link' => 'keynote-jim-yu'
),
1 => array(
'name' => 'Duane Forrester',
'title' => 'Senior Product Manager',
'org' => 'Bing',
'link' => 'keynote-duane-forrester'
),
2 => array(
'name' => 'Stephen Dubner',
'title' => 'Co-Author - Think Like a Freak',
'org' => '',
'link' => 'keynote-stephen-dubner'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

<?php
/* Presentation Page-Specific Data */
$keynote = true;
$trackNum = ''; // Track #, roman numeral, displayed as-is
$trackName = 'Keynote'; // Track Name, displayed as-is
$sessionNum = ''; // Session #, displayed as-is
$sessionName = 'Share14 CEO Keynote'; // Session Name, displayed as-is
$fileName = 'share14-ceo-keynote'; // Presentation resources file name, ignore extension
// Presenter(s)
$presenters = array(
'paired' => false, // Pair of presenters? Set 'true'/'false'
// Main presenter
'p1' => array(
'name' => 'Jim Yu',
'title' => 'CEO and Founder',
'org' => 'BrightEdge',
'bio' => "Jim is the founder and CEO of BrightEdge, the leading enterprise SEO Platform. He combines in-depth expertise in developing and marketing large on-demand software platforms with hands-on experience in advanced SEO practices. Prior to founding BrightEdge, Jim was at Salesforce.com where he led a core part of the platform products team that delivered the industry's first cloud computing platform." // Presenter 1 Biography, displayed as-is
),
// Optional unless 'paired' set to 'true'
'p2' => array(
'name' => '', // Presenter 2 Name, displayed as-is
'title' => '', // Presenter 2 Title, displayed as-is
'org' => '', // Presenter 2 Organization, displayed as-is
'bio' => '' // Presenter 2 Biography, displayed as-is
)
);
// Other presenters in same session
$otherPresenters = array(
0 => array(
'name' => 'Darren Pleasance', // Presenter 1 Name, displayed as-is
'title' => 'Head of Customer Acquisitions', // Presenter 1 Title, displayed as-is
'org' => 'Google', // Presenter 1 Organization, displayed as-is
'link' => 'keynote-darren-pleasance'
),
1 => array(
'name' => 'Duane Forrester',
'title' => 'Senior Product Manager',
'org' => 'Bing',
'link' => 'keynote-duane-forrester'
),
2 => array(
'name' => 'Stephen Dubner',
'title' => 'Co-Author - Think Like a Freak',
'org' => '',
'link' => 'keynote-stephen-dubner'
)
);

/*****
***
*
END OF PAGE-SPECIFIC DATA
PLEASE DO NOT MODIFY BEYOND THIS POINT
*
***
*****/
?>

<?php
$share_path = "/sites/all/themes/custom/pannelli/share/";
include_once DRUPAL_ROOT . $share_path . 'templates/session_presentation.php';
?>

Thank you for your interest in BrightEdge's Integrated Campaigns White Paper.

Download your white paper now by clicking the button below. For your convenience, we've also emailed you a link where you can download this white paper anytime. For more information, please visit our resource center or schedule a demo.


 

Share this asset with your network

 Share by email Share on LinkedIn | Share on Facebook | Share on Twitter

 

People who downloaded this white paper also downloaded:

Execute an Integrated Marketing Campaign Successfully

The 5 Ws to Executing Integrated Campaigns

How to Plan, Develop, Execute and Track an Integrated Marketing Campaign

Audiences no longer consume media in silos. As a result, taking a holistic and integrated approach to the creation, optimization, distribution, and measurement of all your digital marketing efforts should be your marketing norm. Building successful, integrated, and scalable integrated campaigns require that people, resources, and sometimes entire companies be mobilized to achieve key business goals.

Launching integrated marketing campaigns requires comprehensive planning, adequate development time, clear objectives, reliable tracking, budget, and staff.

Successful integrated campaigns - both in terms of efficiency and impact - are integrated and delivered via multiple channels and media. In this report, we’ll explore a high-level overview and prescriptive approach to planning, executing, and evaluating a successful integrated marketing campaign.

Uncover the five W's of successful integrated marketing and download the whitepaper today!

Thank you for your interest in BrightEdge's Site Migration White Paper.

Download your white paper now by clicking the button below. For your convenience, we've also emailed you a link where you can download this white paper anytime. For more information, please visit our resource center or schedule a demo.


 

Share this asset with your network

 Share by email Share on LinkedIn | Share on Facebook | Share on Twitter

 

People who downloaded this white paper also downloaded:

An SEO Guide to Successful Site Migration

How to migrate your site without damaging your SEO equity

Site Migration White Paper

Site migration does not have to translate into significant traffic losses. A site migration, or move, happens for a few reasons: some of the most common include when a business moves domains entirely, changes their content management system and/or redesigns their site.

Maximize the success of your site migration and download our full whitepaper how-to guide.

Thank you for your interest in BrightEdge's
Email Marketing Automation White Paper.

Download your white paper now by clicking the button below. For your convenience, we've also emailed you a link where you can download this white paper anytime. For more information, please visit our resource center or schedule a demo.


 

Share this asset with your network

 Share by email Share on LinkedIn | Share on Facebook | Share on Twitter

 

People who downloaded this white paper also downloaded:

Elevate Your Email Program with Marketing Automation

Use high-impact email marketing tactics

Email Marketing Automation White Paper

Over 60 percent of marketers say that email marketing produces ROI for their organization, demonstrating the continued value of this mature digital channel and this is especially true for B2B marketers according to Marketing Sherpa. By 2017 an estimated 206 billion e-mails will be sent every day to 4.9 billion e-mail accounts.


Well executed email provides a highly cost-effective way of targeting both your prospects and established customers with specific, relevant messages they may find useful, entertaining or valuable. Email marketing can be automated and scaled quickly, deliver immediate results and impact most stages of the sales funnel. In terms of demand
generation, email can help leads that enter at the top of the funnel move through the funnel further.

Deliver immediate results and impact most stages of the sales funnel with the help of our full whitepaper.

 

,