Hello:
Is there a way with the API to get the IDs of links in each mailing?
I can call clicked.xml and get the links & the number of times they've
been clicked but there is no ID associated with the link. In the UI
if I click on the # showing me how many times the link was clicked
I'll get a list of the emails of those who clicked. If I add api to
the front of the URL & .XML to the end like this
https://api.madmimi.com/promotions/{promotion_id}/mailings/{mailing_id}/mailing_links/{LINK_ID}.xml
I'm able to get the people who clicked on the link. However... the
<pun>MISSING LINK</pun> is the LINK_ID as I'm not able to get that
with the clicked.xml
Thanks