CINXE.COM

Maximize workflow & budget efficiencies across your media

<!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>Maximize workflow &amp; budget efficiencies across your media</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=""/> <!--Open Graph Metadata--> <meta property="og:type" content="website" /> <meta property="og:title" content="Maximize workflow &amp; budget efficiencies across your media"/> <meta property="og:description" content="In this series of posts, we showcase how marketers can utilize Display &amp;amp; Video 360 to unify their media and maximize both workflow and budget efficiencies." /> <meta property="og:image" content="https://blog.google/static/blogv2/images/google-200x200.png?version=pr20241113-1756" /> <meta property="og:site_name" content="blog.google" /> <meta property="og:url" content="https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" /> <!--Twitter Card Metadata--> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:url" content="https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" /> <meta name="twitter:title" content="Maximize workflow &amp; budget efficiencies across your media"/> <meta name="twitter:description" content="" /> <meta name="twitter:image:src" content="https://blog.google/static/blogv2/images/google-200x200.png?version=pr20241113-1756" /> <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/360/maximize-workflow-budget-efficiencies-across-your-media/"/> <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=" 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": "Maximize workflow &amp; budget efficiencies across your media", "experiments": "undefined", "locale": "en-us", "page_type": "blogv2 | Collection Detail Page", "primary_tag": "products - google marketing platform", "secondary_tags": "undefined", "landing_page_tags": "undefined", "article_name": "undefined", "author_name": "undefined", "publish_date": "2023-01-12|16:00", "hero_media": "undefined", "special_hero": "undefined", "days_since_published": "681", "content_category": "undefined", "word_count": "short 0-299", "has_audio": "undefined", "has_video": "undefined" }'> </div> <div class="page-analytics-data" data-analytics=' { "event": "pageview", "slug": "maximize-workflow-budget-efficiencies-across-your-media", "contentType": "blogv2 | Collection Detail Page", "author": "chaoyi chen", "primaryTag": "products - google marketing platform", "secondaryTags": "", "publishDate": "2023-01-12|16:00", "tags": "", "contentCategory": "Collections", }'> </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"> Maximize workflow &amp; budget efficiencies across your media </div> <div class="uni-article-progress-bar__social" aria-hidden="true" data-analytics-module='{ "module_name": "Progress Bar", "section_header": "Maximize workflow \u0026 budget efficiencies across your media" }' > <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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media%20%40google&url=https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" 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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media&u=https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" 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/360/maximize-workflow-budget-efficiencies-across-your-media/&title=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media" 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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media&body=Check out this article on the Keyword:%0A%0AMaximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media%0A%0AIn this series of posts, we showcase how marketers can utilize Display &amp;amp; Video 360 to unify their media and maximize both workflow and budget efficiencies.%0A%0Ahttps://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" 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/360/maximize-workflow-budget-efficiencies-across-your-media/" 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"> <div class="collection-detail__not-hero-image"></div> <article class="collection-detail h-c-page"> <div class="collection-detail__header"> <div class="collection-detail__breacrumb-column"> <div class="collection-detail__breadcrumb"> <div class="breadcrumb__container" data-component="uni-breadcrumb"> <button class="breadcrumb__prev-btn hide" aria-label="Previous"> <svg aria-hidden="true" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> </button> <div class="breadcrumb__focusable breadcrumb__focusable--start"></div> <nav aria-label="Breadcrumb" class="breadcrumb breadcrumb__scrollable"> <span class="breadcrumb__label">Breadcrumb</span> <ol data-analytics-module='{ "module_name": "breadcrumbs", "section_header": "Maximize workflow \u0026 budget efficiencies across your media" }'> <li> <a href="https://blog.google/" class="breadcrumb__button breadcrumb__button--homepage" title="The Keyword" aria-label="The Keyword" data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "The Keyword" }' > <svg aria-hidden="true" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-homepage"></use> </svg> </a> </li> <li> <svg aria-hidden="true" class="breadcrumb__chevron" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> <a href="https://blog.google/products/" class="breadcrumb__button" data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Products" }' > Products </a> </li> <li> <svg aria-hidden="true" class="breadcrumb__chevron" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> <a href="https://blog.google/products/marketingplatform/" class="breadcrumb__button" data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Google Marketing Platform" }' > Google Marketing Platform </a> </li> <li> <svg aria-hidden="true" class="breadcrumb__chevron" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> <a href="https://blog.google/products/marketingplatform/360/" class="breadcrumb__button" data-ga4-analytics-landing-lead='{ "event": "landing_page_lead", "link_text": "Google Marketing Platform" }' > Google Marketing Platform </a> </li> <li> <svg aria-hidden="true" class="breadcrumb__chevron" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> <span class="breadcrumb__current-page"> Collection </span> </li> </ol> </nav> <div class="breadcrumb__focusable breadcrumb__focusable--end"></div> <button class="breadcrumb__next-btn hide" aria-label="Next"> <svg aria-hidden="true" role="presentation" > <use xmlns:xlink="http://www.w3.org/1999/xlink" href="/static/blogv2/images/icons.svg?version=pr20241113-1756#uni-icon-chevron-right"></use> </svg> </button> </div> </div> </div> <div class="collection-detail__share-column"> <div class="collection-detail__share-wrapper" data-analytics-module='{ "module_name": "Hero Share", "section_header": "Maximize workflow \u0026 budget efficiencies across your media" }'> <div class ="uni-social-share collection-detail__share-button" 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": "social", "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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media%20%40google&url=https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" target="_blank" data-analytics='{ "event": "page interaction", "category": "social", "action": "share", "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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media&u=https://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" target="_blank" data-analytics='{ "event": "page interaction", "category": "social", "action": "share", "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/360/maximize-workflow-budget-efficiencies-across-your-media/&title=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media" target="_blank" data-analytics='{ "event": "page interaction", "category": "social", "action": "share", "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=Maximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media&body=Check out this article on the Keyword:%0A%0AMaximize%20workflow%20%26%20budget%20efficiencies%20across%20your%20media%0A%0AIn this series of posts, we showcase how marketers can utilize Display &amp;amp; Video 360 to unify their media and maximize both workflow and budget efficiencies.%0A%0Ahttps://blog.google/products/marketingplatform/360/maximize-workflow-budget-efficiencies-across-your-media/" target="_blank" data-analytics='{ "event": "page interaction", "category": "social", "action": "share", "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": "social", "action": "share", "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/360/maximize-workflow-budget-efficiencies-across-your-media/" id="copy-link" readonly="readonly" type="text"/> <div class="copy-link__copy-message" role="status"></div> </div> </div> </div> </div> </div> </div> <h1 class="h-c-headline h-c-headline--one collection-detail__headline">Maximize workflow &amp; budget efficiencies across your media</h1> </div> <div class="collection-detail__info"> <div class="collection-detail__date collection-detail__date--mobile"> <span class="collection-detail__date--ltr">Jan 12, 2023 · 6 articles</span> <span class="collection-detail__date--rtl">12 Jan, 2023<div>articles 6</div></span> </div> <div class="collection-detail__date collection-detail__date--desktop"> <span class="collection-detail__date--ltr"> Jan 12, 2023 6 articles</span> <span class="collection-detail__date--rtl"> 12 Jan, 2023 <div>articles 6</div> </span> </div> <div class="collection-detail__description"> <div class="collection-detail__copy"> <p><div class="rich-text"><p data-block-key="hrzfr">In this series of posts, we showcase how marketers can utilize Display &amp; Video 360 to unify their media and maximize both workflow and budget efficiencies. We highlight key features that streamline the planning &amp; buying processes to help you combine inventory sources, and allow you to manage frequency while quantifying its value — all within one platform. Display &amp; Video 360 continues to future-proof these tools using a combination of advanced machine learning technology, first-party data signals and privacy-preserving APIs. Campaign Manager 360 can also help provide additional clarity on reach and frequency performance, further enabling you to connect your marketing spend with tangible results.</p></div></p> </div> <div class="collection-detail__author" data-analytics-module='{ "module_name": "Collection detail", "section_header": "Maximize workflow \u0026 budget efficiencies across your media" }'> <div class="collection-detail__author-info" aria-hidden="true"> <div class="collection-detail__author-image-wrapper"> <figure class="collection-detail__author-image"> <picture> <source media="(max-resolution: 1.5dppx)" sizes="40px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/Google6620_Edit_square.jpg 40w"> <source media="(min-resolution: 1.5dppx)" sizes="80px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google6620_Edit_square.max-80x80.format-webp.webp 80w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google6620_Edit_square.max-80x80.format-webp.webp" alt="Google6620_Edit square" sizes=" 40px, 80px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/Google6620_Edit_square.jpg 40w, https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Google6620_Edit_square.max-80x80.format-webp.webp 80w" data-target="image" loading="lazy" > </picture> </figure> </div> <div class="collection-detail__author-meta"> <p class="collection-detail__author-meta--name">Chaoyi Chen</p> <p class="collection-detail__author-meta--title">Global Head of Display &amp; Video Advertiser Platforms</p> </div> </div> </div> </div> </div> <section data-component="uni-collection"> <div class="collection-detail__articles" data-analytics-module='{ "module_name": "Collection detail", "section_header": "Maximize workflow \u0026 budget efficiencies across your media" }'> <ul class="collection-detail__articles-wrapper"> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/3-tips-to-maximize-budget-efficiency-across-media/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/3-tips-to-maximize-budget-efficiency-across-media/" tabindex="-1" aria-label="3 tips to maximize budget efficiency across media" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "3 tips to maximize budget efficiency across media", "link_type": "internal", "article_name": "3 tips to maximize budget efficiency across media", "author_name" : "Ketaki Sheode", "page_name": "3-tips-to-maximize-budget-efficiency-across-media", "position": " 1 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-10-28|15:00", "hero_media": "image", "days_since_published": "757", "content_category": "Announcement", "word_count": "996", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/3-tips-to-maximize-budget-efficiency-across-media/" aria-label="3 tips to maximize budget efficiency across media - Learn how successful marketers improve media efficiency by unifying their ad campaigns in Display &amp; Video 360. By Ketaki Sheode " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "3 tips to maximize budget efficiency across media", "link_type": "internal", "article_name": "3 tips to maximize budget efficiency across media", "author_name" : "Ketaki Sheode", "page_name": "3-tips-to-maximize-budget-efficiency-across-media", "position": " 1 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-10-28|15:00", "hero_media": "image", "days_since_published": "757", "content_category": "Announcement", "word_count": "996", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> 3 tips to maximize budget efficiency across media </p> <p class="collection-detail__article-description"> Learn how successful marketers improve media efficiency by unifying their ad campaigns in Display &amp; Video 360. </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Ketaki Sheode</span> <span class="collection-detail__article-date">- Oct 28, 2022</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/plan-business-growth-display-video-360/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/plan-business-growth-display-video-360/" tabindex="-1" aria-label="Plan for business growth with Display &amp; Video 360" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Plan for business growth with Display \u0026 Video 360", "link_type": "internal", "article_name": "Plan for business growth with Display \u0026 Video 360", "author_name" : "Shawn Hong", "page_name": "plan-business-growth-display-video-360", "position": " 2 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2021-07-22|15:00", "hero_media": "image", "days_since_published": "1220", "content_category": "Announcement", "word_count": "727", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Header_Jul21_v04_-_G.jpg 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Header_Jul21_v04_-_G.jpg 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Header_Jul21_v04_-_G.jpg" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Header_Jul21_v04_-_G.jpg 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Header_Jul21_v04_-_G.jpg 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/plan-business-growth-display-video-360/" aria-label="Plan for business growth with Display &amp; Video 360 - We’re introducing two Display &amp; Video 360 tools that will help you estimate the reach of your campaigns in real-time across any invent… By Shawn Hong " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Plan for business growth with Display \u0026 Video 360", "link_type": "internal", "article_name": "Plan for business growth with Display \u0026 Video 360", "author_name" : "Shawn Hong", "page_name": "plan-business-growth-display-video-360", "position": " 2 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2021-07-22|15:00", "hero_media": "image", "days_since_published": "1220", "content_category": "Announcement", "word_count": "727", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> Plan for business growth with Display &amp; Video 360 </p> <p class="collection-detail__article-description"> We’re introducing two Display &amp; Video 360 tools that will help you estimate the reach of your campaigns in real-time across any invent… </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Shawn Hong</span> <span class="collection-detail__article-date">- Jul 22, 2021</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/new-reach-and-frequency-metrics-display-video-360/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/new-reach-and-frequency-metrics-display-video-360/" tabindex="-1" aria-label="New reach and frequency metrics in Display &amp; Video 360" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "New reach and frequency metrics in Display \u0026 Video 360", "link_type": "internal", "article_name": "New reach and frequency metrics in Display \u0026 Video 360", "author_name" : "Ketaki Sheode", "page_name": "new-reach-and-frequency-metrics-display-video-360", "position": " 3 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2021-07-29|13:00", "hero_media": "image", "days_since_published": "1213", "content_category": "Announcement", "word_count": "529", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02650594_Google_GMP_DV360_Blog_Series_Graphics_asset_Blog_3_Jul21_V04_-_Yn8Sq7E.png 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/new-reach-and-frequency-metrics-display-video-360/" aria-label="New reach and frequency metrics in Display &amp; Video 360 - We’re releasing two new features to assess the reach benefits of your cross-channel frequency management strategy. By Ketaki Sheode " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "New reach and frequency metrics in Display \u0026 Video 360", "link_type": "internal", "article_name": "New reach and frequency metrics in Display \u0026 Video 360", "author_name" : "Ketaki Sheode", "page_name": "new-reach-and-frequency-metrics-display-video-360", "position": " 3 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2021-07-29|13:00", "hero_media": "image", "days_since_published": "1213", "content_category": "Announcement", "word_count": "529", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> New reach and frequency metrics in Display &amp; Video 360 </p> <p class="collection-detail__article-description"> We’re releasing two new features to assess the reach benefits of your cross-channel frequency management strategy. </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Ketaki Sheode</span> <span class="collection-detail__article-date">- Jul 29, 2021</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/more-connected-tv-ad-buying-options-in-display-video-360/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/more-connected-tv-ad-buying-options-in-display-video-360/" tabindex="-1" aria-label="More connected TV ad buying options in Display &amp; Video 360" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "More connected TV ad buying options in Display \u0026 Video 360", "link_type": "internal", "article_name": "More connected TV ad buying options in Display \u0026 Video 360", "author_name" : "Jake Jolly", "page_name": "more-connected-tv-ad-buying-options-in-display-video-360", "position": " 4 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-08-18|10:00", "hero_media": "gif", "days_since_published": "828", "content_category": "Announcement", "word_count": "729", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02724065_Google_GMP_DV360_PG_POS_asset_Mar22_v03.gif 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02724065_Google_GMP_DV360_PG_POS_asset_Mar22_v03.gif 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02724065_Google_GMP_DV360_PG_POS_asset_Mar22_v03.gif" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02724065_Google_GMP_DV360_PG_POS_asset_Mar22_v03.gif 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02724065_Google_GMP_DV360_PG_POS_asset_Mar22_v03.gif 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/more-connected-tv-ad-buying-options-in-display-video-360/" aria-label="More connected TV ad buying options in Display &amp; Video 360 - Introducing new CTV solutions in Display &amp; Video 360 to give marketers the option to pick the inventory and measurement solutions that… By Jake Jolly " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "More connected TV ad buying options in Display \u0026 Video 360", "link_type": "internal", "article_name": "More connected TV ad buying options in Display \u0026 Video 360", "author_name" : "Jake Jolly", "page_name": "more-connected-tv-ad-buying-options-in-display-video-360", "position": " 4 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-08-18|10:00", "hero_media": "gif", "days_since_published": "828", "content_category": "Announcement", "word_count": "729", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> More connected TV ad buying options in Display &amp; Video 360 </p> <p class="collection-detail__article-description"> Introducing new CTV solutions in Display &amp; Video 360 to give marketers the option to pick the inventory and measurement solutions that… </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Jake Jolly</span> <span class="collection-detail__article-date">- Aug 18, 2022</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/dv360-frequency-ctv/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/dv360-frequency-ctv/" tabindex="-1" aria-label="Control your ad frequency on connected TV" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Control your ad frequency on connected TV", "link_type": "internal", "article_name": "Control your ad frequency on connected TV", "author_name" : "Marvin Renaud", "page_name": "dv360-frequency-ctv", "position": " 5 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-02-03|16:00", "hero_media": "gif", "days_since_published": "1024", "content_category": "Announcement", "word_count": "605", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02702440_Google_GMP_DV_360_Frequency_Management_Blog_Jan22_Blog_Header.gif 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02702440_Google_GMP_DV_360_Frequency_Management_Blog_Jan22_Blog_Header.gif 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02702440_Google_GMP_DV_360_Frequency_Management_Blog_Jan22_Blog_Header.gif" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02702440_Google_GMP_DV_360_Frequency_Management_Blog_Jan22_Blog_Header.gif 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02702440_Google_GMP_DV_360_Frequency_Management_Blog_Jan22_Blog_Header.gif 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/dv360-frequency-ctv/" aria-label="Control your ad frequency on connected TV - A new Display &amp; Video 360 solution that lets you control how many times people see your connected TV ads across YouTube and other CTV … By Marvin Renaud " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Control your ad frequency on connected TV", "link_type": "internal", "article_name": "Control your ad frequency on connected TV", "author_name" : "Marvin Renaud", "page_name": "dv360-frequency-ctv", "position": " 5 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2022-02-03|16:00", "hero_media": "gif", "days_since_published": "1024", "content_category": "Announcement", "word_count": "605", "has_audio": "no", "has_video": "no", "has_image": "no", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> Control your ad frequency on connected TV </p> <p class="collection-detail__article-description"> A new Display &amp; Video 360 solution that lets you control how many times people see your connected TV ads across YouTube and other CTV … </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Marvin Renaud</span> <span class="collection-detail__article-date">- Feb 03, 2022</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> <li class="collection-detail__article collection-component__card" data-analytics-onclick='{ "event": "page interaction", "category": "article lead", "action": "collection article card", "label": "https://blog.google/products/marketingplatform/360/grow-your-brand-new-google-marketing-platform-tools/" }'> <a class="collection-detail__article-image collection-component__card-image" href="https://blog.google/products/marketingplatform/360/grow-your-brand-new-google-marketing-platform-tools/" tabindex="-1" aria-label="Grow your brand with new Google Marketing Platform tools" aria-hidden="true" data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Grow your brand with new Google Marketing Platform tools", "link_type": "internal", "article_name": "Grow your brand with new Google Marketing Platform tools", "author_name" : "Glenn Thrope", "page_name": "grow-your-brand-new-google-marketing-platform-tools", "position": " 6 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2020-09-16|09:00", "hero_media": "image", "days_since_published": "1529", "content_category": "Announcement", "word_count": "899", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <figure class=""> <picture> <source media="(max-resolution: 1.5dppx)" sizes="600px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02575268-Google-GMP-DV360-Increase-Awareness-Blog-Graphic-Aug20-v03_Googl.png 600w"> <source media="(min-resolution: 1.5dppx)" sizes="1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02575268-Google-GMP-DV360-Increase-Awareness-Blog-Graphic-Aug20-v03_Googl.png 1200w"> <img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02575268-Google-GMP-DV360-Increase-Awareness-Blog-Graphic-Aug20-v03_Googl.png" alt=" " sizes=" 600px, 1200px" srcset="https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02575268-Google-GMP-DV360-Increase-Awareness-Blog-Graphic-Aug20-v03_Googl.png 600w, https://storage.googleapis.com/gweb-uniblog-publish-prod/original_images/E02575268-Google-GMP-DV360-Increase-Awareness-Blog-Graphic-Aug20-v03_Googl.png 1200w" data-target="image" loading="lazy" > </picture> </figure> </a> <div class="collection-detail__article-info"> <a href="https://blog.google/products/marketingplatform/360/" class="collection-detail__article-eyebrow collection-detail__eyebrow collection-detail__article-eyebrow uni-eyebrow uni-eyebrow--ellipsize" 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": "Google Marketing Platform" }' > Google Marketing Platform </a> <a class="collection-detail__article-link collection-component__card-title" href="https://blog.google/products/marketingplatform/360/grow-your-brand-new-google-marketing-platform-tools/" aria-label="Grow your brand with new Google Marketing Platform tools - Display &amp; Video 360 provides you with the flexibility you need to grow your brand at the time you most need it. By Glenn Thrope " data-ga4-analytics-lead-click='{ "event": "article_lead_click", "link_text": "Grow your brand with new Google Marketing Platform tools", "link_type": "internal", "article_name": "Grow your brand with new Google Marketing Platform tools", "author_name" : "Glenn Thrope", "page_name": "grow-your-brand-new-google-marketing-platform-tools", "position": " 6 of 6 ", "click_location": "undefined", "primary_tag": "Products - Google Marketing Platform", "secondary_tags": "undefined", "publish_date": "2020-09-16|09:00", "hero_media": "image", "days_since_published": "1529", "content_category": "Announcement", "word_count": "899", "has_audio": "no", "has_video": "no", "has_image": "yes", "has_carousel": "no" }' > <div class="collection-detail__article-body" aria-hidden="true"> <p class="collection-detail__article-title"> Grow your brand with new Google Marketing Platform tools </p> <p class="collection-detail__article-description"> Display &amp; Video 360 provides you with the flexibility you need to grow your brand at the time you most need it. </p> </div> <div class="collection-detail__article-footer uni-author-info" aria-hidden="true"> <div> By <span class="collection-detail__article-author uni-author-info--ellipsize">Glenn Thrope</span> <span class="collection-detail__article-date">- Sep 16, 2020</span> </div> <div class="collection-component__card-arrow collection-detail__article-arrow"> <svg 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> </a> </div> </li> </ul> </div> </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": "Maximize workflow \u0026 budget efficiencies across your media" }'> <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