【问题标题】:MailChimp Api 3.0 interest groupMailChimp Api 3.0 兴趣组
【发布时间】: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 Condition{Type=ConditionType.Interests ,Field = "interests-bfb01be5fa",Operator = Operator.InterestContains, Value =  "5cde411d26" } 
                        }
                    }
                },
                Type = CampaignType.Regular,
            }).Result;

图片组未选择:

我手动选择组的图片:

【问题讨论】:

    标签: c# asp.net mailchimp mailchimp-api-v3.0


    【解决方案1】:

    我有答案。

    修改值后生效

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

    【讨论】:

      猜你喜欢
      • 2016-01-17
      • 2016-04-17
      • 2012-02-04
      • 2013-09-16
      • 2015-12-10
      • 2016-08-18
      • 2017-04-29
      • 2016-09-15
      • 2016-09-11
      相关资源
      最近更新 更多