Auto expand ad with Google Web Designer

934 views
Skip to first unread message

seanc...@gmail.com

unread,
Apr 23, 2015, 12:31:07 PM4/23/15
to gwd...@googlegroups.com
Just started playing around with GWD - I set up an expanding ad no problem - how do I get it to auto-expand? I read that this is possible in Double Click Rich Media Help, but couldn't find an explanation on how to do it.

Kishore Subramanian

unread,
Apr 24, 2015, 12:44:48 PM4/24/15
to gwd...@googlegroups.com
You can use the events panel to wire an event to navigate to the expanding page. For auto-expand, you may have to wrap the goToPage call within a setTimeout.

setTimeout(function() {
  gwdDoubleClickElement.goToPage('expanding-page');
}, 3000); // expands to page after 3s

seanc...@gmail.com

unread,
Apr 24, 2015, 12:50:38 PM4/24/15
to gwd...@googlegroups.com
Thanks! I partially figured this out last night, but this is very helpful
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages