Hi @michael299
The email address will set to quarantine after 5 retries if the failure reason is invalid domain.
Based on your screenshot, your failure reason in Unreachable and the text is showing Message queued... hence the failure type is ignore in delivery log qualification.
Here is an...
Hi @Marcel_Szimonisz,
it was a deduction from my experience.
But you need to compare the release date in the documentation to the date published.
For 9383 the release was in June but the published date was in July which means some issues were reported to Adobe and they deployed a hot fix or a pa...
@ogonzalesdiaz
Delivery tab indicates how many retries should be performed the same day after the delivery and the minimum delay between retries.There is one retry per day programmed after that and until the delivery deadline, which is defined in the Validity tabYou need to reduce the delivery dura...
@Marcel_Szimonisz You can files there
https://experience.adobe.com/#/downloads/content/software-distribution/en/campaign.html
just make sure to download the latest one using date published.
Thanks,
David
Hi @marliehouston
You can take a look at this use case. I think it's similar to your case as a profile has multiple plans and you want to display the correct details.
You have another approach but I will require some architecture as It will need to create a table to support your personalization.
...
Hi @ogonzalesdiaz
I will suggest you to just use a query activity
Run the query with your criteriaadd additional data and select the column neededClick on advanced parameters and check the box "Disable automatic ..."Optional: in case Advanced Parameters is not showing the first time, you need to...
Hi @Marcel_Szimonisz
It is a known issue and Adobe has released a new version of the Client Console for 7.4.1
Please make sure you download the latest version of the client console
Thanks,
David
Hi @RobertOl1
Yes the JWT will work until you delete it or until the current key pair expires.
But keep in mind that, you may receive frequent alert from Adobe console (enable by default) to take an action for JWT integration
Thanks,
David
Hi @RobertOl1 ,
If you completed the migration from JWT to Oauth then the command is
nlserver config -instance:<instance_name> -setimsauth:ims-org-id/client-id/technical-account-id/client-secret
Also don't forget to update your API call with the header. you should add the Authorization: Bearer ...