Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Custom dimension in Statistics Collector is not appearing in Apigee Cloud Analytics

In Apigee Cloud Enterprise instance I have added Statistics collector policy and added the policy in all possible flows. I am trying to generate a report based on flow name. However, custom attributes of flow name is not appearing in analytics dimension section.

I have waited more than 2 hours to reflect the custom dimension. Any help will be appreciated.

My Statistics collector policy looks like this -

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StatisticsCollector async="false" continueOnError="false" enabled="true" name="SC_CollectFlowName">
    <DisplayName>SC_CollectFlowName</DisplayName>
    <Properties/>
    <Statistics>
        <Statistic name="FlowName" ref="current.flow.name" type="string">Unknown</Statistic>
    </Statistics>
</StatisticsCollector>
0 2 208
2 REPLIES 2