Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

kpotts1985
kpotts1985
Online

Badges

Badges
9

Accepted Solutions

Accepted Solutions
6

Likes Received

Likes Received
9

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by kpotts1985
Customize the badges you want to showcase on your profile
Re: Does Adobe Campaign Standard have device information available in tracking logs? - Adobe Campaign Standard 26-08-2021
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 aware of these 4 fields. [userAgent/@device][userAgent/@isMobile][userAgent/@browserName][userAgent/@browserVersion]

Views

227

Likes

3

Replies

0
Re: Is there an "is included in" operator in Adobe Campai... - Adobe Campaign Standard 24-05-2021
Then it would be good if the text below the expression box said "Some of the authorized operators are...." rather than "The authorized operators are..." as this suggest these are the only ones allowed.

Views

501

Likes

0

Replies

0
Re: How to retrieve campaign name from its workflow - Adobe Campaign Standard 11-05-2021
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. First, set the profile query (add an additional column with a value set to 1) Second, set the workflow query conditions to target the current workflow from which you are building (adding the Campaign ...

Views

283

Likes

0

Replies

0
Re: Open an external URL on a Push Notification - Adobe Campaign Standard 30-09-2019
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 your case it doesn't. To troubleshoot:- check the brand configuration of the delivery- navigate to Administration > Instance Settings > Brand Configuration - review the external URLs, the url for the tra...

Views

1.4K

Like

1

Replies

0
Re: Save Audience is creating new Audience when the file name is changed while importing. - Adobe Campaign Standard 30-09-2019
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.

Views

737

Like

1

Replies

0
Re: Query tracking and delivery logs - Adobe Campaign Standard 09-09-2019
Hi,Thank you very much. Super helpfull! /Sebastian

Views

2.2K

Likes

0

Replies

0
Re: Insert dynamic parameters in URLs - Adobe Campaign Standard 06-09-2019
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 available in the workflow. Then in your email delivery you can use the Add Personalization component and select the attribute directly from the targetData. You will notice that these data points will be store...

Views

1.6K

Like

1

Replies

0