I’m trying to collect developer and product information to use in analytics through the flow variables naturally set by VerifyAPIKey, but whenever I dump the data into BigQuery, I see that all the corresponding fields are (not set) or null. This is the StatisticsCollector policy that runs right after VerifyAPIKey:
<StatisticsCollector name="collect-stats">
<Statistics>
<Statistic name="dev_app" ref="verifyapikey.verify-api-key.developer.app.name" type="string">N/A</Statistic>
<Statistic name="api_prod" ref="verifyapikey.verify-api-key.apiproduct.name" type="string">N/A</Statistic>
<Statistic name="KEY_client_id" ref="verifyapikey.verify-api-key.client_id" type="string">N/A</Statistic>
</Statistics>
</StatisticsCollector>
Any ideas how to fix this issue?