Help Center Manage Your Account Private Brand

Customize the image-mix-text ad template

Publishers can change the look and layout of image-mix-text ads. This feature requires a White Label subscription. For example, you can create an ad template that provides space for an image, a title and two additional lines. Once the custom ad template is created, the ad wizard will use your template to display the ad creation form for a new image-mix-text ad. This form will be displayed to you and your advertisers. It will have the corresponding inputs for image, text line and text area as you define in the ad template. When creating the ad template, the following tags have special meaning:

Image

{AS:AdTemplate:URL:Image1} is for an image URL, which is likely used within an IMG tag. On the ad creation form, this tag will add an input for URL or a button to upload a local image file from your computer for Fast Delivery subscribers. You can have up to 2 image tags. For example:
<img src="{AS:AdTemplate:URL:Image1}" border="0" />

Text Line

{AS:AdTemplate:Line1:Length=XX-YY} is for a single line of content. On the ad creation form, this tag will add a text input. You will need to include a line break at the end of the line. The length can be from 0 to 999 characters. You can have up to 5 line tags. For example:
Bold Header: <b>{AS:AdTemplate:Line1:Length=10-30}</b><br/>
Optional Line: {AS:AdTemplate:Line2:Length=0-40}</b>

Text Area

{AS:AdTemplate:Text1:Length=XX-YY} is for longer content. On the ad creation form, this tag will add a text area. It can be used to enter description or a long text. The length can be from 0 to 9999 characters. You can have up to 2 text tags. For example:
Description: {AS:AdTemplate:Text1:Length=50-100}

Example

Here is an example of a full ad template that uses all the tags described above. This ad contains one image, one bold header line, two additional text lines and a description.
<img style="float:left;padding:10px;" src="{AS:AdTemplate:URL:Image1}" border="0">
<b>Header: {AS:AdTemplate:Line1:Length=10-20}</b><br/>
Line 2 (up to 30 chars): {AS:AdTemplate:Line2:Length=1-30}<br/>
Line 3 (optional, up to 30 chars): {AS:AdTemplate:Line3:Length=0-30}<br/>
Description 1 (up to 100 chars): {AS:AdTemplate:Text1:Length=0-100}
Print Was this helpful? Yes / No

Other Articles in Private Brand

Information about white label add-on and setup instructions

Cannot find an answer for your question? Ask our Customer Care team

Related