You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Greetings,
I would like to upload "Feed items" which is a csv file via FTP to a specified "Feed" created before manually. I know it can be done using the "Scheduled uploads" on the Adwords business data panel.
But which API should I use to do the very same thing? Cant find any hint in the AdwordsAPI reference and here I am.
Any advice would be very appreciated.
Zweitze
unread,
Nov 30, 2016, 9:08:08 AM11/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Use the FeedItemService (and FeedService, FeedMapping etc.) to add feed items. Do understand you won't upload a CSV file. Your code should read that file, extract the feed items and then call the right APIs.
Vishal Vinayak (Adwords API Team)
unread,
Nov 30, 2016, 11:17:31 AM11/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
Zwitze is correct, indeed. Our Feed Services Guide has more information on how to manage feeds using AdWords API. Please note that scheduled uploads are only available via the AdWords web interface and cannot be done using the API.