Skip to main content
9 events
when toggle format what by license comment
Jan 24, 2018 at 12:50 comment added Samir Ahran The amount matches the result.
Jan 24, 2018 at 12:49 comment added mark DE Jong while i take a look at that, could you check something for me? Above the grid where the Contacts are in the experience profile it says "Search Results (#)", does the number match the amount of accounts you see?
Jan 24, 2018 at 12:47 comment added Samir Ahran Of course, how about this?
Jan 24, 2018 at 12:41 comment added mark DE Jong Could you add the code in your post, makes it alot more readable :p
Jan 24, 2018 at 12:39 comment added Samir Ahran I add an interaction like this: var interaction = new Interaction(existingContact, InteractionInitiator.Brand, Guid.Parse(channelId), ConfigurationManager.AppSettings["USER_AGENT"]); Event ev = new Event(Guid.Parse(eventId), DateTime.UtcNow) { }; interaction.Events.Add(ev); client.AddInteraction(interaction); client.Submit();
Jan 24, 2018 at 12:38 comment added Samir Ahran I add a contact like this:var identifiers = new ContactIdentifier[] { new ContactIdentifier(source, id, ContactIdentifierType.Known), }; var xContact = new Contact(identifiers); client.SetFacet<PersonalInformation>(xContact, PersonalInformation.DefaultFacetKey, personalInfoFacet); client.AddContact(xContact); client.Submit();
Jan 24, 2018 at 12:35 comment added mark DE Jong can you share the code of how you create the new Contacts and fill their facets?
Jan 24, 2018 at 12:34 comment added Samir Ahran I'm already running on update 1 of Sitecore 9
Jan 24, 2018 at 10:21 history answered mark DE Jong CC BY-SA 3.0