<?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: Cross Domain Tracking: embedded as an iframe in Adobe Analytics Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287005#M1830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have validated the Domains as given internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain A is having cookie period : 2. &lt;/P&gt;&lt;P&gt;By default, cookie domain period is set to 2 and thus you don't want to set this explicitly in your base code within DTM.&lt;/P&gt;&lt;P&gt;So, it supported the cookie : Below the screen grab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1548391_pastedImage_1.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13021i7823D2F9006547F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1548391_pastedImage_1.png" alt="1548391_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain B is having cookie period : 3. Since you didn't add the cookie domain variable, the domain didn't support. Check your debugger. It will be showing 'N' against the variable i shown above : Below the screen grab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1548395_pastedImage_2.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13022i82E5F04F157CF76A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1548395_pastedImage_2.png" alt="1548395_pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your fix now is to set cookie domain period to 3 in your base code under configuration variable. Checkout the link : &lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=https%3A%2F%2Fmarketing.adobe.com%2Fresources%2Fhelp%2Fen_US%2Fsc%2Fimplement%2Fcookiedomainperiods.html" rel="nofollow" target="_blank"&gt;s.cookieDomainPeriods&lt;/A&gt; . It should be set only for Domain B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using same base code for Domain A and Domain B, use 'if' condition or dynamic data layer&amp;nbsp; to set the same dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 11:48:42 GMT</pubDate>
    <dc:creator>PratheepArunRaj</dc:creator>
    <dc:date>2018-08-14T11:48:42Z</dc:date>
    <item>
      <title>Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/286998#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Dear all analytics professionals,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I was trying my best to track cross-domain tracking but I guess I ran into a deadlock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Here is my case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I have a domain A. Several pages have iframed(?) form in the page sourcing from Domain B.&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;In other words, a page has domain A url but its form contents are coming from Domain B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I am using DTM and I placed same DTM embed code between Domain A and Domain B.&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Now I can implement Adobe Analytics tags to Domain B's forms' submit button but this click call does not include mid value.&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;( I installed Experience Cloud ID Service too.) The submit data is collected but I need to map them by a unique ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;What I found out was AppendVisitorIDsTo (Cross-Domain Tracking) but when I install this rule in DTM,&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Has it to be all page rules? I published the rule but the site had an error, all pages were not loaded. T.T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Please help me out!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Sincerely,&lt;/P&gt;&lt;P style="font-size: 16px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Jaehong Kwon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 09:15:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/286998#M1823</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-13T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/286999#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note sure whether &lt;STRONG&gt;AppendVisitorIDsTo &lt;/STRONG&gt;will help for iframes.&lt;/P&gt;&lt;P&gt;Also, i don't understand your statement "I placed same DTM embed code &lt;STRONG&gt;between&lt;/STRONG&gt; Domain A and Domain B".&lt;/P&gt;&lt;P&gt;You should place DTM code both in Domain A and Domain B so that the codes work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 06:22:30 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/286999#M1824</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-14T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287000#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I did place DTM code both in Domain A and Domain B.&lt;/P&gt;&lt;P&gt;My problem is the server call from Domain B has no cookie value matching to the one from Domain A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 06:26:20 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287000#M1825</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-14T06:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287001#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case, make sure you ask these questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is the the cookiedomain set properly for both the domains?&lt;/P&gt;&lt;P&gt;2. The namespace for the tracking is the same on both domains?&lt;/P&gt;&lt;P&gt;3. Are the trackingservers set to be the same across both domains?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 07:47:42 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287001#M1826</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-14T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287002#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set the same tracking servers and experience id service.&lt;/P&gt;&lt;P&gt;But I don't know what you mean by namespace for the tracking' and the cookiedomain set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:11:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287002#M1827</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-14T08:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287003#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you ping your domains A and B? If not here, you can inbox me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:34:15 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287003#M1828</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-14T08:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287004#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I sent you a message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:39:43 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287004#M1829</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-14T08:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287005#M1830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have validated the Domains as given internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain A is having cookie period : 2. &lt;/P&gt;&lt;P&gt;By default, cookie domain period is set to 2 and thus you don't want to set this explicitly in your base code within DTM.&lt;/P&gt;&lt;P&gt;So, it supported the cookie : Below the screen grab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1548391_pastedImage_1.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13021i7823D2F9006547F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1548391_pastedImage_1.png" alt="1548391_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain B is having cookie period : 3. Since you didn't add the cookie domain variable, the domain didn't support. Check your debugger. It will be showing 'N' against the variable i shown above : Below the screen grab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1548395_pastedImage_2.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13022i82E5F04F157CF76A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1548395_pastedImage_2.png" alt="1548395_pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your fix now is to set cookie domain period to 3 in your base code under configuration variable. Checkout the link : &lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=https%3A%2F%2Fmarketing.adobe.com%2Fresources%2Fhelp%2Fen_US%2Fsc%2Fimplement%2Fcookiedomainperiods.html" rel="nofollow" target="_blank"&gt;s.cookieDomainPeriods&lt;/A&gt; . It should be set only for Domain B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using same base code for Domain A and Domain B, use 'if' condition or dynamic data layer&amp;nbsp; to set the same dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 11:48:42 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287005#M1830</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-14T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287006#M1831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your sincere support. I solved the cookieDomainPeriods problem and now I see "Y" in cookie supported on domain B too. But Domain A is generating mid, which is experience cloud id but Domain B is generating s_fid, which is fallback id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now should I tag AppendVisitorIDsTo ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 22:48:19 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287006#M1831</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-14T22:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287007#M1832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late revert.&lt;/P&gt;&lt;P&gt;Actually AppendVisitorIDsTo is needed only if your browser/domain didn't allow third party cookie.&lt;/P&gt;&lt;P&gt;Even for us, in UAT, the visitor ID didn't match and fallback id is generated for one of two domains. But when we pushed it live, it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be due to UAT/Firewall restrictions on the internal network. Push the tag to live for an URL and verify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:34:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287007#M1832</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-17T11:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287008#M1833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your advice. I checked raw data from Data Warehouse but different visitorID generated for each domain. I will use this raw data to DMP implementation so I really need to identify unique visitors across 2 different domains by one unique ID value. Is there any solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Aug 2018 07:28:29 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287008#M1833</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-18T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287009#M1834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your browser supports 3rd party cookie, it should solve your case : See &lt;A href="https://marketing.adobe.com/resources/help/en_US/mcvid/mcvid_id_request.html" title="https://marketing.adobe.com/resources/help/en_US/mcvid/mcvid_id_request.html"&gt;How the Experience Cloud ID Service Requests and Sets IDs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please ensure that you have also set Cookie Domain Periods within MCID Tool using Dynamic Data Layer Value under Settings Tab:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1552090_pastedImage_0.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/13023i3A9BEB8FFC5D7855/image-size/large?v=v2&amp;amp;px=999" role="button" title="1552090_pastedImage_0.png" alt="1552090_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If everything is done, I am pretty not sure on the solution. Let's wait for others advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2018 15:24:40 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287009#M1834</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-19T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287010#M1835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you mean this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create data element which returns DomainA and DomainB &lt;/P&gt;&lt;P&gt;2) In Settings&lt;/P&gt;&lt;P&gt;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;&amp;nbsp; cookieDomain&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %data element%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set this and get experience ID from DomainB too but they still don't match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 04:15:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287010#M1835</guid>
      <dc:creator>jaykwon</dc:creator>
      <dc:date>2018-08-24T04:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287011#M1836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few things I can think of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are cookies being cleared each time testing is iterated?&lt;/LI&gt;&lt;LI&gt;Is the demdex cookie being set on both domains? This cookie is what allows cross-domain tracking using the same mid.&lt;/LI&gt;&lt;LI&gt;Are both domains requesting the mid simultaneously? You might want to try waiting a second or two so the demdex cookie is defined.&lt;/LI&gt;&lt;LI&gt;Is tracking both domains absolutely necessary? Bear in mind that this will double server call volume on these pages, and inflate page views if both calls are s.t().&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:46:45 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287011#M1836</guid>
      <dc:creator>Gigazelle</dc:creator>
      <dc:date>2018-08-29T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Domain Tracking: embedded as an iframe</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287012#M1837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. I meant the same.&lt;/P&gt;&lt;P&gt;If you still didn't see, you should consider the comments from Gigazelle. Or else reach customer care for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 04:56:46 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/cross-domain-tracking-embedded-as-an-iframe/m-p/287012#M1837</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-08-30T04:56:46Z</dc:date>
    </item>
  </channel>
</rss>

