Offers
Offers are provided by partner organizations to people on Giving Credit. Users can choose to signup for an Offer. Each Offer Type has different purposes and functions. For example, an offer might proivde a user a cash transfer if they opt-in, or might be used by a partner organization to get people to signup for Giving Credit and become a Constituent of their organization.
Offer
webapp.partners_offer
Offer provided by an Organization.
Field | Description | Type |
---|---|---|
id
|
Offer ID | Number |
amount
|
If there is a financial action associated with this Offer, this field shows the amount. If an offer has an amount, it must be tied to a Fund. The meaning of the amount then depends on the Fund Type. | Numeric |
status
|
Active or inactive | Text |
locale
|
Language locale for this offer | Text |
title
|
Offer title | Text |
banner
|
Image banner for the offer | Text |
content
|
HTML content to display with the offer | Text |
slug
|
URL slug for the offer | Text |
visibility
|
Visibility for the offer (public, authenticated, etc.) | Text |
created_by_id
|
Entity that created the offer | Numeric |
fund_id
|
Fund this offer is attached to. Can be null. | Numeric |
offer_type_id
|
Offer Type ID | Numeric |
organization_id
|
ID of the organization that owns this offer. | Numeric |
call_to_action
|
Text on the call-to-action button | Text |
Offer Type
webapp.partners_offertype
Type of an offer
Field | Description | Type |
---|---|---|
id
|
Offer Type ID | Number |
name
|
Name for this offer type | Text |
display_name
|
Display name for this offer type | Text |
active
|
Whether this offer type is active | Boolean |
fund_type_id
|
Type of Fund this offer must be attached to, if any. For example, an offer for loan guarantees must be attached to a loan guarantee fund. | Text |
Offer Signup
webapp.partners_offersignup
Captures signups for an offer.
Field | Description | Type |
---|---|---|
id
|
Offer signup ID | Numeric |
created_at
|
Date the signup was created at | Date |
offer_id
|
Offer ID the user signed up for | Numeric |
person_id
|
Person ID that signed up for the offer | Numeric |