Hi,

I've been able to replicate this issue, and it seems to be a problem
with how the API is retrieving the ads.  I'll work with the core
engineering team to resolve the issue, but it's likely that a fix
won't be available until January at the earliest.

Best,
- Eric Koleda, AdWords API Team

On Dec 12, 6:51 pm, SuntekSolutions <svid...@gmail.com> wrote:
> 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.AdG 
> roupAdService),
> 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