setup logger for most frequent queryparam use by consumer

I have setup logger which is capturing the queryparam but now the requirement is to setup logger for most frequent queryparam use by consumer.

is there anyway by which we can achieve and identify the most frequent queryparam use by consumer in Apigee.

Any help would be highly apricated.

0 5 242
5 REPLIES 5

The most frequently used VALUE of a known query param? Or the most frequently used queryparam, by name?

If I were solving this problem, I would use custom analytics. Log the query param, either the value or the name, in a custom ax field. Then Apigee will collect the information, and you can get charts on that dimension.

This page provides a good overview of how it works.

Hi Dino

Thanks for your reply,

It's most frequently used queryparam by name I have used message logging policy to capture all queryparam now I have to make a report out of that and that report will contain maximum times used queryparam.

Kindly suggest if u have any solution link.

Regards

Atul

Not applicable

I would suggest to use statistics collector policy for storing the query params to analytics and then do postgres query or management api call to get the one which is used mmaximum times.

Thanks,do u have any document regarding that