Implement This Appsflyer Code

Discussion in 'How Can I...?' started by drew, Aug 1, 2019.

  1. drew

    drew Boxer

    Joined:
    Sep 25, 2015
    Messages:
    68
    Likes Received:
    20
    I have a publisher that wants to test out my game and they wanted me to setup the appsflyer sdk which I was able to do but then the next step in their guide says to do this

    Call this code at the end of every run (Run is a success or failed moments in your game):
    string eventName = "af_fakeImpression";
    Dictionary<string, string> eventParams = new Dictionary<string, string>(){{"imp","1"}};
    AppsFlyer.trackRichEvent(eventName, eventParams);

    Does anyone know where to put this?
     
  2. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    If this is the publisher I think it is, I believe they require Game Analytics as well for BB games. They track those events using game analytics.
    Check their guide again.
     
    drew likes this.
  3. drew

    drew Boxer

    Joined:
    Sep 25, 2015
    Messages:
    68
    Likes Received:
    20
    OK. Thanks for that info.
     

Share This Page