Function 1: https://gist.github.com/orburgel/d6b6aa2ea505e4607162132831510ec0
This function gets a url as input and returns keywords that relveant to that url as output in the following format:
KeywordName1@@@CPC@@@SearchVolumeKeywordName2@@@CPC@@@SearchVolume
for some reason no matter what website I type in it returns 180 results,
Im aware that pageSize is set to 180, In-fact if you lower pageSize to 179, you only get 179 results, the problem is that i cant get more then 180 results whatsoever..
Optional help: also why the CPC value returned in the first function is different from the CPC value returned from that function: Function 2:https://gist.github.com/orburgel/bc342e89920bd55487c9ac6e9d1ccf8d
how can I get EXCAT CPC in the first function?
because now only the second function return good CPC and the first function return the wrong CPC(checked in israeli adwords frontend)
If you want to know how to use the functions (for begginers): VB.Net - Trying To Increase the efficiency of adwords API requests