How to build a dynamic URL in a delivery | Adobe Higher Education
Skip to main content
February 6, 2020
Répondu

How to build a dynamic URL in a delivery

I am using a content manager URL to pull content into an email. A hard-coded URL works like a charm. I want to change that URL based on a field in my workflow and I cannot get it to work. For example:

 

The delivery html looks like this:
<HTML><HEAD>
</HEAD>
<BODY>
<P><%@ include file='https://www.google.com/coolstuff' %></P>

</BODY></HTML>

 

This works fine. But lets say I want the end of that URL to take you to a different page the html would look like this:

<HTML><HEAD>
</HEAD>
<BODY>
<P><%@ include file='https://www.google.com/targetData.variables' %></P>

</BODY></HTML>

 

This breaks the URL and renders nothing. 

 

What is the syntax I am missing? or is it even possible?

Ce sujet a été fermé aux réponses.
Meilleure réponse par Jonathon_wodnicki

Hi,

 

@include can't be set dynamically.

 

Thanks,

-Jon

2 commentaires

Jonathon_wodnicki
Community Advisor
Community Advisor
February 6, 2020

Hi,

 

@include can't be set dynamically.

 

Thanks,

-Jon

February 6, 2020
What can I use then for dynamic urls?
Level 2
February 7, 2020

Hi,

Can you please share what error you received on browser?

 

In delivery, you need to pass targetData from your Campaign's workflow, if looks like either the target data is not defined correctly or the null value is getting passed as the target data. 

 

You can also debug your code, try to print tagetDate variable both in workflow and delivery and see what result you re getting. 

Hope this helps

 

Regards