Search code examples
androidbranch.iogoogle-advertising-id

Branch not tracking Google Advertising Id


I am using Branch.io in my project. I am not able to see the Google Advertising Id tracking with any of their events (install/open/click). I have added play-service-ads dependency as per their doc.

Note: I am testing in a debug build.

  • Why Branch is not tracking advertising id?
  • Will it be tracked in play store build?

Solution

  • When integrating the SDKs, it's often useful to use setDebug to verify that your app is able to communicate with Branch servers, and is receiving deep link data. Please use live mode for testing google ad id. Also make sure following code is not present in your app build:

    Branch.enableDebugMode();
    

    If you still face any issue reach out to our super helpful support team at support@branch.io.