<?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: Internal Campaign in Adobe Analytics Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273981#M1473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Rawsofts point 2. make the evar session level. Keep it separate from the s.campaign variable though or have 2 evars 1 for int and 1 for external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The great advantage in doing that is you can then map Campaign influence for both external and Internal campaigns simultaneously on the same page if relevant).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 17:18:13 GMT</pubDate>
    <dc:creator>Pablo_Childe</dc:creator>
    <dc:date>2018-04-19T17:18:13Z</dc:date>
    <item>
      <title>Internal Campaign</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273978#M1470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope someone can assist on the below.&lt;/P&gt;&lt;P&gt;We are currently tracking external campaigns using DTM as per below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1467964_pastedImage_0.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/11079iDC24A1188B0A6B63/image-size/large?v=v2&amp;amp;px=999" role="button" title="1467964_pastedImage_0.png" alt="1467964_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We are now looking to track internal campaigns. The query param for internal campaigns will "icid".&lt;/P&gt;&lt;P&gt;We are toying with the idea of creating an eVar in Adobe Analytics and using getQueryParameter plug-in DTM.&lt;/P&gt;&lt;P&gt;The code should look something like this, s.eVar46 = s.Util.getQueryParam("icid");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if this is best practice or are there any alternative methods we should consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open to suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Winston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 01:02:11 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273978#M1470</guid>
      <dc:creator>winstonl2748060</dc:creator>
      <dc:date>2018-04-18T01:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Campaign</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273979#M1471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a query parameter for "internal" campaign is generally not a good idea if your site is publicly accessible or index-able as it will completely skew your metrics if that URL get indexed and passed along. You will need to get a bit more involved depending on how complex and sparse your internal campaigns are setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We usually recommend using a cookie or local storage at the session level to track "internal" campaigns, in the case of e-commerce when a user interacts with a product you set storage and pick it up from the PDP and send off with an eVar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:27:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273979#M1471</guid>
      <dc:creator>Rydal_Williams</dc:creator>
      <dc:date>2018-04-18T21:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Campaign</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273980#M1472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rel=canonical tags mean pages with parameters shouldn't get indexed by e.g. Google, Bing, etc. Assuming by "indexed" you mean in search engines for SEO. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 23:38:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273980#M1472</guid>
      <dc:creator>kater83492823</dc:creator>
      <dc:date>2018-04-18T23:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Campaign</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273981#M1473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Rawsofts point 2. make the evar session level. Keep it separate from the s.campaign variable though or have 2 evars 1 for int and 1 for external.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The great advantage in doing that is you can then map Campaign influence for both external and Internal campaigns simultaneously on the same page if relevant).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:18:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/internal-campaign/m-p/273981#M1473</guid>
      <dc:creator>Pablo_Childe</dc:creator>
      <dc:date>2018-04-19T17:18:13Z</dc:date>
    </item>
  </channel>
</rss>

