<?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: Visid_high and Visid_low in Adobe Experience Cloud Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449936#M2350</link>
    <description>&lt;P&gt;ok so you are making a reference to data feeds. When it comes to identifying visitor id there are several columns you need to look at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First read :&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-calculate.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-calculate.html?lang=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Visitors&lt;/H2&gt;&lt;P&gt;All methods Adobe uses to identify unique visitors (custom visitor ID, Experience Cloud ID service, etc.) are all ultimately calculated as a value in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low. The concatenation of these two columns can be used as the standard of identifying unique visitors regardless of how they were identified as a unique visitor. If you would like to understand which method Adobe used to identify a unique visitor, use the column&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_type.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Concatenate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low.&lt;/LI&gt;&lt;LI&gt;Count the unique number of values.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok so even if you send an MID value, a post_visid_high and post_visid_low are generated but here is how to identify you visitor hits inside data feed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;make sure to extract these columns:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;post_visid_type&lt;/TD&gt;&lt;TD&gt;Not for external use; internally used by Adobe for processing optimizations. Numeric ID representing the method used to identify the visitor.&lt;BR /&gt;0: Custom visitorID or Unknown/not applicable&lt;BR /&gt;1: IP and user agent fallback&lt;BR /&gt;2: HTTP Mobile Subscriber Header&lt;BR /&gt;3: Legacy cookie value (s_vi)&lt;BR /&gt;4: Fallback cookie value (s_fid)&lt;BR /&gt;5: Identity Service&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the id, you will need to look at corresponding columns:&lt;/P&gt;&lt;P&gt;5 is for MID so make sure to extract column:&amp;nbsp;&lt;/P&gt;&lt;TABLE width="799px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="81.3195px"&gt;mcvisid&lt;/TD&gt;&lt;TD width="716.562px"&gt;Experience Cloud Visitor ID. 128-bit number consisting of two concatenated 64-bit numbers padded to 19 digits.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or the post version of this column post_mcvisid&lt;/P&gt;&lt;P&gt;This should help you to identify your visit from your browser if you know mid value.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 10:04:08 GMT</pubDate>
    <dc:creator>Alexis_Cazes_</dc:creator>
    <dc:date>2022-04-27T10:04:08Z</dc:date>
    <item>
      <title>Visid_high and Visid_low</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449703#M2349</link>
      <description>&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;We are using the&amp;nbsp;Experience Cloud ID Service to identify users. If i want to find my own MID, I use console command _satellite.getVisitorId().getMarketingCloudVisitorID(). Moreover, I can find thid value in the AMCV cookie.&lt;/P&gt;&lt;P&gt;In our DWH we have columns&amp;nbsp;Visid_high and Visid_low, which&amp;nbsp;are based off the 'aid' value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, my question is : How can i find this 'aid' value in the cookies or using console ? S_vi cookie isn't set and I also tried console command&amp;nbsp;_satellite.getVisitorId().getAnalyticsVisitorID() and it returned ''.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 09:05:01 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449703#M2349</guid>
      <dc:creator>AMinakov</dc:creator>
      <dc:date>2022-04-26T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Visid_high and Visid_low</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449936#M2350</link>
      <description>&lt;P&gt;ok so you are making a reference to data feeds. When it comes to identifying visitor id there are several columns you need to look at.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First read :&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-calculate.html?lang=en" target="_blank" rel="noopener"&gt;https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-calculate.html?lang=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Visitors&lt;/H2&gt;&lt;P&gt;All methods Adobe uses to identify unique visitors (custom visitor ID, Experience Cloud ID service, etc.) are all ultimately calculated as a value in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low. The concatenation of these two columns can be used as the standard of identifying unique visitors regardless of how they were identified as a unique visitor. If you would like to understand which method Adobe used to identify a unique visitor, use the column&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_type.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Concatenate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low.&lt;/LI&gt;&lt;LI&gt;Count the unique number of values.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok so even if you send an MID value, a post_visid_high and post_visid_low are generated but here is how to identify you visitor hits inside data feed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;make sure to extract these columns:&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;post_visid_type&lt;/TD&gt;&lt;TD&gt;Not for external use; internally used by Adobe for processing optimizations. Numeric ID representing the method used to identify the visitor.&lt;BR /&gt;0: Custom visitorID or Unknown/not applicable&lt;BR /&gt;1: IP and user agent fallback&lt;BR /&gt;2: HTTP Mobile Subscriber Header&lt;BR /&gt;3: Legacy cookie value (s_vi)&lt;BR /&gt;4: Fallback cookie value (s_fid)&lt;BR /&gt;5: Identity Service&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the id, you will need to look at corresponding columns:&lt;/P&gt;&lt;P&gt;5 is for MID so make sure to extract column:&amp;nbsp;&lt;/P&gt;&lt;TABLE width="799px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="81.3195px"&gt;mcvisid&lt;/TD&gt;&lt;TD width="716.562px"&gt;Experience Cloud Visitor ID. 128-bit number consisting of two concatenated 64-bit numbers padded to 19 digits.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or the post version of this column post_mcvisid&lt;/P&gt;&lt;P&gt;This should help you to identify your visit from your browser if you know mid value.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 10:04:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449936#M2350</guid>
      <dc:creator>Alexis_Cazes_</dc:creator>
      <dc:date>2022-04-27T10:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Visid_high and Visid_low</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449951#M2351</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;All methods Adobe uses to identify unique visitors (custom visitor ID, Experience Cloud ID service, etc.) are all ultimately calculated as a value in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low. The concatenation of these two columns can be used as the standard of identifying unique visitors regardless of how they were identified as a unique visitor.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I&amp;nbsp;c&lt;SPAN&gt;ounted the unique number of&amp;nbsp;&lt;/SPAN&gt;concatenation (post_visid_high&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;post_visid_low) and I have like 10% difference between this number and the Unique Visitor metrics number, that I see in the report. I thought that it happens because of using ECID, but if I understood your answer correctly, I was wrong.&lt;/P&gt;&lt;P&gt;What may be the reason of that ? Will be happy to see any suggestions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:28:54 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/449951#M2351</guid>
      <dc:creator>AMinakov</dc:creator>
      <dc:date>2022-04-27T13:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Visid_high and Visid_low</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/450804#M2354</link>
      <description>&lt;P&gt;What is the query you have used ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you check the exclude_hit column to make sure you do not count these lines ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your report timestamp enabled or timestamp optional ? In some instances for mobile SDK the hits can be queued on client side and send on another day but with the timestamp of when they happened. which mean that if you query for day X, they could be on other day hits for day X in the data feed&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:39:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-questions/visid-high-and-visid-low/m-p/450804#M2354</guid>
      <dc:creator>Alexis_Cazes_</dc:creator>
      <dc:date>2022-05-05T08:39:08Z</dc:date>
    </item>
  </channel>
</rss>

