Question

Is there a type of report I can create to pull the email address of everyone who submitted a question?

Answer

Yes. You can report on the email address of a user with attributes such as Requester email or Submitter email. See Metrics and attributes for Zendesk Support.

If you want only a list of the domains your customers contact you from, retrieve that information. Create two standard calculated metrics and a standard calculated attribute.

Warning: If your Analytics account isn't in English, a syntax error occurs when you copy and paste this formula. See How can I convert formulas from English into another language?.

To create a report that lists user domains:

  1. In Analytics, click the report ( ) icon
  2. In the reports library, click New report
  3. Choose the dataset with the information you want to use in your report
  4. Next, add your metrics to measure the number of tickets created. In the Metrics panel, click Add.
  5. From the list of metrics, choose Users and organizations > Users, then click Apply
  6. Create the attribute with the formula below and name it Requester email domain

    REGEXP_EXTRACT([Requester email],"([^@]+)$")
  7. Under Rows, click Add. From the list of attributes, choose Calculated attributes > Requester email domain.
  8. Under Filters, click Add and select a time filter you want to use. In this example, select the Requester created - Date.
  9. Lastly, go to the Result manipulations > Sort and choose the Value descending option from the list.
    Zendesk_Explore.png
Powered by Zendesk