You cannot modify your journey when the test mode is activated. When in test mode, you can directly publish the journey, no need to deactivate the test mode before.Above point seems incorrect- I don't see any option in UI to publish when a journey in test mode. is it through API we can publish when ...
All users are able to access and browse the tags inventory, but tag management is limited to system and product admins Only tags that are in an Archived state and are not associated with any objects can be deleted. To answer your questions you should have Admin access to delete tags i believe. http...
Sample event more than 10KB: Some 20 to 25 products in cart and Custom Fields contributing major chunk of sizeSample Event: {"eventID": "purchase1234567890","eventType": "commerce.purchase","timestamp": "2024-08-21T14:00:00.000Z","eventMergeId": "merge0987654321","web": {"webPageDetails": {"URL": "h...
The maximum size of an event is 10 KB~System enforced guardrail what of there is a use case where we need to capture more than 10KB ? Is there any work around ?
AdIDCampaignNameDateClicksImpressionsConversionsSpend3001Back to School8/6/2425015000201003002Black Friday Sale8/7/2440035000352503003Cyber Monday Deals8/8/2432025000281803004New Year Promo8/9/2450040000453003005Valentine's Day8/10/244503000040270
decode(Tier, "Gold", "Tier 1" , "Platinum", "Tier 3", iif(Tier != "Gold" && Tier != "Platinum", "Tier 2") ) I tried with iif not working with above function