Sometimes I need to track total subs of multiple accounts on a single platform. But the current query format
GET /?source={SOURCE}&queryKey={QUERY1}&source={SOURCE}&queryKey={QUERY2} ....
is not working properly. totalSubs is correct, but subsInEachSource only shows the last one. An example is here.
Sometimes I need to track total subs of multiple accounts on a single platform. But the current query format
is not working properly.
totalSubsis correct, butsubsInEachSourceonly shows the last one. An example is here.