Is a Sitecore campaign triggered as a 'live event'?Atlanta Sitecore User GroupCampaign Creator loading problemSitecore Campaign Creator installationError when creating new campaign: “Your campaign activity has not been saved”How to trigger an event when a customer don't open email using sitecore 9Send email upon activation of the Marketing Automation planCustom marketing automation activity does not work in Sitecore 9.0.1Why “Email clicked” And “Email opened” activity types are not shown in Marketing actions tab in sitecore 9.0.1?Is it possible to have several campaign personalisation for the same component?Is Sitecore Campaign Creator tool supported in Sitecore 9Sitecore 9.1 xConnect site not working

How to safely derail a train during transit?

How do I rename a Linux host without needing to reboot for the rename to take effect?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

Return the Closest Prime Number

Escape a backup date in a file name

How can I kill an app using Terminal?

Anatomically Correct Strange Women In Ponds Distributing Swords

How to pronounce the slash sign

Did the DC-9 ever use RATO in revenue service?

Would a high gravity rocky planet be guaranteed to have an atmosphere?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Short story about space worker geeks who zone out by 'listening' to radiation from stars

How to check is there any negative term in a large list?

How did Arya survive the stabbing?

You cannot touch me, but I can touch you, who am I?

What is the opposite of 'gravitas'?

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

Is this apparent Class Action settlement a spam message?

Is there a korbon needed for conversion?

How do scammers retract money, while you can’t?

Is the destination of a commercial flight important for the pilot?

Do the temporary hit points from the Battlerager barbarian's Reckless Abandon stack if I make multiple attacks on my turn?

Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?

Avoiding estate tax by giving multiple gifts



Is a Sitecore campaign triggered as a 'live event'?



Atlanta Sitecore User GroupCampaign Creator loading problemSitecore Campaign Creator installationError when creating new campaign: “Your campaign activity has not been saved”How to trigger an event when a customer don't open email using sitecore 9Send email upon activation of the Marketing Automation planCustom marketing automation activity does not work in Sitecore 9.0.1Why “Email clicked” And “Email opened” activity types are not shown in Marketing actions tab in sitecore 9.0.1?Is it possible to have several campaign personalisation for the same component?Is Sitecore Campaign Creator tool supported in Sitecore 9Sitecore 9.1 xConnect site not working










2















In Sitecore, campaigns can be created for online and offline tracking. Those campaigns can then be triggered by adding sc_camp=the-unique-id to urls in social media or on the site itself.



I want to setup a campaign and as soon as the person clicks the link with sc_camp, I want a Marketing Automation Campaign to kick in.
Currently with Sitecore 9.1 you can already add a rule in the start condition of the MA: where the contact has triggered campaign x



With goals, you have to select 'IsLiveEvent' so that the MA gets triggered during the session and not afterwards.
Can this work for campaigns?










share|improve this question


























    2















    In Sitecore, campaigns can be created for online and offline tracking. Those campaigns can then be triggered by adding sc_camp=the-unique-id to urls in social media or on the site itself.



    I want to setup a campaign and as soon as the person clicks the link with sc_camp, I want a Marketing Automation Campaign to kick in.
    Currently with Sitecore 9.1 you can already add a rule in the start condition of the MA: where the contact has triggered campaign x



    With goals, you have to select 'IsLiveEvent' so that the MA gets triggered during the session and not afterwards.
    Can this work for campaigns?










    share|improve this question
























      2












      2








      2








      In Sitecore, campaigns can be created for online and offline tracking. Those campaigns can then be triggered by adding sc_camp=the-unique-id to urls in social media or on the site itself.



      I want to setup a campaign and as soon as the person clicks the link with sc_camp, I want a Marketing Automation Campaign to kick in.
      Currently with Sitecore 9.1 you can already add a rule in the start condition of the MA: where the contact has triggered campaign x



      With goals, you have to select 'IsLiveEvent' so that the MA gets triggered during the session and not afterwards.
      Can this work for campaigns?










      share|improve this question














      In Sitecore, campaigns can be created for online and offline tracking. Those campaigns can then be triggered by adding sc_camp=the-unique-id to urls in social media or on the site itself.



      I want to setup a campaign and as soon as the person clicks the link with sc_camp, I want a Marketing Automation Campaign to kick in.
      Currently with Sitecore 9.1 you can already add a rule in the start condition of the MA: where the contact has triggered campaign x



      With goals, you have to select 'IsLiveEvent' so that the MA gets triggered during the session and not afterwards.
      Can this work for campaigns?







      marketing-automation campaigncreator






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      Koen HeyeKoen Heye

      1,085522




      1,085522




















          1 Answer
          1






          active

          oldest

          votes


















          4














          Campaigns are not treated as live events OOTB. Live events are only detected for page events and outcomes by corresponding processors:



          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterPageEvent.LivePageEventInspector


          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterOutcome.LiveOutcomeInspector


          Both of the processors check for IsLiveEvent property on the marketing entity definition and kicks off submitLiveAutomationEvent pipeline if event/outcome matches that criterion.
          You could try to simulate similar functionality for campaigns by creating your own LiveCampaignInspector processor and patching triggerCampaign pipeline.



          public class LiveCampaignInspector : TriggerCampaignProcessor

          public override void Process(TriggerCampaignArgs args)

          new SubmitLiveAutomationEventPipeline().Run(new SubmitLiveAutomationEventArgs(args.Page.Session.Contact, args.Page.Session.Interaction, args.Definition.Id));




          Please note that I didn't have a chance to test it.






          share|improve this answer


















          • 1





            please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

            – Bas Lijten
            yesterday










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "664"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17692%2fis-a-sitecore-campaign-triggered-as-a-live-event%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4














          Campaigns are not treated as live events OOTB. Live events are only detected for page events and outcomes by corresponding processors:



          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterPageEvent.LivePageEventInspector


          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterOutcome.LiveOutcomeInspector


          Both of the processors check for IsLiveEvent property on the marketing entity definition and kicks off submitLiveAutomationEvent pipeline if event/outcome matches that criterion.
          You could try to simulate similar functionality for campaigns by creating your own LiveCampaignInspector processor and patching triggerCampaign pipeline.



          public class LiveCampaignInspector : TriggerCampaignProcessor

          public override void Process(TriggerCampaignArgs args)

          new SubmitLiveAutomationEventPipeline().Run(new SubmitLiveAutomationEventArgs(args.Page.Session.Contact, args.Page.Session.Interaction, args.Definition.Id));




          Please note that I didn't have a chance to test it.






          share|improve this answer


















          • 1





            please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

            – Bas Lijten
            yesterday















          4














          Campaigns are not treated as live events OOTB. Live events are only detected for page events and outcomes by corresponding processors:



          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterPageEvent.LivePageEventInspector


          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterOutcome.LiveOutcomeInspector


          Both of the processors check for IsLiveEvent property on the marketing entity definition and kicks off submitLiveAutomationEvent pipeline if event/outcome matches that criterion.
          You could try to simulate similar functionality for campaigns by creating your own LiveCampaignInspector processor and patching triggerCampaign pipeline.



          public class LiveCampaignInspector : TriggerCampaignProcessor

          public override void Process(TriggerCampaignArgs args)

          new SubmitLiveAutomationEventPipeline().Run(new SubmitLiveAutomationEventArgs(args.Page.Session.Contact, args.Page.Session.Interaction, args.Definition.Id));




          Please note that I didn't have a chance to test it.






          share|improve this answer


















          • 1





            please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

            – Bas Lijten
            yesterday













          4












          4








          4







          Campaigns are not treated as live events OOTB. Live events are only detected for page events and outcomes by corresponding processors:



          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterPageEvent.LivePageEventInspector


          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterOutcome.LiveOutcomeInspector


          Both of the processors check for IsLiveEvent property on the marketing entity definition and kicks off submitLiveAutomationEvent pipeline if event/outcome matches that criterion.
          You could try to simulate similar functionality for campaigns by creating your own LiveCampaignInspector processor and patching triggerCampaign pipeline.



          public class LiveCampaignInspector : TriggerCampaignProcessor

          public override void Process(TriggerCampaignArgs args)

          new SubmitLiveAutomationEventPipeline().Run(new SubmitLiveAutomationEventArgs(args.Page.Session.Contact, args.Page.Session.Interaction, args.Definition.Id));




          Please note that I didn't have a chance to test it.






          share|improve this answer













          Campaigns are not treated as live events OOTB. Live events are only detected for page events and outcomes by corresponding processors:



          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterPageEvent.LivePageEventInspector


          • Sitecore.Xdb.MarketingAutomation.Tracking.Pipelines.RegisterOutcome.LiveOutcomeInspector


          Both of the processors check for IsLiveEvent property on the marketing entity definition and kicks off submitLiveAutomationEvent pipeline if event/outcome matches that criterion.
          You could try to simulate similar functionality for campaigns by creating your own LiveCampaignInspector processor and patching triggerCampaign pipeline.



          public class LiveCampaignInspector : TriggerCampaignProcessor

          public override void Process(TriggerCampaignArgs args)

          new SubmitLiveAutomationEventPipeline().Run(new SubmitLiveAutomationEventArgs(args.Page.Session.Contact, args.Page.Session.Interaction, args.Definition.Id));




          Please note that I didn't have a chance to test it.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          grggrg

          1,349213




          1,349213







          • 1





            please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

            – Bas Lijten
            yesterday












          • 1





            please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

            – Bas Lijten
            yesterday







          1




          1





          please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

          – Bas Lijten
          yesterday





          please note that a live event is not really "live". It means that actions that are triggered by those events can be handled during the same session and that an xConnect update isnt needed. Marketing automation runs async and has a delay (which can be configured). I wanted it to run immediately, but there always seems to be a delay of ~2seconds, when I decreased the automation plan time.

          – Bas Lijten
          yesterday

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Sitecore Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f17692%2fis-a-sitecore-campaign-triggered-as-a-live-event%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          -campaigncreator, marketing-automation

          Popular posts from this blog

          Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

          Frič See also Navigation menuinternal link

          Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant