내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Is analytics t variable zero based?

Avatar

Level 1

According to http://microsite.omniture.com/t2/help/en_US/sc/implement/query_parameters.html, the t variable is in the format 

dd/mm/yyyy hh:mm:ss D OFFSET

When I look at the actual request made, it is 19/0/2015 11:1:5 1 480

Is the month January represented by the 0 or is that a bug in the library?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Yes, January is 0 while December is 11. The debugger's friendly text correctly parses those values.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Yes, January is 0 while December is 11. The debugger's friendly text correctly parses those values.

Avatar

Level 1

What about the other fields in the t variable (dd, yyyy, hh etc)? Are those also 0-based? Or just month?

Avatar

Employee Advisor

Strangely enough, it's just month that starts at 0. Everything else starts at 1.