Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Challenge

Would you like to enable customers using our Creative Upload to use Third Party Creatives for Google Ad Manager, and assist in preparing the necessary templates?


Solution

To upload creatives of any other fixed creative types, make sure to fill out the following required fields:

  • Name

  • Target Size

  • Standard Code, AMP URL or both (this can be set in the picklist values)

  • Set 'SafeFrame' value to 'true'

The import or Transfer to ADvendio feature will create a new template for the Third Party Creative type. This new template will contain the following variables listed in the table:

Enum Value

Salesforce value (Variable Template Id)

Value examples

Comment

Size

“TargetSize”

"728x90"

any size in the format NUMBERxNUMBER

HTMLSnippet

“HTMLSnippet”

“<!DOCTYPE html>
<html lang=\“en\“><head>
    <meta charset=\“UTF-8\“> 
   <meta name=\“viewport\” content=\“width=device-width, initial-scale=1.0\“>  
  <title>Your Page Title</title>
</head><body>  
  <h1>Hello, World!</h1>   
 <p>This is a simple HTML snippet.
</p></body></html>”

Use this to paste in the HTML code

Orientation

“Orientation”

  • “FREE_ORIENTATION;

  • PORTRAIT_ONLY;

  • LANDSCAPE_ONLY”

Orientation needs to be one of the following values:

  • FREE_ORIENTATION

  • PORTRAIT_ONLY

  • LANDSCAPE_ONLY

SSLManualOverride

“SSLManualOverride”

  • “NO_OVERRIDE;

  • SSL_COMPATIBLE;

  • NOT_SSL_COMPATIBLE“

Needs to be one of the following values:

  • NO_OVERRIDE

  • SSL_COMPATIBLE

  • NOT_SSL_COMPATIBLE

For additional GAM Technical Documentation follow this page.

  • No labels