Expand my Community achievements bar.

Perrin_Ennen
Perrin_Ennen
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @Deleted Account,thanks for your question. However, you are in the Adobe Target area here. You should rather ask your question here (Creative Cloud | After Effects): https://community.adobe.com/t5/after-effects/ct-p/ct-after-effects?page=1&sort=latest_replies&lang=all&tabid=all   Best regards

    Type

    Questions

    Views

    448

    Like

    1

    Replies

    0
  • I'm not sure yet if this is currently working or planned - but I found at least this post - about exporting JSON as XF in the future.   Export from AEM to Adobe Target currently only exports the HTML and there isn't any way to export it as a JSON. However, this appears to be in the roadmap for a f...

    Type

    Ideas

    Views

    1.4K

    Likes

    0

    Replies

    0
  • So yes you can write into the userprofile values like    adobe.target.trackEvent({ mbox: 'carttotal_track', params: { 'profile.carttotal_morethan100': 'true' } }); How Do I Use the adobe.target.trackEvent() Function?   Which I don't think works directly if you just put in the value of the cart - bec...

    Type

    Questions

    Views

    630

    Like

    1

    Replies

    0
  • Yes the at.js is powerful in itself and can also cover e.g. a SPA accordingly and also holds an own pre-hiding in itself which can also be influenced via e.g. the targetGlobalSettings() function. But this should not bother you.   But do you have flickering problems in general?

    Type

    Questions

    Views

    1.8K

    Likes

    2

    Replies

    0
  • I agree with @Gaureshk_Kodag. I wouldn't change anything in at.js itself. That doesn't make much sense because you don't want to change the code every time you update the at.js because there is a new version. Besides, the logic in the at.js is correct and works even if the interaction with the pre-h...

    Type

    Questions

    Views

    1.8K

    Like

    1

    Replies

    0
  • You only need the pre-hiding snippet if Target is loaded asynchronously. It is asynchronous via the GTM. However, here you still have to consider which rules are created in GTM to load Target. If there are rules or conditions that control whether the target should be loaded at all (e.g. Consent etc....

    Type

    Questions

    Views

    1.8K

    Likes

    3

    Replies

    2
  • You can write values into the UserProfile. These are then real time on the client side and in the calls with Adobe Target. Think that if you want to retrieve these values via the API - it's probably not real time (not sure about that). But if you write client-side in the profile - okay user has seen...

    Type

    Questions

    Views

    944

    Likes

    0

    Replies

    2
  • You could use the Adobe Target API to write a script that returns the activities - and you sort the script by modifiedAt and generate an excel.   http://developers.adobetarget.com/api/#list-activities   Alternatively, you can also just display the activity list via Postman accordingly or sort by las...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • There is a mobile SDK - hope this will help you:https://developer.adobe.com/target/implement/mobile/

    Type

    Questions

    Views

    831

    Like

    1

    Replies

    0
  • You can wait here with on document loaded - there is certainly also more elegant way. function yourFunction () { console.log("document loaded"); } (document.readyState != 'complete') ? document.addEventListener('DOMContentLoaded', function() { yourFunction() }) : yourFunction(); You'll probably d...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    1
Top badges earned by Perrin_Ennen
Customize the badges you want to showcase on your profile