This component is not supported for AMPHTML ads , video ads , or image ads .
The iFrame component lets you load external URL elements (including other web pages) in your project within an iframe.
To add the iFrame component to your project:
- Open the Componentspanel, then the Miscellaneousfolder.
- Drag the iFrame
component to the stage.
- In the iFrameproperties section of the Propertiespanel, enter the URL you want to load in the Sourcefield. It must be served over HTTPS.
Properties
- auto- Scrollbars appear if needed. (Default)
- yes- Scrollbars always appear.
- no- Scrollbars never appear.
Scrollbar controls do not work for iOS.
Events and actions
Events sent by the iFrame componentYou can trigger other actions based on the following iFrame component event:
| Event | Description |
|---|---|
| iFrame loaded | Sent when the iFrame loads. |
To select this event in the Eventdialog, set the iFrame component as the target.
The following iFrame component action can be triggered in response to other events:
| Action | Configuration options |
|---|---|
| Set url | URL - The new URL for the iFrame. It should be served over HTTPS. |
When you select this action in the Eventdialog, set the iFrame component as the receiver.
Learn how to configure events .
Preview
This component can't be previewed inside the Google Web Designer interface. To see the component in action, preview your document in your preferred browser by clicking the Previewbutton in the upper right corner.

