Question regarding Admob and Facebook

Hello,

I have 2 questions about SDKBOX. I would really appreciate it if you could give me answers.

  1. I’m using SDKBOXAds with admob network, in the logs i get a warning stating :
    E/AdMob: WARNING: set appid with sdkbox_config.json
    I know admob provides this appid, but it’s never mentionned in admob sdkbox documentation at all. so should i add it and where exactly? and how important is it?

  2. I’m interested in adding Facebook Audience network, this is a very popular network nowadays, can i do it using SDKbox? if not how are guys doing it if you are using this network?

Thank you

  1. you can fill app_id in sdkbox_config.json
{
    "ios": {
        "AdMob":{
            "appid": "ca-app-pub-3940256099942544~1458002511",
            ...
        }
    },
    "android": {
        "AdMob":{
            "appid": "ca-app-pub-3940256099942544~3347511713",
           ...
        }
    }
}
  1. Facebook Audience network is not support for now.

Number 2 – you would need to integrated it yourself. We imp ironsrc get FAN and others.