Default value on Lookup Table

Silver Contributor
Silver Contributor

Hi!

Today I deployed a Lookuptable with a default value.

I'd have expected the variable to have the default value after that extension - but it was left at "undefined".
The "problem" is in the generated code, checking the variable for undefined and returning without honoring the default value. Is that a bug or intended behaviour?

 

        , function(a, b, c, d, e, f, g) {
            if (1) {
                d = b['my_lookup_variable'];
                if (typeof d == 'undefined')
                    return;
                c = [{
                    


All the best,
Felix

1 REPLY 1

Default value on Lookup Table

Tealium Expert
Tealium Expert
Hi @FelixHartmann - make sure that your Tealium profile is current - use Tag Status Checker to determine this and update templates as needed. That's the first place to start when something like this comes up.

If everything's up to date in your profile, open a support ticket for a Tealium engineer to help.
Tealium Expert
Public