# Models

## The TrackingLinkCreate object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Tracking Links","version":"v13"},"components":{"schemas":{"TrackingLinkCreate":{"type":"object","properties":{"Type":{"type":"string","enum":["Regular","Vanity"],"default":"Regular","description":"The type of tracking link to create. 'Vanity' allows for a `CustomPath`."},"CustomPath":{"type":"string","description":"A custom path for a 'Vanity' link (e.g., 'MyCustomLink')."},"AdId":{"type":"integer","description":"The unique ID of the ad to associate with the link. If omitted, redirects to the program's default landing page."},"DeepLink":{"type":"string","format":"uri","description":"A specific URL to redirect the user to, overriding the default."},"MediaPartnerPropertyId":{"type":"integer","description":"The unique ID of the partner's media property where the link will be used."}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://integrations.impact.com/brand-api-reference/brand-api-reference-v13/reference/tracking-links/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
