Skip to content

Commit

Permalink
feat: 홈 화면 GA 배너 넘버링 (TeamNADA#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwns33 committed Jan 30, 2024
1 parent 680a6e4 commit 445d60d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ extension HomeViewController: UICollectionViewDataSource {

func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
openURL(link: URL(string: banners[indexPath.row].url)!)
Analytics.logEvent(Tracking.Event.touchBanner + "배너\(indexPath.row+1)", parameters: nil)
}
}

Expand Down

0 comments on commit 445d60d

Please sign in to comment.