The action inquiry object

Attributes


Id integer

Unique identifier for the action inquiry.


CampaignId integer

Unique identifier for the campaign (or Program) that this action inquiry is in. Also referred to as a ProgramId.


MediaPartnerId integer

Unique identifier for the partner that created the action inquiry.


OrderId string

Your unique identifier for the consumer order associated with this conversion. For example, with a standard retail event type, this value would be the order number the consumer receives when they converted. An OrderId (or Oid) is only required to be unique to the event type (or action tracker) that tracked this conversion.


TransactionDate datetime

Date and time when the transaction occurred, expressed in ISO 8601 format.


TransactionAmount decimal

Revenue amount associated with this action.


InquiryType enum

The reason this action inquiry was submitted, selected by the partner.

Possible enum values
UNTRACKEDAction wasn't tracked for the partner.
INCORRECTAction was incorrectly tracked. Refer to the notes left by the partner in the Comments attribute.
DECLINEDAction was wrongly declined.

ExpectedPayout decimal

Payout amount that the partner expected to receive for the action.


ResolutionDeadlineDate datetime

Date and time of the deadline that a partner expects to receive a resolution for this action inquiry, expressed in ISO 8601 format. For loyalty partners, this typically represents an SLA to their customers.


TrackingLink string

The tracking link used by the partner that lead to this action.


ResolutionStatus enum

Current status of the action inquiry.

Possible enum values
UNRESOLVEDAction inquiry hasn't been resolved yet.
VALIDAction inquiry was approved and the partner will receive a payout.
DECLINEDAction inquiry was declined and the partner won't receive a payout.
INCOMPLETEAction inquiry is incomplete and requires more information from the partner before it can be resolved.

RejectReason enum

For an action inquiry marked DECLINED, states the reason for why an action inquiry was declined.

Possible enum values
This transaction has been tracked successfully
Another marketing channel was credited with the sale
Another marketing channel was credited with the sale, due to a voucher/discount code used
Did not meet terms and conditions set by merchant
Transaction not completed - Order cancelled, changed, or returned
Transaction cannot be traced
Transaction not fully completed online
Enquiry does not provide complete information required for evaluation
Other

FinalPayout decimal

For an action inquiry marked VALID, indicates the final payout amount approved for the partner's action payout.


ResolutionDate datetime

Date and time when the resolution occurred, expressed in ISO 8601 format.


CreationDate datetime

Date and time when the action inquiry was created, expressed in ISO 8601 format.


Uri string

Unique identifier reference to this object in the impact.com API.

More attributes


View more attributes…

CampaignName string

Name of the campaign (or program) the action inquiry is associated with.


MediaPartnerName string

Name of the partner that submitted the action inquiry.


Comments array

Contains attributes related to comments left on the action inquiry.

View child attributes

Comments.User string

Name of the user that created the comment.


Comments.Comment string

Text content of the comment created by the user.


Comments.Date datetime

Date and time when the comment was created, expressed in ISO 8601 format.


ActionId string

Unique identifier for the action.


ActionUri string

Unique identifier reference to the action in the impact.com API.


AutoApprovalDate datetime

Date and time when the inquiry will be automatically approved (if auto-approval rules are enabled), expressed in ISO 8601 format.

{
  "Id": "778987",
  "CampaignId": "1000",
  "CampaignName": "Acme Campaign",
  "MediaPartnerId": "10000",
  "MediaPartnerName": "Acme Partner",
  "OrderId": "9234918172372",
  "TransactionDate": "2038-01-19T03:14:07-00:00",
  "TransactionAmount": "14.00",
  "InquiryType": "UNTRACKED",
  "ExpectedPayout": "3.00",
  "ResolutionDeadlineDate": "2038-01-19T03:14:07-00:00",
  "Comments": [
    {
      "User": "Wile E. Coyote",
      "Comment": "My action wasn't tracked.",
      "Date": "2038-01-19T03:14:07-00:00"
    }
  ],
  "TrackingLink": "",
  "ActionId": "1017.4635.1023507",
  "ActionUri": "/Advertisers/<AccountSid>/Actions/1000.4635.1023507",
  "AutoApprovalDate": "2038-01-19T03:14:07-00:00",
  "ResolutionStatus": "VALID",
  "RejectReason": "",
  "FinalPayout": "0.28",
  "ResolutionDate": "2038-01-19T03:14:07-00:00",
  "CreationDate": "2038-01-19T03:14:07-00:00",
  "Uri": "/Advertisers/<AccountSid>/ActionInquiries/778987"
}