Hi,

When I use the AdGroupAdSelector to select my ads in a adgroup it only
returns the textAds without the productAds that are in the group. How
can I also get the product ads so that I can minipulate the promotion
text with the correct price for my product that I am selling? Code
below:

        a_service =
CType(User.GetService(Google.Api.Ads.AdWords.Lib.AdWordsService.v201008.AdGroupAdService),
AdGroupAdService)
        Dim a_selector As New AdGroupAdSelector()
        Dim a_stat As New AdStatsSelector()
        a_stat.dateRange = StatsSelector.dateRange
        a_selector.statsSelector = a_stat
        a_selector.adGroupIds() = New Long() {gID}


        Dim a_page As AdGroupAdPage = a_service.get(a_selector)
        Dim lst As New List(Of AdGroupAd)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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

Reply via email to