We are looking for a skilled PHP develeper with experience in Google API programming.
We need a function which would return us certain values of Google Adwords API for given keywords. These would be e.g.
– get the estimated monthly search global and local, average CPC, estimated clicks, estimated cost for each keyword (and maybe some other available information if possible)
If possible this should be done with several keywords in one request. Something like that:
$inputArray[base][language] = “chosen language”;
$inputArray[base][country] = “chosen country”;
$inputArray[base][maxCPC] = “chosen max CPC”;
$inputArray[1][keyword] = “keyword1”;
$inputArray[2][keyword] = “keyword2”;
function yourFunction ($inputArray)
{
do whatever needs to be done
$feedback[1][keyword] = “kewyord1”;
$feedback[1][localSearches] = “output local Searches”;
$feedback[1][globalSearches] = “output global Searches”;
$feedback[1][avgCPC] = “output avg CPC”;
$feedback[1][estimatedClicks] = “output estimated clicks”;
$feedback[1][estimatedCost] = “output estimated cost”;
$feedback[2][keyword] = “kewyord2”;
$feedback[2][localSearches] = “output local Searches”;
$feedback[2][globalSearches] = “output global Searches”;
$feedback[2][avgCPC] = “output avg CPC”;
$feedback[2][estimatedClicks] = “output estimated clicks”;
$feedback[2][estimatedCost] = “output estimated cost”;
// and so on
return ($feedback);
}
Something like that. For further queries please PMB.
IMPORTANT: You really need to be experienced and skilled in that kinda stuff, since I am sorry I currently lack the time to a lot of debugging…
TIMELINE: The sooner the better.