Added the addGeoFences method
ie
client.addGeoFences({
orgId: 'Orgid';
campaignId: 123;
geoFences:[
{
name: "Somewhere Special",
bid_area: {
type: "Polygon",
coordinates: [
[
[-97.5, 33.1],
[-97.5, 35.5],
[-95.2, 35.5],
[-95.2, 33.1],
[-97.5, 33.1]
]
]
}
]
})