MailChimp Api 3.0 兴趣组

Posted

技术标签:

【中文标题】MailChimp Api 3.0 兴趣组【英文标题】:MailChimp Api 3.0 interest group 【发布时间】:2019-08-29 03:17:37 【问题描述】:

我无法让我的团队参与创建活动

 var campaign = Manager.Campaigns.AddAsync(new Campaign
            
                Settings = _campaignSettings,
                Recipients = new Recipient
                
                    ListId = ListID,
                    SegmentOptions = new SegmentOptions
                    
                        Match = Match.Any,
                        Conditions = new List<Condition>
                        
                            new ConditionType=ConditionType.Interests ,Field = "interests-bfb01be5fa",Operator = Operator.InterestContains, Value =  "5cde411d26"  
                        
                    
                ,
                Type = CampaignType.Regular,
            ).Result;

图片组未选择:

我手动选择组的图片:

【问题讨论】:

【参考方案1】:

我有答案。

修改值后生效

Value = new Dictionary<int , string>  1 , "5cde411d26"    // If Have two group , can be 2 , "Group ID"

【讨论】:

以上是关于MailChimp Api 3.0 兴趣组的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 Mailchimp API 3.0 从用户或兴趣中获取超过 10 个条目?

不使用 API 可以获取 MailChimp 兴趣组 ID 吗?

Gibbon/Mailchimp API 请求在兴趣分组内创建兴趣

使用 MailChimp API V3 更新成员的群组兴趣

通过 API 获取和存储 MailChimp 兴趣的 Typescript 方法

Mailchimp API:如何获取列表中选择特定兴趣的成员