I am trying to create a forecast on a keyword, specific to a location.
I have seen the geoTargets parameter of the ForecastRequestData type,
located here:
http://searchmarketing.yahoo.com/developer/docs/V2/reference/data/ForecastRequestData.php#geoTargets
but I dont understand how to create that parameter. After some
digging, it appears its looking for a string with the format "DMA San
Francisco, CA, United States" or "DMA Boston, United States" for example.
I was able to generate these using the
setGeographicLocationForCampaign method of the CampaignService, and
entering some data like a zip code. The problem is that I am not using
a campaign for this application I am building. Does anyone know how I
could use a zip code to generate the neccessary string for the
geoTargets parameter?
Thanks,
Dave
.