{"id":114391,"date":"2017-04-24T13:33:00","date_gmt":"2017-04-24T18:33:00","guid":{"rendered":"https:\/\/www.dacgroup.com\/trends-native-advertising-need-aware\/"},"modified":"2024-12-23T00:36:17","modified_gmt":"2024-12-23T05:36:17","slug":"trends-native-advertising-need-aware","status":"publish","type":"post","link":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/","title":{"rendered":"Trends in native advertising that you need to be aware of"},"content":{"rendered":"<p>With today\u2019s consumers being attracted by authenticity and increasingly resistant to traditional advertising methods, it\u2019s no surprise that the popularity of native advertising is growing steadily.<\/p>\n<p>Forecasts highlight its potential to soon dominate advertising with a recent Business Insider report claiming 74% of US advertising revenue will be generated by native advertising by 2021. The Native Advertising Institute also recently forecast that world expenditure on native ads will account for 33% of advertising revenue by 2018.<\/p>\n<p>With internet traffic predicted to treble in four years\u2019 time, with over half visiting content providers according to Cisco, it\u2019s easy to understand why native advertising across digital channels will continue to be of great value to brands.<\/p>\n<p>For advertisers, native offers a way to out-maneuver ad blocking software and banner blindness. It is also a means for brands to form a deeper relationship and better engagement with its consumers, while marketing its products in a manner which appears invited, not forced.<\/p>\n<p>Studies show consumers also appreciate native advertising. The Native Advertising Institute study found 74% of publishers felt native advertising added value for its readers and viewers, while research from Sharethrough and IPG Media Lab discovered sponsored content was viewed at a 26% rate compared to editorial which had a 24% rate.<\/p>\n<p>Today, the largest segment of native ad spending is within social media, with native-style display adverts being the fastest growing segment. Online articles and video content are also considered very effective. Other examples of native adverts include Google paid search results, sponsored pins on Pinterest and content-recommendation links at the end of articles.<\/p>\n<p>Native adverts on social media benefit from blending in well with other posts from users, e.g. promoted tweets, and sponsored posts on Instagram or Facebook. If it is a popular social media site, sponsored posts can have a huge reach and adverts also feed into the brand\u2019s SEO. Social media sites allow consumers to engage with native advertisements by sharing, commenting or liking, which also helps to build brand awareness, increases the credibility of the message, invites greater exposure and can drive new traffic to the brand\u2019s website, Facebook page or blog, etc.<\/p>\n<p>User-generated content might be the most-favoured and cost-effective means of native advertising on social media. This involves social-media users, who are also consumers of a certain brand\u2019s products, using their social platforms to promote these favoured brands through competitions or creative campaigns, e.g. active wear clothing brand Lululemon asked customers to post Instagram images of themselves wearing their products with the hashtag #thesweatlife.<\/p>\n<p>Influencer marketing offers another approach to native advertising, where social influencers partner with a brand, often involving payment, and use their blog or social media platform to deliver brand information that has been tailored to suit their audience\u2019s interests and benefit, while consumers enjoy being given information from an individual they trust.<\/p>\n<p>Another benefit of native advertising on social media is the opportunity to place adverts with the right audiences. This can be done through targeting existing customers or finding lookalike audiences which can be identified from search interests, demographics and even psychology analysis generated from features such as Facebook likes. Examples of targeted marketing include Twitter allowing advertisers to gain exposure to users who use certain hashtags or keywords in their timeline, e.g. delivering a promoted Tweet to someone searching for a restaurant recommendation, or LinkedIn helping B2B marketers display their content to users based on their job title or industry.<\/p>\n<section id=\"hub-newsletter-signup\" data-role=\"forward-email-subscription-container\" class=\"full-width w-100 d-flex justify-content-center align-items-center bg-c7f2b3\">\n    \n    <div class=\"max-w-1400 w-100 form\">\n        <div class=\"text-content-container\">\n            <h2>\n                Stay Forward            <\/h2>\n            <p class=\"subtitle\">\n                Get exclusive insights into digital <br class=\"d-none d-lg-block\">media's top-trending topics delivered<br class=\"d-none d-lg-block\"> directly to your inbox.            <\/p>\n        <\/div>\n\n        <div data-role=\"form-group\">\n            <div class=\"d-flex flex-column w-100\">\n                <form data-forward-email-form class='custom-hubspot-form' id='hubspot_form_6aa1ac0b462cc'>\n    <div class='d-flex input'>\n        <input type='email' class='form-control me-2 input' placeholder='Email address' aria-label='Email' name='email' required>\n        <button type='submit' class='btn_primary-filled_white'>Submit\n<\/button>\n    <\/div>\n    <input type='text' name='dac_hp' value='' tabindex='-1' autocomplete='off' aria-hidden='true' style='position:absolute;left:-9999px;height:0;width:0;border:0;padding:0;overflow:hidden'>\n    \n    <p class='hubspot-status'><\/p>\n<\/form>\n<script>\njQuery(document).ready(function($) {\n    var loadedAt = Date.now();\n    var form = $('#hubspot_form_6aa1ac0b462cc');\n    form.on('submit', function(event) {\n        event.preventDefault();\n\n        \/\/ Get email input value\n        var emailInput = form.find('input[name=\"email\"]');\n        var email = emailInput.val().trim();\n\n        \/\/ Get the status element for this form\n        var statusElement = form.siblings('.forward-email-status-container');\n\n        \/\/ Submit through the site's form proxy (form IDs stay server-side)\n        fetch('https:\/\/www.dacgroup.com\/en-gb\/wp-json\/api\/v1\/forms\/submit', {\n            method: 'POST',\n            headers: {\n                'Content-Type': 'application\/json'\n            },\n            body: JSON.stringify({\n                form: 'newsletter',\n                source: 'block-hub-newsletter',\n                lang: 'en-gb',\n                email: email,\n                hp: form.find('input[name=\"dac_hp\"]').val(),\n                turnstileToken: form.find('[name=\"cf-turnstile-response\"]').val() || '',\n                elapsed: Date.now() - loadedAt,\n                pageUri: window.location.href,\n                pageName: document.title\n            })\n        })\n        .then(response => response.json().catch(function() { return {}; }).then(result => {\n            if (response.ok && result.success) {\n                if(statusElement) {\n                    statusElement.text('Thanks for Subscribing!');\n                    statusElement.css('color', 'green');\n                }\n\n                var userInfo = JSON.parse(localStorage.getItem('userInfo'));\n                if (userInfo) {\n                    userInfo.event = 'Form_submit';\n                    userInfo.email = email;\n                    userInfo.form_name = 'Newsletter';\n                    window.dataLayer = window.dataLayer || [];\n                    window.dataLayer.push(userInfo);\n                }\n\n                emailInput.val(''); \/\/ Clear the email field\n                window.dispatchEvent(new CustomEvent('newsletter-submit'));\n            } else {\n                if(statusElement) {\n                    statusElement.text((result.data && result.data.message) || \"There was an error submitting the form.\");\n                    statusElement.css({\n                        'color': 'red',\n                        'padding-top': '10px'\n                    });\n                }\n            }\n        }))\n        .catch(error => {\n            console.error('Error:', error);\n            statusElement.text(\"There was an error submitting the form.\");\n            statusElement.css({\n                'color': 'red',\n                'padding-top': '10px'\n            });\n        });\n    });\n});\n<\/script>                <span class=\"forward-email-status-container\"><\/span>\n            <\/div>\n\n            <button id=\"forward-form-submission\" class=\"subscribe-btn\" type=\"button\" onclick=\"triggerButton(this)\">\n                <span class=\"d-inline-block\">\n                    SUBSCRIBE                <\/span>\n                <span class=\"d-inline-block bell-container\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5458 14.4774L4.50055 13.234C4.50657 11.8629 4.56791 9.80824 5.17539 8.00401C5.52706 6.95953 6.09459 5.89126 7.03537 5.08C7.70533 4.50227 8.51103 4.10149 9.44696 3.90922C9.50872 3.69984 9.5922 3.49047 9.70471 3.28979C9.91134 2.92122 10.2194 2.57523 10.654 2.33189C11.0827 2.09183 11.5478 2 12 2C12.4355 2 12.8969 2.08208 13.3272 2.31763C13.7695 2.55969 14.0812 2.91045 14.2866 3.28943C14.3999 3.49849 14.4813 3.71787 14.5396 3.93682C15.5444 4.18145 16.3788 4.69659 17.0444 5.38131C17.9498 6.3126 18.4937 7.50224 18.8321 8.60503C19.3645 10.3395 19.4725 12.1499 19.4944 13.1421C19.9371 13.6338 20.3502 14.1627 20.6914 14.626C21.9447 16.3277 20.6148 18.5001 18.7001 18.5001L5.52863 18.5C3.45543 18.5 2.28314 16.1217 3.5458 14.4774Z\" stroke=\"#171616\" \/>\n                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.0857 19.3749C9.431 19.1461 9.89639 19.2405 10.1252 19.5858C10.874 20.7159 12.7481 21.0858 13.9 19.5501C14.1485 19.2187 14.6186 19.1516 14.95 19.4001C15.2813 19.6486 15.3485 20.1187 15.1 20.4501C13.2518 22.9143 10.126 22.3027 8.87475 20.4143C8.64596 20.069 8.74041 19.6037 9.0857 19.3749Z\" fill=\"#171616\" \/>\n                    <\/svg>\n                <\/span>\n            <\/button>\n        <\/div>\n    <\/div>\n\n    \n    <script>\n        function triggerButton(button) {\n\n            var container = button.closest('[data-role=\"forward-email-subscription-container\"]');\n            var form = container.querySelector('[data-forward-email-form]');\n\n            if (form) {\n                jQuery(form).find(\"button[type='submit']\").trigger('click');\n            }\n        }\n    <\/script>\n\n<\/section>\n\n\n<p>Looking to the future, it\u2019s easy to see that native advertising continues to hold exciting customisation potential. One creative alliance includes Spotify featuring sponsored playlists like the \u2018Adidas Boost Your Run Playlist\u2019 for runners. And traditional content and advertising boundaries will continue to blur, one latest example being Forbes magazine placing a paid native advert from Fidelity Investments on its February 2017 cover.<\/p>\n<p>There\u2019s little doubt that content which incorporates video will have increased popularity with native advertisers. A recent Facebook evaluation found that ad recall, brand lift and purchase consideration is significantly increased with just seven seconds of exposure to video content. Also, following the success of Pok\u00e9mon Go ($10million of ad revenue was generated each day at its peak), marketers would be wise to consider the possibilities of combining native advertising and virtual reality, particularly since VR popularity is expected to soar (one estimate says it will generate income worth $90 billion by 2020).<\/p>\n<p>At first, it seemed native advertising and scalability would continue to be opposing terms. But, a few solutions could offer ways to combine the two. The first is content recommendation which displays links to native advertising content at the end of other articles or blog posts. Visitors are drawn to click because of the similar or relevant content they promise to yield.<\/p>\n<p>A second solution to scalability is programmatic native advertising. 2017 is predicted to be a year where this concept emerges into new and exciting directions, especially with there being nearly 100% native participation with major DSPs (demand-side platforms). Certain native ad formats may well suit being matched with programmatic buying principles and user targeting to be given its best exposure.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With today\u2019s consumers being attracted by authenticity and increasingly resistant to traditional advertising methods, it\u2019s no surprise that the popularity of native advertising is growing steadily. Forecasts highlight its potential to soon dominate advertising with a recent Business Insider report claiming 74% of US advertising revenue will be generated by native advertising by 2021. The [&hellip;]<\/p>\n","protected":false},"author":96,"featured_media":114020,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","reading_level":"Strategic","reading_level_confidence":0.72,"reading_level_needs_review":"0","in_short_ai_headline":"","in_short_ai_body":"","in_short_status":"","footnotes":""},"categories":[2869],"tags":[],"class_list":["post-114391","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-creative"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Trends in native advertising that you need to be aware of | DAC<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trends in native advertising that you need to be aware of | DAC\" \/>\n<meta property=\"og:description\" content=\"With today\u2019s consumers being attracted by authenticity and increasingly resistant to traditional advertising methods, it\u2019s no surprise that the popularity of native advertising is growing steadily. Forecasts highlight its potential to soon dominate advertising with a recent Business Insider report claiming 74% of US advertising revenue will be generated by native advertising by 2021. The [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\" \/>\n<meta property=\"og:site_name\" content=\"DAC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DACGroup\" \/>\n<meta property=\"article:published_time\" content=\"2017-04-24T18:33:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-23T05:36:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"860\" \/>\n\t<meta property=\"og:image:height\" content=\"347\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"gwarner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\" \/>\n<meta name=\"twitter:creator\" content=\"@DAC_group\" \/>\n<meta name=\"twitter:site\" content=\"@DAC_group\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"gwarner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\"},\"author\":{\"name\":\"gwarner\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/79e608df2f6e9c16586962c2843bdd79\"},\"headline\":\"Trends in native advertising that you need to be aware of\",\"datePublished\":\"2017-04-24T18:33:00+00:00\",\"dateModified\":\"2024-12-23T05:36:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\"},\"wordCount\":863,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg\",\"articleSection\":[\"Creative\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\",\"url\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\",\"name\":\"Trends in native advertising that you need to be aware of | DAC\",\"isPartOf\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg\",\"datePublished\":\"2017-04-24T18:33:00+00:00\",\"dateModified\":\"2024-12-23T05:36:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage\",\"url\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg\",\"contentUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg\",\"width\":860,\"height\":347,\"caption\":\"A person using a laptop on a wooden table with a smartphone, tablet, and open magazine nearby.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dacgroup.com\/en-gb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Trends in native advertising that you need to be aware of\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#website\",\"url\":\"https:\/\/www.dacgroup.com\/en-gb\/\",\"name\":\"DAC group\",\"description\":\"DAC\",\"publisher\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dacgroup.com\/en-gb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#organization\",\"name\":\"DAC group\",\"alternateName\":\"DAC\",\"url\":\"https:\/\/www.dacgroup.com\/en-gb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\",\"contentUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\",\"caption\":\"DAC group\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DACGroup\",\"https:\/\/x.com\/DAC_group\",\"https:\/\/www.linkedin.com\/company\/dac-group\/\",\"https:\/\/www.instagram.com\/dac_group\/\",\"https:\/\/www.youtube.com\/user\/DACgroup1976\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/79e608df2f6e9c16586962c2843bdd79\",\"name\":\"gwarner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4fa125941c3e61b2f1c01ec1d07b3a734a13a4c0a5385fe43f4d8cb564f26b8e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4fa125941c3e61b2f1c01ec1d07b3a734a13a4c0a5385fe43f4d8cb564f26b8e?s=96&d=mm&r=g\",\"caption\":\"gwarner\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Trends in native advertising that you need to be aware of | DAC","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/","og_locale":"en_GB","og_type":"article","og_title":"Trends in native advertising that you need to be aware of | DAC","og_description":"With today\u2019s consumers being attracted by authenticity and increasingly resistant to traditional advertising methods, it\u2019s no surprise that the popularity of native advertising is growing steadily. Forecasts highlight its potential to soon dominate advertising with a recent Business Insider report claiming 74% of US advertising revenue will be generated by native advertising by 2021. The [&hellip;]","og_url":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/","og_site_name":"DAC","article_publisher":"https:\/\/www.facebook.com\/DACGroup","article_published_time":"2017-04-24T18:33:00+00:00","article_modified_time":"2024-12-23T05:36:17+00:00","og_image":[{"width":860,"height":347,"url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg","type":"image\/jpeg"}],"author":"gwarner","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","twitter_creator":"@DAC_group","twitter_site":"@DAC_group","twitter_misc":{"Written by":"gwarner","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#article","isPartOf":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/"},"author":{"name":"gwarner","@id":"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/79e608df2f6e9c16586962c2843bdd79"},"headline":"Trends in native advertising that you need to be aware of","datePublished":"2017-04-24T18:33:00+00:00","dateModified":"2024-12-23T05:36:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/"},"wordCount":863,"commentCount":0,"publisher":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/#organization"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg","articleSection":["Creative"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/","url":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/","name":"Trends in native advertising that you need to be aware of | DAC","isPartOf":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg","datePublished":"2017-04-24T18:33:00+00:00","dateModified":"2024-12-23T05:36:17+00:00","breadcrumb":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#primaryimage","url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg","contentUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/Are-brands-actually-listening-to-customer-reviews.jpg","width":860,"height":347,"caption":"A person using a laptop on a wooden table with a smartphone, tablet, and open magazine nearby."},{"@type":"BreadcrumbList","@id":"https:\/\/www.dacgroup.com\/en-gb\/insights\/blog\/creative\/trends-native-advertising-need-aware\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dacgroup.com\/en-gb\/"},{"@type":"ListItem","position":2,"name":"Trends in native advertising that you need to be aware of"}]},{"@type":"WebSite","@id":"https:\/\/www.dacgroup.com\/en-gb\/#website","url":"https:\/\/www.dacgroup.com\/en-gb\/","name":"DAC group","description":"DAC","publisher":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dacgroup.com\/en-gb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.dacgroup.com\/en-gb\/#organization","name":"DAC group","alternateName":"DAC","url":"https:\/\/www.dacgroup.com\/en-gb\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/logo\/image\/","url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","contentUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","caption":"DAC group"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DACGroup","https:\/\/x.com\/DAC_group","https:\/\/www.linkedin.com\/company\/dac-group\/","https:\/\/www.instagram.com\/dac_group\/","https:\/\/www.youtube.com\/user\/DACgroup1976"]},{"@type":"Person","@id":"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/79e608df2f6e9c16586962c2843bdd79","name":"gwarner","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.dacgroup.com\/en-gb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4fa125941c3e61b2f1c01ec1d07b3a734a13a4c0a5385fe43f4d8cb564f26b8e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4fa125941c3e61b2f1c01ec1d07b3a734a13a4c0a5385fe43f4d8cb564f26b8e?s=96&d=mm&r=g","caption":"gwarner"}}]}},"_links":{"self":[{"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/posts\/114391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/users\/96"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/comments?post=114391"}],"version-history":[{"count":1,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/posts\/114391\/revisions"}],"predecessor-version":[{"id":114392,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/posts\/114391\/revisions\/114392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/media\/114020"}],"wp:attachment":[{"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/media?parent=114391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/categories?post=114391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-gb\/wp-json\/wp\/v2\/tags?post=114391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}