As far as I can tell, to use the remote function, you need to copy and paste those snippets - a laborious issue if you expect to have many sites and ad groups. Is there a way to generate the snippets on remote sites? Then a block could simply create the snippet on the block hook. Generally we're going to have a one-to-one correspondence between remote sites and ad groups, so a site will only need to know which group it is accessing ads from.

Is it as simple as pulling the remote ads form out along with its submission handler?

Comments

jeremy’s picture

Status: Active » Fixed

If you want to do this programatically with a custom module, take a look at the ad_remote module. There's not much happening there -- to find where the actual snippet is generated search for the comment that says, "build a snippet to display on the remote web page.

The ad_remote module is really intended as a proof of concept, there's no intention to create an API to automate this any further out of the box.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.