Is it possible to create a report within Analytics that will answer the question "what is the total number of performances X constituent has attended within Y time frame?"
Alternatively, is it possible to run a report that says "show me the constituents who have visited more than X times within Y time frame?"
I can pull up a list of the days they've attended, but it would be cleaner to have to enter in the time frame and threshold for number of visits. Any help would be appreciated!
I have had some success: there's a data point that is ' # of unique performance IDs attended ', which is more or less what I was looking for. Putting that together with a certain 'Attended Date', and 'Constituent ID' lets me draw in the data I need!I can set the floor for the unique visits at whatever's needed, and it'll pull in the folks, within that time frame, that visited at least that many times. This only seems to work within a specific type of data visualization (bar graph vs pivot, etc.), but progress has been made.
This is really helpful. Thanks!