Open VadimSaratov opened 1 week ago
We only support Year-Month-Day for Asset Group Date. Please check the bulk schema here. (https://learn.microsoft.com/en-us/advertising/bulk-service/asset-group?view=bingads-13#startdate)
Date type definition. (https://learn.microsoft.com/en-us/advertising/campaign-management-service/date?view=bingads-13&tabs=xml)
@xinyuwen2 then probably something is wrong with the csv file, since I'm getting Start Date 11/18/2024 00:00:00
When attempting to download and parse the
BulkAssetGroup
object, the SDK throws an error related to theStart Date
column.It cannot process the
Start Date
column when the format isYYYY-MM-DD HH:MM:SS
. It appears theBulkAssetGroup
expects the date format to beYYYY-MM-DD
Probably the same issue withEnd Date
Or is it a bug with CSV generation?
If the issue is the date format, then Suggested Fix: Update the
BulkAssetGroup
to handle datetime formats in theStart Date
andEnd Date
columns.Environment:
Let me know if you'd like any further refinements!