Description
Returns the search string from a search engine query url.Syntax
ExtractSearchQuery(url)
Examples
ExtractSearchQuery('https://www.google.com/search?q=Integrate.io ETL') returns ‘Integrate.io ETL’
Extract the search query keywords from a search engine URL. Use EXTRACTSEARCHQUERY for search analytics data processing in ETL data pipelines.
ExtractSearchQuery(url)
ExtractSearchQuery('https://www.google.com/search?q=Integrate.io ETL') returns ‘Integrate.io ETL’
Was this page helpful?