In the v1 (php) interface I can get the subscribed date for a list with:
$list[‘sdate’]
Is there a similar field that will tell me that last date the contact opened an email on that list?
In the v1 (php) interface I can get the subscribed date for a list with:
$list[‘sdate’]
Is there a similar field that will tell me that last date the contact opened an email on that list?
Hi! I believe the sdate
field you are referring to is the date the contact subscribed to the list. For details on when a contact last opened an email (using v1
of the API), look at the contact’s actions
or campaign_history
, which are arrays of data that include the date and time when the contact last opened an email.
I hope this helps!
Hi dneal,
Thank you so much! Since I made that post I got a response from AC support saying there was no way to do it. But you’re right. I do see under actions “Contact opened opened campaign …” with a time stamp.
I’m so relieved that this is possible. Thanks again.