Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

Dynamic File Name in Adobe Analytics Data Feed

Avatar

Adobe Champion

In data warehouse, I can create a data extract that updates the file name dynamically with %R. Can I do this in data feeds too?

0 Replies

Avatar

Employee Advisor

@gbenammi2 - I don't think it is possible as standard Data Feed files use fixed naming conventions: https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-contents/data....

Though you can work with our Engineering Services team and have a custom data feed setup for you (that might be a paid engagement).

Thank you!

Avatar

Employee Advisor

Your data feed files already have the date and time appended to the file depending on the configuration. 

 

Daily, single file: [rsid]_[YYYY-mm-dd].[compression_suffix]
Daily, multiple files: [index]-[rsid]_[YYYY-mm-dd].[compression_suffix]
Hourly, single file: [rsid]_[YYYYmmdd]-[HHMMSS].[compression_suffix]
Hourly, multiple files: [index]-[rsid]_[YYYYmmdd]-[HHMMSS].[compression_suffix]

 

You can refer this (which Ishan shared as well) : Data Feed contents - overview