networking requests

In the process of trying to figure out why I’m not seeing logs, I noticed several network requests the app is making to stats.coronalabs.com and monetize-api.coronalabs.com.  Can anyone share any insight into what those network requests are doing?

What all plugins are you using?

        [“plugin.notifications”] =

        {

            publisherId = “com.coronalabs”,

        },

        [“plugin.iCloud”] =

        {

        publisherId = “com.coronalabs”,

        supportedPlatforms = { iphone=true, appletvos=true, osx=true }

        },

        [“plugin.chartboost”] =

        {

            publisherId = “com.swipeware”

        },

        [“plugin.fbAudienceNetwork”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true, osx=true, [“win32-sim”]=true },

        },

        [“plugin.google.play.services”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true,[“android-kindle”] = true }

            },

       [“CoronaProvider.native.popup.activity”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, [“iphone-sim”]=true },

            },

       [“CoronaProvider.native.popup.social”] =

            {

            publisherId = “com.coronalabs”

            },

        [“plugin.facebook.v4”] =

        {

            publisherId = “com.coronalabs”

        },

        [“plugin.google.iap.v3”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

I’m certain that some of the ad plugins are going to reach back to our servers for statistical purposes. Because of FAN’s impression sharing, I’m sure it’s also making calls back to our servers to track the impressions.

Rob

What all plugins are you using?

        [“plugin.notifications”] =

        {

            publisherId = “com.coronalabs”,

        },

        [“plugin.iCloud”] =

        {

        publisherId = “com.coronalabs”,

        supportedPlatforms = { iphone=true, appletvos=true, osx=true }

        },

        [“plugin.chartboost”] =

        {

            publisherId = “com.swipeware”

        },

        [“plugin.fbAudienceNetwork”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true, osx=true, [“win32-sim”]=true },

        },

        [“plugin.google.play.services”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true,[“android-kindle”] = true }

            },

       [“CoronaProvider.native.popup.activity”] =

            {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, [“iphone-sim”]=true },

            },

       [“CoronaProvider.native.popup.social”] =

            {

            publisherId = “com.coronalabs”

            },

        [“plugin.facebook.v4”] =

        {

            publisherId = “com.coronalabs”

        },

        [“plugin.google.iap.v3”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { android=true }

        },

I’m certain that some of the ad plugins are going to reach back to our servers for statistical purposes. Because of FAN’s impression sharing, I’m sure it’s also making calls back to our servers to track the impressions.

Rob