Skip to content
Build the link to the campaign statistics page

Build the link to the campaign statistics page

By Mounir 1 min read

How to build a link to the statistics page of a campaign

The different parameters of the link

http://[your_domain]/stats_client/?campage[stat_type]=[campaign_id]&detail=[display_details]&m=[display_bounces]&client=[display_client]&u=[client_id]&passphrase=[campaign_password] - [your_domain]

Use your custom domain if you have one, otherwise www.eml-srv.com

  • [stat_type]

For unique statistics, use campagneu

For raw statistics, use campagne

To display all statistics, use campagnes

  • [campaign_id]

The campaign number

  • [display_details]

To display the breakdown of clicks across the campaign links: 1

To hide it, put any other value or remove the detail parameter

  • [display_bounces]

To display the percentage and number of bounces: gen

To hide it, put any other value or remove the m parameter

  • [campaign_password]

The password associated with the campaign.

This password is unique and is generated automatically by MDWorks.

You can find this password in the response of the campaign list function (Liste_Campagnes) - [display_client]

This string will appear next to the word Client: on the statistics page

  • [client_id]

Replace with your client number if you have a white-label setup (so your logo is displayed).

Otherwise put 1 or remove the u parameter

Example links

  • All statistics, with click breakdown and bounces

http://www.eml-srv.com/stats_client/?campagnes=4311&detail=1&m=gen&client=ATICIA+et+EDIWARE&u=1&passphrase=h4b68f35e

  • All statistics, without click breakdown and with bounces

http://www.eml-srv.com/stats_client/?campagnes=4311&m=gen&client=ATICIA+et+EDIWARE&u=1&passphrase=h4b68f35e

  • All statistics, without click breakdown and without bounces

http://www.eml-srv.com/stats_client/?campagnes=4311&client=ATICIA+et+EDIWARE&u=1&passphrase=h4b68f35e

  • Unique statistics, with click breakdown and bounces

http://www.eml-srv.com/stats_client/?campagneu=4311&detail=1&m=gen&client=ATICIA+et+EDIWARE&u=1&passphrase=h4b68f35e

  • Raw statistics, with click breakdown and bounces

http://www.eml-srv.com/stats_client/?campagne=4311&detail=1&m=gen&client=ATICIA+et+EDIWARE&u=1&passphrase=h4b68f35e

Last updated on