HI

amp-access-scroll

Description

Integrates with Scroll membership.

Required Scripts

<script async custom-element="amp-access-scroll" src="https://cdn.ampproject.org/v0/amp-access-scroll-0.1.js"></script>
<script async custom-element="amp-access-scroll" src="https://cdn.ampproject.org/v0/amp-access-scroll-0.1.js"></script>

Usage

Lets sites in the Scroll network identify Scroll members in order to serve them an ad-free, directly-monetized experience.

Configuration

In <head>, add

<script id="amp-access" type="application/json">
{
  "vendor": "scroll",
  "namespace": "scroll"
}
</script>

Be sure not to add a trailing comma to the namespace line, which makes it invalid JSON!

If you are already using amp-access for a paywall, follow the steps in the amp-access documentation for using namespaces and an array of providers.

Make each ad conditional

Add an amp-access attribute to each ad container.

<div class="amp-ad-container" amp-access="NOT scroll.scroll">
  <amp-ad... >
</div>

Learn more at https://developer.scroll.com/amp.

Validation

See amp-access-scroll rules in the AMP validator specification.

और अधिक मदद की आवश्यकता है?

आपने इस दस्तावेज़ को एक दर्जन बार पढ़ा है लेकिन वास्तव में इसमें आपके सभी प्रश्न शामिल नहीं हैं? शायद अन्य लोगों को भी ऐसा ही लगा हो: स्टैक ओवरफ्लो पर उनसे संपर्क करें।

स्टैक ओवरफ़्लो पर जाएँ
कोई बग मिला या कोई सुविधा गायब है?

The AMP project strongly encourages your participation and contributions! We hope you'll become an ongoing participant in our open source community but we also welcome one-off contributions for the issues you're particularly passionate about.

गिटहब पर जाएं