Attributes
Id
integer
Id
integerUnique identifier for the managed advertiser (or brand) account.
Name
string
Name
stringName of the managed advertiser (or brand) account.
Description
string
Description
stringBrief overview describing the business of the managed advertiser ( or brand) account.
State
enum
State
enumCurrent activity state of the managed advertiser (or brand) account.
Possible enum values | |
---|---|
ACTIVE | Account is currently active with a live partner program. |
PENDING | Account is currently pending — typically indicates the account is still being onboarded. |
INCOMPLETE | Account information is incomplete and blocking it from launching to a Pending or Active state. |
DECLINED | Account has been declined by impact.com — contact us via our support channel to learn more. |
EXPIRED | Account has expired — contact us via our support channel to learn more. |
DELINQUENT | Account has been marked as delinquent, usually for non-payment. Contact us via our support channel to learn more. |
Website
string
Website
stringListed website for the managed advertiser (or brand) account.
AddressLine1
string
AddressLine1
stringFirst line of the listed address for the managed advertiser (or brand) account.
AddressLine2
string
AddressLine2
stringSecond line of the listed address for the managed advertiser (or brand) account.
City
string
City
stringListed city of the address for the managed advertiser (or brand) account.
CountryState
string
CountryState
stringIf available, the listed country state for the managed advertiser (or brand) account.
PostalCode
string
PostalCode
stringListed postal code (i.e., ZIP Code) for the managed advertiser (or brand) account.
Country
enum
Country
enumTwo-letter country code (specified in ISO 3166-1 alpha 2) for the managed advertiser (or brand) account.
IndirectTaxJurisidiction
enum
IndirectTaxJurisidiction
enumIf the advertiser (or brand) is registered for indirect tax, this is the two-letter country code (specified in ISO 3166-1 alpha 2) that they're registered in.
VatRegistered
boolean
VatRegistered
booleanReturns true
if the country specified in IndirectTaxJurisdiction
levies a value-added tax that the managed advertiser (or brand) account is registered for, otherwise returns false
.
OrganizationType
enum
OrganizationType
enumOrganization type for the managed advertiser (or brand) account. Available options will vary depending on the country that the business is registered in.
Possible enum values | |
---|---|
NONP_GOV | Non-Profit/Government, United States |
CORP | C Corporation, United States |
SOLE_IND | Individual/Sole Proprietor, United States |
LLC_LLP_LLS | Limited Liability Company / Limited Liability Partnership / S Corporation, United States |
TRUST | Trust company, United States |
SOLE_TRD | Sole Trader, Non-US |
PARTNERS | Partnership, Non-US |
LLC | Limited Liability Company, Non-US |
LLP | Limited Liability Partnership, Non-US |
COMPANY | Company, Non-US |
GOVERNMENT | Government, Non-US |
OTHER | Other classification, All countries |
TaxId
string
TaxId
stringTypically used for US-based accounts, a unique identifier (e.g., an Employer Identification Number) for the managed advertiser (or brand) account.
IndirectTaxNumber
string
IndirectTaxNumber
stringTypically used for accounts outside of the US, a unique identifier used for VAT, GST, or HST registration for the managed advertiser (or brand) account.
Timezone
enum
Timezone
enumListed time zone (specified in tz database name format) of the managed advertiser (or brand) account.
Currency
currency
Currency
currencyThree-letter ISO 4217 currency code of the managed advertiser (or brand) account default currency.
PhoneNumber
integer
PhoneNumber
integerListed phone number to contact the managed advertiser (or brand).
DateCreated
datetime
DateCreated
datetimeDate and time (in ISO 8601 format) when the managed advertiser (or brand) account was created.
FinancialSetup
enum
FinancialSetup
enumSpecifies the financial setup of the managed advertiser (or brand) account.
Possible enum values | |
---|---|
AGENCY_FUNDED | Account is funded by your organization (i.e., you pay impact.com on behalf of the brand). |
BILLED_BY_IR | Account is funded by the brand (i.e., impact.com bills the advertiser directly for their SaaS fees) |
NO_RELATIONSHIP | impact.com has no established relationship on the financial setup of the managed advertiser (or _brand_) account. |
AgencyOfRecord
boolean
AgencyOfRecord
booleanIf true
, you can purchase advertising space on behalf of the managed advertiser (or brand) account; otherwise false
.
RestAccountURL
string
RestAccountURL
stringDirect URL link to access the managed advertiser (or brand) account via the impact.com Brand API.
Uri
string
Uri
stringThe unique reference to this object in the impact.com Agency/SP API.
{
"Id": "987654",
"Name": "Acme Partner Program",
"Description": "Acme sells a wide variety of consumer goods.",
"State": "ACTIVE",
"Website": "https://www.example.com",
"AddressLine1": "123 Quincy Street",
"AddressLine2": "",
"City": "Los Angeles",
"CountryState": "CALIFORNIA",
"PostalCode": "93305",
"Country": "US",
"IndirectTaxJurisdiction": "",
"VatRegistered": "false",
"OrganizationType": "CORP",
"TaxId": "",
"IndirectTaxNumber": "",
"Timezone": "America/Los_Angeles",
"Currency": "USD",
"PhoneNumber": "8085550100",
"DateCreated": "2021-03-31T17:56:23-07:00",
"FinancialSetup": "BILLED_BY_IR",
"AgencyOfRecord": "false",
"RestAccountURL": "<AccountSID>:<AuthToken>>@api.impact.com/Advertisers/<AccountSID>",
"Uri": "/Agencies/<AccountSID>/Advertisers/987654"
}