How to add a "street" field for each constituent in Analytics?

Hi all,

I could not find a way to display "Street" field for each constituent in Analytics. I can only see City, PostCode, Country, GeoArea, and State. Has anyone successfully done this before? Please advise.

Best,

Tom Nguyen 

Parents Reply
  • Look up how to add a Custom Category in Analytics. You only get 10 of them.

    You will have to figure out the SQL query that gets you the data you seek. You should generally use secured Views instead of tables. And finally, you have to use an aggregation, e.g. MAX, so that the result set only has one row (per constituent in your case).

    After you attempt to add a Custom Category, If Analytics fails to refresh the next time it should, that means you didn’t write the query correctly to only get one row.

Children