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: Heartbeat video and Pageviews - Adobe Analytics 25-08-2022
WOW! Thanks for letting us know... The data feed issue (with the page_event) is likely more impacted when using something like the Media Plugin... but this is really good to know. I will let our data team know that this could be an issue in their processing (but we don't use the Media plugin, we just did our own custom media events)

Views

18

Likes

0

Replies

0
Re: Clicks tracking - Adobe Experience Platform Data Collection 24-08-2022
For eVar9, you should be using %Click Info - Click URL%, which is the name of your data element. Both the "Event Text Content" and "Click Info - Click Text" do the exact same thing, that's why when eVar8 is set with %Event Text Content%, AA can report the link name properly. Personally, I would change eVar8 and eVar9 to use "this", i.e. eVar8 = %this.@cleanText% eVar9 = %this.href% Reference: https://jimalytics.com/wp-content/uploads/2017/11/Adobe-Launch-Cheat-Sheet.pdf

Views

4

Likes

0

Replies

0
Re: Classification Rule Limits - Adobe Analytics 24-08-2022
@AMinakov Look back window would be one of the reasons, for this. Below are some points you would need to keep in mind Sub-classifications are not supported with Classification Rule Builder (CRB). Our current classification system can only export up to 10 million rows at a time. When CRB requests an export, it pulls both classified AND unclassified values, with unclassified values coming through at the end of the export. This means that, over time, you could fill up 10 million classified values ...

Views

24

Likes

0

Replies

0
Re: Adobe Analytics works only when debugger is on - Adobe Analytics 24-08-2022
In your desktop browser's Network console, filter for "b/ss". Do you see any network requests with parameters and values that match your implementation? Also, despite the absence of Real Time Reports data, do you see any data with the regular reports in Analysis Workspace?

Views

8

Likes

0

Replies

0
Re: Connect Adobe Analytics to Google ads - Adobe Analytics 24-08-2022
Analytics wouldn't be the right product to connect. Instead, you want to look at Adobe Audience Manager (AAM). Contact your Adobe Customer Success Manager for more information.

Views

4

Likes

0

Replies

0
Re: Send offline data to Adobe Analytics as a success event or contextData? - Adobe Analytics 24-08-2022
Ah, got it. Good news! You can send contextData with Bulk Data Insertion API. See https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/bulk-data-insertion/file-format/#csv-and-query-string-column-reference

Views

9

Like

1

Replies

0
Re: Need help sorting out developer access for Adobe Analytics API - Adobe Analytics 23-08-2022
I believe Adobe I/O does not use Single Sign On so if your company uses SSO you might be using different accounts as the one you would use on Adobe I/O would be your Adobe ID where in SSO it would be the Enterprise ID even if you are using same email.

Views

12

Likes

0

Replies

0
Re: Querying service: urgently needs dramatic improvement in querying speed - Adobe Experience Platform 22-08-2022
@yuhuisg I hear you. A few things that sometimes help: Add a Batch_ID to WHERE Replace SELECT * with SELECT [field1], [field2], [field3], [field4] Keep your LIMIT If you know you have a long running query, use CTAS Hope that helps a little.

Views

15

Likes

0

Replies

0
Re: How to write WHERE condition correctly in Query? - Adobe Experience Platform 22-08-2022
Never mind, I figured it out. I should be using single quotes instead of double quotes. So this returned a result properly: SELECT * FROM table WHERE table.eventType = 'commerce.purchases' LIMIT 10;

Views

13

Like

1

Replies

0
Re: adobe campaign delivery label visits showing "0" in Adobe Analytics - Adobe Analytics 22-08-2022
You will need to check your own implementation to find out how eVar51 is being populated. It could be one of the following: If you're using AEP Tags as your tag manager, then check that Rules that set eVar51 are doing so properly. If you've implemented AppMeasurement.js directly in your pages instead of using a tag manager, then check your implementation that eVar51 is set properly. Check your report suite's Processing Rules for any rule that sets eVar51 and verify that valid values are being us...

Views

9

Likes

0

Replies

0