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 前端echarts坐标轴问题
  • ¥15 CMFCPropertyPage
  • ¥15 ad5933的I2C
  • ¥15 请问RTX4060的笔记本电脑可以训练yolov5模型吗?
  • ¥15 数学建模求思路及代码
  • ¥50 silvaco GaN HEMT有栅极场板的击穿电压仿真问题
  • ¥15 谁会P4语言啊,我想请教一下
  • ¥15 这个怎么改成直流激励源给加热电阻提供5a电流呀
  • ¥50 求解vmware的网络模式问题 别拿AI回答
  • ¥24 EFS加密后,在同一台电脑解密出错,证书界面找不到对应指纹的证书,未备份证书,求在原电脑解密的方法,可行即采纳