Edit Beacon
PUT {{campaign_url}}/beacons/:id
Edit an existing beacon
You can edit all settings (except workflowStatus
) for an existing beacon by sending this PUT
request. To update a beacon's status, send a PUT
Update Beacon Status request.
To update beacon settings, open the body tab to edit the JSON object. See POST
New Beacon documentation for information on field definitions and allowed values.
For information on obtaining the beacon's id
, see GET
Existing Beacon documentation.
Request Body
{"name"=>"test beacon - updated", "beaconPlacement"=>"landingPage", "workflowStatus"=>"approved", "dataProvider"=>"IRI", "pageProtocol"=>"https", "acceptedAction"=>"click", "clickAssociationWindow"=>20, "viewAssociationWindow"=>{"period"=>50, "periodUnits"=>"minutes"}, "actionCap"=>65, "includeShoppingCartValue"=>true, "tatCategory"=>"apparel_customClothing_general", "trackingMethod"=>"atlas", "isMobileActionTrackingEnabled"=>false, "thirdPartyRedirectUrl"=>"https://amobee.com", "isBeaconValidated"=>true, "enableUserConsent"=>false, "gdprConsent"=>false, "ccpaConsent"=>false}