Expand my Community achievements bar.

akshaaga
akshaaga
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @Sanjana12 -   The "group by targeting dimension element" refers to grouping data in a data set based on the values of specific columns or dimensions.    If you see the same number of results as before after grouping by the targeting dimension element, it may indicate that the grouping is not bei...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hi @nikitarama - The behavior of web tracking logs depends on the specific implementation. If the rcpid name/value pair is present in the web tracking tag, it will typically override the recipient identifier stored in the session cookie (such as the uuid230 cookie). The rcpid is used to identify a u...

    Type

    Questions

    Views

    605

    Likes

    0

    Replies

    1
  • Hi @UmaV -   To change the time zone in Adobe Campaign Classic V8, you can follow these steps: Go to the "Administration" menu and select "Platform." In the "Platform" section, select "Time zones." Find the time zone you want to change and click on its name to open its properties. In the "Time z...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    1
  • Hi @bcollado - Yes, removing the "Start deliveries" right in the named rights folder can prevent users from manually confirming deliveries, which would make the delivery process completely automatic. To remove the "Start deliveries" right:   Go to the named rights folder in Adobe Campaign. Locate ...

    Type

    Questions

    Views

    1.7K

    Likes

    2

    Replies

    1
  • Hi @AnmolWassan - The code you posted uses SOAP-based web services to add recipients to a list in Adobe Campaign. Based on the response you received, it seems that the API call to the RegisterGroup function is successful and returns a 200 OK status code. However, when you check the Adobe Campaign co...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    6
  • Hi @tejashri12 -   You can try using the below code that should display the desired output:   <% var ctx = XML(rtEvent.ctx); %> <% for(var i=1;i <= ctx.childNodes.length/2;i++){%> <%=escapeXmlStr(ctx["firstName"+i])%> <%=escapeXmlStr(ctx["age"+i])%><% }%>   In this code, the childNodes property of t...

    Type

    Questions

    Views

    920

    Like

    1

    Replies

    0
  • Hi @Sanjana12 -   The Delivery Throughput Report provides information about the performance of message deliveries in your Adobe Campaign instance.  This report can help you monitor and optimize the delivery of your campaigns and ensure that they are meeting your performance targets. The Delivery Thr...

    Type

    Questions

    Views

    741

    Like

    1

    Replies

    0
  • Hi @hetfidd -   You can try using the "replace" function to remove the + sign from the origin field. Here's an example of how you can use it: var originWithoutPlusSign = origin.replace(/\+/g, "");   In this example, origin is the string containing the origin field, and the replace function is used t...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    1
  • Hi @Paulo_dev1 - The problem you're encountering is that the .toLocaleDateString method formats the date based on the local settings of the machine running the code, rather than the locale specified in the argument. To ensure that you get the desired format, you may need to pass in additional option...

    Type

    Questions

    Views

    1.4K

    Likes

    3

    Replies

    0
  • The terms "server" and "process" refer to different components of the system architecture. In the case of Adobe Campaign, the server provides the platform for creating, managing, and delivering marketing campaigns. The Adobe Campaign server is responsible for storing and processing data, running wor...

    Type

    Questions

    Views

    1.1K

    Likes

    2

    Replies

    0
Top badges earned by akshaaga
Customize the badges you want to showcase on your profile