<script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> var TxtType = function(el, toRotate, period) {<!-- [et_pb_line_break_holder] --> this.toRotate = toRotate;<!-- [et_pb_line_break_holder] --> this.el = el;<!-- [et_pb_line_break_holder] --> this.loopNum = 0;<!-- [et_pb_line_break_holder] --> this.period = parseInt(period, 10) <!-- [et_pb_line_break_holder] --> 2000;<!-- [et_pb_line_break_holder] --> this.txt = '';<!-- [et_pb_line_break_holder] --> this.tick();<!-- [et_pb_line_break_holder] --> this.isDeleting = false;<!-- [et_pb_line_break_holder] --> };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> TxtType.prototype.tick = function() {<!-- [et_pb_line_break_holder] --> var i = this.loopNum % this.toRotate.length;<!-- [et_pb_line_break_holder] --> var fullTxt = this.toRotate[i];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> if (this.isDeleting) {<!-- [et_pb_line_break_holder] --> this.txt = fullTxt.substring(0, this.txt.length - 1);<!-- [et_pb_line_break_holder] --> } else {<!-- [et_pb_line_break_holder] --> this.txt = fullTxt.substring(0, this.txt.length + 1);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> this.el.innerHTML = '<span class="wrap">'+this.txt+'</span>';<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> var that = this;<!-- [et_pb_line_break_holder] --> var delta = 200 - Math.random() * 100;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> if (this.isDeleting) { delta /= 2; }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> if (!this.isDeleting && this.txt === fullTxt) {<!-- [et_pb_line_break_holder] --> delta = this.period;<!-- [et_pb_line_break_holder] --> this.isDeleting = true;<!-- [et_pb_line_break_holder] --> } else if (this.isDeleting && this.txt === '') {<!-- [et_pb_line_break_holder] --> this.isDeleting = false;<!-- [et_pb_line_break_holder] --> this.loopNum++;<!-- [et_pb_line_break_holder] --> delta = 500;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> setTimeout(function() {<!-- [et_pb_line_break_holder] --> that.tick();<!-- [et_pb_line_break_holder] --> }, delta);<!-- [et_pb_line_break_holder] --> };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> window.onload = function() {<!-- [et_pb_line_break_holder] --> var elements = document.getElementsByClassName('typewrite');<!-- [et_pb_line_break_holder] --> for (var i=0; i<elements.length; i++) {<!-- [et_pb_line_break_holder] --> var toRotate = elements[i].getAttribute('data-type');<!-- [et_pb_line_break_holder] --> var period = elements[i].getAttribute('data-period');<!-- [et_pb_line_break_holder] --> if (toRotate) {<!-- [et_pb_line_break_holder] --> new TxtType(elements[i], JSON.parse(toRotate), period);<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> // INJECT CSS<!-- [et_pb_line_break_holder] --> var css = document.createElement("style");<!-- [et_pb_line_break_holder] --> css.type = "text/css";<!-- [et_pb_line_break_holder] --> css.innerHTML = ".typewrite > .wrap { border-right: 0.08em solid #fff}";<!-- [et_pb_line_break_holder] --> document.body.appendChild(css);<!-- [et_pb_line_break_holder] --> };<!-- [et_pb_line_break_holder] --></script>

WE Build brand category and marketplace leaders_

At the core of Prodigal’s diverse capabilities are our innovative and proprietary branding processes, the Brand MRI™ and the Brand Scan™. These processes build on the industry best practices of brand positioning and behavioral economics and when combined with our proprietary analytics and thinking, ultimately provides a multi-dimensional view of our brand. Through the Brand MRI™ and the thinking behind it, we can: Discover your brand’s strengths, Develop a leading brand position, Deliver messaging that matters … in any media, Drive optimal revenue results

 

 

 

Every advertisement should be
thought of as a contribution to the complex symbol which is the brand image_

– David Ogilvy

We identify our client’s competitive advantages

We believe it doesn’t matter what clients or prospects think of your brand, it only matters what they think of your brand relative to your competitors. This is why we invested two years to develop a process built to help brands identify key competitive advantages, and one that follows through on the creative work necessary to communicate the brand position to audiences.

How the Brand MRI™ has sparked growth for leading businesses

Many clients engage Prodigal for our innovative branding processes, the Brand MRI™ or the Brand Scan™. Our proprietary process Brand MRI process, and the thinking that drives it, differentiate us in our industry and provide our clients with a competitive advantage in their own. Marketing science and advertising creativity are combined to drive optimal revenue results for our clients’ products and services.

<!-- Load font awesome icons --><!-- [et_pb_line_break_holder] --><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- The social media icon bar --><!-- [et_pb_line_break_holder] --><div class="icon-bar"><!-- [et_pb_line_break_holder] --> <a href="https://www.facebook.com/pages/biz/advertising_agency-youngstown/Prodigal-Media/158629570835154/" class="facebook"><i class="fab fa-facebook-f"></i><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></a> <!-- [et_pb_line_break_holder] --> <a href="https://www.facebook.com/pages/biz/advertising_agency-youngstown/Prodigal-Media/158629570835154/" class="twitter"><i class="fab fa-twitter"></i><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></a> <!-- [et_pb_line_break_holder] --> <a href="https://www.facebook.com/pages/biz/advertising_agency-youngstown/Prodigal-Media/158629570835154/" class="google"><i class="fab fa-google"></i><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></a> <!-- [et_pb_line_break_holder] --> <a href="https://www.facebook.com/pages/biz/advertising_agency-youngstown/Prodigal-Media/158629570835154/" class="linkedin"><i class="fab fa-linkedin-in"></i><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></a><!-- [et_pb_line_break_holder] --></div>

Let's build something together.

services@prodigalcompany.com

330.707.2088

42 McClurg Rd. Boardman, OH