Newbies Mark Jockin Posted January 15, 2020 Newbies Posted January 15, 2020 Has anyone integrated FileMaker with Google Ad Manager, formerly DoubleClick for Publishers?
Wim Decorte Posted January 16, 2020 Posted January 16, 2020 Ad Manager is an odd duck in the Google realm because it's APIs use SOAP and not REST, which makes it somewhat more difficult to do from inside FM. Tougher in the sense that there are no native XML building and XML parsing functions so you have to rely on custom functions which may or may not be slow for your purpose. https://developers.google.com/ad-manager/api/start If I had to set it up for a project right now I would build a middleware web service that uses the client libraries for your preferred environment (mine would be Python or .NET) and make that web service a REST one for the FM side interaction.
Recommended Posts
This topic is 1842 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now