Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

RTB vendor for Finance

Avatar

Level 2

My group is interested in showing ads only on finance websites. Is there a specific RTB source that I should be choosing to show up on finance sites? 

1 Accepted Solution

Avatar

Correct answer by
Level 1
RTB vendors typically organize their inventory into categories and finance is one of the more common categories that you'll find. To show ads only on finance related websites, make sure to target the finance category.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1
RTB vendors typically organize their inventory into categories and finance is one of the more common categories that you'll find. To show ads only on finance related websites, make sure to target the finance category.

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now
The following has evaluated to null or missing: ==> liql("SELECT id, subject, body, depth, post_time, author.login, author.id, author.rank, metrics.views FROM messages WHERE topic.id = '${topicId}' AND is_solution = true").data.items[0] [in template "analytics-container" at line 80, column 31] ---- Tip: It's the final [] step that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign acceptedAnswer = liql("SELECT... [in template "analytics-container" at line 80, column 5] ----