在Facebook Instant文章中添加DFP DoubleClick [英] Add DFP DoubleClick inside a Facebook Instant article

查看:96
本文介绍了在Facebook Instant文章中添加DFP DoubleClick的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Facebook Instant文章中添加DFP广告?我使用DoubleClick服务。

How can I add an DFP ad inside a Facebook Instant article? I use the DoubleClick service.

我需要知道在图中添加哪些内容的示例:

I need to know an example of what should I add inside the 'figure':

<figure class="op-ad">
    <!-- Use this for your ads -->
    <iframe src="https://www.adserver.com/ss;adtype=banner320x50" height="50" width="320"></iframe>
</figure>

谢谢

推荐答案

使用GPT准备DFP集成静态HTML文件,如下所示:

Prepare a DFP integration static HTML file by using GPT like seen below:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}</style>
<script type="text/javascript">
  (function() {
    var useSSL = 'https:' == document.location.protocol;
    var src = (useSSL ? 'https:' : 'http:') +
        '//www.googletagservices.com/tag/js/gpt.js';
    document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
  })();
</script>
<script type="text/javascript">
    googletag.defineSlot('/YOUR_DFP_ACCOUNT_NUMBER/YOUR_ADUNIT_CODE', [300, 250], 'div-gpt-ad-1459514019072-0').addService(googletag.pubads());    
    googletag.enableServices();
</script>

</head>

<body>
<div id="div-gpt-ad-1459514019072-0">
    <script type="text/javascript">
        googletag.display('div-gpt-ad-1459514019072-0');
    </script>
</div>
</body>

</html>

保存并托管在 http://example.com/fbia-banner.html

Save and host it somewhere like http://example.com/fbia-banner.html

现在使用Facebook Instant Article(FBIA)广告语法来调用此URL:

And now call this URL by using Facebook Instant Article (FBIA) ad syntax :

<figure class="op-ad">
    <iframe height="250" width="300" src="http://example.com/fbia-banner.html"></iframe>
</figure>

然后使用FBIA测试工具测试整个页面代码。

And test whole page code by using FBIA test tools.

注意:


  • 使用像这种解决方案的代理文件不是最佳解决方案,如果有直接解决方案,效果会更好要投放的DFP网址。我尝试使用DFP广告管理系统简化的网址标记,但不适用于FBIA

这篇关于在Facebook Instant文章中添加DFP DoubleClick的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆