I'm trying to find the Google Analytics field 'Search Query' in BigQuery. I can find 'keyword', but not the 'Search Query'.
I can't seem to find the answer anywhere!
I'm trying to find the Google Analytics field 'Search Query' in BigQuery. I can find 'keyword', but not the 'Search Query'.
I can't seem to find the answer anywhere!
trafficSource.keyword
is the field you need, as per the export schema:
trafficSource.keyword
STRING
The keyword of the traffic source, usually set when the trafficSource.medium
is "organic" or "cpc". Can be set by the utm_term URL parameter.