Re: C#.NET : Implement LocationSearchParameter in Targetingideas

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ola, Are you trying to get Keyword Ideas and setting your desired location as a search parameter? If so, you could refer to the complete code samples here . The linked guide should also be helpful w

C#.NET : Implement LocationSearchParameter in Targetingideas

2018-02-26 Thread Oladotun Ogunsulire
Hi I am trying to implement the LocationSearchParameter in C#.NET, I found some php code and roughly converted it to get `Location unitedkingdom = new Location(); unitedkingdom.id = 2826; // UK Location[] loc = { unitedkingdom } ; L