Hi Qaiser, There isn't currently a feature that gets the keyword tail length. However, you may use this guide for your reference for all the fields that you could use for filtering keywords that is currently available in Google Ads API.
Here is an example of GAQL query with date filter: SELECT metrics.impressions, segments.date FROM keyword_view WHERE segments.date BETWEEN '2019-01-01' AND '2019-01-31' Regards, Dave Google Ads API Team ref:_00D1U1174p._5001UApuo8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8QyZ5000000000000000000000000000000000000000000000PRSRYN00SyQJpyZvSJ-0lyPVeS3JoA%40sfdc.net. For more options, visit https://groups.google.com/d/optout.
