The unique URL object holds information about a unique URL a partner can have access to. You can retrieve a unique URL as well as list all unique URLs.
Attributes
Id integer
Id integerUnique identifier for the object referred to as the impact.com Unique URL Object.
Url string
Url stringUnique URL a partner can have access to.
LandingPage string
LandingPage stringLanding page that the unique URL points to.
CampaignId integer
CampaignId integerId of the program (formerly known as campaign) that hosts the unique URL.
CampaignName string
CampaignName stringName of the program (formerly known as campaign) that hosts the unique URL.
State enum
State enumState of the unique URL.
| View possible enum values | |
|---|---|
AVAILABLE | Unique URL is available for assignment. |
DELETED | Unique URL has been deleted. |
INUSE | Unique URL is currently being used by a partner. |
QUARANTINE | Unique is quarantined and is being investigated. |
RESERVED | Unique URL is reserved for a certain partner. |
MediaPartnerId integer
MediaPartnerId integerId of the partner (formerly known as media partner) the unique URL is assigned to.
MediaPartnerName string
MediaPartnerName stringName of the partner (formerly known as media partner) the unique URL is assigned to.
DateCreated string
DateCreated stringDate and time the unique URL was created. See ISO 8601.
DateLastAssigned string
DateLastAssigned stringDate and time the unique URL was last assigned to a partner. See ISO 8601.
DateLastReleased string
DateLastReleased stringDate and time the unique URL was last released from a partner. See ISO 8601.
Uri string
Uri stringUnique URL's direct URI to view only one specific unique URL.
{
"Id": "00005",
"Url": "https://impact.com",
"LandingPage": "https://impact.com",
"CampaignId": "1000",
"CampaignName": "Acme Campaign",
"State": "AVAILABLE",
"MediaPartnerId": "10000",
"MediaPartnerName": "Acme Partner",
"DateCreated": "2020-09-18T19:17:36-04:00",
"DateLastAssigned": "",
"DateLastReleased": "",
"Uri": "/Advertisers/<AccountSID>/UniqueUrls/00005"
}