[Feature] Create search_report
model with new SEARCH_KEYWORD_STATS
and/or SEARCH_TERM_STATS
tables
#71
Labels
type:enhancement
New functionality or enhancement
Is there an existing feature request for this?
Describe the Feature
In September we added the
SEARCH_KEYWORD_STATS
and/orSEARCH_TERM_STATS
pre-built reports, which are selected by default in the connector schema. I haven't looked at the ERD or data too closely, but at first glance it seems like we can leverage these reports to create agoogle_ads__search_report
model. Ideally, this would passed to the downstreamad_reporting__search_report
end modelHow would you implement this feature?
Transform these tables similarly to all the other
_stats
tables. Not sure what the difference between search terms and search keywords are, but I wonder if we'll union/join these two together and add atype
field that is eitherkeyword
orterm
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: