You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hello,
I'm implementing the Wish List application (list of items you wanna have). And I think of a possibility to show ads, based on existing items in list. E.g. if you have Nike T-short in your list, I would like to show you some of "Nike" related ads. So ideally I'm looking for a way to pass a free text "Nike" keyword to a network and get a corresponding ad back. Is that possible with AdMob?
I skimmed through AdMob iOS how to and Targeting section, but failed to find the answer.
Thank you.
Veer Arjun Busani(Mobile Ads SDK Team)
unread,
Aug 12, 2016, 5:22:33 PM8/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hi Vadim,
This is not possible via AdMob network itself, but you can try our Search Ads feature from AdSense. However, you need to be first enrolled and you can use this form to start this process. Note that this would be part of AdSense but you can load ads using our SDK. You can use our guidelines to go through the implementation for iOS.
Apart from this, you can use DFP's Custom Targeting feature to get ads more on this line. I would suggest you to use our Advanced Sample app to learn more about the implementation. Note that you need to be part of DFP as well if you want to use this feature.
Thanks,
Veer Busani Mobile Ads SDK Team
Vadim Tikanov
unread,
Aug 12, 2016, 5:27:00 PM8/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Thanks Veer.
суббота, 13 августа 2016 г., 0:22:33 UTC+3 пользователь Veer Arjun Busani(Mobile Ads SDK Team) написал:
Vadim Tikanov
unread,
Aug 12, 2016, 5:48:50 PM8/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
AdRequest.Builder builder =newAdRequest.Builder().addTestDevice("and id for your device").addTestDevice(AdRequest.DEVICE_ID_EMULATOR).addKeyword("orange").addKeyword("yellow").addKeyword("blue");
Isn't it something I could use?
суббота, 13 августа 2016 г., 0:27:00 UTC+3 пользователь Vadim Tikanov написал:
Veer Arjun Busani(Mobile Ads SDK Team)
unread,
Aug 15, 2016, 10:22:31 AM8/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Hi Vadim,
My assumption was that you have already tried this and were looking for alternatives. This would certainly work as well and you can try the previously linked sample app, which includes this, for you to test as well.