0
votes

We use Universal campaign in Google Adwords and usual Facebook campaign for apps. We don't pass branch links for these campaigns. In branch analytics I see installs and conversion events for these campaigns. But also I would expect parameters 'channel' and 'campaign' within

Branch.getInstance().initSession(launchOptions: launchOptions) { (parameters, error) in
    // Expect 'channel' and 'campaign' parameters here
}

For the search campaign in Google Adwords we use the branch link and receive the campaign.

1

1 Answers

1
votes

This is Vatsal, from Branch.io.

As per our new integrations with Google Adwords and Facebook, you do not need any Branch links for App Install ads for attribution. Hence, there is no deep linking attribution and will not print the campaign and channel values in the SDK. As this attribution is server based, you can get it via two ways:

  1. Webhooks:These fire a webhook to your API on the install/open events passing the campaign and other analytics tags to your servers in near-realtime.
  2. Data Exports API: This enables you to download the CSV for all the installs and all the other possible events.

Hope this helps! Please let us if you have more questions at integrations@branch.io