create_third_party_creative
Add third-party HTML/JavaScript ad tags to Google Ad Manager for serving DCM/Campaign Manager, custom HTML, or external ad server creatives.
Instructions
Create a third-party creative (HTML/JavaScript ad tag).
Use this for DCM/Campaign Manager tags, custom HTML ads, or any third-party ad server tags that need to be served through Google Ad Manager.
Args: advertiser_id: ID of the advertiser name: Name for the creative width: Creative width in pixels height: Creative height in pixels snippet: The HTML/JavaScript code snippet (the ad tag) expanded_snippet: Optional expanded snippet for expandable creatives is_safe_frame_compatible: Whether the creative works in SafeFrame (default: True)
Returns the created creative details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advertiser_id | Yes | ||
| name | Yes | ||
| width | Yes | ||
| height | Yes | ||
| snippet | Yes | ||
| expanded_snippet | No | ||
| is_safe_frame_compatible | No |