Jump to content

Google Ad Manager Integration


This topic is 1559 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

 

 

 

Link to comment
Share on other sites

This topic is 1559 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.