Skip to content

1.0.8

Latest
Compare
Choose a tag to compare
@JonathanRiche JonathanRiche released this 10 Oct 18:24
· 11 commits to main since this release

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]
      ]
    ]
  }

] 
})