Skip to content

Commit

Permalink
test original_page_location
Browse files Browse the repository at this point in the history
  • Loading branch information
dgitis committed Mar 13, 2024
1 parent 1915349 commit d4e7b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/page_location_with_gclid_is_cpc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ select
count(event_source) as sources
, count(event_medium) as mediums
from {{ref('stg_ga4__events')}}
where page_location like '%gclid%'
where original_page_location like '%gclid%'
and event_source != 'google'
and event_medium != 'cpc'
having sources > 0
Expand Down

0 comments on commit d4e7b7b

Please sign in to comment.