For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unique URLs

List All Unique URLs

get

Returns a list of your unique URLs, which can be filtered by campaign and state.

Path parameters
AccountSIDstringRequired
Query parameters
CampaignIdintegerOptional

Filter by the program (campaign) ID that hosts the URL.

Statestring · enumOptional

Filter by the current state of the unique URL.

Possible values:
Responses
200

A paginated list of unique URL objects.

application/json
get/Advertisers/{AccountSID}/UniqueUrls
200

A paginated list of unique URL objects.

Get Unique URL Details

get

Retrieves the details of a specific unique URL by its ID.

Path parameters
AccountSIDstringRequired
UrlIdintegerRequired

The unique identifier for the URL.

Responses
200

A single unique URL object.

application/json
IdintegerOptional

The unique identifier for the unique URL.

Example: 00005
Urlstring · uriOptional

The unique URL itself.

Example: https://impact.com
LandingPagestring · uriOptional

The landing page the URL redirects to.

Example: https://impact.com
CampaignIdintegerOptional

Id of the program (formerly known as campaign) that hosts the unique URL.

Example: 1000
CampaignNamestringOptional

The display name of the program.

Example: Acme Campaign
Statestring · enumOptional

State of the unique URL.

Example: AVAILABLEPossible values:
MediaPartnerIdinteger · nullableOptional

The unique identifier of the partner the URL is assigned to, if any.

Example: 10000
MediaPartnerNamestring · nullableOptional

The display name of the assigned partner.

Example: Acme Partner
DateCreatedstring · date-timeOptional

The date and time the unique URL was created.

Example: 2020-09-18T19:17:36-04:00
DateLastAssignedstring · date-time · nullableOptional

The date and time the unique URL was last assigned to a partner.

DateLastReleasedstring · date-time · nullableOptional

The date and time the unique URL was last released from a partner.

Uristring · uri-referenceOptional

The unique reference to this unique URL in the impact.com API.

Example: /Advertisers/<AccountSID>/UniqueUrls/00005
get/Advertisers/{AccountSID}/UniqueUrls/{UrlId}
200

A single unique URL object.

Last updated