Outbound file format question | Community
Skip to main content
New Participant
August 26, 2019
Solved

Outbound file format question

  • August 26, 2019
  • 6 replies
  • 10394 views

Wondering if any of you all could help me understand the format of an outbound file:

Does anyone know what the “5” and the 13-digit string that follows the Segment SID represent?

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by snielson

This destination uses a format with the following macros:

SEGMENT_LIST:{seg|<seg.sid>,<seg.type>,<seg.lastUpdateTime>}

Which is segment ID, 5 (hardcoded for segment data), and the Unix timestamp the last time the segment was realized.

You can see more on the file macros here: File Format Macros

6 replies

C82028302Author
New Participant
August 27, 2019

Ahh, interesting. Thanks, Shane!

snielson
snielsonAccepted solution
Employee
August 27, 2019

This destination uses a format with the following macros:

SEGMENT_LIST:{seg|<seg.sid>,<seg.type>,<seg.lastUpdateTime>}

Which is segment ID, 5 (hardcoded for segment data), and the Unix timestamp the last time the segment was realized.

You can see more on the file macros here: File Format Macros

C82028302Author
New Participant
August 27, 2019

Hmm, good thought. We do have a recency/frequency setting but its >= 1 time in <= 30 days

New Participant
August 27, 2019

Perhaps there is a frequency setting on the segment? Just a thought.

C82028302Author
New Participant
August 27, 2019

Hi Shane,

Thanks for the assistance. The "5" is very curious; the destination ID is 90938

Thanks!

snielson
Employee
August 26, 2019

Hi caseyo84500701​,

The 13 digit may be the timestamp in unix epoch format, but not sure on the 5. Are you able to provide the destination ID this format came from by chance?