How to retrieve current campaign internal name within same campaign without using javascript? | Community
Skip to main content
November 14, 2024
Question

How to retrieve current campaign internal name within same campaign without using javascript?

  • November 14, 2024
  • 1 reply
  • 834 views

How to retrieve current campaign internal name in query additional data within same campaign query activity without using javascript?

 

@somasundaramhaldurai Any inputs?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
November 14, 2024

Hi PeraiyanN,

 

If you open a query activity and click additional data, then select Data linked to the Filtering dimension, you should be presented with a list of fields. If you cannot see the internal name field by default, try clicking the Advanced Fields button in the lower right-hand corner (see attached). As long as the schema has an internal name defined, you should then be able to select it and pass the data without the need for Javascript.

https://experienceleague.adobe.com/en/docs/campaign-classic/using/automating-with-workflows/targeting-activities/query

 

PeraiyanNAuthor
November 15, 2024

Hi Craig Thonis

 

Thanks for your response.

 

I'll add more details to explain my use case here. I have already added a query activity within a campaign workflow with some condition and got result as well. Now, i need one additional column to existing query results which should contains my current campaign internal name value for all result records. I have tried using JS and it is achievable but is there any other simple options without using JS.

 

Thanks