To get a tracking pixel integration url, use the API https://api-doc.emailconsul.com/post-tracking-pixel-get-integration-url. This API returns a URL that is ready to use.
Response item description:
To get a list of tracking pixel hits, use the API https://api-doc.emailconsul.com/get-tracking-pixel-log. This API returns the list of tracking pixel hits with all related info.
Response item description:
To get timeseries stats for tracking pixel hits, use the API https://api-doc.emailconsul.com/get-tracking-pixel-stats-timeseries.
You can send the group parameter to indicate what data to summarize.
Response item description:
To get aggregated stats for pixel hits, use the API https://api-doc.emailconsul.com/get-tracking-pixel-stats-aggregated.
You can send the group parameter to indicate what data to summarize.
Response item description:
To get a tracking link v1 integration url, use the API https://api-doc.emailconsul.com/post-tracking-link-get-integration-url. This API returns a URL that is ready to use.
Response item description:
To get a tracking link v2 integration url, use the API https://api-doc.emailconsul.com/post-tracking-link-v-2-get-integration-url. This API returns a URL that is ready to use.
Response item description:
To create a new custom tracking link, use the API https://api-doc.emailconsul.com/post-tracking-link-custom. This API returns a custom tracking link with all related info (see Custom tracking link base model).
To get all custom tracking links, use the API https://api-doc.emailconsul.com/get-tracking-link-custom. This This API returns the list of custom tracking links with all related info (see Custom tracking link base model).
To get a custom tracking link, use the API https://api-doc.emailconsul.com/get-tracking-link-custom-by-id. This API returns a custom tracking link with all related info (see Custom tracking link base model).
To delete a custom tracking link, use the API https://api-doc.emailconsul.com/delete-tracking-link-custom-by-id.
To get a list of tracking link clicks, use the API https://api-doc.emailconsul.com/get-tracking-link-log. This API returns the list of tracking link clicks with all related info.
Response item description:
To get timeseries stats for tracking link clicks, use the API https://api-doc.emailconsul.com/get-tracking-link-stats-timeseries.
You can send the group parameter to indicate what data to summarize.
Response item description:
To get aggregated stats for link clicks, use the API https://api-doc.emailconsul.com/get-tracking-link-stats-aggregated.
You can send the group parameter to indicate what data to summarize.
Response item description:
{string} id - Unique identifier of the tracking link.
{string} user_id - Identifier of the profile the link is attached to (optional).
{string} title - Name of the custom tracking link.
{string} redirection_url - The URL to which the tracking link redirects.
{string} params_suffix - Additional query parameters that are always appended to the redirection URL when generating the tracking link.