Top Banner
Location-Aware Ad Customizers
24

Location aware ad customizers

Jan 22, 2018

Download

Software

supergigas
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Location aware ad customizers

Location-Aware Ad Customizers

Page 2: Location aware ad customizers

Agenda

● Background

● The Problem

● Location Awareness to the Rescue

● The Fine Print

● The Bonus

Page 3: Location aware ad customizers

Background

Page 4: Location aware ad customizers

In the Beginning...

There were Ad Parameters

● Placeholders in text ads● Dynamic update of numeric values● Default text value if no numeric value● Preserve ad statistics● No ad re-review required

Page 5: Location aware ad customizers

Ad Parameter Example

Page 6: Location aware ad customizers

Then there were Ad Customizers...

All of the benefits of Ad Parameters, plus:

● Allow for more than just numbers:○ Strings○ Countdown

● Multi-level○ Campaign, Ad Group, and Keyword

● Based on Feeds

Page 7: Location aware ad customizers

Ad Customizer Example

Page 8: Location aware ad customizers

The Problem

Page 10: Location aware ad customizers

Location Matters, For Example:

● Telecom provider○ 80 regions where I provide the best coverage

● Chain of gas stations in 10 regions○ Highlight pricing for the station closest to the user

● Show prices in local currency

Page 11: Location aware ad customizers

The Old Way

● So how could I show ads tailored to the user’s location?○ Make copies of your campaigns○ Target each one to a different location

● Gross!○ Duplicated data○ Hard to maintain

Page 12: Location aware ad customizers

Location-Aware Ad Customizers to the

Rescue

Page 13: Location aware ad customizers

What Is Location, exactly?

● Location of Presence (“Physical”)○ Where the user is located

● Location of Interest (“Interest”)○ Where the user is interested

● Interest trumps Physical

Page 14: Location aware ad customizers

Introducing “Target Location”

Shared Library -> Business Data

Page 15: Location aware ad customizers

Example: Target Australian Cities

Name

Page 16: Location aware ad customizers

Show Me the Code!

Page 17: Location aware ad customizers

3 Lines of Code!

● Just take your existing Ad Customizer FeedItem and add:

Location location = new Location();location.setId(1000286); // Sydney

feedItem.setGeoTargeting(location);

Page 20: Location aware ad customizers

The Fine Print

Page 21: Location aware ad customizers

The Fine Print

● Same limits as all customized ads○ Example: You must have one non-customized ad in

the ad group● Location of interest trumps physical location● More specific locations trump larger areas● Not supported in ExtensionSettings yet● Not supported in AdWords Scripts yet

Page 22: Location aware ad customizers

The Bonus

Page 23: Location aware ad customizers

Ad Customizers are just Feeds, so...

● This also works on any other FeedItems!○ Sitelinks○ Call○ App○ Location○ Reviews○ Callout

● In fact, the code sample is with Sitelinks

Page 24: Location aware ad customizers

Resources

● Micro-moments - https://goo.gl/xbvgnJ● Ad Customizers Guide - https://goo.gl/qn2z4T● Geo Targeting Ids - https://goo.gl/Ou8MbN● Cities/DMA Regions - https://goo.gl/o9oUXU● Placeholder Report - https://goo.gl/jM7HXD● Sample Code - https://goo.gl/Y7RML6