Giter VIP home page Giter VIP logo

xconnecttutorial's Introduction

XConnectTutorial

A tutorial repository based on the Sitecore documentation to walk users through common interactions with the APIs.

Based on code from @Martina Wehlander in the "Getting Started" tutorials: https://doc.sitecore.net/developers/xp/getting-started/#tutorials-xconnect

Version support

Latest version: Sitecore XP 9.2.0 Available releases: v9.0.2

Getting Started

Program.cs kicks off the console program and delegates to many other classes which contain the examples of how to interact with the APIs.

Modify the following configuration values in the app.config file:

  • Thumbprint: This is the Thumbprint for your xConnect certificate, as found in your xConnect configuration files.
  • XConnectUrl: This is the URL to your xConnect instance. This code base assumes a single endpoint for all services, but you can extend the program to use different endpoints easily.
  • TwitterIdentifier: A default identifier is configured for creating new contacts. All contacts are created with this identifier + a generated GUID for uniqueness.
  • OtherEventChannelId: This is an item ID in your Sitecore database for the "Other Event" channel. Ensure this matches to your Sitecore ID at the path provided in the code comments.
  • InstantDemoGoalId: This is the item ID in your Sitecore database for the "Instant Demo" goal. Ensure this matches to your Sitecore ID at the path provided in the code comments.
  • SearchYear, SearchMonth, SearchStartDay: This is the start day configuration for searching for interactions. Specify the year, month, date you want the search to start from.
  • SearchDays: This is the number of days to search for when searching interactions.

From here you can start the console app from within Visual Studio and you should be able to step through the various examples and see output in the console window with results.

xconnecttutorial's People

Contributors

jst-cyr avatar jeanfrancoislarente avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.