<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AT.js in Adobe Target Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228827#M5356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you have anything to share specific to above issue then please specify on this thread so that it can benefit the larger community.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Parit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 13:23:37 GMT</pubDate>
    <dc:creator>ParitMittal</dc:creator>
    <dc:date>2016-11-09T13:23:37Z</dc:date>
    <item>
      <title>AT.js</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228824#M5353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;we have &amp;nbsp;requirement where we need to use the st.js form target and show the content on the page.&lt;/P&gt;&lt;P&gt;As am new to target integration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We did the following steps:&lt;/P&gt;&lt;P&gt;1. Downloaded the at.js&lt;/P&gt;&lt;P&gt;2. Created a html file:&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fangularjs%2F1.4.8%2Fangular.min.js" rel="nofollow" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fangularjs%2F1.4.8%2Fangular-route.js" rel="nofollow" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-route.js&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;lt;script src="at.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body &amp;gt;&lt;BR /&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;lt;div class="Test"&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;div class="mboxDefault"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;alert('Hi');&lt;/P&gt;&lt;P&gt;adobe.target.getOffer({ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; "mbox": "cardinal-global", &amp;nbsp;&lt;BR /&gt;&amp;nbsp; "success": function(offers) { &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;console.log('offers', offers);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; adobe.target.applyOffer( { "offer": offers } );&lt;BR /&gt;&amp;nbsp; }, &amp;nbsp;&lt;BR /&gt;&amp;nbsp; "error": function(status, error) { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (console &amp;amp;&amp;amp; console.log) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log('Error:status',status);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console.log('Error',error);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;/*window.addEventListener('load',&lt;BR /&gt;&amp;nbsp; &amp;nbsp; function(e) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;console.log("GREATTTTT");&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; adobe.target.getOffer({&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "mbox": "NPS_Right1",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "params": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "trigger": "customEvent"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "success": function(offer) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;console.log("SUCESSS");&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; adobe.target.applyOffer({&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; offer: offer&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "error": function(status, error) { console.log("statusis :", status);console.log("erroris :", error);}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;);*/&lt;/P&gt;&lt;P&gt;/*NPS_Right1&lt;BR /&gt;adobe.target.applyOffer({ &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; "selector": ".cssClass #elementId",&lt;BR /&gt;&amp;nbsp; "offer": [{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "type": "html",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "content": "&amp;lt;h5&amp;gt;Hello &amp;lt;b&amp;gt;world!!!&amp;lt;/b&amp;gt;&amp;lt;/h5&amp;gt;"&lt;BR /&gt;&amp;nbsp; }]&lt;BR /&gt;});*/&lt;/P&gt;&lt;P&gt;//var sampleApp = angular.module('sampleApp', ['ngRoute', 'adobe.target.directives']);&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="NPS_Right1" data-mboxname="NPS_Right1" mbox class="mboxCreate"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am not getting any success back.&lt;/P&gt;&lt;P&gt;all the time getting the error and the message code is "mbox environment is disabled"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me on this issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 19:37:39 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228824#M5353</guid>
      <dc:creator>tc82</dc:creator>
      <dc:date>2016-11-04T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: AT.js</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228825#M5354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the following documentation on getting started with Target Implementation using at.js . Please do let me know in case of any more questions or queries.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=https%3A%2F%2Fmarketing.adobe.com%2Fresources%2Fhelp%2Fen_US%2Ftarget%2Fov2%2Fc_target-atjs-implementation.html" rel="nofollow" target="_blank"&gt;https://marketing.adobe.com/resources/help/en_US/target/ov2/c_target-atjs-implementation.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Parit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 03:45:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228825#M5354</guid>
      <dc:creator>ParitMittal</dc:creator>
      <dc:date>2016-11-07T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: AT.js</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228826#M5355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Please connect with me on facebook &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:nobdybut@gmail.com"&gt;nobdybut@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:50:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228826#M5355</guid>
      <dc:creator>ankits3107362</dc:creator>
      <dc:date>2016-11-07T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: AT.js</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228827#M5356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;If you have anything to share specific to above issue then please specify on this thread so that it can benefit the larger community.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Parit Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:23:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228827#M5356</guid>
      <dc:creator>ParitMittal</dc:creator>
      <dc:date>2016-11-09T13:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: AT.js</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228828#M5357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for the help.&lt;/P&gt;&lt;P&gt;Below are steps i have followed to have successful output.&lt;/P&gt;&lt;P&gt;1. Created a pageload rule in DTM to use the at.js.&lt;/P&gt;&lt;P&gt;2. Created a web project in eclipse and &amp;nbsp;used above mentioned code &amp;nbsp;in this thread.&lt;/P&gt;&lt;P&gt;3. Started the web project and i the integration was successful.&lt;/P&gt;&lt;P&gt;4. Form target we were able to fetch the content for the mbox name we have defined and showed the content on the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tulasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:17:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/at-js/m-p/228828#M5357</guid>
      <dc:creator>tc82</dc:creator>
      <dc:date>2016-11-09T14:17:59Z</dc:date>
    </item>
  </channel>
</rss>

