Hi Anthony,
We need to create Display campaigns - in AdWords we can set up dynamic ads (dynamic remarketing) for them too. As far as I know remarketing tag is created automatically when account is created. But for dynamic remarketing we need additional script with google_tag_params:
<script type="text/javascript">
var google_tag_params = {
dynx_itemid: 'REPLACE_WITH_VALUE',
dynx_itemid2: 'REPLACE_WITH_VALUE',
dynx_pagetype: 'REPLACE_WITH_VALUE',
dynx_totalvalue: 'REPLACE_WITH_VALUE',
};
This augmented remarketing tag must be created in UI wizard exactly when configuring dynamic ads for Display campaign - as a result 6 standard audiences mentioned before are created as well.
So it turns to have these audiences created with API we should create dynamic remarketing tag. Is it right? If yes can you please point to the service that allows to create dynamic remarketing tag?
Our primary goal is to have these 6 standard audiences created so that we link ad groups to them.
Regards, Alexey.