Skip to content

Instantly share code, notes, and snippets.

@savyounts
Created March 11, 2019 23:03
Show Gist options
  • Save savyounts/4963960e6ce61bd4252abfdb0600f8ba to your computer and use it in GitHub Desktop.
Save savyounts/4963960e6ce61bd4252abfdb0600f8ba to your computer and use it in GitHub Desktop.
Setting up an add in SailThru
Log into SailThru go to Content > Ad Targeter > Plans
Upload the images into the correct zones using the green plus sign or wrench icon
Next go to Content > Ad Targeter > Scheduler
Choose the dates your campaign will run and add the images to the correct zones again
Be sure to add the Client Advertiser and Description as well
Once all images are uploaded, go to the Breaking Views repo then go to wp-content > themes > breaking-views-2015 > inc and click
on the email-edition-admin.php file. This file is used by the daily and weekly templates. Once in the file, find the
<-- Begin Banner --> comment and change out the portion in the doubel curly brackets to the name of the zone that you want displayed there.
ex: {{ad("BannerR")}}
Do the same for the second banner if you need to change that. Then you can push it up.
If you need to change the DNL template, you need to do that on SailThru.
Go to Communications > Templates
click on BV - DNL (or if you need a different template, click on that one)
Go to Code and do the same thing as above, you may want to copy the code into a code editor so you can read it better, then
edited, copy it back into the Code tab.
Next go to Advanced and add the plan that this belongs to.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment