I just viewed the video on using dataProvider with the weather api. It set a mbox parameter and then based off that mbox parameter, we tell the activity to qualify a particular offer.
What I'm trying to do is use dataProvider to grab HTML from a 3rd party and then use that HTML as my offer on a page. Can this be done? It looked more like it just set parameters for an activity qualifier.
Example: I have HTML banners for all different screen sizes elsewhere. Based on a users screen size parameter, they qualify for an offer and I want to grab the HTML from my 3rd party host and place it on my page.
All help is appreciated! Thanks