Hi, Has anyone collected data for mobile app just via DCS APIs?I need to
know where does the MID value gets stored while making the API to get
the d_mid value.What if we make another call from the mobile app, does
it change the d_mid value or does it keep it constant.I know that for a
browser, it will always keep that stored in the web browser's cookies,
so all the subsequent calls will have same d_mid value. However, I need
to know what happens in case of mobile apps? For instnace, what if we
m...