dpqg86714 2015-04-26 07:28
浏览 14
已采纳

使用活动EID获取带有PHP / API的Mailchimp会员信息

I am using the Mailchimp API for a few things successfully, one thing I want to do, but can not find the answer for, is using the mc_eid, request the members basic info ( first/last name, email ).

I can do it if I have the email address, but if I only have the mc_cid & mc_eid I have not found a way yet.

Am I missing something here. Thanks

  • 写回答

1条回答 默认 最新

  • dsue14118 2015-04-26 19:56
    关注

    It sounds like you're collecting data from ECommerce360 and hoping to link that up to a specific list subscriber. This will require two steps.

    First, you need to find the list associated with the campaign ID. To do that, call the campaigns/list call, supplying mc_cid as filter for campaign_id.

    Once you have the list_id from the campaigns/list call, you can call lists/member-info. You'll pass the list_id as the id parameter to that call, and then you'll pass the mc_eid as the emails.euid parameter.

    To make this more efficient, you'll probably want to cache the campaign_id / list_id relation.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 2024-五一综合模拟赛
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭