## What's the issue? myTarget implementation was removed with no notification. Now we have faced the error in dev console: `Unknown attribute for mytarget: useA4a` We've encountered that our a4a extension was removed due to https://github.com/ampproject/amphtml/pull/26912 It seems that it caused by Cloudflare deprecation. However, our a4a implementation had nothing with Cloudflare and was used only for Fast Fetch and render non-signed creatives in 'nameframe'. All requests were sent only to our ad server. Here is the last version: https://github.com/ampproject/amphtml/blob/e705eeac671b91871cc4efec408a7adc5324ea8c/extensions/amp-ad-network-mytarget-impl/0.1/amp-ad-network-mytarget-impl.js Is there any way to revert it back? ## How do we reproduce the issue? Use myTarget Ad Implemetation: ``` <amp-ad width="300" height="250" type="mytarget" data-use-a4a="true" data-ad-slot="197378"> </amp-ad> ``` ## What browsers are affected? All browsers ## Which AMP version is affected?