I can't get my group , in create the campaigns
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;
The Picture group doesn't select:
The Picture i manually selected the group: