Robert Martin

Results 55 comments of Robert Martin

Thank you for following up @gavinr, and always good to get your thoughts @jgravois 👋 To sum up my use case, I most often use the ArcGIS REST API to...

What's considered sufficient spread? More than one address?

It looks like this was resolved by your PR #5922 @MiniCodeMonkey , but not auto-closed by the commit message — just FYI!

Per a conversation with @timwis, basic pageviews should be sent to the main `phila.gov` GTM container, and anything more detailed (e.g. button clicks) should go into the GSG container.

User events we want to track: - [ ] Topic button clicks - [ ] Imagery button clicks @tswanson @ajrothwell anything I'm forgetting?

For topic clicks, we'll need to add some kind of `data-` attribute to the topic header links to know which one was clicked.

Added attribute `data-topic-key` in 48f07c67cc0ce1601f9defb46fd8955c13a394f2.

Both Atlas and CityAtlas (`develop` branches) now have two GTM containers: phila.gov and GIS Services Group. Next, set up tracking for topic header clicks.

Topic clicks are now being tracked, however this includes when a topic is closed. There needs to be a class applied to topics that are open, or we have to...

@mattyhead Interesting idea. Mapboard has an event bus you can hook into, and we could make a `keyup` event, but you'd have to display the results yourself somewhere outside Mapboard....