Hi Uma, you can get the value of profile attribute in the html like this : console.log("Hello User, selected currency is : " + "${profile.preferredCurrency}");wherein preferredCurrency is the profile parameter. get the value of profile script in the html like this :console.log("Hello User, selecte...
Hi Winston, you can trigger a trackEvent on show of popup with some profile param as tru value. In the same activity you can use this profile param in audience > parameter or value is not present
Hi @cleve, hope this doc helps you https://experienceleague.adobe.com/docs/target/using/audiences/create-audiences/categories-audiences/geo.html?lang=en#section_49CBFFAAC8694C4AAD3DE4B2DB7B05DE
Hi @peter-g this error usually comes when web url domain is not detected by cookieDomain . You need to manually set the domain name through window.targetGlobalSettings in cookieDomain like this : window.targetGlobalSettings ={var hostname=window.location.hostname;cookieDomain:hostname;}
Usually there are IATA codes for cities in country and we can map those with the value "profile.geolocation.city in profile scripts. having said that this will make the profile script heavy so it is not advisable.I haven't heard of country code , may be if you can help with some example.
Hi @MA1985_CG you can fire a trackEvent and pass the consent in the profile param value. You just need to check in the audience if that profile param value is present and target the audience
Hi @AtulSingh Do you intend to use Adobe Analytics segment in target activity ?If yes then the visitor would not qualify for the segment in the first visit so would not get the experience. Post first visit, the visitor qualifies for the segment and gets the target experience. Analytics segment are...