Mobile Instrumentation

AMP

AMP is a web component framework that you can use to easily create user-first websites, stories, emails and ads.

Important

Recommends only requires a section code to run. You should work with your account manager to properly configure your AMP section.

AMP Tag

The AMP tag should look something like this (assuming you want infinite feed enabled):

Example

<amp-embed
  width="300"
  height="300"
  type="recommends"
  layout="responsive"
  data-infinite="true"
  data-publisher-url="https://somedomain.com"
  data-section="123456">
</amp-embed>

Required Parameters

Required parameters

Description

data-section

A unique identifier that represents your site and placement.

Optional Parameters

Optional parameters

Description

data-module

Defines the type of module to render (i.e., end-of-article, smart-feed, smart-feed-video, side-rail).

data-infinite

If true, enables infinite feed for your module.

data-title

The title that appears above the module (defaults to You May Like).

data-sponsored-by-label

Text override to the default Sponsored by label that appears next to the sponsors name.

data-url

The Publisher url override.

json

Use this to pass additional configuration properties (for example: json='{ contentId: 1234 }')

Learn More

To include the Recommends service into your native iOS and Android apps, refer to the Verizon Ads SDK Recommends Documentation for more information.