affiliate_awin_report_application_result
Records the actual outcome of an Awin programme application verification, marking it verified or verify_failed to complete the audit trail.
Instructions
Record the observed outcome of a previously emitted Awin programme-application handoff, closing the audit arc. After a consumer carries out the handoff and revisits the verify target, call this with verified=true when the programme relationship reads pending or joined, or verified=false when it does not. It records a verified or verify_failed audit line and does nothing else: no network call, no browser action, no state change. Requires brand, advertiserId, programmeName, and verified; accepts an optional note. Never records applied/succeeded; success is only ever an outcome the consumer actually observed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| brand | Yes | ||
| verified | Yes | ||
| advertiserId | Yes | ||
| programmeName | Yes |