Implementing Prebid AMP RTC method. Prebid bids functions operate as expected and ads are serving.
The user-sync, though, is not firing due to the tracking/analytics constraints in-amp. Regardless if the analytics uses amp-analytics and the user-sync amp-iframe, AMP is detecting it as a tracker and displays the following error:
Only 1 analytics/tracking iframe allowed per page. Please use amp-analytics instead
The analytics works as expected; however the user-sync does not initiate.
is there any method to use to bypass this analytics policy? I've tried amp-pixel but it does not work for user-sync.
This is the user-sync attempting to be added to the page:
<amp-iframe width="1" title="User Sync"
height="1"
sandbox="allow-scripts"
frameborder="0"
src="https://cdn.jsdelivr.net/npm/prebid-universal-creative@latest/dist/load-cookie.html">
<amp-img layout="fill" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="placeholder"></amp-img>
</amp-iframe>