January 15, 20206 yr Newbies Has anyone integrated FileMaker with Google Ad Manager, formerly DoubleClick for Publishers?
January 16, 20206 yr 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.
Create an account or sign in to comment