File Name Examples
Scenario 1
Files sent over to an Amazon S3 location, with PID_ALIAS="XYZCustomer"
and with Google Advertiser IDs in the file content.
E.g. incremental files:
S3_1234_20914_XYZCustomer_iter_1486140844000.sync.gz
S3_1234_20914_XYZCustomer_iter_1486140844000001.sync.gz
S3_1234_20914_XYZCustomer_iter_1486140844000002.sync.gz
E.g. full files:
S3_1234_20914_XYZCustomer_full_1486140844000.sync.gz
S3_1234_20914_XYZCustomer_full_1486140844000001.sync.gz
Scenario 2
Files sent over to FTP location, without PID_ALIAS
and with Apple Advertiser IDs in the file content:
E.g. incremental files:
ftp_1234_20915_iter_1486140843000.sync.gz
ftp_1234_20915_iter_1486140843000001.sync.gz
E.g. full files:
ftp_1234_20915_full_1486140843000.sync.gz
ftp_1234_20915_full_1486140843000001.sync.gz
Scenario 3: Files sent over to FTP location, with PID_ALIAS="XYZCustomer"
and with 3rd party User ID in the file content ( Vendor ID=45454
):
E.g. incremental files:
ftp_1234_45454_XYZCustomer_iter_1486140843000.sync.gz
ftp_1234_45454_XYZCustomer_iter_1486140843000001.sync.gz
ftp_1234_45454_XYZCustomer_iter_1486140843000001.sync.gz
E.g. full files:
ftp_1234_45454_XYZCustomer_full_1486140843200.sync.gz
ftp_1234_45454_XYZCustomer_full_1486140843200001.sync.gz
Outbound Data File Contents: Syntax and Parameters
Describes the required fields, syntax, and conventions used to organize information in an outbound data file. Format your data according to these specifications.
monospaced text
, italics, brackets [ ]
( )
, etc.) in this document indicate code elements and options. See Style Conventions for Code and Text Elements for more information.Syntax
Fields in the data file appear in this order:
UUID<SPACE>SEGMENT_1,SEGMENT_2<SPACE>REMOVED_SEGMENT_,...
Parameters
The table lists variables that define the contents of a data file.
Parameter | Description |
---|---|
UUID | A unique user ID assigned by Audience Manager . |
<SPACE> | Separate the UUID and segment data with a space |
SEGMENT_N | The segment ID that a visitor belongs to. Separate multiple segments with a comma. |
REMOVED_SEGMENT_N | The segment ID from which the user was disqualified. Separate multiple segments with a comma. With a full synchronization, you can ignore the removed segments because the data file will contain the complete list of current segments for the user. Usually, you want to know about segments a user belongs to rather than those they've been removed from. See also Outbound Data File Name: Syntax and Examples. |