Skip to content

Commit

Permalink
ga similar named exhibit collision fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Oct 1, 2024
1 parent 6aa3c20 commit 3d4e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spotlight/analytics/ga.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def dimension_filter(path)
field_name: 'pagePath',
string_filter: Google::Analytics::Data::V1beta::Filter::StringFilter.new(
match_type: :BEGINS_WITH,
value: path.to_s
value: "#{path.to_s.chomp('/')}/"
)
)
)
Expand Down

0 comments on commit 3d4e189

Please sign in to comment.