筛选项

Doubleclick(旧版)

533

概述

Track your Doubleclick campaigns using Branch's Universal Ads product. Branch's Ad Product will enable you to update your Doubleclick Campaign Manager (DCM) campaigns with deep links that send data back to Doubleclick's servers.

📘

Doubleclick Complete Coverage

DoubleClick 支持追踪链接,它也是一个自归因平台,但响应中的数据有限。请按照相关的设置指南执行所需的操作。我们建议同时设置两种实现方式以全面覆盖,以便数据将显示在 Branch,广告合作伙伴和 DoubleClick 中。

设置 1

通过设置 Floodlight 标签,您可以在 DoubleClick Campaign Manager 看到转化数据,而无需使用任何追踪链接。 DoubleClick 将收到所有转化的通知。

设置 2

通过使用运行广告的广告平台追踪链接,您可以在 Branch 操作后台 (Dashboard)中查看转化数据。回传将发送到广告平台。

设置 1:在 DoubleClick 中查看数据

Doubleclick Campaign Manager 设置

Before we start anything on the Branch side, we need to configure options on the DCM side. Start by heading to your DCM dashboard, and navigating to the advertisers' section.

获取广告主 ID

First, we'll need to grab the advertiser ID. Select the advertiser you want to track, and grab the Advertiser ID. In this example, it is 6637276. This is the advertiser you will track campaigns with. Please keep note of it.

534

获取服务器到服务器 Token

获取广告主 ID 并选择广告商后,前往 Floodlight Configuration 。从那里转到 "server to server" ,并确保 "in-app attribution tracking" 被选中。点击新 Token,将其命名为 “Branch token” 并保存。需要复制此值。

988

现在您有了 Advertiser IDServer to Server Token ,最后一步是找到您需要追踪的事件。

获取事件标签

转到 Floodlight activities 标签。对于您要追踪的所有事件,请获取 Activity tag StringGroup tag String

1596

在上面的屏幕截图中, Activity tag String 的两个值是 act-ios act-android Group tag String 的一个值是sales 。对您要追踪的所有事件执行此操作。

一旦完成此项 ,您应该至少拥有4个唯一值:

  • 服务器到服务器 Token
  • 广告主 ID
  • 活动标签 String(每个事件)
  • 组标签 String(每个事件)

Branch 操作后台 (Dashboard)设置

Let's take these values and place them in Branch's dashboard. Begin by navigating to the partners page.

启用

在搜索框中找到 DoubleClick。点击启用。在 Account Settings 标签中,插入 Server to Server token

地图事件

此时,您已启用 Branch 与 Doubleclick 进行通信。现在,我们需要将在Doubleclick 操作后台 (Dashboard)上找到的 Branch 事件映射到 Floodlight Activities

  1. 点击 Postback Config 标签。
  2. Send Postbacks For 设置为 All Events
  3. 您应该看到事件 Install 的 URL。出于演示目的,我们假设您在 Doubleclick 操作后台 (Dashboard)上有一个相应的 Install 事件,但这适用于您添加的任何事件。
  4. 通过获取您的 Advertiser IDActivity tag String ,和 Group tag String 来启动。

在上面的屏幕截图中,我们有两个事件,分别是"应用内激活-Android "和"应用内激活-iOS " ,它们与 Branch Install 事件相对应。对于此示例, Activity tag Strings act-and act-ios Group tag Stringsales

复制在安装现有的 URL,并更换 srccat ,和 type 的变量。下面的 "cat" 示例含有条件性的 iOS 和 Android 信息。

您的最终结果应该看起来像这样,在 iOS 和 Android 上有不同的 cat 标签。

https://ad.doubleclick.net/ddm/s2s/appactivity/src=6637276;cat=<#if user_data.os=="IOS">act-ios</#if><#if user_data.os=="ANDROID">act-and</#if>;type=sales;ord=${ (id)! }

如果您没有不同的 iOS 和 Android 标签,那么它会看起来更简单:

https://ad.doubleclick.net/ddm/s2s/appactivity/src=6637276;cat=act-tag;type=sales;ord=${ (id)! }

1300

设置 2:查看 Branch 的数据,回传给广告合作伙伴

建立广告链接

如果要在 Branch 操作后台 (Dashboard)中查看数据并回传给广告合作伙伴,请为相关合作伙伴创建一个广告链接,然后在 DCM 广告素材标签的点击追踪 URL 字段中使用该链接。

🚧

服务器端与客户端处理

If a placement's click is handled server-side by a specific publisher and there is no device ID macro, Branch will record clicks but not attribute downstream events in Branch's dashboard (client-side clicks will attribute downstream events in Branch's dashboard). Clicks with a device ID macro or client-side handling will attribute downstream events in Branch. Please contact [email protected] or contact your Account Manager for details on specific networks before implementation.