Hi Nikola,

This tutorial from Google shows how to set up campaigns for driving mobile 
app installs: 
https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads
The code examples are C#, but the same thing can be done using the PHP 
client library.

Furthermore, to limit campaigns to target only mobile devices, you can 
use CampaignCriterionService to set platforms, mobile devices, and 
operating system versions you want to target:
CampaignCriterionService: 
https://developers.google.com/adwords/api/docs/reference/v201509/CampaignCriterionService
Targetable platforms: 
https://developers.google.com/adwords/api/docs/appendix/platforms
Targetable mobile OS platforms: 
https://developers.google.com/adwords/api/docs/appendix/mobileplatforms

You can use the ConstantDataService to get a list of targetable mobile 
devices and mobile OS versions via the API: 
https://developers.google.com/adwords/api/docs/reference/v201509/ConstantDataService

Here is a PHP code example of using ConstantDataService to get a list of 
targeting options:
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201509/Targeting/GetTargetableLanguagesAndCarriers.php

Mark

On Thursday, December 3, 2015 at 6:44:29 AM UTC-8, Nikola Jordanovski wrote:
>
> Hello, i was wondering is there a way to create a campaign that will 
> target *ONLY *mobile devices (tablets and smartphones for example).
> For example using the PHP API library, actually any example would be very 
> helpful, what i am trying to do is create ads for my mobile applications, 
> and i would like some campaigns to be only for the mobile devices ( tablets 
> and smartphones )
>
> Thank you,
> Nick
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/95f49a85-d98a-4d6c-8414-f5cb0d551699%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to