Last active
October 19, 2023 01:04
YPA Ad Tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
window.ypaAds.insertMultiAd({ | |
ypaAdConfig : 'aa0000001', | |
ypaAdTypeTag : 'test', | |
ypaPubParams : { | |
query: "adidas shoes", | |
}, | |
ypaAdSlotInfo : [ | |
{ | |
ypaAdSlotId : 'adSlot', | |
ypaAdDivId : 'myDivAdUnit', | |
ypaAdWidth : '600', | |
ypaAdHeight : '494' | |
}, | |
{ | |
ypaAdSlotId : 'algoSlot', | |
ypaAdDivId : 'myDivAlgoUnit', | |
ypaAdWidth : '600', | |
ypaAdHeight : '494' | |
} | |
] | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks