Properties
action
action: tappedArtistSeriesGroup
Optional context_screen_owner_id
context_screen_owner_id: undefined | string
Optional context_screen_owner_slug
context_screen_owner_slug: undefined | string
context_screen_owner_type
Optional curation_boost
curation_boost: undefined | false | true
Optional destination_path
destination_path: undefined | string
Optional destination_screen_owner_id
destination_screen_owner_id: undefined | string
Optional destination_screen_owner_slug
destination_screen_owner_slug: undefined | string
destination_screen_owner_type
Optional horizontal_slide_position
horizontal_slide_position: undefined | number
A user taps a grouping of artist series on iOS. If the artist series was boosted by the curation team, then curation_boost will be set to true.
This schema describes events sent to Segment from tappedEntityGroup
{ action: "tappedArtistSeriesGroup", context_module: "moreSeriesByThisArtist", context_screen_owner_type: "artistSeries", context_screen_owner_id: "5359794d1a1e86c3740001f7", context_screen_owner_slug: "alex-katz-departure", destination_screen_owner_type: "artistSeries", destination_screen_owner_id: "5359794d1a1e86c3740001f7", destination_screen_owner_slug: "alex-katz-black-dress", curation_boost: true, horizontal_slide_position: 1, type: "thumbnail" }