@BenjaminK1 ,I'm not aware of any way to do that. I agree that it would be a nice enhancement to the Debugger if there were fewer clicks needed to get to the data you most want to see. This has gotten incrementally harder as the requests have gotten more sophisticated (GET to POST, simple query stri...
@jmgx ,This is really an Adobe Target question you are asking and you might get more responses by asking your question in the Adobe Target community. I happen to be pretty well versed in Target, though, so I will offer my response. trackEvent() is a method available in Target's at.js library, typica...
Hi @_Manoj_Kumar_ ,We won't be "officially" publishing the new tutorial until next week, but if you'd like early access you can view it where we have it staged here: here https://experienceleague.adobe.com/docs/platform-learn/implement-mobile-sdk-new/overview.html?lang=en When we "officially" publis...
Hi @ShivaniM ,Is this a Web SDK implementation? And are you sharing Platform segments to Adobe Target? It can take around 5-10 min for the identity graph to incorporate the new ECID and then be able to start using the edge profile and segments in Target. One way to improve the performance of this is...
Hi @_Manoj_Kumar_ ,We will actually be launching a new version of the tutorial with a new sample app tomorrow. Would you mind trying the push notification lesson on the new tutorial?Daniel
Hi @EricD206 ,I think we do have what you are asking for here: https://experienceleague.adobe.com/docs/experience-manager-learn/sites/integrations/experience-platform/web-sdk.html Please let me know if this is what you are hoping for or not.
@Paul_Murphy !The ECID isn't in the network request. It gets added on the Edge and is forwarded from there. You can use Assurance to see it, if you want (open the Debugger, go to Logs->Edge and create a session).It is part of the response, which is why you can see it in the Preview tab of dev consol...
Hi @MartD2 ,Sorry about that. It must have been removed when we changed servers. I've just posted the contents of that HTML file in the comment thread of the post for you.
<!doctype html>
<html lang="en">
<head>
<title>Launch, by Adobe: Sample HTML Page</title>
<!--Preconnect and DNS-Prefetch to improve page load time. REPLACE "techmarketingdemos" WITH YOUR OWN AAM PARTNER ID, TARGET CLIENT CODE, AND ANALYTICS TRACKING SERVER-->
<link rel="preconnect" href...