Existing Beacon

GET {{campaign_url}}/beacons/:id

Retrieve a single beacon

You can retrieve an existing beacon in your market by sending this GET request.

To retrieve the id of a beacon, you must first send one of the following:

  1. POST New Beacon request
  2. GET List of Beacons request

POST New Beacon will automatically populate the beaconId variable with the ID of your newly created beacon.

GET List of Beacons will return a list of beacon objects—within your market—containing IDs that you can then manually copy and paste into the value cell for id.

RESPONSES

status: OK

{"data":[{"id":"1608792593","marketId":"1","resourceType":"beacon","advertiserId":"1608792487","createdAt":"2022-09-01T05:53:30Z","updatedAt":"2022-09-01T05:53:30Z","isMobileActionTrackingEnabled":false,"beaconPlacement":"homepage","name":"doc test beacon","workflowStatus":"approved","acceptedAction":"click","clickAssociationWindow":30,"viewAssociationWindow":{"period":1,"periodUnits":"days"},"actionCap":50,"includeShoppingCartValue":true,"tatCategory":"apparel_customClothing_general","trackingMethod":"atlas","thirdPartyRedirectUrl":"https://amobee.com","isBeaconValidated":true,"pageProtocol":"https","beaconJavascriptCode":"\u003c!-- Do Not Remove - Turn Tracking Beacon Code - Do Not Remove --\u003e\n\u003c!-- Advertiser Name : doc team test --\u003e\n\u003c!-- Beacon Name : doc test beacon --\u003e\n\u003c!-- If Beacon is placed on a Transaction or Lead Generation based page, please populate the turn_client_track_id with your order/confirmation ID --\u003e\n\u003cscript type=\"text/javascript\"\u003e\n  turn_beacon_price = \"\";\n  turn_client_track_id = \"\";\n\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://r.turn.com/server/beacon_call.js?b2=q1lyPA9wmgRbHqiTxRK2wD2uK-54VhSLAM4xS4qlX0h0IUrafYkwxdeRLaMC74lrvLdySmYLErpRHiv5AM7VCw\"\u003e\n\u003c/script\u003e\n\u003cnoscript\u003e\n  \u003cimg border=\"0\" src=\"https://r.turn.com/r/beacon?b2=q1lyPA9wmgRbHqiTxRK2wD2uK-54VhSLAM4xS4qlX0h0IUrafYkwxdeRLaMC74lrvLdySmYLErpRHiv5AM7VCw\u0026cid=\u0026bprice=\"\u003e\n\u003c/noscript\u003e\n\u003c!-- End Turn Tracking Beacon Code Do Not Remove --\u003e","gdprConsent":false,"ccpaConsent":false,"beaconImageCode":"\u003cimg border=\"0\" src=\"https://r.turn.com/r/beacon?b2=q1lyPA9wmgRbHqiTxRK2wD2uK-54VhSLAM4xS4qlX0h0IUrafYkwxdeRLaMC74lrvLdySmYLErpRHiv5AM7VCw\u0026cid=\u0026bprice=\"\u003e"}],"errors":[]}