Ad Server setup
You can either allow us to set up your GAM account via API, or you can handle the setup yourself.
Self Google Ad Manager Setup
Targeting send to Adserver
{
n360_type: 'amp',
n360_bidder: 'appnexus',
n360_pb: '1.08',
n360_pb_test: '1.08',
n360_price: 1.08,
n360_cache_id: '25b93401-2bf1-4867-a1b3-8665515b31fe',
n360_label: 'Goodtest',
n360_tag_id: 'adjusted',
n360_consent: 1
}Creative
<script src='https://cdn.nexx360-static.io/creative.js'></script>
<script>
try {
n360Tag.renderAd(document, %%PATTERN:TARGETINGMAP%%);
} catch (e) {
console.log(e);
}
</script>Connect the Google Ad Manager (GAM) account
1. Enable API Access

2. Add new GAM account

3. Generate AMP line items
Last updated
Was this helpful?