Hi,

Check the SOAP XML logs for the request to ensure that the targets are
being returned correctly.

Best,
- Eric Koleda, AdWords API Team

On Jul 9, 3:53 pm, diti <[email protected]> wrote:
> Hi,
>
> I have to pull the target field and type into variables so that i can
> assign them to the datarows of an existing dataset. In the below code
> I need to pull the values of a particular target say
> languagetarget ....break point goes through the foreach and if but is
> not entering the if loop ...can anybody please help me doo these two
> things ???
>
>   CampaignTargetPage results = service.get(CampaignIds);
> foreach (TargetList targetList in results.entries)
>             {
>                 if (targetList.TargetListType == "LanguageTargetList")
>                 {
>                     LanguageTargetList LTList = new
> LanguageTargetList();
>
> // here i should assign those values to a anewly declared variable ...
>                 }

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

Reply via email to