Hi Kapil, Location targeting happens at the campaing level, so you need to use the CampaignCriterionService<https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService>to set your country targeting.
Not sure what programming language are you looking an example for but here is one<http://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/targeting/AddCampaignTargetingCriteria.java>for Java. Best, - David Torres - AdWords API Team On Thursday, December 27, 2012 8:37:52 AM UTC-5, Kapil wrote: > > Hey, I' new to Adwords API and It's an easy question. I am trying using > GeoTargetTypeSetting set set my ads for a particular region. But, I don't > know how to use it properly. > > 1. I want to target some of my ads in a specific country. How can I do > that? (Lets says Australia). > > 2. Is it possible to do it at ad group level or maybe keywords level? > > > Can someone please provide me a sample code for this issue? > > Thanks, > > Kapil > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
