Attributes
Id
integer
Id
integerUnique identifier for the action inquiry.
CampaignId
integer
CampaignId
integerUnique identifier for the campaign (or Program) that this action inquiry is in. Also referred to as a ProgramId
.
MediaPartnerId
integer
MediaPartnerId
integerUnique identifier for the partner that created the action inquiry.
OrderId
string
OrderId
stringYour 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
TransactionDate
datetimeDate and time when the transaction occurred, expressed in ISO 8601 format.
TransactionAmount
decimal
TransactionAmount
decimalRevenue amount associated with this action.
InquiryType
enum
InquiryType
enumThe reason this action inquiry was submitted, selected by the partner.
Possible enum values | |
---|---|
UNTRACKED | Action wasn't tracked for the partner. |
INCORRECT | Action was incorrectly tracked. Refer to the notes left by the partner in the Comments attribute. |
DECLINED | Action was wrongly declined. |
ExpectedPayout
decimal
ExpectedPayout
decimalPayout amount that the partner expected to receive for the action.
ResolutionDeadlineDate
datetime
ResolutionDeadlineDate
datetimeDate 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
TrackingLink
stringThe tracking link used by the partner that lead to this action.
ResolutionStatus
enum
ResolutionStatus
enumCurrent status of the action inquiry.
Possible enum values | |
---|---|
UNRESOLVED | Action inquiry hasn't been resolved yet. |
VALID | Action inquiry was approved and the partner will receive a payout. |
DECLINED | Action inquiry was declined and the partner won't receive a payout. |
INCOMPLETE | Action inquiry is incomplete and requires more information from the partner before it can be resolved. |
RejectReason
enum
RejectReason
enumFor 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
FinalPayout
decimalFor an action inquiry marked VALID
, indicates the final payout amount approved for the partner's action payout.
ResolutionDate
datetime
ResolutionDate
datetimeDate and time when the resolution occurred, expressed in ISO 8601 format.
CreationDate
datetime
CreationDate
datetimeDate and time when the action inquiry was created, expressed in ISO 8601 format.
Uri
string
Uri
stringUnique identifier reference to this object in the impact.com API.
More attributes
View more attributes…
CampaignName
string
CampaignName
stringName of the campaign (or program) the action inquiry is associated with.
MediaPartnerName
string
MediaPartnerName
stringName of the partner that submitted the action inquiry.
Comments
arrayContains attributes related to comments left on the action inquiry.
View child attributes
Comments.User
string
Comments.User
stringName of the user that created the comment.
Comments.Comment
string
Comments.Comment
stringText content of the comment created by the user.
Comments.Date
datetime
Comments.Date
datetimeDate and time when the comment was created, expressed in ISO 8601 format.
ActionId
string
ActionId
stringUnique identifier for the action.
ActionUri
string
ActionUri
stringUnique identifier reference to the action in the impact.com API.
AutoApprovalDate
datetime
AutoApprovalDate
datetimeDate 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"
}