Automated Ads is a beta feature in Smartly.io. You need to be granted access to be able to make use of the beta features. Contact your Customer Success Manager or Sales representative to enable Automated Ads for Snap to your account.
This article goes through automating ad sets in Snapchat based on a feed. Campaign automation and ad automation has their own articles, which follow similar steps.
Alongside with this information, see the basic steps for creating campaigns, and make sure you have set up your automation feeds:
Step 1: Set up automation
To enable automation for an ad:
- In the Automation section of the ad set settings, enable automation with the toggle.
- In Data source, select the automation feed that provides the feed data.
The campaign is now a 'template' that automation uses to create campaigns when you publish. Check the bottom of the Automation section: it shows how many ads automation will create for you.
Step 2: Limit how automation uses items from feed
You may want to control what feed data the automation uses so that you get the exact ads you want. By default, each row in the feed leads to its own ad set. You can filter the list down and group rows to produce fewer ads.
Use the additional automation settings in the Automation section for this:
- In Filters, define a filter to limit which feed items are included in automation.
- To add a condition:
- Click Add new condition.
- Select the feed field that the condition checks.
- Select the operation used to check the data.
- Enter the condition's value that is checked against the feed's value.
- You can also group conditions. To add a group, click Add new group.
- If you use multiple conditions or groups, define how the conditions are checked:
- All: All the conditions must match.
- Any: It's enough if one of the conditions matches.
- To add a condition:
- In Group by feed field, group feed items to limit how automation uses items to create ads. Select the feed fields that you want to group together.
- In Limit, limit how many ads are created based on the feed. For example, if you set the limit to 5, ads are created for the first five matching rows from the feed, and the rest of the rows are discarded.
- In Sort, sort feed items for automation based a specific feed field: select a feed field and the sorting direction.
From the bottom of the panel, you can open the feed preview. It helps you inspect what kind of data is in your feed and view the results of your filters on the data.
Targeting ad sets to campaigns
With automated campaigns and ad sets, by default, every ad set will be placed within every campaign. This is often something that you don't want. For example if you on campaign level group by countries and ad set level by cities, then you want to only create ad sets to a campaign that are within the country of the campaign. Assuming that you use same feed on campaign level and ad set level, and each row has both country and city information, you'd want to first group campaigns by country and ad sets per city. Additionally you want to add a filter that checks that the ad set country and the campaign country matches. You can do it by manually adding a filter which checks both the country from both the ad set feed and the campaign feed. On ad set level, add a filter and set "country is {{campaign.feed.country}}. this ensures that ad sets are created into the correct campaigns.
Here you can see an example of it. You can review the final campaigns and ad sets when you go to the review page, before publishing.
Additionally you can use naming macros to add campaign specific information into you ad set. Here, for the name, we take campaign name and add "- {{feed.City}} to it. The final name could be for example "Sales campaign - Norway - Oslo".
Step 3: Use feed data in input fields
Use data from the feed to automate the individual field inputs in the ad set settings.
Automating ad set fields
The fields that you can automate are:
- Status
- Ad set name
- Location with postal code targeting
- Budget
- Budget type
- Ad set start date
- Ad set end date
- Bid strategy
- Bid amount
Automation to more fields will be added soon.
In general, in text inputs, you refer to a feed field using the double curly braces notation: {{feed.fieldname}}. For example, {{feed.id}} pulls the field ID from the feed.
To refer to a feed field in an ad setting:
- Click
next to the field to enable using feed data.
- Either click
and select a feed field, or enter the reference to the feed field manually. Include the prefix feed anda full stop before the feed field's name.
You can also combine static text with data you have gotten from the feed.
In this example, the objective is shared for all the campaigns, while daily spend cap, start date and end date for the campaigns comes from the feed. Lifetime spend cap is not set.
Naming macros
On top of the feed values, you can also use naming macros with curly braces. Naming macros means taking a value from one field and putting it into another field, like for example adding the campaign name or objective into the ad set name.
On ad set level, you can use campaign macros and ad set macros. Here are the macros that you can use on ad set level:
{{campaign.name}}
{{campaign.objective}}
{{adSet.name}}
{{adSet.optimizationGoal}}