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

shelly-goel
shelly-goel
Offline

Badges

Badges
31

Accepted Solutions

Accepted Solutions
114

Likes Received

Likes Received
282

Posts

Posts
419

Discussions

Discussions
46

Questions

Questions
371

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by shelly-goel
Customize the badges you want to showcase on your profile
Re: ACS Javascript reference - Adobe Campaign Standard 26-10-2020
@robayzmaIs JavaScript activity now available in ACS?

Views

28.2K

Likes

0

Replies

0
Re: Fetch a parameter field/value - Adobe Campaign 26-10-2020
I am trying to achieve a similar use case in ACS. Is javascript activity available in ACS (I'm unable to find) or are you trying in ACC?)

Views

1.4K

Likes

0

Replies

0
Re: Disable Tracking Links in AEM - Adobe Experience Manager 26-10-2020
You can add the attribute tracking=off in the link element in the content itself to avoid tracking. This is what ACS adds when we enable/ disable tracking of urls in ACS.

Views

415

Like

1

Replies

1
Re: Fetching ACS Workflow Scheduling/Frequency/Trigger In... - Adobe Campaign Standard 26-10-2020
@acs-ratulYou would be able to get mainDate (Last Start Date), nextProcessingDate, modifiedBy, lastModified from Workflow resource and you can derive conclusions as per your use case.Alternatively, you can create a custom resource (extension to workflow resource) and add an additional field as "source". The source could be passed as a query param in the api call or external signal. Use an "update data" activity to update the source field in workflow resource (new field in custom resource) and th...

Views

548

Like

1

Replies

0
Re: workflow notifications after delivery - Adobe Campaign Standard 26-10-2020
Filter definition will just help add a preconfigured rule which can be used in queries or DAC, it would not have any impact on the delivery resource. ACS does not allow creating multiple custom resources (extension) for the same resource

Views

1.5K

Likes

0

Replies

0
Re: Total Opens and Clicks not showing correctly when run... - Adobe Campaign Standard 25-10-2020
Hi @MColbyI tried total and unique values with both dynamic and Kpis and I find all the results (delivered, total, unique) from kpis matches with those on the delivery dashboard and tracking logs. For me dynamicIndicators are always coming as 0 and the delivered and total open count does not match with the Tracking Indicator reports but the results look more accurate as those matches with the delivery dashboard. Please see below: ReportI think you should be using below fields for accurate result...

Views

792

Likes

0

Replies

0
Re: How to get notified for a particular delivery - Adobe Campaign Standard 25-10-2020
Yes custom resource for delivery alert criteria. I replied in your other post https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-standard/workflow-notifications-after-delivery/qaq-p/378439. I think you created the filter condition with just status, you can try adding delivery ID to the condition and use this filter as the delivery alert criteria

Views

1.0K

Likes

0

Replies

0
Re: How to get notified for a particular delivery - Adobe Campaign Standard 25-10-2020
The workflow notification would work for the 2nd use case where you want an alert in case of a delivery failure. For the 1st use case where you are looking for all the successful messages, you can create custom delivery alert criteria with filter as delivery ID= and status "Finished". In case you also want a dashboard report for all the failures of this specific delivery instead of each failure alert, you can create another custom criteria for status = "failed"

Views

1.0K

Likes

0

Replies

0
Re: workflow notifications after delivery - Adobe Campaign Standard 25-10-2020
Did you try adding another filter definition for the specific delivery ID in the custom resource (extension of delivery)? See below: This custom resource can then be used to create the criteria

Views

1.5K

Likes

0

Replies

0
Re: How to get notified for a particular delivery - Adobe Campaign Standard 25-10-2020
Hi @mmbb110You can use a workflow for the delivery and edit the workflow properties to send error notifications to a chosen security group whenever that workflow is in error. These notifications are disabled by default.Edit workflow properties > General > Execution > Error Management > Supervisors (select a group to be notified on error).Hope this helps.

Views

1.0K

Likes

0

Replies

8