Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adserver/tests/data/bulk_ad_upload.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Name,Live,Link URL,Image URL,Headline,Content,Call to Action
Ad1,true,http://example.com/ad1,https://ethicalads.blob.core.windows.net/media/images/2022/11/ethicalads-housead.png,Ad headline,"Ad content",Ad CTA
Ad2,true,http://example.com/ad2,https://ethicalads.blob.core.windows.net/media/images/2022/11/ethicalads-housead.png,Ad headline2,"Ad content2",Ad CTA2
Ad1,true,http://example.com/ad1,https://media.ethicalads.io/images/2022/11/ethicalads-housead.png,Ad headline,"Ad content",Ad CTA
Ad2,true,http://example.com/ad2,https://media.ethicalads.io/images/2022/11/ethicalads-housead.png,Ad headline2,"Ad content2",Ad CTA2
2 changes: 1 addition & 1 deletion adserver/tests/data/bulk_ad_upload_invalid.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Name,Live,Link URL,Image URL,Headline,Content,Call to Action
Invalid Ad1,true,http://example.com/ad1,https://ethicalads.blob.core.windows.net/media/images/2022/11/ethicalads-housead.png,Ad headline,"Ad content that is so long that it will raise an error since it's too long and there's a maximum",Ad CTA
Invalid Ad1,true,http://example.com/ad1,https://media.ethicalads.io/images/2022/11/ethicalads-housead.png,Ad headline,"Ad content that is so long that it will raise an error since it's too long and there's a maximum",Ad CTA
Loading