Can we send multiple values to contains(ignore case) condition in a Load Rule

Bronze Contributor
Bronze Contributor

Hi Everyone

We had implemented a trip advisor tag. For this tag, we have a load rule with an IATA number(see below image).

iata.png

Now, the trip advisor wants us to add more IATA's (12345678, 98765430, 34567890, 00176889) to that Load rule.

How to add all the new list of IATA numbers to this load rule?

 

Naga Sai
2 REPLIES 2

Can we send multiple values to contains(ignore case) condition in a Load Rule

Tealium Expert
Tealium Expert
Just my experience here, @NagaSai... I never had great success with contains (ignore case) in my condition testing for some reason. Try it a little differently if possible

You can debug it in the browser console by finding this condition in your utag.js file and then you can try to isolate where the test is going wrong and fix accordingly. Let us know if you need more debug help...
Tealium Expert

Can we send multiple values to contains(ignore case) condition in a Load Rule

Tealium Employee

@NagaSai another possibility is to have a lookup table extension to put the IATA number and to create a new boolean variable in the datalayer (prefixed by the vendor for instance). You could then use the true/false variable in the load rule and use the extension to modify the numbers.

Public