Hi, I found the example about AddClickToDownloadAd.php accronding your advice,It's helpful!
Thanks. On Saturday, September 27, 2014 3:13:36 AM UTC+8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We don't have an end-to-end example for all of the steps you mentioned, > but every client library has dozens of code examples. Below are a few that > you may find helpful (note that I'm showing links to the Java library, but > every library will have similarly named example folders and files): > > - Create campaigns > > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddCampaigns.java> > - Create ad groups > > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddAdGroups.java> > - Create app install ad > > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/advancedoperations/AddClickToDownloadAd.java> > > Cheers, > Josh, AdWords API Team > > On Friday, September 26, 2014 6:36:14 AM UTC-4, Jelly Hu wrote: >> >> Hi, >> >> Thanks for your reply! >> Could you explain to me the whole process about promoting app via API >> such as creating "mobile app installs"instead of UI,include AdGroup and >> Ad(words , image , video). Please be aware that the effect from API should >> be the same as that from UI. >> >> Thanks. >> >> On Friday, September 26, 2014 12:41:17 AM UTC+8, Josh Radcliff (AdWords >> API Team) wrote: >>> >>> Hi, >>> >>> Campaigns created through the API have all features enabled, so you >>> cannot (and need not) set the sub type for mobile app installs. Instead, >>> you can simply do the following: >>> >>> 1. Create a CampaignCriterion >>> >>> <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.CampaignCriterion> >>> where >>> the *criterion* is set to a MobileApplication >>> >>> <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.MobileApplication> >>> object, >>> configured for your app. >>> 2. Create another *CampaignCriterion* where the *criterion* is set >>> to an OperatingSystemVersion >>> >>> <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.OperatingSystemVersion> >>> object >>> where the ID is set to the desired ID taken from the mobile >>> platforms list >>> <https://developers.google.com/adwords/api/docs/appendix/mobileplatforms> >>> . >>> >>> Cheers, >>> Josh, AdWords API Team >>> >>> On Thursday, September 25, 2014 7:00:21 AM UTC-4, Jelly Hu wrote: >>>> >>>> Hi, >>>> >>>> I want to know whether it's available for me to create "mobile app >>>> installs" campaign via API? >>>> >>>> I couldn't find anything about "mobile app installs" during the API >>>> document, >>>> especially >>>> the CampaignService. >>>> >>>> What can I do to create "mobile app installs" campaign via API? >>>> >>>> Thanks! >>>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/9869cb91-c881-4c7d-a0e6-a970af06abbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
