Adobe target not displayed | Community
Skip to main content
New Participant
January 9, 2024
Solved

Adobe target not displayed

  • January 9, 2024
  • 3 replies
  • 1064 views

We are using Adobe Launch for loading Adobe Target. The rule is launching correctly but Launch is not loading and this error is displayed.
What is the meaning of this sentence?
What could be the reason why Adobe Target is not loading?
Thanks

 

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

Hey @exo_spain 

 

There is a custom script which is checking for domain in the rule you've setup which is not getting met and there seems to be a target flag to enable Target, which is set to false.

 

There are two rules in the above screenshot. Check the two rule conditions. They will have this logic sitting in them. The above higjlighted statement just seems to be a console.log statement to print the flag value on to the console.

 

Hope the above helps.

 

Cheers,

Abhinav

3 replies

VikasChaudhary_
New Participant
January 16, 2024

Hi @exo_spain ,

 

Can you try loading Adobe Target in a separate rule which gets triggered first and then fire mbox call from a separate rule. Since you're loading target libraries and firing mbox in the same rule, it could be possible that the Target libraries are not present when you're trying to fire the mbox.

-Vikas Chaudhary

abhinavbalooni
abhinavbalooniAccepted solution
New Participant
January 10, 2024

Hey @exo_spain 

 

There is a custom script which is checking for domain in the rule you've setup which is not getting met and there seems to be a target flag to enable Target, which is set to false.

 

There are two rules in the above screenshot. Check the two rule conditions. They will have this logic sitting in them. The above higjlighted statement just seems to be a console.log statement to print the flag value on to the console.

 

Hope the above helps.

 

Cheers,

Abhinav

Employee
January 9, 2024

Hi @exo_spain 

Can you share more details around how implementation has been done in launch?

If you can attach few screenshots.

ExO_SpainAuthor
New Participant
January 10, 2024

Hi @mayurik ,

Thank you for your reply.

Here are some screenshots from our implementation.

at Core Propertie Token

Thank you very much