Tags: rpratiksha031/amphtml
Tags
Fix issue where GFP cookie is not being attached to AdSense ad reques… …ts. (ampproject#40284)
✨ Yobee Ad Integration | New (ampproject#40278) * Pixad Ad Integration * updated trailing whitespace. * fix * Update pixad.js * Update integration.js * Update amp-ad.md * Update pixad.md * AdMatic Ad Integration | New add support to amp-ad for the AdMatic type. * update * Update admatic.md * yobee * Update yobee.md * update * Update integration.js * Update yobee.js
✨ Landscape ad support for amp-story-auto-ads (ampproject#40264) * Landscape ad support for amp-story-auto-ads * Made `getAdAspectRatio_` a private function. Extended functionality to text content. Updated unit tests. * Prevent division by 0 * Created experiment `story-ad-allow-fullbleed`. If enabled and AMP is in fullbleed mode, the ads will be shown in fullbleed.
📦 Update dependency formidable to v3.5.4 [SECURITY] (ampproject#40281) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bugfix: Assume that if AMP_CONTEXT_DATA is an object that it is an in… …stance of context (ampproject#40267) The setupMetadata_ Object is currently passed in a context object from ads safeframe code which causes a parsing error that is silently caught by the wrapping top level try/catch in https://github.com/ampproject/amphtml/blob/6a610ba7734d8bfced751644876e9f72e9108725/3p/ampcontext-lib.js#L19-L27
Bugfix: Assume that if AMP_CONTEXT_DATA is an object that it is an in… …stance of context (ampproject#40267) The setupMetadata_ Object is currently passed in a context object from ads safeframe code which causes a parsing error that is silently caught by the wrapping top level try/catch in https://github.com/ampproject/amphtml/blob/6a610ba7734d8bfced751644876e9f72e9108725/3p/ampcontext-lib.js#L19-L27 (cherry picked from commit 0c8eaba)
✨ Google Ad Manager Publisher first-party IDs (ampproject#40249) * Add 'canSetCookie'. * Add 'tryAddingCookieParams' to amp-a4a. * Add cookie setting and clearing logic to doubleclick impl. * Fix getTempCookieName counter. * Fix doubleclick unit tests. * Add cookie clearing unit test. * Fix unit tests and convert expiration date to ms as expected. * Refactor cookie logic into util, and extend support to adsense. * Add unit tests for cookie-util.js. * Allow cokie-utils.js to depend on src/cookies.js. * Fix type. * Disallow cookie setting on proxy origin. * Make test win.location slightly more realistic. * Instead of carving out proxy origin completely, just don't set the domain. * Apply proxy origin domain filtering for gfp opt out cookie.
Fix Flakey Tests (ampproject#40257) * Trigger Build * intentional only * skip flakey test and add TODO to fix
✨ Updated Neodata configuration to include GDPR in pageview and added… … new cookiematching (ampproject#40245) * Updated configu to include GDPR in pageview and added ADFORM and MEDIAMATH cookie matching 1. Added GDPR Consent to Pageview 2. Added ADFORM Cookie Matching 3. Added MEDIAMATH Cookie Matching * Fix calls in vendors requests for neodata * minor fix pageview call for Neodata * fix calls * fix call's placeholders for neodata config * fix cmDbm call for neodata * fix Mediamath cm call * minor fix mediamath call * fix mediamath call