この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Recently created a new eVar containing the timestamp utilizing the 'getTimeParting' (version 6.3) from Adobe Common Analytics Plugins. The results shows up as such:
year=2022 | month=March | date=20 | day=Sunday | time=6:48 AM
Currently having difficulty creating within the classification rule builder utilizing regular expressions to retrieve each value from the key-value pairs from the time stamp for year, month, date, day and time. Anyone have recommendations on how to approach this particular regular expression? Thanks!
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Nevermind, will be closing this thread. Since the answer has been found!
year=(\d+) *\| *month=(\w+) *\| *date=(\d+) *\| *day=(\w+) *\| *time=(.*)
表示
返信
いいね!の合計
What are some of the rules and logic you have tried that failed? Can you post some examples here?
表示
返信
いいね!の合計
Was provided this suggestion: (\w+) *= *([^|]*)
It seems to regenerate the first key-value pair, how do I expand this to provide additional match groups for month, date, day and time?
表示
返信
いいね!の合計
Nevermind, will be closing this thread. Since the answer has been found!
year=(\d+) *\| *month=(\w+) *\| *date=(\d+) *\| *day=(\w+) *\| *time=(.*)
表示
返信
いいね!の合計