danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

How do you get click data per member from campaign? #75

Open asterix187 opened 10 years ago

asterix187 commented 10 years ago

Hi, this is just a question. I am trying to get the campaign click detail (as in Reports/Click-Detail) but I cannot find an easy way of doing this without using GetMemberActivity. Is the Click-Detail implemented anywhere or is there a different way of getting campaign related click data for members?

danesparza commented 10 years ago

Great question, @asterix187. I'm not sure what the answer is. Let me do some research and get back to you (or perhaps another API user can weigh in with an answer)

asterix187 commented 10 years ago

Thanks for the reply. I thought it may have been me being a bit mad!

asterix187 commented 10 years ago

Hi, I have implemented this myself and have committed the code for review.