Exact results for keyword search volume

2015-01-26 Thread OMC Ticketsystem
HI, I´m using Python to query keyword search volumes. The following is the snippet of my source to query the api: keywords = ['e-bike herren', 'transportkarre'] targeting_idea_service = self.client.GetService( 'TargetingIdeaService', version='v201409') # Con

Re: Exact results for keyword search volume

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi, According to the RelatedToQuerySearchParameter.queries documentation , that parameter *will* perform exact match queries. You may want to take a look at our Targetin

Re: Exact results for keyword search volume

2015-01-27 Thread OMC Ticketsystem
Thank you! The NetworkSearchParameter seems to do the work for me. Am Montag, 26. Januar 2015 19:25:06 UTC+1 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > According to the RelatedToQuerySearchParameter.queries documentation >