ads/vendors/revcontent.md
The standard AMP tag for Revcontent is the basic AMP ads integration and is used as shown here:
<amp-ad
width="{APPROPRIATE_WIDTH}"
height="{APPROPRIATE_HEIGHT}"
layout="responsive"
data-revcontent
type="revcontent"
data-id="{YOUR_WIDGET_ID}">
</amp-ad>
The evergreen AMP tag leverages new and improved ad code from Revcontent and supports greater performance and customization capabilities:
<amp-ad
data-widget-id="{YOUR_WIDGET_ID}"
data-pub-id="{YOUR_PUB_ID}"
data-placement-type="evergreen"
width="{APPROPRIATE_WIDTH}"
height="{APPROPRIATE_HEIGHT}"
layout="responsive"
type="revcontent">
</amp-ad>
For help with configuration, please contact Revcontent or refer to their documentation.
data-idwidthheightdata-sub-idsdata-gam-enableddata-gdprdata-gdpr-consentdata-us-privacydata-widget-iddata-pub-idwidthheightPlease contact Revcontent for more information about optional parameters for evergreen tags.