When a user clicks a google ad, then I would like to pass the search query to the landing page via the utm_term parameter.
User goes to www.google.de and searches for "development software grails company ny"
Our google Ad shows, when the search query contains "software development"
The user clicks the Ad and is being send to http://www.ourcompany.com/?utm_term=development+software+grails+comapny+ny
The problem here is, that I can't find the value track variable which saves the search query and I think none exists. I only found {keyword} however, that will only report the keyword against which the search query matched succesfully.
In https://support.google.com/google-ads/answer/6305348?hl=en there is no such variable, which refers to the search query.
Also on this page https://support.newengen.com/hc/en-us/articles/360014178033-Understanding-UTMs-for-Search it does not report one. Only Microsoft bing seems to have one called {SearchQuery}.
Does google allow to capture the "search query" of the user and pass it to the landing page of the google ad or is this simply not possible???