<?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: Tracking URL with dynamic value in Adobe Analytics Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540137#M38606</link>
    <description>&lt;P&gt;Is the link going&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/EM&gt; you to your partner site... or&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;coming to your site&lt;/STRONG&gt;&lt;/EM&gt; from a link on your partner site?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically you can only track what is happening on your own site... this is the purpose of campaign tracking... a partner, or a marketing campaign in Social Media for instance (where you cannot track) links to your site... they add some querystring parameters to the link that is opened on your site, so that you can read them, and track those PVs/Visits/Conversions/etc back to whatever campaign was running off your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Controversy, I supposed if you are linking out to partner, you could do some fancy code on the exit link to pick up the outgoing campaign (into a custom prop or evar... don't mess up your site's campaign tracking)...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 15:38:04 GMT</pubDate>
    <dc:creator>Jennifer_Dungan</dc:creator>
    <dc:date>2022-08-09T15:38:04Z</dc:date>
    <item>
      <title>Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/539654#M38557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to capture custom value dynamically for an url that we provide?&amp;nbsp; Basically, we are looking to use tracking id and a custom value to identify an user behaviour.&amp;nbsp; For example, is it possible to do something like this in AA?&amp;nbsp; &lt;A href="http://www.test.ca?cid=122&amp;amp;colour=red" target="_blank"&gt;www.test.ca?cid=122&amp;amp;colour=red&lt;/A&gt;&amp;nbsp; &amp;nbsp;colour=red needs to be dynamically populated.&amp;nbsp; Is that something that can be done?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 19:16:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/539654#M38557</guid>
      <dc:creator>SCB</dc:creator>
      <dc:date>2022-08-05T19:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/539691#M38559</link>
      <description>&lt;P&gt;Technically yes, with the right code...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First off, is both 'colour' and 'red' dynamic? Or just 'red'?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If just 'red' is dynamic, this is a lot easier... you can just create a data element using "Query String Parameter" and specifying "colour" as the item:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jennifer_Dungan_0-1659748497017.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/46208i130139F25F41371C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Jennifer_Dungan_0-1659748497017.png" alt="Jennifer_Dungan_0-1659748497017.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if 'colour' could also be dynamic, you will need to write custom code to extra and process this from your string... and you will need to determine rules on how you want to collect it.. what if there are more than one parameter provided (?cid=123&amp;amp;colour=red&amp;amp;shape=square), do you want them all concatenated into a comma separate list?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following JS will get ALL querystrings:&lt;/P&gt;
&lt;PRE&gt;var allparams = window.location.search;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;allparams&lt;/STRONG&gt; will get&amp;nbsp;'?cid=234&amp;amp;colour=red&amp;amp;shape=square'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can use JS to process this data how you need it to be processed, and pass that to the prop or evar of your choice.. or into your s.campaigns&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you only want cid in s.campaigns, and colour and shape to be somewhere else.. you can use JS to parse out the cid and value, leaving you with extra params to use as you wish.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 01:22:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/539691#M38559</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-06T01:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540111#M38602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17376138"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for this.&amp;nbsp; Are we able to pull that information from a partner site to our data layer.&amp;nbsp; Basically, we want to provide that url to our partner to implement, but they don't have AA.&amp;nbsp; Is this doable in that case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 14:08:24 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540111#M38602</guid>
      <dc:creator>SCB</dc:creator>
      <dc:date>2022-08-09T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540137#M38606</link>
      <description>&lt;P&gt;Is the link going&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;from&lt;/STRONG&gt;&lt;/EM&gt; you to your partner site... or&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;coming to your site&lt;/STRONG&gt;&lt;/EM&gt; from a link on your partner site?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically you can only track what is happening on your own site... this is the purpose of campaign tracking... a partner, or a marketing campaign in Social Media for instance (where you cannot track) links to your site... they add some querystring parameters to the link that is opened on your site, so that you can read them, and track those PVs/Visits/Conversions/etc back to whatever campaign was running off your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Controversy, I supposed if you are linking out to partner, you could do some fancy code on the exit link to pick up the outgoing campaign (into a custom prop or evar... don't mess up your site's campaign tracking)...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:38:04 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540137#M38606</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-09T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540172#M38611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17376138"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link is coming from partner site to ours as we want to track users who land on our site onwards.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 17:32:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540172#M38611</guid>
      <dc:creator>SCB</dc:creator>
      <dc:date>2022-08-09T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540175#M38613</link>
      <description>&lt;P&gt;Ok, then yes...this url.. when your partner posts a link to you (passing in your specified campaign parameters), you will track those campaign values when on your site, when the user enters your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This User Group Session could help you out:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=j4uHDORaJWY" target="_blank"&gt;https://www.youtube.com/watch?v=j4uHDORaJWY&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's all about Campaign Tracking&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 17:40:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540175#M38613</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-09T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking URL with dynamic value</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540179#M38614</link>
      <description>&lt;P&gt;Thanks so much&amp;nbsp;&lt;LI-USER uid="17376138"&gt;&lt;/LI-USER&gt;&amp;nbsp;for all your help.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 18:05:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/tracking-url-with-dynamic-value/m-p/540179#M38614</guid>
      <dc:creator>SCB</dc:creator>
      <dc:date>2022-08-09T18:05:12Z</dc:date>
    </item>
  </channel>
</rss>

