I would like to insert a variable into my path for an HTTP Request. So, for example, I would like to make requests to the following paths:
category1/impressions
category2/impressions
category3/impressions
etc.
Can I create a random variable and just insert it into the Path field, like so?
category${category}/impressions
