Question
Sun Life Financial Company
CA
Last activity: 14 Apr 2020 13:55 EDT
Parameter page defaults to property name as value for parameter when blank
Scenario:
- Section TealiumUDO has parameter page_benefits_selected.
- Section DTCGODynamicContainer refers section TealiumUDO and pass Primary.UDOBenefits as value to Parameter 'page_benefits_selected'
- When TealiumUDO is loaded in tracer
- Param.page_benefits_selected = T234 (when Primary.UDOBenefits = "T234" i.e. has a value)
- Param.page_benefits_selected= "Primary.UDOBenefits" (when .UDOBenefitsis null or no value passed)
Can someone help why it defaults the parameters to string literal of property name and not null or blank instead?
P.S.: Please refer screenshots
Hi,
You reference to some of the parameters directly with "." and to this particular one with "Primary.". do you realise that "Primary." is the same page in your section's context than "."?, you should use "." to reference ".UDOBenefits" property's value or to declare the specific page you'd like to access in the Pages & Classes tab.