Measurement endpoint
AraraTrack provides an HTTPS endpoint for advertising click measurement and transparent destination routing.
https://trk.araratrack.comGET /clickSend a GET request
The request must include a valid immediate destination in the redirect parameter. Campaign context can be included through optional parameters.
GET https://trk.araratrack.com/clickRequest parameters
Only the immediate destination is required for routing. Additional parameters may be transmitted depending on an advertiser's implementation.
| Parameter | Required | Description |
|---|---|---|
redirect | Yes | Immediate destination URL |
campaign_id | No | Campaign identifier |
click_id | No | Click identifier |
source | No | Traffic source |
device | No | Device information |
keyword | No | Advertising keyword |
creative | No | Creative identifier |
Explicit next-hop routing
The immediate destination comes from the redirect value in the request. AraraTrack can respond with an HTTP 302 redirect to the validated URL.
Campaign request example
This example is shown for documentation only. No request is executed from this page.
GET https://trk.araratrack.com/click?campaign_id=demo&redirect=https%3A%2F%2Fexample.comDestination response
HTTP/1.1 302 Found
Location: https://example.comValidation: Destination parameters should contain valid HTTP or HTTPS URLs. Invalid or unsupported destination values may be rejected rather than redirected.
HTTPS transport
AraraTrack tracking endpoints are intended to operate over HTTPS.
Available request context
Measurement events may include supplied campaign identifiers, click identifiers, destination URLs, timestamps and technical request information. Actual fields depend on the implementation and available request data.
Tracking domain: trk.araratrack.com