Retrieve an action update

Retrieves the details for a specific update to an action. Append the Id value for the specific action update you wish to retrieve. This value can be obtained by listing all action updates first.

🚧

Note

impact.com recommends using action lifecycle postbacks instead of the ActionUpdates endpoint for all but occasional requests in order to receive low latency (near realtime) action updates. Learn more about enabling postbacks here.

Parameters


No parameters.

Returns


Returns an action update object.

Example request


curl 'https://api.impact.com/Advertisers/<AccountSid>/ActionUpdates/1017.4636.158133.13246234' \
	-X GET \
	-u '<AccountSid>:<AuthToken>' \
	-H 'Accept: application/json'

Example response


{
  "Id": "1000.4636.158133.95095059",
  "ActionId": "1000.4636.158133",
  "CampaignId": "1000",
  "ActionTrackerId": "2240",
  "EventCode": "",
  "MediaPartnerId": "10000",
  "State": "PENDING",
  "StateDetail": "",
  "StateDetailDescription": "Action comes in DEFAULT and a locking date has not been set yet",
  "AdId": "506720",
  "Disposition": "IR_BLANK",
  "DeltaPayout": "0.65",
  "DeltaAmount": "16.29",
  "Currency": "USD",
  "Category": "Lego",
  "Sku": "12345",
  "Quantity": "2",
  "CatalogName": "",
  "CatalogCategory": "",
  "CatalogDescription": "",
  "CatalogManufacturer": "",
  "CatalogOriginalFormatCategory": "",
  "CatalogSubCategory": "",
  "UpdateDate": "2020-09-10T10:51:23-07:00",
  "LockingDate": "2020-09-26T00:00:00-07:00",
  "ClearingDate": "2020-09-30T00:00:00-07:00",
  "ActionDate": "2020-09-10T10:42:38-07:00",
  "Oid": "9217374917472",
  "CustomerId": "BCZ2WVSH674563PDPYOTM3AXDQ",
  "CustomerStatus": "",
  "CallerId": "",
  "ContractId": "S-3240326",
  "EventTypeId": "2240",
  "EventTypeName": "Sale",
  "PayoutLevel": "ITEM",
  "DefaultPayoutRate": "2",
  "SharedId": "",
  "ActionUri": "/Advertisers/<AccountSid>/Actions/1000.4636.158133",
  "Uri": "/Advertisers/<AccountSid>/ActionUpdates/1000.4636.158133.95095059"
}