Expand my Community achievements bar.

Perrin_Ennen
Perrin_Ennen
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • You can do the JWT token generation manually in the UI. But it is also possible to automate this yourself.   Here is an article how it works with Bash: Generate JWT With Bash  Something like this exists for other programming languages as well.

    Type

    Questions

    Views

    1.8K

    Like

    1

    Replies

    0
  • Hi @KaterineRiera, the recommendations are loaded for me. However, very late. For me this looks more like a problem in Adobe Launch. Adobe Target is loaded / executed really late. I would recommend to check the Adobe Launch setup. Adobe Target should be loaded as early as possible.

    Type

    Questions

    Views

    655

    Like

    1

    Replies

    1
  • Hi @lakshyakan, your ProfileScript always returns only a value / string. No object. It is possible to write from objects as strings - but probably too complex here. In addition, the UserProfile also has limits.   Maybe it makes more sense for you to divide the website into categories. In pages write...

    Type

    Questions

    Views

    997

    Like

    1

    Replies

    0
  • Hi @homerom2514576, Sounds spontaneously like an issue in your audience. Maybe you can double check.   Depending on how your URLs look like. Can also help e.g. a profileScript - that always writes the isHomepage -> true into the profile on the start page (else false). Which you can then use better i...

    Type

    Questions

    Views

    713

    Like

    1

    Replies

    0
  • You can use client secrets to generate a new bearer token each time before the API request.   There are several scripts - for JWT encode and decode. Depending on which language you want to use. I myself use this automated in combination with CI/CD pipelines with docker images and in bash.

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    2
  • Hi @KaterineRiera,it is probably your selector. On the page https://madrid.shopdutyfree.com/es/ - I find only the id brand-boutique-menu-635a91ce3e3b5 in the source code. But your ID ends on ..97d1c - this will probably be a problem.

    Type

    Questions

    Views

    1.6K

    Like

    1

    Replies

    2
  • As I understand it, you can only create audiences with it.   Of course you can also create activities with the audiences that write something in your profile. But that is your one request later - and possibly then too late and complicated. Then you can also use e.g. session storage and pass the para...

    Type

    Questions

    Views

    922

    Likes

    2

    Replies

    0
  • Hi @enick_88,I know what you want to do. But it would be new to me that you can pass profile parameters from the callback. But I'm happy to be taught better. My understanding is that it is only appended to the target request (payload). At this point the targetPageParamsAll() has already been execute...

    Type

    Questions

    Views

    936

    Like

    1

    Replies

    2
  • Hi @KaterineRiera, In the network tab you currently have a delivery request. Here you can switch to Preview instead of Payload, for example. Then open execute > payLoad > options. Several objects can appear here. You can expand these objects individually and in each case also the ResponseTokes - her...

    Type

    Questions

    Views

    1.6K

    Like

    1

    Replies

    4
  • Hi @KaterineRiera,first of all I would check if Target on Prod is implemented or loaded at all. For this you can e.g. look in the browser dev tools under the network tab - and filter for "delivery" (at.js 2.x) or "mbox" (at.js 1.x) and reload the page. There should be at least one request here. Alte...

    Type

    Questions

    Views

    1.6K

    Like

    1

    Replies

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