Settings - Tracking
You can track many of your recipients' interactions with your emails, including:
- Opening emails
- Clicking links
- Subscribing to (or unsubscribing from) your emails
For more information about tracking, please see our Tracking Settings documentation.
Retrieve Click Track Settings
GET /v3/tracking_settings/click
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve your current click tracking setting.
Click Tracking overrides all the links and URLs in your emails and points them to either SendGrid’s servers or the domain with which you branded your link. When a customer clicks a link, SendGrid tracks those clicks.
Click tracking helps you understand how users are engaging with your communications. SendGrid can track up to 1000 links per email
Authentication
- API Key
Headers
Responses
Indicates if click tracking is enabled for plain text emails.
Indicates if click tracking is enabled or disabled.
{
"enable_text": false,
"enabled": false
}
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.