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 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化