Device details can be added as 'Additional Data' to a workflow temp table, however it's not available directly as a link within the UI. Here are examples of the available paths to these attributes. You can create as additional data within a query activity against trackingLogRcp resource. I'm only ...
I do not believe the Product Documentation covers any specific details on advanced editor. The advanced option allows an operator to write SQL expressions directly and the expectation is that this is fairly open ended and any expression created properly will work.
Hi Gabriele, When querying directly on profile resource, the Workflow and Campaign details are not directly exposed in the table links. However what you can do is configure a second query on the Workflow resource itself and then use an enrichment to join the Campaign details to the profile records...
In the advanced expression editor within your query condition you can use an IN statement. For example: @productCode IN ('01203', '18756', '39428', 'etc', 'etc')
Hi,If you are updating the data within a Saved Audience and need to maintain the same name choose the option to 'define a label' directly instead of using a dynamic label. Regardless of the filename your audience will be maintained with the same name / internal id.
Hi,The URL you are landing on looks like and Adobe Campaign redirect link. ACS is using a redirect to track the 'click-through' of the link and write that value to the tracking log table and dynamic reporting. Typically the link would redirect and land on the correct URL that was included but in yo...
Hi,It is possible to add parameters/attributes from a custom resource that is linked or joined to profile to the URL in your email. To achieve this you must use a workflow to enrich your 'temporary data table'. This means adding the necessary attributes from the other tables and making them availab...
Hi Sebastian,A few options exist in ACS that will allow us to 'aggregate' records on a table, specifically the delivery and tracking log tables. - The first method is to Enrich your query using Additional Data. Here you will query the profile table to return the target profiles you would like to re...