在展示广告时动态分配自定义尺寸

时间:2017-02-10 16:16:54

标签: adsense

我有一个由合作伙伴链接的网页,其网址格式如下:

mydomain.com?partner=1

我希望能够查看每个合作伙伴ID为adsense生成的广告收入报告,以实现收益分享。我有没有办法为adsense集成代码提供合作伙伴ID,以便以后我可以正确地将收入归因于相应的合作伙伴?

也许是在服务器端写的这样的东西?

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
        <ins class="adsbygoogle"
             style="display:block"
             data-ad-client="xxxxxxx"
             data-ad-slot="xxxxx"
             data-ad-format="auto"
             <!-- SEE BELOW -->
             data-custom-dimensions="<?=PUBLISHER_ID?>"
             <!-- SEE ABOVE -->>
        </ins>
        <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
        </script>

0 个答案:

没有答案