CINXE.COM

Official Google Marketing Platform news and updates | Google Blog

<!DOCTYPE html> <html class="no-js glue-flexbox glue-app-ready keyword-blog" lang="en-us" data-locale="en-us"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Official Google Marketing Platform news and updates | Google Blog</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0" /> <meta name="optimize_experiments" content="[]"> <!--Article Specific Metadata--> <meta name="description" content="Read the latest news, perspectives, and insights from Google Marketing Platform team."/> <!--Open Graph Metadata--> <meta property="og:type" content="website" /> <meta property="og:title" content="Google Marketing Platform"/> <meta property="og:description" content="Read the latest news, perspectives, and insights from Google Marketing Platform team." /> <meta property="og:image" content="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GMP.2e16d0ba.fill-1440x810.png" /> <meta property="og:site_name" content="blog.google" /> <meta property="og:url" content="https://blog.google/products/marketingplatform/" /> <!--Twitter Card Metadata--> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://blog.google/products/marketingplatform/" /> <meta name="twitter:title" content="Google Marketing Platform"/> <meta name="twitter:description" content="Read the latest news, perspectives, and insights from Google Marketing Platform team." /> <meta name="twitter:image:src" content="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GMP.2e16d0ba.fill-1440x810.png" /> <meta name="twitter:site" content="@google" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" type="text/css" href="/static/keyword/css/blog/index.min.css?version=pr20241113-1756" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:400,500,600,700|Product+Sans:400&amp;display=swap&amp;lang=en"> <link href="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.css" rel="stylesheet"> <link rel="canonical" href="https://blog.google/products/marketingplatform/"/> <link href="/favicon.ico" rel="icon"> <link href="/static/blogv2/images/apple-touch-icon.png?version=pr20241113-1756" rel="apple-touch-icon"> <meta property="gtm-tag" content="GTM-TRV24V"> <meta property="gtm-tag" content="GTM-PMW6GVF"> <!-- https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API --> <script> let trustedTypePolicy = { createHTML: (str) => str, createScript: (str) => str, createScriptURL: (url) => url }; if (window.trustedTypes && window.trustedTypes.createPolicy) { const safeScriptDomains = [ 'blob:', '/static/blogv2/', '/static/keyword/', '/static/youtube/', '/static/blog_youtube/', '//cdn.ampproject.org/', '//googleads.g.doubleclick.net', '//survey.g.doubleclick.net', '//www.google-analytics.com/', '//www.google.com', '//www.googletagmanager.com', '//www.gstatic.com', '//www.youtube.com', '//youtube.googleapis.com', ]; const safeScripts = [ 'google_tag_manager[""]', '(function anonymous(' ]; trustedTypePolicy = window.trustedTypes.createPolicy('default', { /* Enable create HTML */ createHTML: (str) => { return str }, /* Enable script creation */ createScript: (str) => { const safeScriptString = safeScripts.find( (safeScript) => str.includes(safeScript) ); if (!safeScriptString) { console.warn( `unsafe createScript: "${str}"` ); } return str; }, /* Allow for safe domains only */ createScriptURL: (url) => { const safeDomainsUrl = safeScriptDomains.find( (safeDomain) => url.includes(safeDomain) ); if (!safeDomainsUrl && !url.startsWith(window.location.origin)) { console.warn( `Unsafe createScriptURL: "${url}"` ); } return url; }, }); } window.trustedTypePolicy = trustedTypePolicy; </script> </head> <body class="template-productlandingpage keyword-blog"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TRV24V" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PMW6GVF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="data-layer-init-data" data-analytics=' { "event": "dataLayer_initialized", "page_name": "Official Google Marketing Platform news and updates | Google Blog", "experiments": "undefined", "locale": "en-us", "page_type": "blogv2 | subcategory page", "primary_tag": "undefined", "secondary_tags": "undefined", "landing_page_tags": "products - analytics|products - attribution (deprecated)|products - data studio (deprecated)|products - google marketing platform|products - tag manager (deprecated)|products - surveys (deprecated)|products - optimize (deprecated)", "article_name": "undefined", "author_name": "undefined", "publish_date": "undefined", "hero_media": "undefined", "special_hero": "undefined", "days_since_published": "undefined", "content_category": "Google Marketing Platform", "word_count": "short 0-299", "has_audio": "undefined", "has_video": "undefined" }'> </div> <div class="page-analytics-data" data-analytics=' { "event": "pageview", "slug": "marketingplatform", "contentType": "blogv2 | subcategory page", "secondaryTags": "products - analytics|products - attribution (deprecated)|products - data studio (deprecated)|products - google marketing platform|products - tag manager (deprecated)|products - surveys (deprecated)|products - optimize (deprecated)", "tags": "products - analytics|products - attribution (deprecated)|products - data studio (deprecated)|products - google marketing platform|products - tag manager (deprecated)|products - surveys (deprecated)|products - optimize (deprecated)", "contentCategory": "Announcement", }'> </div> <script type="text/javascript"> (function() { var dataLayerInitElement = document.querySelector('.data-layer-init-data'); var dataLayerObject = JSON.parse( dataLayerInitElement.getAttribute('data-analytics') ); // Change undefined strings to primitive value undefined. Object.entries(dataLayerObject).forEach(([key, value]) => { dataLayerObject[key] = value === 'undefined' ? undefined : value; }); if (!window['dataLayer']) { window['dataLayer'] = []; } window['dataLayer'].push(dataLayerObject); }()); </script> <script type="text/javascript"> (function() { var elem_ = document.querySelector('.page-analytics-data'); var scrubObject = { 'event': 'scrubbedUrl', 'url': getScrubbedUrl() }; var baseAnalyticsObject = JSON.parse( elem_.getAttribute('data-analytics').replace(/,(?=[^,]*$)/, '') ); function getScrubbedUrl() { const urlParams = location.href.split('?'); const hostPathUrl = urlParams[0]; if(urlParams.length === 1) return hostPathUrl; try { const searchParams = urlParams[1].split('&'); const utmParams = searchParams.filter(param => param.startsWith('utm') || param.startsWith('query')).join('&'); if(!utmParams.length) return hostPathUrl; return `${hostPathUrl}?${utmParams}`; } catch(error) { console.error('scrubbed Url error =>', e); } return hostPathUrl; } function handlePublishDate(dataObj) { var publishDate = dataObj['publishDate']; if (typeof publishDate !== 'undefined') { var oneDay = 24*60*60*1000; var dateParts = publishDate.split('|'); var pubDay = new Date(dateParts[0]); var today = new Date(); var daysSince = Math.round((today - pubDay) / oneDay); dataObj['daysSincePublished'] = daysSince.toString(); } pushData(dataObj); } function pushData(analyticsEvent) { if (!window['dataLayer']) { window['dataLayer'] = []; } window['dataLayer'].push(analyticsEvent); const globalKWDimenssions = Object.assign({}, analyticsEvent); if(globalKWDimenssions['event']) { delete globalKWDimenssions['event']; } window['globalKWCustomDimensions'] = globalKWDimenssions; } pushData(scrubObject); handlePublishDate(baseAnalyticsObject); }()); </script> <div class="uni-header-content-pusher"></div> <header class="uni-header h-u-box-shadow-2" data-component="uni-header"> <div class="uni-header__hamburguer-wrapper uni-header__hamburguer-wrapper--hide"> <button class="uni-header__hamburguer-button"> <svg class="h-c-header__hamburger-img h-c-header__hamburger-img--standard events-off" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#h-burger"></use> </svg> </button> </div> <div class="uni-header__sitespace" site="Google Marketing Platform"> <figure class="uni-header__logo-google uni-header__logo-google--sitespace" title="Google" tabindex="-1"> <svg aria-label="Google" role="img" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#h-color-google-logo"></use> </svg> </figure> <div class="uni-header__site-title"> <a class="uni-header__sitespace-text " href="https://marketingplatform.google.com/about" target= "_self" data-analytics="{ "category": "navigation", "action": "header", "label": "navlink: home" }"> Marketing Platform </a> </div> </div> <div class="uni-article-progress-bar slide-up" data-component="uni-progress-bar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0" aria-hidden="true" tab-index="-1" role="progressbar"> <div class="uni-article-progress-bar__title uni-article-progress-bar__ellipsis"> Google Marketing Platform </div> <div class="uni-article-progress-bar__social" aria-hidden="true" data-analytics-module='{ "module_name": "Progress Bar", "section_header": "Google Marketing Platform" }' > <div class ="uni-social-share " data-component="uni-social-share-dropdown" > <a aria-label="Share" class="uni-social-share__trigger" role="button" tabindex="0" aria-expanded="false" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "menu", "label": "label" }'> <svg aria-hidden="true" class="h-c-icon h-c-icon--color-text" title="Share" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-share"></use> </svg> <div class="uni-social-share__button">Share</div> </a> <div class="uni-social-share__dialog uni-social-share__content " aria-labelledby="social-share-icon"> <a aria-label="Share on Twitter" class="article-share__link-text uni-click-tracker" href="https://twitter.com/intent/tweet?text=Google%20Marketing%20Platform%20%40google&url=https://blog.google/products/marketingplatform/" target="_blank" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "share - progress bar", "label": "twitter" }' data-ga4-method="twitter"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--30px" viewBox="0 0 30 30" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-twitter"></use> </svg> <div class="article-share__title">Twitter</div> </a> <a aria-label="Share on Facebook" class="article-share__link-text uni-click-tracker" href="https://www.facebook.com/sharer/sharer.php?caption=Google%20Marketing%20Platform&u=https://blog.google/products/marketingplatform/" target="_blank" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "share - progress bar", "label": "facebook" }' data-ga4-method="facebook"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--30px" viewBox="0 0 30 30" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-facebook"></use> </svg> <div class="article-share__title">Facebook</div> </a> <a aria-label="Share on LinkedIn" class="article-share__link-text uni-click-tracker" href="https://www.linkedin.com/shareArticle?mini=true&url=https://blog.google/products/marketingplatform/&title=Google%20Marketing%20Platform" target="_blank" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "share - progress bar", "label": "linkedin" }' data-ga4-method="linkedin"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--30px" viewBox="0 0 30 30" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-linkedin"></use> </svg> <div class="article-share__title">LinkedIn</div> </a> <a aria-label="Share with Email" class="article-share__link-text uni-click-tracker article-share__email" href="mailto:?subject=Google%20Marketing%20Platform&body=Check out this article on the Keyword:%0A%0AGoogle%20Marketing%20Platform%0A%0Ahttps://blog.google/products/marketingplatform/" target="_blank" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "share - progress bar", "label": "email" }' data-ga4-method="email"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--30px" viewBox="0 0 30 30" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-mail"></use> </svg> <div class="article-share__title">Mail</div> </a> <div class="copy-link uni-copy-share uni-click-tracker" data-component="uni-copy-popup-component" data-analytics='{ "event": "page interaction", "category": "progress bar", "action": "share - progress bar", "label": "copy" }' data-ga4-analytics-share-copy-link data-ga4-method="Copy link"> <button class="copy-link__trigger copy-link__trigger-text" data-ga4-method="Copy link" title="Copy link"> <svg class="h-c-icon h-c-icon--color-text" role="presentation" title="Copy link" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#social-link"></use> </svg> <div class="copy-link__title">Copy link</div> </button> <div class="copy-link__dialog copy-link__content" uni-options='{"copyTextButton": "COPIED TO CLIPBOARD"}' aria-hidden="true" tabindex="-1"> <input class="h-c-copy copy-link__url" value="https://blog.google/products/marketingplatform/" id="copy-link" readonly="readonly" type="text"/> <div class="copy-link__copy-message" role="status"></div> </div> </div> </div> </div> </div> <div class="uni-article-progress-bar__indicator hide-progress-bar"></div> </div> <script type="application/json" data-catalog-id="search-bar"> { "find_an_article": "Find an article...", "rss_link": "/rss/", "rss_feed": "RSS feed", "press_corner": "Press corner", "press_corner_slug": "press/", "secondary_menu": "Secondary menu", "search": "Search", "submit": "Submit", "close": "Close", "execute_search": "Execute search", "dismiss_search": "Dismiss search", "suggested_results_for": "[[number]] suggested results for [[query_term]]", "by_string": "By", "conjunction_symbol": "\u0026" } </script> <uni-search-bar class="uni-search-bar" site-id="2" data-static-icons='{ "clear": "/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-clear", "more_vert": "/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-more-vert", "rss_feed": "/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-rss-feed", "search": "/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-search" }' > </uni-search-bar> </header> <div class="loader-mask"> <div class="loader-mask__loader"></div> </div> <main id="jump-content" class="site-content" tabindex="-1"> <article class="uni-blog-landing"> <!--article header--> <section data-analytics-module='{ "module_name": "Hero", "section_header": "Google Marketing Platform" }'> <div class="uni-blog-landing-hero h-c-page"> <div class="h-c-grid"> <div class="uni-blog-landing-hero__title h-c-grid__col h-c-grid__col--8 h-c-grid__col-s--3"> <p class="h-c-eyebrow h-has-bottom-margin"> Official Blog </p> <h1 class="h-has-bottom-margin">Google Marketing Platform</h1> <span class="h-c-headline h-c-headline--four h-has-bottom-margin article-subtitle"><div class="rich-text"><p data-block-key="0mq2p">The latest news, perspectives, and insights from <a href="https://blog.google/products/marketingplatform/360/">Google Marketing Platform</a> and <a href="https://blog.google/products/marketingplatform/analytics/">Google Analytics products</a>.</p></div></span> </div> <div class="uni-blog-landing-hero__social h-c-grid__col h-c-grid__col--4 h-c-grid__col-s--1"> <nav class="uni-blog-landing-hero__social-nav uni-click-tracker" data-analytics='{ "category": "social", "action": "follow - landing", "label": "{name} | account: Google Marketing Platform" }'> <section class="h-c-social h-c-social--inline" data-analytics-module='{ "module_name": "Hero Share", "section_header": "Google Marketing Platform" }'> <div class="h-c-social__group"> <p class="h-c-social__title h-c-social__title--inline h-c-eyebrow"> Follow Us </p> <ul class="h-c-social__list h-no-bullet"> <li class="h-c-social__item"> <a class="h-c-social__link" aria-label="RSS" href="/products/marketingplatform/rss/" target="_blank" data-ga4-method="rss"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--no-padding h-c-icon--18px" viewBox="0 0 24 24" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-rss-feed"></use> </svg> </a> </li> </ul> </div> </section> <div class="h-c-social h-c-social--popover" data-component="uni-follow-us-popup"> <div class="h-c-social__group"> <p class="h-c-social__title h-c-social__title--inline h-c-eyebrow h-c-social__title--trigger"> Follow Us </p> <div class="h-c-social__dialog h-c-social__dialog--popover" aria-labelledby="social-icon-list"> <ul id="social-icon-list" class="h-c-social__list h-no-bullet h-c-social__list--popover"> <li class="h-c-social__item h-c-social__item--popover"> <a class="h-c-social__link" aria-label="RSS" href="/products/marketingplatform/rss/" target="_blank" data-ga4-method="rss"> <svg aria-hidden="true" class="h-c-icon h-c-icon--social h-c-icon--no-padding h-c-icon--24px" viewBox="0 0 24 24" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-rss-feed"></use> </svg> </a> </li> </ul> <div class="h-u-visually-hidden" aria-label="Close">×</div> </div> </div> </div> </nav> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GMP.width-500.format-webp.webp" class="uni-blog-landing-hero__product-icon" alt="Google Marketing Platform" /> </div> </div> </div> <!--product header content--> <a href="https://blog.google/products/marketingplatform/360/search-ads-360-adds-support-for-microsoft-automated-bidding/" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "hero", "label": "article: search-ads-360-adds-support-for-microsoft-automated-bidding", "contentType": "blogv2 | subcategory page", "position": "1 of 1" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Search Ads 360 adds support for Microsoft automated bidding", "link_type": "internal", "article_name": "Search Ads 360 adds support for Microsoft automated bidding", "author_name" : "Stephen Yap", "page_name": "search-ads-360-adds-support-for-microsoft-automated-bidding", "position": " 1 of 1 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-08-22|16:00", "hero_media": "image", "days_since_published": "92", "content_category": "Announcement", "word_count": "508", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' tabindex="-1" aria-label="The Google Search Ads 360 logo is surrounded by graphics related to signals that inform bidding." class="featured-article-cat-subcat-hero__image--full-width featured-article-cat-subcat-hero__image--default" > <img role="presentation" alt="" class="featured-article-cat-subcat-hero__image-tag" src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/360ads_hero-resize.width-1000.format-webp.webp" > </a> <section class="featured-article-cat-subcat-hero__section" data-component="uni-featured-article-cat-subcat-hero" showNeutralColor="" color="" > <div class="featured-article-cat-subcat-hero module featured-article-cat-subcat-hero--break-grid " tabindex="0" role="link" aria-label=" Google Marketing Platform , Search Ads 360 adds support for Microsoft automated bidding, Google Search Ads 360 now supports Microsoft automated bidding, which can be included in bid strategies powered by Google AI., Stephen Yap, Managing Director, Google Marketing Platform "> <div class="featured-article-cat-subcat-hero__grid "> <div class="featured-article-cat-subcat-hero__wrapper " > <a href="https://blog.google/products/marketingplatform/360/search-ads-360-adds-support-for-microsoft-automated-bidding/" class="featured-article-cat-subcat-hero__link " data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "hero", "label": "article: search-ads-360-adds-support-for-microsoft-automated-bidding", "contentType": "blogv2 | subcategory page", "position": "1 of 1", "specialHero": "off" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Search Ads 360 adds support for Microsoft automated bidding", "link_type": "internal", "article_name": "Search Ads 360 adds support for Microsoft automated bidding", "author_name" : "Stephen Yap", "page_name": "search-ads-360-adds-support-for-microsoft-automated-bidding", "position": "1 of 1", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-08-22|16:00", "hero_media": "image", "days_since_published": "92", "content_category": "Announcement", "word_count": "508", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <div class="featured-article-cat-subcat-hero__image featured-article-cat-subcat-hero__image--full-height"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/360ads_hero-resize.width-1000.format-webp.webp" alt=" The Google Search Ads 360 logo is surrounded by graphics related to signals that inform bidding. "> </div> </a> <div aria-label="Search Ads 360 adds support for Microsoft automated bidding" class="featured-article-cat-subcat-hero__content featured-article-cat-subcat-hero__content--hero featured-article-cat-subcat-hero__content--image "> <p class="h-c-eyebrow h-has-bottom-margin featured-article-cat-subcat-hero__eyebrow--default" data-analytics-onclick='{ "event": "page interaction", "category": "landing page lead", "action": "eyebrow topic link", "label": "Google Marketing Platform", "contentType": "blogv2 | subcategory page", "position": "1 of 1", "specialHero": "off" }' > <a href="https://blog.google/products/marketingplatform/360/" class="featured-article-cat-subcat-hero__primary-link" aria-label=" This story is about Google Marketing Platform " data-ga4-analytics-eyebrow-click='{ "link_text": "Google Marketing Platform", "link_url": "https://blog.google/products/marketingplatform/360/", "link_type": "internal" }' data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "undefined" }' > Google Marketing Platform </a> </p> <a href="https://blog.google/products/marketingplatform/360/search-ads-360-adds-support-for-microsoft-automated-bidding/" class="featured-article-cat-subcat-hero__link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "hero", "label": "article: search-ads-360-adds-support-for-microsoft-automated-bidding", "contentType": "blogv2 | subcategory page", "position": "1 of 1", "specialHero": "off" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Search Ads 360 adds support for Microsoft automated bidding", "link_type": "internal", "article_name": "Search Ads 360 adds support for Microsoft automated bidding", "author_name" : "Stephen Yap", "page_name": "search-ads-360-adds-support-for-microsoft-automated-bidding", "position": "1 of 1", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-08-22|16:00", "hero_media": "image", "days_since_published": "92", "content_category": "Announcement", "word_count": "508", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <h2 class="featured-article-cat-subcat-hero__title"> Search Ads 360 adds support for Microsoft automated bidding </h2> <p class="featured-article-cat-subcat-hero__summary " > Google Search Ads 360 now supports Microsoft automated bidding, which can be included in bid strategies powered by Google AI. </p> <div class="featured-article-cat-subcat-hero--card__author-frame"> <span class="cta cta--no-link h-c-eyebrow module-cta h-c-copy featured-article-cat-subcat-hero__cta muted" > <span class="nowrap"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </span> </span> </div> </a> </div> </div> </div> </div> </section> </section> <div class="uni-layout-page uni-component-spacing" data-analytics-module='{ "module_name": "3up", "section_header": "Highlights from Google Marketing Platform" }'> <section class="up__container"> <h2 class="uni-headline-2 uni-blog-nup__headline">Highlights from Google Marketing Platform</h2> <ul class="nup-container nup-container--3up"> <li class="nup-card"> <div class="nup-card__article nup-card__article--no-eyebrow"> <a href="https://blog.google/products/marketingplatform/360/newfront-2024/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/marketingplatform/360/newfront-2024/", "contentType": "blogv2 | subcategory page", "position": "1 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Display \u0026 Video 360 updates from Google NewFront", "link_type": "internal", "article_name": "Display \u0026 Video 360 updates from Google NewFront", "author_name" : "Kristen O’Hara", "page_name": "newfront-2024", "position": " 1 of 3 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-04-29|15:30", "hero_media": "image", "days_since_published": "207", "content_category": "Announcement", "word_count": "1005", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Display &amp; Video 360 updates from Google NewFront </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GoogleNF_Logo-extra_padding_copy_.width-100.format-webp.webp" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GoogleNF_Logo-extra_padding_copy_.width-400.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/GoogleNF_Logo-extra_padding_copy_.width-800.format-webp.webp"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> <li class="nup-card"> <div class="nup-card__article nup-card__article--no-eyebrow"> <a href="https://blog.google/products/marketingplatform/360/maximize-ctv-performance-with-display-video-360-and-disney/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/marketingplatform/360/maximize-ctv-performance-with-display-video-360-and-disney/", "contentType": "blogv2 | subcategory page", "position": "2 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Maximize CTV Performance with Display \u0026 Video 360 and Disney", "link_type": "internal", "article_name": "Maximize CTV Performance with Display \u0026 Video 360 and Disney", "author_name" : "Kristen O’Hara", "page_name": "maximize-ctv-performance-with-display-video-360-and-disney", "position": " 2 of 3 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-03-20|13:00", "hero_media": "image", "days_since_published": "247", "content_category": "Announcement", "word_count": "412", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Maximize CTV Performance with Display &amp; Video 360 and Disney </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/E03056357_Google_GMP_Social_Media.width-100.format-webp_1P3a6TR.webp" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/E03056357_Google_GMP_Social_Media.width-400.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/E03056357_Google_GMP_Social_Media.width-800.format-webp.webp"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> <li class="nup-card"> <div class="nup-card__article nup-card__article--no-eyebrow"> <a href="https://blog.google/products/marketingplatform/360/empowering-the-retail-media-ecosystem-with-search-ads-360/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/marketingplatform/360/empowering-the-retail-media-ecosystem-with-search-ads-360/", "contentType": "blogv2 | subcategory page", "position": "3 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Empowering the Retail Media Ecosystem with Search Ads 360", "link_type": "internal", "article_name": "Empowering the Retail Media Ecosystem with Search Ads 360", "author_name" : "Ewan Fisher", "page_name": "empowering-the-retail-media-ecosystem-with-search-ads-360", "position": " 3 of 3 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2024-03-18|16:30", "hero_media": "image", "days_since_published": "249", "content_category": "Announcement", "word_count": "816", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Empowering the Retail Media Ecosystem with Search Ads 360 </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/360-shampoo.width-100.format-webp.webp" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/360-shampoo.width-400.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/360-shampoo.width-800.format-webp.webp"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> </ul> </section> </div> <div class="uni-layout-page uni-component-spacing" data-analytics-module='{ "module_name": "3up", "section_header": "Highlights from Google Analytics" }'> <section class="up__container"> <h2 class="uni-headline-2 uni-blog-nup__headline">Highlights from Google Analytics</h2> <ul class="nup-container nup-container--3up"> <li class="nup-card"> <div class="nup-card__article"> <div class="nup-card__eyebrow"> <a class="nup-card__eyebrow-link uni-eyebrow uni-eyebrow--ellipsize" href="https://blog.google/products/marketingplatform/analytics/" aria-label="Analytics" data-analytics-onclick='{ "event": "page interaction", "category" : "landing page lead", "action" : "eyebrow topic link", "label" : "Analytics", "contentType": "blogv2 | subcategory page", "position": "1 of 3" }' data-ga4-analytics-eyebrow-click='{ "link_text": "Analytics", "link_url": "https://blog.google/products/marketingplatform/analytics/", "link_type": "internal" }' data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Analytics" }' > Analytics </a> </div> <a href="https://blog.google/products/marketingplatform/analytics/four-ways-google-analytics-delivers-actionable-insights-for-your-business/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/marketingplatform/analytics/four-ways-google-analytics-delivers-actionable-insights-for-your-business/", "contentType": "blogv2 | subcategory page", "position": "1 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Four ways Google Analytics delivers actionable insights for your business", "link_type": "internal", "article_name": "Four ways Google Analytics delivers actionable insights for your business", "author_name" : "Steve Ganem", "page_name": "four-ways-google-analytics-delivers-actionable-insights-for-your-business", "position": " 1 of 3 ", "click_location": "undefined", "primary_tag": "Products - Analytics", "secondary_tags": "Google Ads", "publish_date": "2024-06-26|15:00", "hero_media": "image", "days_since_published": "149", "content_category": "Announcement", "word_count": "742", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Four ways Google Analytics delivers actionable insights for your business </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-Analytics-4-Blog-Post-Head.width-100.format-webp.webp" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-Analytics-4-Blog-Post-Head.width-400.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-Analytics-4-Blog-Post-Head.width-800.format-webp.webp"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> <li class="nup-card"> <div class="nup-card__article"> <div class="nup-card__eyebrow"> <a class="nup-card__eyebrow-link uni-eyebrow uni-eyebrow--ellipsize" href="https://blog.google/products/marketingplatform/analytics/" aria-label="Analytics" data-analytics-onclick='{ "event": "page interaction", "category" : "landing page lead", "action" : "eyebrow topic link", "label" : "Analytics", "contentType": "blogv2 | subcategory page", "position": "2 of 3" }' data-ga4-analytics-eyebrow-click='{ "link_text": "Analytics", "link_url": "https://blog.google/products/marketingplatform/analytics/", "link_type": "internal" }' data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Analytics" }' > Analytics </a> </div> <a href="https://blog.google/products/marketingplatform/analytics/evolving-google-analytics-for-more-insightful-measurement/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/marketingplatform/analytics/evolving-google-analytics-for-more-insightful-measurement/", "contentType": "blogv2 | subcategory page", "position": "2 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Evolving Google Analytics for more insightful measurement", "link_type": "internal", "article_name": "Evolving Google Analytics for more insightful measurement", "author_name" : "Kamal Janardhan", "page_name": "evolving-google-analytics-for-more-insightful-measurement", "position": " 2 of 3 ", "click_location": "undefined", "primary_tag": "Products - Analytics", "secondary_tags": "Google Ads", "publish_date": "2024-03-21|15:00", "hero_media": "image", "days_since_published": "246", "content_category": "Announcement", "word_count": "588", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Evolving Google Analytics for more insightful measurement </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-analytics-ARTWORK_1.width-100.format-webp.webp" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-analytics-ARTWORK_1.width-400.format-webp.webp", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google-analytics-ARTWORK_1.width-800.format-webp.webp"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> <li class="nup-card"> <div class="nup-card__article"> <div class="nup-card__eyebrow"> <a class="nup-card__eyebrow-link uni-eyebrow uni-eyebrow--ellipsize" href="https://blog.google/products/ads-commerce/" aria-label="Google Ads" data-analytics-onclick='{ "event": "page interaction", "category" : "landing page lead", "action" : "eyebrow topic link", "label" : "Google Ads", "contentType": "blogv2 | subcategory page", "position": "3 of 3" }' data-ga4-analytics-eyebrow-click='{ "link_text": "Google Ads", "link_url": "https://blog.google/products/ads-commerce/", "link_type": "internal" }' data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Google Ads" }' > Google Ads </a> </div> <a href="https://blog.google/products/ads-commerce/upgrade-to-google-analytics-4-before-july-1/" class="nup-card__article-link" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "3-up module", "label": "article: https://blog.google/products/ads-commerce/upgrade-to-google-analytics-4-before-july-1/", "contentType": "blogv2 | subcategory page", "position": "3 of 3" }' data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Upgrade to Google Analytics 4 before July 1", "link_type": "internal", "article_name": "Upgrade to Google Analytics 4 before July 1", "author_name" : "Russell Ketchum", "page_name": "upgrade-to-google-analytics-4-before-july-1", "position": " 3 of 3 ", "click_location": "undefined", "primary_tag": "Products - Google Ads", "secondary_tags": "undefined", "publish_date": "2023-06-07|15:00", "hero_media": "gif", "days_since_published": "534", "content_category": "Announcement", "word_count": "905", "has_audio": "no", "has_video": "yes", "has_image": "yes", "has_carousel": "no" }' > <h3 class="uni-title-1 nup-card__title"> Upgrade to Google Analytics 4 before July 1 </h3> <div class="nup-card__image-wrapper"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02882364_Google_GMP_GA4_Countdown_Blog_Asset_Apr23_2096x1182_1.gif" alt="" class="nup-card__image" loading="lazy" data-loading='{ "mobile": "https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02882364_Google_GMP_GA4_Countdown_Blog_Asset_Apr23_2096x1182_1.gif", "desktop": "https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02882364_Google_GMP_GA4_Countdown_Blog_Asset_Apr23_2096x1182_1.gif"}' /> </div> </a> <div class="uni-body nup-card__arrow-icon" aria-hidden="true"> <svg class="icon h-c-icon" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward-no-bg"></use> </svg> </div> </div> </li> </ul> </section> </div> <script type="application/json" data-catalog-id="article-feed"> { "load_more": "Load more stories", "read_article": "Read Article", "separator_symbol": "·" } </script> <section class="uni-article-feed uni-latest-articles article-list h-c-page"> <h2 class="article-list__title" tabindex="0">All the Latest</h2> <uni-article-feed site-id="2" title="All the Latest" section-header="All the Latest" sitespace="Marketing Platform" all-tags="google-marketing-platform,analytics,data-studio,optimize,surveys,tag-manager,attribution" request-options='{ "author_ids": [], "category": "", "date_start": "", "date_stop": "", "hero_template": "heroArticleItem", "image_format": "webp", "is_main_hero": false, "cursor": 1, "paginate": 6, "show_hero" : true, "site_id": "2", "tags": "google-marketing-platform,analytics,data-studio,optimize,surveys,tag-manager,attribution" }' data-static-icons='{ "arrow_forward": "/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-arrow-forward" }' > </uni-article-feed> </section> </article> </main> <footer class="h-c-footer h-c-footer--topmargin h-c-footer--standard h-has-social" id="footer-standard" data-component="uni-footer-component" data-analytics-module='{ "module_name": "footer", "section_header": "Google Marketing Platform" }'> <section class="h-c-footer__global"> <div class="h-c-footer__logo"> <a class="uni-click-tracker" href="https://www.google.com" title="Google" data-analytics='{ "category": "navigation", "action": "footer", "label": "logo", "pagePath": "https://www.google.com" }'> <svg aria-hidden="true" class="h-c-footer__logo-img" viewBox="0 0 396 130" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#google-logo"></use> </svg> </a> </div> <ul class="h-c-footer__global-links h-no-bullet"> <li class="h-c-footer__global-links-list-item"> <a class="h-c-footer__link uni-click-tracker" href="https://policies.google.com/privacy" data-analytics='{ "category": "navigation", "action": "footer", "label": "{name}", "pagePath": "https://policies.google.com/privacy" }'>Privacy </a> </li> <li class="h-c-footer__global-links-list-item"> <a class="h-c-footer__link uni-click-tracker" href="https://policies.google.com/terms" data-analytics='{ "category": "navigation", "action": "footer", "label": "{name}", "pagePath": "https://policies.google.com/terms" }'>Terms </a> </li> <li class="h-c-footer__global-links-list-item"> <a class="h-c-footer__link uni-click-tracker" href="https://about.google/" data-analytics='{ "category": "navigation", "action": "footer", "label": "{name}", "pagePath": "https://about.google/" }'>About Google </a> </li> <li class="h-c-footer__global-links-list-item"> <a class="h-c-footer__link uni-click-tracker" href="https://about.google/products/" data-analytics='{ "category": "navigation", "action": "footer", "label": "{name}", "pagePath": "https://about.google/products/" }'>Google Products </a> </li> </ul> <ul class="h-c-footer__global-links h-c-footer__global-links--extra h-no-bullet"> <li class="h-c-footer__global-links-list-item h-c-footer__global-links-list-item--extra"> <a class="h-c-footer__link uni-click-tracker" href="https://support.google.com" data-analytics='{ "category": "navigation", "action": "footer", "label": "{name}", "pagePath": "https://support.google.com" }'> <svg aria-hidden="true" class="h-c-icon h-c-icon--24px h-c-icon--footer" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#mi-help"></use> </svg> Help </a> </li> <li class="h-c-footer__global-links-list-item h-c-footer__global-links-list-item--extra uni-footer-language"> <div class="uni-picker" data-component="uni-lang-picker"> <select name="language" class="uni-picker__order-menu" aria-label="Select a language"> <option label="Bahasa Indonesia (Indonesia)" value="/intl/id-id/" class="uni-picker__item" > Bahasa Indonesia (Indonesia) </option> <option label="Deutsch" value="/intl/de-de/" class="uni-picker__item" > Deutsch </option> <option label="English" value="/" class="uni-picker__item" selected="selected" > English </option> <option label="English (Africa)" value="/intl/en-africa/" class="uni-picker__item" > English (Africa) </option> <option label="English (Australia)" value="/intl/en-au/" class="uni-picker__item" > English (Australia) </option> <option label="English (Canada)" value="/intl/en-ca/" class="uni-picker__item" > English (Canada) </option> <option label="English (India)" value="/intl/en-in/" class="uni-picker__item" > English (India) </option> <option label="English (MENA)" value="/intl/en-mena/" class="uni-picker__item" > English (MENA) </option> <option label="Español (España)" value="/intl/es-es/" class="uni-picker__item" > Español (España) </option> <option label="Español (Latinoamérica)" value="/intl/es-419/" class="uni-picker__item" > Español (Latinoamérica) </option> <option label="Français (Canada)" value="/intl/fr-ca/" class="uni-picker__item" > Français (Canada) </option> <option label="Français (France)" value="/intl/fr-fr/" class="uni-picker__item" > Français (France) </option> <option label="Italiano" value="/intl/it-it/" class="uni-picker__item" > Italiano </option> <option label="Nederlands (Nederland)" value="/intl/nl-nl/" class="uni-picker__item" > Nederlands (Nederland) </option> <option label="Polski" value="/intl/pl-pl/" class="uni-picker__item" > Polski </option> <option label="Português (Brasil)" value="/intl/pt-br/" class="uni-picker__item" > Português (Brasil) </option> <option label="Česko (Čeština)" value="/intl/cs-cz/" class="uni-picker__item" > Česko (Čeština) </option> <option label="اللغة العربية (MENA)" value="/intl/ar-mena/" class="uni-picker__item" > اللغة العربية (MENA) </option> <option label="日本語 (日本)" value="/intl/ja-jp/" class="uni-picker__item" > 日本語 (日本) </option> <option label="한국어" value="/intl/ko-kr/" class="uni-picker__item" > 한국어 </option> </select> </div> </li> </ul> </section> </footer> <div id="base-scripts" data-scripts='[ { "url": "/static/blogv2/js/csp/gtm.js?version=pr20241113-1756", "options": { "async": false, "defer": true } }, { "url": "/static/keyword/js/all/index.js?version=pr20241113-1756", "options": { "async": false, "defer": false } } ]'></div> <div id="extra-scripts" data-scripts=""> </div> <script> var base_scripts = document.querySelector("#base-scripts").getAttribute('data-scripts'); base_scripts = JSON.parse(base_scripts); var extra_scripts = document.querySelector("#extra-scripts").getAttribute('data-scripts'); if (extra_scripts) { extra_scripts = JSON.parse(extra_scripts); } else { extra_scripts = []; } var scripts = base_scripts.concat(extra_scripts); scripts.forEach(function(scriptObj) { var s = document.createElement('script'); s.async = scriptObj.options.async; s.defer = scriptObj.options.defer; s.src = scriptObj.url; document.head.appendChild(s); }); </script> <script src="https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js" data-glue-cookie-notification-bar-category="2B" data-glue-cookie-notification-bar-site-id="blog.google"> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10