Integrating your MobileAds ad tag as a trackable creative in HasOffers is as simple as it gets. First, extract your ad tag from your MobileAds campaign by clicking “Get Ad Tag” on the “Manage Campaign” tab in your MobileAds account.
<script src="http://www.mobileads.com/serve?campaignId=a1df3a05f0860b27d6886cfe551d37de"></script>
Now, you need to implement your tracking link into MobileAds click tag parameter “ct”. You do this by utilizing the {etracking_link} macro available in the creative creation process like so:
<script src="http://www.mobileads.com/serve?campaignId=a1df3a05f0760b27d6886cfe551d37de&ct={etracking_link}"></script>
This code is ready to be added as a creative in your HasOffers account. Add it as an HTML creative and paste it into the modified code and save. Now, when an affiliate generates a tracking tag for this creative, {etracking_link} will be replaced dynamically with their tracking link, and your MobileAds creative will be directed there on the exit click.