Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

yuhuisg
yuhuisg
Online

Badges

Badges
50

Accepted Solutions

Accepted Solutions
257

Likes Received

Likes Received
476

Posts

Posts
1194

Discussions

Discussions
57

Questions

Questions
1142

Ideas

Ideas
27

Blog Posts

Blog Posts
17
Top badges earned by yuhuisg
Customize the badges you want to showcase on your profile
Re: Retrieving getMarketingCloudVisitorID with and without callback - Dynamic Tag Management 15-08-2022
Since this is under the DTM community (which should really be renamed to the "AEP Tags" community now), I'll assume that you're using Adobe's tag manager for your tracking needs. 1. I normally just use _satellite.getVisitorId().getMarketingCloudVisitorID(). I find that the callback is not needed for most cases. The callback method is provided because ECID needs to send a request to Adobe's endpoint, then wait for the response with the generated ID. So the callback allows for any execution that n...

Views

32

Likes

0

Replies

1
Re: How to add regex to linkInternalFilters (Link Tracking - Never Track in Adobe Analytics) - Dynamic Tag Management 14-08-2022
Yes, you can use a data element to return the desired values, but that must still be a comma-separated list. This is because ultimately, Adobe Analytics only accepts a comma-separated value for that field. See https://experienceleague.adobe.com/docs/analytics/implementation/vars/config-vars/linkinternalfilters.html?lang=en#s.linkinternalfilters-in-appmeasurement-and-the-analytics-extension-custom-code-editor So while you can't use a regular expression, you can, for example, have a data element t...

Views

16

Likes

0

Replies

0
Re: Data Elements - call event.detail object and use it in custom code - Dynamic Tag Management 14-08-2022
Use _satellite.getVar("Page", event) instead. Reference: https://experienceleague.adobe.com/docs/experience-platform/tags/client-side/satellite-object.html?lang=en#getvar

Views

25

Likes

0

Replies

0
Re: Custom GTM Events not getting recognized by Direct call rule. Please Help - Dynamic Tag Management 14-08-2022
Direct Calls won't work based on your setup. Direct Calls can only be tracked when the function _satellite.track() has been run in code. You can't just arbitrarily use eventInfo.eventName. Reference: https://experienceleague.adobe.com/docs/experience-platform/tags/client-side/satellite-object.html#track

Views

17

Likes

0

Replies

0
Re: How to collect DTM implementation details from application? - Dynamic Tag Management 14-08-2022
I'm not sure if I understand your question correctly. DTM, or rather, Adobe Experience Platform Data Collection Tags, does not collect any data by itself. Instead, it more-or-less prepares the data from your website or other means (in its data elements), and then sends these data to Analytics via Rule actions.

Views

20

Likes

0

Replies

0
Re: Activity Map Clicks not showing in The Page view - Dynamic Tag Management 14-08-2022
What "Extension in chrome" are you referring to? If the Adobe Debugger shows the Activity Map data, then the data should have been captured by Adobe Analytics properly. You should then be able to see the same data reported in Analysis Workspace's reports.

Views

18

Likes

0

Replies

0
Re: Paid search attributed to Referring domain - Dynamic Tag Management 14-08-2022
Adobe Analytics is working as expected. Marketing Channels are evaluated per hit. Tracking Codes are like eVars, so they have a persistence. The default is "Week". Referrals (and Referring Domains) are set on the first hit of a visit. When you understand the differences between how these 3 traffic source-related dimensions are set, then you can understand what your report table is showing. See this related post: https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/marketing...

Views

20

Likes

0

Replies

0
Re: Where would you set up a DCM custom floodlight variable in Adobe Launch? - Dynamic Tag Management 14-08-2022
Is your PageName going to be the URL? Or is it a custom Page name? If it's the URL, you can create a data element from the Core > Page Info data element type, then choose "URL". If it's the Page name, then I assume that you also have that page name being used with your regular Adobe Analytics tracking. Check the Adobe Analytics extension's Global Variables settings to see what has been set in the Page name field, and you can use that with this DCM Floodlight tag.

Views

19

Likes

0

Replies

0
Re: Fallout Vsitors Question Comparing Data - Adobe Analytics 14-08-2022
Take a look at my answer at https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/difference-between-calculated-metric-visits-amp-fallout-visits/m-p/456988#M37877 , which contains instructions on how to create the segment that the Fallout visualisation uses. That will help you to get your freeform table to produce the same results.

Views

39

Likes

0

Replies

0
Re: Fallout-Cannot change container to visit even all segments are on the same visit level - Adobe Analytics 13-08-2022
That looks fine. If you remove this "Exclude bots" segment, can your Fallout visualisation work as expected?

Views

23

Likes

0

Replies

0