To get a tracking pixel integration url, use the API https://api.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/post_tracking_link_v2_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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/get_tracking_link_custom__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.emailconsul.com/api/v1.0/doc/#/Tracking/delete_tracking_link_custom__id_.
To get a list of tracking link clicks, use the API https://api.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.emailconsul.com/api/v1.0/doc/#/Tracking/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.