<!DOCTYPE html><html lang="en-US"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="pingback" href="https://jonathantreiber.com/xmlrpc.php"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <script>try{if(!document.documentElement.classList.contains('sdui-panel-open')&&localStorage.getItem('site-designer-ui-panel-open')==='true'){document.documentElement.classList.add('sdui-panel-open');document.cookie='sdui_panel_open=1;path=/;max-age=31536000;SameSite=Lax;Secure';document.addEventListener('DOMContentLoaded',function(){if(!document.getElementById('sdui-panel-placeholder')){var p=document.createElement('div');p.id='sdui-panel-placeholder';document.body.appendChild(p)}})}}catch(e){}</script> <link media="all" href="https://jonathantreiber.com/wp-content/cache/autoptimize/css/autoptimize_10b0e01c7182b4cb914f64af4b984d57.css" rel="stylesheet"><title>Ramblings on marketing, innovation and brand building -</title><link rel="canonical" href="https://jonathantreiber.com/" /><link rel="next" href="https://jonathantreiber.com/page/2/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="Ramblings on marketing, innovation and brand building" /><meta property="og:url" content="https://jonathantreiber.com/" /><meta property="og:site_name" content="Ramblings on marketing, innovation and brand building" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@jtreiber" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/jonathantreiber.com\/","url":"https:\/\/jonathantreiber.com\/","name":"Ramblings on marketing, innovation and brand building -","isPartOf":{"@id":"https:\/\/jonathantreiber.com\/#website"},"about":{"@id":"https:\/\/jonathantreiber.com\/#\/schema\/person\/b454e56c67bec6942142f9f5b4424e10"},"breadcrumb":{"@id":"https:\/\/jonathantreiber.com\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https:\/\/jonathantreiber.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/jonathantreiber.com\/#website","url":"https:\/\/jonathantreiber.com\/","name":"Marketing & Technology Blog - Ramblings of a Start-Up CEO on Mobile, Social, Tech, Digital Marketing, Media and Innovation","description":"","publisher":{"@id":"https:\/\/jonathantreiber.com\/#\/schema\/person\/b454e56c67bec6942142f9f5b4424e10"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jonathantreiber.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/jonathantreiber.com\/#\/schema\/person\/b454e56c67bec6942142f9f5b4424e10","name":"Jonathan Treiber","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jonathantreiber.com\/wp-content\/uploads\/2024\/04\/original-06863237-4D38-4072-B619-A8574725B10B.jpeg","url":"https:\/\/jonathantreiber.com\/wp-content\/uploads\/2024\/04\/original-06863237-4D38-4072-B619-A8574725B10B.jpeg","contentUrl":"https:\/\/jonathantreiber.com\/wp-content\/uploads\/2024\/04\/original-06863237-4D38-4072-B619-A8574725B10B.jpeg","width":1170,"height":1260,"caption":"Jonathan Treiber"},"logo":{"@id":"https:\/\/jonathantreiber.com\/wp-content\/uploads\/2024\/04\/original-06863237-4D38-4072-B619-A8574725B10B.jpeg"},"description":"I am the CEO and one of the co-founders of RevTrax, a marketing technology company. I love networking, talking about digital media, technology and business strategy. I travel a lot and spend my free time with my family. For information on me and my company, please check me out on LinkedIn and RevTrax.com.","sameAs":["https:\/\/jonathantreiber.com","Jonathan Treiber","https:\/\/www.linkedin.com\/in\/jonathantreiber\/","https:\/\/x.com\/jtreiber"]}]}</script> <link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel="alternate" type="application/rss+xml" title="Ramblings on marketing, innovation and brand building &raquo; Feed" href="https://jonathantreiber.com/feed/" /><link rel="alternate" type="application/rss+xml" title="Ramblings on marketing, innovation and brand building &raquo; Comments Feed" href="https://jonathantreiber.com/comments/feed/" />  <script src="//www.googletagmanager.com/gtag/js?id=G-KKJW7LJJ0T"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript">var em_version = '9.2.2';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/jonathantreiber.com\/","page_referrer":"http:\/\/jonathantreiber.com"};
								if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-KKJW7LJJ0T',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = exactmetrics_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') {
								ExactMetricsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-KKJW7LJJ0T', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}</script> <style id='escapade-inline-css' type='text/css'>.site-header{background-image:url(https://jonathantreiber.com/wp-content/uploads/2019/03/qtq50-GfT5sf.jpeg);}
.site-title a,.site-title a:visited{color:#757575;}.site-title a:hover,.site-title a:visited:hover{color:rgba(117, 117, 117, 0.8);}
.hero,.hero .widget h1,.hero .widget h2,.hero .widget h3,.hero .widget h4,.hero .widget h5,.hero .widget h6,.hero .widget p,.hero .widget blockquote,.hero .widget cite,.hero .widget table,.hero .widget ul,.hero .widget ol,.hero .widget li,.hero .widget dd,.hero .widget dt,.hero .widget address,.hero .widget code,.hero .widget pre,.hero .widget .widget-title,.hero .page-header h1{color:#ffffff;}
.main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:focus,.main-navigation ul li a:visited:hover{color:#757575;}.main-navigation .sub-menu .menu-item-has-children > a::after{border-right-color:#757575;border-left-color:#757575;}.menu-toggle div{background-color:#757575;}header .social-menu a,header .social-menu a:visited{color:#757575;}.main-navigation ul li a:hover,.main-navigation ul li a:focus{color:rgba(117, 117, 117, 0.8);}header .social-menu a:hover,header .social-menu a:visited:hover{color:rgba(117, 117, 117, 0.8);}
h1,h2,h3,h4,h5,h6,label,legend,table th,dl dt,.entry-title,.entry-title a,.entry-title a:visited,.widget-title{color:#353535;}.entry-title a:hover,.entry-title a:visited:hover,.entry-title a:focus,.entry-title a:visited:focus,.entry-title a:active,.entry-title a:visited:active{color:rgba(53, 53, 53, 0.8);}
body,input,select,textarea,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus,.navigation.pagination .paging-nav-text{color:#252525;}hr{background-color:rgba(37, 37, 37, 0.1);border-color:rgba(37, 37, 37, 0.1);}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea,.select2-container .select2-choice{color:rgba(37, 37, 37, 0.5);border-color:rgba(37, 37, 37, 0.1);}select,fieldset,blockquote,pre,code,abbr,acronym,.hentry table th,.hentry table td{border-color:rgba(37, 37, 37, 0.1);}.hentry table tr:hover td{background-color:rgba(37, 37, 37, 0.05);}
blockquote,.entry-meta,.entry-footer,.comment-meta .says,.logged-in-as,.wp-block-coblocks-author__heading{color:#757575;}
.site-footer .widget-title,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{color:#757575;}
.site-footer .widget,.site-footer .widget form label{color:#757575;}
.footer-menu ul li a,.footer-menu ul li a:visited{color:#757575;}.site-info-wrapper .social-menu a{background-color:#757575;}.footer-menu ul li a:hover,.footer-menu ul li a:visited:hover{color:rgba(117, 117, 117, 0.8);}
.site-info-wrapper .site-info-text{color:#757575;}
a,a:visited,.entry-title a:hover,.entry-title a:visited:hover{color:#55b74e;}.navigation.pagination .nav-links .page-numbers.current,.social-menu a:hover{background-color:#55b74e;}.main-navigation ul li:hover,.main-navigation li.current-menu-item,.main-navigation ul li.current-menu-item > a:hover,.main-navigation ul li.current-menu-item > a:visited:hover,.woocommerce-cart-menu-item .woocommerce.widget_shopping_cart p.buttons a:hover{background-color:#55b74e;}a:hover,a:visited:hover,a:focus,a:visited:focus,a:active,a:visited:active{color:rgba(85, 183, 78, 0.8);}.comment-list li.bypostauthor{border-color:rgba(85, 183, 78, 0.2);}
button,a.button,a.button:visited,input[type="button"],input[type="reset"],input[type="submit"],.wp-block-button__link,.site-info-wrapper .social-menu a:hover{background-color:#55b74e;border-color:#55b74e;}button:hover,button:active,button:focus,a.button:hover,a.button:active,a.button:focus,a.button:visited:hover,a.button:visited:active,a.button:visited:focus,input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{background-color:rgba(85, 183, 78, 0.8);border-color:rgba(85, 183, 78, 0.8);}
button,button:hover,button:active,button:focus,a.button,a.button:hover,a.button:active,a.button:focus,a.button:visited,a.button:visited:hover,a.button:visited:active,a.button:visited:focus,input[type="button"],input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus,input[type="reset"],input[type="reset"]:hover,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"],input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus,.wp-block-button__link{color:#ffffff;}.main-navigation ul > li:hover > a,.main-navigation ul > li:hover > a:hover,.main-navigation ul > li:hover > a:visited,.main-navigation ul > li:hover > a:visited:hover,.main-navigation ul li.current-menu-item > a{color:#ffffff;}
body{background-color:#ffffff;}.navigation.pagination .nav-links .page-numbers.current{color:#ffffff;}
.site-header{background-color:#414242;}.site-header{-webkit-box-shadow:inset 0 0 0 9999em;-moz-box-shadow:inset 0 0 0 9999em;box-shadow:inset 0 0 0 9999em;color:rgba(65, 66, 66, 0.50);}
.main-navigation-container,.main-navigation.open,.main-navigation ul ul,.main-navigation .sub-menu{background-color:#f5f5f5;}.side-masthead{background-color:#f5f5f5;}
.site-footer{background-color:#eeeeee;}
.site-info-wrapper{background-color:#ffffff;}.site-info-wrapper .social-menu a,.site-info-wrapper .social-menu a:visited,.site-info-wrapper .social-menu a:hover,.site-info-wrapper .social-menu a:visited:hover{color:#ffffff;}
.has-primary-color{color:#03263B;}.has-primary-background-color{background-color:#03263B;}
.has-secondary-color{color:#0b3954;}.has-secondary-background-color{background-color:#0b3954;}
.has-tertiary-color{color:#bddae6;}.has-tertiary-background-color{background-color:#bddae6;}
.has-quaternary-color{color:#ff6663;}.has-quaternary-background-color{background-color:#ff6663;}
.has-quinary-color{color:#ffffff;}.has-quinary-background-color{background-color:#ffffff;}
/*# sourceURL=escapade-inline-css */</style><link rel='stylesheet' id='escapade-fonts-css' href='https://fonts.googleapis.com/css?family=Oswald%3A300%2C400%2C700%7CDroid+Serif%3A300%2C400%2C700&#038;subset=latin&#038;ver=1.8.9' type='text/css' media='all' /> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/jonathantreiber.com","hash_tracking":"false","v4_id":"G-KKJW7LJJ0T"};</script> <script type="text/javascript" src="https://jonathantreiber.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <link rel="https://api.w.org/" href="https://jonathantreiber.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jonathantreiber.com/xmlrpc.php?rsd" /><meta name="generator" content="WordPress 6.9.4" /><meta name="follow.it-verification-code-QVlZeE0wSXBSclVVMnZOMXJGUlA5am9hL1RyY0tSajV3d0o3OFdOalFOYVhrR2UyVW5pVFpibEtKcTdReS9RM0xPalBvWG8zV1RKZXc2RXpUY1E3RVZUeFdIWDBiODhzdVFQSmdVWXF3VkFKN3FtSVlveTI2dkhMTVQyOGRMbTV8K2xmZnVESVhid0lSR2U5VGNaZVpja1YvRUdsTHlLSmY2Z3llS2VYN3pPdz0=" content="Qk8EJ2BNAbgDLk8YvCCl"/></head><body class="home blog wp-theme-primer wp-child-theme-escapade sfsi_actvite_theme_thin custom-header-image layout-two-column-default"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><header id="masthead" class="site-header" role="banner" style="background:url('https://jonathantreiber.com/wp-content/uploads/2019/03/qtq50-GfT5sf.jpeg') no-repeat top center; background-size: cover;"><div class="side-masthead"><div class="menu-toggle" id="menu-toggle" role="button" tabindex="0"
 ><div></div><div></div><div></div></div><div class="site-title-wrapper"><h1 class="site-title"><a href="https://jonathantreiber.com/" rel="home">Ramblings on marketing, innovation and brand building</a></h1></div><div class="main-navigation-container"><nav id="site-navigation" class="main-navigation"><div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="menu"><li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-15"><a href="https://jonathantreiber.com" aria-current="page">Home</a></li><li id="menu-item-13" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13"><a href="https://jonathantreiber.com/about-jonathan-treiber/">About Me</a></li><li id="menu-item-12" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12"><a href="https://jonathantreiber.com/contact/">Contact Me</a></li></ul></div></nav></div><nav class="social-menu"><div class="menu-primary-menu-container"><ul id="menu-primary-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-15"><a href="https://jonathantreiber.com" aria-current="page">Home</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13"><a href="https://jonathantreiber.com/about-jonathan-treiber/">About Me</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12"><a href="https://jonathantreiber.com/contact/">Contact Me</a></li></ul></div></nav></div><div class="hero"><div class="hero-inner"></div></div></header><div id="page" class="hfeed site"><div id="content" class="site-content"><div id="primary" class="content-area"><main id="main" class="site-main" role="main"><article id="post-3247" class="post-3247 post type-post status-publish format-standard hentry category-ad-tech category-artificial-intelligence category-big-data category-big-data-analytics category-cpg category-ecommerce tag-adtech tag-commerce tag-data tag-digital tag-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/first-party-data-for-brands/">First-Party Data for Brands: Unlocking the Potential</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">April 25, 2023</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>Navigating the Post-Third-Party Cookie Era: Embracing First-Party Data for Brands With the impending demise of third-party cookies, brands, retailers, ad&hellip;</p><p><a class="button" href="https://jonathantreiber.com/first-party-data-for-brands/" aria-label="Continue reading First-Party Data for Brands: Unlocking the Potential">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/ad-tech/" rel="category tag">Ad-tech</a>, <a href="https://jonathantreiber.com/category/artificial-intelligence/" rel="category tag">Artificial Intelligence</a>, <a href="https://jonathantreiber.com/category/big-data/" rel="category tag">Big Data</a>, <a href="https://jonathantreiber.com/category/big-data-analytics/" rel="category tag">Big Data Analytics</a>, <a href="https://jonathantreiber.com/category/cpg/" rel="category tag">CPG</a>, <a href="https://jonathantreiber.com/category/ecommerce/" rel="category tag">Ecommerce</a> </span> <span class="tags-links"> Filed under: <a href="https://jonathantreiber.com/tag/adtech/" rel="tag">adtech</a>, <a href="https://jonathantreiber.com/tag/commerce/" rel="tag">commerce</a>, <a href="https://jonathantreiber.com/tag/data/" rel="tag">data</a>, <a href="https://jonathantreiber.com/tag/digital/" rel="tag">digital</a>, <a href="https://jonathantreiber.com/tag/retail/" rel="tag">retail</a> </span></footer></article><article id="post-3245" class="post-3245 post type-post status-publish format-standard hentry category-cpg category-ecommerce category-retail tag-change-management tag-commerce tag-digital-transformation tag-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/embracing-change-the-urgency-for-executive-leadership-in-retail-and-cpg-transformation/">Embracing Digital Change: The Urgency for Retail and CPG Leadership</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">January 25, 2022</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>Without champions at the top, game-changing technologies in pricing and promotions may go to waste Navigating the Future in CPG&hellip;</p><p><a class="button" href="https://jonathantreiber.com/embracing-change-the-urgency-for-executive-leadership-in-retail-and-cpg-transformation/" aria-label="Continue reading Embracing Digital Change: The Urgency for Retail and CPG Leadership">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/cpg/" rel="category tag">CPG</a>, <a href="https://jonathantreiber.com/category/ecommerce/" rel="category tag">Ecommerce</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span> <span class="tags-links"> Filed under: <a href="https://jonathantreiber.com/tag/change-management/" rel="tag">change management</a>, <a href="https://jonathantreiber.com/tag/commerce/" rel="tag">commerce</a>, <a href="https://jonathantreiber.com/tag/digital-transformation/" rel="tag">digital transformation</a>, <a href="https://jonathantreiber.com/tag/retail/" rel="tag">retail</a> </span></footer></article><article id="post-3236" class="post-3236 post type-post status-publish format-standard hentry category-ad-tech category-loyalty category-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/retailers-need-email-marketing-now-more-than-ever/">Retailers need email marketing now more than ever</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">November 14, 2021</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>Marketers have a love/hate relationship with email marketing. Industry pundits declare &#8220;email dead&#8221; every few years or so. However, it&hellip;</p><p><a class="button" href="https://jonathantreiber.com/retailers-need-email-marketing-now-more-than-ever/" aria-label="Continue reading Retailers need email marketing now more than ever">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/ad-tech/" rel="category tag">Ad-tech</a>, <a href="https://jonathantreiber.com/category/loyalty/" rel="category tag">Loyalty</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span></footer></article><article id="post-3233" class="post-3233 post type-post status-publish format-standard hentry category-promotional-offers category-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/amazon-to-open-discount-stores/">Amazon Physical Stores: Who Saw This Coming?</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">April 20, 2021</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>This is very interesting. The launch of Amazon physical stores for unsold inventory presents a compelling shift in retail dynamics.&hellip;</p><p><a class="button" href="https://jonathantreiber.com/amazon-to-open-discount-stores/" aria-label="Continue reading Amazon Physical Stores: Who Saw This Coming?">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/promotional-offers/" rel="category tag">Promotional Offers</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span></footer></article><article id="post-3227" class="post-3227 post type-post status-publish format-standard hentry category-misc"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/the-barriers-that-hold-back-personalization-efforts-in-pricing-and-promotion/">The Barriers That Hold Back Personalization Efforts In Pricing And Promotion</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">April 1, 2021</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>The past 12 months have been a unique journey for the retail world, full of new strategies, ups and (far&hellip;</p><p><a class="button" href="https://jonathantreiber.com/the-barriers-that-hold-back-personalization-efforts-in-pricing-and-promotion/" aria-label="Continue reading The Barriers That Hold Back Personalization Efforts In Pricing And Promotion">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/misc/" rel="category tag">Misc</a> </span></footer></article><article id="post-3231" class="post-3231 post type-post status-publish format-standard hentry category-artificial-intelligence category-big-data category-consumer-shopper-insights category-offer-management category-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/the-barriers-that-hold-back-personalization-efforts-in-pricing-and-promotion-2/">The Barriers That Hold Back Personalization Efforts In Pricing And Promotion</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">January 15, 2021</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>Conversations with industry leaders at Shoptalk uncover obstructions in strategy development. The past 12 months have been a unique journey&hellip;</p><p><a class="button" href="https://jonathantreiber.com/the-barriers-that-hold-back-personalization-efforts-in-pricing-and-promotion-2/" aria-label="Continue reading The Barriers That Hold Back Personalization Efforts In Pricing And Promotion">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/artificial-intelligence/" rel="category tag">Artificial Intelligence</a>, <a href="https://jonathantreiber.com/category/big-data/" rel="category tag">Big Data</a>, <a href="https://jonathantreiber.com/category/consumer-shopper-insights/" rel="category tag">Consumer Shopper Insights</a>, <a href="https://jonathantreiber.com/category/offer-management/" rel="category tag">Offer Management</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span></footer></article><article id="post-3229" class="post-3229 post type-post status-publish format-standard hentry category-ad-tech category-artificial-intelligence category-big-data category-consumer-shopper-insights category-cpg category-ecommerce category-loyalty category-offer-management category-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/why-retailers-need-to-innovate-and-experiment-now-with-dynamic-discounts-and-pricing-in-spite-of-covid-19/">Why Retailers Need To Innovate And Experiment Now With Dynamic Discounts And Pricing In Spite Of COVID-19</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">December 2, 2020</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>The retail industry is as diverse as it is lucrative, so it’s somewhat surprising that the impact of COVID-19 has&hellip;</p><p><a class="button" href="https://jonathantreiber.com/why-retailers-need-to-innovate-and-experiment-now-with-dynamic-discounts-and-pricing-in-spite-of-covid-19/" aria-label="Continue reading Why Retailers Need To Innovate And Experiment Now With Dynamic Discounts And Pricing In Spite Of COVID-19">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/ad-tech/" rel="category tag">Ad-tech</a>, <a href="https://jonathantreiber.com/category/artificial-intelligence/" rel="category tag">Artificial Intelligence</a>, <a href="https://jonathantreiber.com/category/big-data/" rel="category tag">Big Data</a>, <a href="https://jonathantreiber.com/category/consumer-shopper-insights/" rel="category tag">Consumer Shopper Insights</a>, <a href="https://jonathantreiber.com/category/cpg/" rel="category tag">CPG</a>, <a href="https://jonathantreiber.com/category/ecommerce/" rel="category tag">Ecommerce</a>, <a href="https://jonathantreiber.com/category/loyalty/" rel="category tag">Loyalty</a>, <a href="https://jonathantreiber.com/category/offer-management/" rel="category tag">Offer Management</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span></footer></article><article id="post-3224" class="post-3224 post type-post status-publish format-standard hentry category-artificial-intelligence category-big-data category-consumer-research category-consumer-shopper-insights category-cpg category-loyalty category-mobile-coupons category-print-at-home-coupons category-promotional-offers category-retail tag-commerce tag-customer-experience tag-digital tag-digital-transformation tag-retail"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/are-grocery-loyalty-programs-broken/">Grocery Loyalty Programs are Broken</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">October 19, 2020</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>The Broken Model: Rethinking Grocery Loyalty Programs In the realm of retail, grocery loyalty programs are broken. They have followed&hellip;</p><p><a class="button" href="https://jonathantreiber.com/are-grocery-loyalty-programs-broken/" aria-label="Continue reading Grocery Loyalty Programs are Broken">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/artificial-intelligence/" rel="category tag">Artificial Intelligence</a>, <a href="https://jonathantreiber.com/category/big-data/" rel="category tag">Big Data</a>, <a href="https://jonathantreiber.com/category/consumer-research/" rel="category tag">Consumer Research</a>, <a href="https://jonathantreiber.com/category/consumer-shopper-insights/" rel="category tag">Consumer Shopper Insights</a>, <a href="https://jonathantreiber.com/category/cpg/" rel="category tag">CPG</a>, <a href="https://jonathantreiber.com/category/loyalty/" rel="category tag">Loyalty</a>, <a href="https://jonathantreiber.com/category/mobile-coupons/" rel="category tag">Mobile coupons</a>, <a href="https://jonathantreiber.com/category/print-at-home-coupons/" rel="category tag">Print-at-Home Coupons</a>, <a href="https://jonathantreiber.com/category/promotional-offers/" rel="category tag">Promotional Offers</a>, <a href="https://jonathantreiber.com/category/retail/" rel="category tag">Retail</a> </span> <span class="tags-links"> Filed under: <a href="https://jonathantreiber.com/tag/commerce/" rel="tag">commerce</a>, <a href="https://jonathantreiber.com/tag/customer-experience/" rel="tag">customer experience</a>, <a href="https://jonathantreiber.com/tag/digital/" rel="tag">digital</a>, <a href="https://jonathantreiber.com/tag/digital-transformation/" rel="tag">digital transformation</a>, <a href="https://jonathantreiber.com/tag/retail/" rel="tag">retail</a> </span></footer></article><article id="post-3221" class="post-3221 post type-post status-publish format-standard hentry category-misc"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/cyber-monday-in-april-all-days-feel-the-same-during-pandemic-so-why-not/">Cyber Monday in April? All days feel the same during Pandemic, so why not?</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">May 26, 2020</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>My latest FORBES by-line, click here. Retailers are pulling out all the stops to motivate customers during the COVID-19 Pandemic.&hellip;</p><p><a class="button" href="https://jonathantreiber.com/cyber-monday-in-april-all-days-feel-the-same-during-pandemic-so-why-not/" aria-label="Continue reading Cyber Monday in April? All days feel the same during Pandemic, so why not?">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/misc/" rel="category tag">Misc</a> </span></footer></article><article id="post-3218" class="post-3218 post type-post status-publish format-standard hentry category-misc"><header class="entry-header"><div class="entry-header-row"><div class="entry-header-column"><h2 class="entry-title"><a href="https://jonathantreiber.com/why-are-retailers-such-creatures-of-habit/">Why are retailers such creatures of habit?</a></h2></div></div></header><div class="entry-meta"> <span class="posted-date">March 2, 2020</span> <span class="posted-author"><a href="https://jonathantreiber.com/author/jtreiber/" title="Posts by Jonathan Treiber" rel="author">Jonathan Treiber</a></span></div><div class="entry-summary"><p>For my latest contribution to FORBES.com, click here. In tough times, many retailers face impossible choices. Risk losing profitable sales&hellip;</p><p><a class="button" href="https://jonathantreiber.com/why-are-retailers-such-creatures-of-habit/" aria-label="Continue reading Why are retailers such creatures of habit?">Continue Reading &rarr;</a></p></div><footer class="entry-footer"><div class="entry-footer-right"></div> <span class="cat-links"> Posted in: <a href="https://jonathantreiber.com/category/misc/" rel="category tag">Misc</a> </span></footer></article><nav class="navigation pagination" aria-label="Post navigation"><h2 class="screen-reader-text">Post navigation</h2><div class="paging-nav-text">Page 1 of 23</div><div class="nav-links"><span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://jonathantreiber.com/page/2/">2</a> <span class="page-numbers dots">&hellip;</span> <a class="page-numbers" href="https://jonathantreiber.com/page/23/">23</a> <a class="next page-numbers" href="https://jonathantreiber.com/page/2/">Next &rarr;</a></div></nav></main></div><div id="secondary" class="widget-area" role="complementary"><aside id="media_image-2" class="widget widget_media_image"><a href="https://www.linkedin.com/in/jonathantreiber/"><img width="200" height="200" src="https://jonathantreiber.com/wp-content/uploads/2019/03/JT-Headshot.jpeg" class="image wp-image-3165  attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" loading="lazy" srcset="https://jonathantreiber.com/wp-content/uploads/2019/03/JT-Headshot.jpeg 200w, https://jonathantreiber.com/wp-content/uploads/2019/03/JT-Headshot-150x150.jpeg 150w" sizes="auto, (max-width: 200px) 100vw, 200px" /></a></aside><aside id="wpcw_social-5" class="widget wpcw-widgets wpcw-widget-social"><h4 class="widget-title">Connect with me</h4><ul><li class="no-label"><a href="https://twitter.com/jtreiber" target="_blank" title="Visit Ramblings on marketing, innovation and brand building on Twitter"><span class="fa fa-2x fa-twitter"></span></a></li><li class="no-label"><a href="https://www.linkedin.com/in/jonathantreiber/" target="_blank" title="Visit Ramblings on marketing, innovation and brand building on LinkedIn"><span class="fa fa-2x fa-linkedin"></span></a></li></ul></aside><aside id="sfsi-widget-2" class="widget sfsi"><h4 class="widget-title">You like me, you really really like me</h4><div class="sfsi_widget" data-position="widget" style="display:flex;flex-wrap:wrap;justify-content: left"><div id='sfsi_wDiv'></div><div class="norm_row sfsi_wDiv "  style="width:225px;position:absolute;;text-align:left"><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='' target='_blank'  href='https://jonathantreiber.com/feed/' id='sfsiid_rss_icon' style='width:40px;height:40px;opacity:1;'  ><img data-pin-nopin='true' alt='RSS' title='RSS' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_rss.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect=''   /></a></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect='' target='_blank'  href='http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/QVlZeE0wSXBSclVVMnZOMXJGUlA5am9hL1RyY0tSajV3d0o3OFdOalFOYVhrR2UyVW5pVFpibEtKcTdReS9RM0xPalBvWG8zV1RKZXc2RXpUY1E3RVZUeFdIWDBiODhzdVFQSmdVWXF3VkFKN3FtSVlveTI2dkhMTVQyOGRMbTV8K2xmZnVESVhid0lSR2U5VGNaZVpja1YvRUdsTHlLSmY2Z3llS2VYN3pPdz0=/OA==/' id='sfsiid_email_icon' style='width:40px;height:40px;opacity:1;'  ><img data-pin-nopin='true' alt='Follow by Email' title='Follow by Email' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_email.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect=''   /></a></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect=''   href='javascript:void(0)' id='sfsiid_facebook_icon' style='width:40px;height:40px;opacity:1;'  ><img data-pin-nopin='true' alt='Facebook' title='Facebook' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_facebook.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect=''   /></a><div class="sfsi_tool_tip_2 fb_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_facebook"><span class="bot_arow bot_fb_arow"></span><div class="sfsi_inside"><div  class='icon3'><a target='_blank' href='https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fjonathantreiber.com' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' alt='fb-share-icon' title='Facebook Share' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/share_icons/fb_icons/en_US.svg' /></a></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect=''   href='javascript:void(0)' id='sfsiid_twitter_icon' style='width:40px;height:40px;opacity:1;'  ><img data-pin-nopin='true' alt='Twitter' title='Twitter' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_twitter.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect=''   /></a><div class="sfsi_tool_tip_2 twt_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_twitter"><span class="bot_arow bot_twt_arow"></span><div class="sfsi_inside"><div  class='icon2'><div class='sf_twiter' style='display: inline-block;vertical-align: middle;width: auto;'> <a target='_blank' href='https://x.com/intent/post?text=Hey%2C+check+out+this+cool+site+I+found%3A+www.yourname.com+%23Topic+via%40my_twitter_name+https%3A%2F%2Fjonathantreiber.com' style='display:inline-block' > <img data-pin-nopin= true class='sfsi_wicon' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Twitter_Tweet/en_US_Tweet.svg' alt='Post on X' title='Post on X' > </a></div></div></div></div></div></div><div style='width:40px; height:40px;margin-left:5px;margin-bottom:5px; ' class='sfsi_wicons shuffeldiv ' ><div class='inerCnt'><a class=' sficn' data-effect=''   href='javascript:void(0)' id='sfsiid_linkedin_icon' style='width:40px;height:40px;opacity:1;'  ><img data-pin-nopin='true' alt='LinkedIn' title='LinkedIn' src='https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/icons_theme/thin/thin_linkedin.png' width='40' height='40' style='' class='sfcm sfsi_wicon ' data-effect=''   /></a><div class="sfsi_tool_tip_2 linkedin_tool_bdr sfsiTlleft" style="opacity:0;z-index:-1;" id="sfsiid_linkedin"><span class="bot_arow bot_linkedin_arow"></span><div class="sfsi_inside"><div  class='icon2'><a target='_blank' href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fjonathantreiber.com"><img class="sfsi_wicon" data-pin-nopin= true alt="Share" title="Share" src="https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/images/share_icons/Linkedin_Share/en_US_share.svg" /></a></div></div></div></div></div></div ><div id="sfsi_holder" class="sfsi_holders" style="position: relative; float: left;width:100%;z-index:-1;"></div ><script>window.addEventListener("sfsi_functions_loaded", function()
			{
				if (typeof sfsi_widget_set == "function") {
					sfsi_widget_set();
				}
			});</script> <div style="clear: both;"></div></div></aside><aside id="recent-posts-2" class="widget widget_recent_entries"><h4 class="widget-title">Recent Posts</h4><ul><li> <a href="https://jonathantreiber.com/first-party-data-for-brands/">First-Party Data for Brands: Unlocking the Potential</a></li><li> <a href="https://jonathantreiber.com/embracing-change-the-urgency-for-executive-leadership-in-retail-and-cpg-transformation/">Embracing Digital Change: The Urgency for Retail and CPG Leadership</a></li><li> <a href="https://jonathantreiber.com/retailers-need-email-marketing-now-more-than-ever/">Retailers need email marketing now more than ever</a></li></ul></aside><aside id="subscriber_widget-2" class="widget widget_subscriber_widget"><div class="sfsi_subscribe_Popinner"><form method="post" onsubmit="return sfsi_processfurther(this);" target="popupwindow" action="https://api.follow.it/subscription-form/QVlZeE0wSXBSclVVMnZOMXJGUlA5am9hL1RyY0tSajV3d0o3OFdOalFOYVhrR2UyVW5pVFpibEtKcTdReS9RM0xPalBvWG8zV1RKZXc2RXpUY1E3RVZUeFdIWDBiODhzdVFQSmdVWXF3VkFKN3FtSVlveTI2dkhMTVQyOGRMbTV8K2xmZnVESVhid0lSR2U5VGNaZVpja1YvRUdsTHlLSmY2Z3llS2VYN3pPdz0=/8/"><h5>Get new posts by email</h5><div class="sfsi_subscription_form_field"> <input type="hidden" name="action" value="followPub"> <input type="email" name="email" value="" placeholder="Subscribe"/></div><div class="sfsi_subscription_form_field"> <input type="submit" name="subscribe" value="Subscribe"/></div></form></div></aside></div></div><footer id="colophon" class="site-footer"><div class="site-footer-inner"><div class="footer-widget-area columns-1"><div class="footer-widget"><aside id="wpcw_social-4" class="widget wpcw-widgets wpcw-widget-social"><h4 class="widget-title">Follow Me</h4><ul><li class="no-label"><a href="https://twitter.com/jtreiber" target="_blank" title="Visit Ramblings on marketing, innovation and brand building on Twitter"><span class="fa fa-2x fa-twitter"></span></a></li><li class="no-label"><a href="https://www.linkedin.com/in/jonathantreiber" target="_blank" title="Visit Ramblings on marketing, innovation and brand building on LinkedIn"><span class="fa fa-2x fa-linkedin"></span></a></li></ul></aside></div></div></div></footer><div class="site-info-wrapper"><div class="site-info"><div class="site-info-inner"><nav class="footer-menu"><div class="menu-primary-menu-container"><ul id="menu-primary-menu-2" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-15"><a href="https://jonathantreiber.com" aria-current="page">Home</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13"><a href="https://jonathantreiber.com/about-jonathan-treiber/">About Me</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12"><a href="https://jonathantreiber.com/contact/">Contact Me</a></li></ul></div></nav><div class="site-info-text"> Copyright &copy; 2026 Ramblings on marketing, innovation and brand building &mdash; Escapade WordPress theme by <a href="https://www.godaddy.com/" rel="author nofollow">GoDaddy</a></div></div></div></div></div> <script type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/escapade/*","/wp-content/themes/primer/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script> <div id="fb-root"></div> <script>(function(d, s, id) {
                        var js, fjs = d.getElementsByTagName(s)[0];
                        if (d.getElementById(id)) return;
                        js = d.createElement(s);
                        js.id = id;
                        js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2";
                        fjs.parentNode.insertBefore(js, fjs);
                    }(document, 'script', 'facebook-jssdk'));</script> <script>window.addEventListener('sfsi_functions_loaded', function() {
    if (typeof sfsi_responsive_toggle == 'function') {
        sfsi_responsive_toggle(0);
        // console.log('sfsi_responsive_toggle');

    }
})</script> <script>window.addEventListener('sfsi_functions_loaded', function () {
            if (typeof sfsi_plugin_version == 'function') {
                sfsi_plugin_version(2.77);
            }
        });

        function sfsi_processfurther(ref) {
            var feed_id = 'QVlZeE0wSXBSclVVMnZOMXJGUlA5am9hL1RyY0tSajV3d0o3OFdOalFOYVhrR2UyVW5pVFpibEtKcTdReS9RM0xPalBvWG8zV1RKZXc2RXpUY1E3RVZUeFdIWDBiODhzdVFQSmdVWXF3VkFKN3FtSVlveTI2dkhMTVQyOGRMbTV8K2xmZnVESVhid0lSR2U5VGNaZVpja1YvRUdsTHlLSmY2Z3llS2VYN3pPdz0=';
            var feedtype = 8;
            var email = jQuery(ref).find('input[name="email"]').val();
            var filter = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
            if ((email != "Enter your email") && (filter.test(email))) {
                if (feedtype == "8") {
                    var url = "https://api.follow.it/subscription-form/" + feed_id + "/" + feedtype;
                    window.open(url, "popupwindow", "scrollbars=yes,width=1080,height=760");
                    return true;
                }
            } else {
                alert("Please enter email address");
                jQuery(ref).find('input[name="email"]').focus();
                return false;
            }
        }</script> <script>/* IE11 skip link focus fix */
	/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);</script> <script type="text/javascript" id="SFSICustomJs-js-extra">var sfsi_icon_ajax_object = {"nonce":"c170c152b2","ajax_url":"https://jonathantreiber.com/wp-admin/admin-ajax.php","plugin_url":"https://jonathantreiber.com/wp-content/plugins/ultimate-social-media-icons/"};
//# sourceURL=SFSICustomJs-js-extra</script> <script id="wp-emoji-settings" type="application/json">{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://jonathantreiber.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}</script> <script type="module">/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://jonathantreiber.com/wp-includes/js/wp-emoji-loader.min.js</script> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),
                _trfd.push({'tccl.baseHost':'secureserver.net'}),
                _trfd.push({'ap':'wpaas_v2'},
                    {'server':'0bcde86167bd'},
                    {'pod':'c31-prod-p3-us-west-2'},
                                        {'xid':'42436868'},
                    {'wp':'6.9.4'},
                    {'php':'8.2.30'},
                    {'loggedin':'0'},
                    {'cdn':'1'},
                    {'builder':'wp-block-editor'},
                    {'theme':'primer'},
                    {'wds':'0'},
                    {'wp_alloptions_count':'384'},
                    {'wp_alloptions_bytes':'151725'},
                    {'gdl_coming_soon_page':'0'}
                    , {'appid':'863835'}                 );
            var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script> <script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script> <script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script> <script defer src="https://jonathantreiber.com/wp-content/cache/autoptimize/js/autoptimize_06cc339c9f4c04b9d8c3c84a76cc6c13.js"></script></body></html>