Closed pocin closed 7 years ago
@pocin I have not looked into keboola-bingads-ex. Strictly speaking to the Bing Ads Java SDK migration from v10 to v11 the changes you mentioned look correct - except you should use DownloadEntity in v11 instead of BulkDownloadEntity. I hope this helps!
Thank you, Eric. I'll give it a shot.
Hi guys, there is a library built on top of this v10 sdk (https://github.com/davidesner/keboola-bingads-ex). I'd like to port it to the v11, do you have any experience with the compatibility? I've read the changelog, but I found it hard to assess the implications to this sdk. Would simply changing the imports from
to
or something along the lines work, or you expect some issues?