Is it possible to save ad statistics, when text ads are updated with Google API?

2011-07-21 Thread Donatas
Hi,

I am using Google API. It periodically updates prices and travel dates
in text ads. API deletes old ad and creates new one. Is it possible to
update the ad and leave all statistics visible (cpc, clicks, CTR and
etc.)
Now, when it deletes old ad and creates new one all statistics is
delated too.

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


Keyword Performance report missing CreativeId (was available in v13)

2011-07-21 Thread bgraves
After spending days updating my reporting code from v13 to v201101,
I've come across missing fields for the Keyword Performance report
type for the ReportDefinition.   The Keyword Performance report
contained the creativeid in v13 but it looks like it's unavailable in
v201101.  Am I now required to run 2 different reports to get keyword
and creative information?  Or is there a different report type that
I'm supposed to be using?

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


Re: Campaignid and adgroupid

2011-07-21 Thread Vanessy
there is a typo in the code

line 52 -   $campaignService = $user->GetService('CampaignService',
'v201101');
should be
  $campaignService = $user->GetCampaignService ('v201101');
Well now it says that no campaigns were found but my UI has many
campaigns. Please advise.

On Jul 21, 9:48 am, Vanessy  wrote:
> Hi,
>
> I am trying to retrieve the campaignid with getAllCampaigns.php to use the
> id in the GetTrafficEstimator. However, I get a blank display with no error
> message for getAllCampaigns. Does someone is able to retrieve the campaignid
> using the php file?  
>
> Is there a php code to retrieve adgroupid similarly to campaignid? If so,
> where is located in adwords api website?
>
> Thanks.

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


INVALID_FIELD_NAME_FOR_REPORT

2011-07-21 Thread Vehix ETL
I keep getting this error for a majority of the report definitions I'm 
trying to create in the sandbox.

Message=ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ 
ConversionRateManyPerClickSignificance; trigger:'Cannot select a combination 
of ConversionRateManyPerClickSignificance and 
ClickType,ConversionCategoryName,ConversionTypeName,CreativeUnionId,EffectiveDestinationUrl'

The problem is that I'm not including ANY of the fields the exception 
mentions. Is this just a problem with the sandbox?




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


Re: Client Email (Eronously) Invalid

2011-07-21 Thread Joshua Chan
Are there any updates on this by any chance? I'm getting the same error as 
well - 
http://code.google.com/apis/adwords/forum.html?place=topic%2Fadwords-api%2FyeuB4TT3dB0

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


Predicate help

2011-07-21 Thread Vehix ETL
In the 
examplecode
 for .Net for adding a keywords performance report definition The 
Predicate is being created as follows:

// Create ad group predicate.
  Predicate adGroupPredicate = new Predicate();
  adGroupPredicate.field = "AdGroupId";
  adGroupPredicate.@operator = PredicateOperator.EQUALS;
  adGroupPredicate.values = new string[] {adGroupId.ToString()};

Does this mean that this report definition is going to define a keywords 
performance report for keywords pertaining only 
to the specified AdGroup?


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


Bid Simulator returning 0 clicks for KWs that get consistent traffic

2011-07-21 Thread joel
It seems as if most of the keywords that I submit to the bid simulator
return landscape points showing 0 clicks at all bid landscape points.
This occurs even on keywords that currently receive fairly consistent
traffic. Here are some example keyword ids that are live and getting
traffic, but for which the bid simulator shows 0 clicks.

18809556142
37388191
12693113821

Is there any particular reason why so many don't have valid data? Is
this an AdWords bug or are there ways to identify keywords that won't
have bid simulator data?

Thanks,

Joel

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


Re: Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas,

I still can't replicate this issue. I'm using v12.4.0, but the proxy code 
hasn't changed from v12.3.0. Here's how I am testing, that may give a hint 
about what's going wrong.

- Setup a proxy using squid: 
http://news.softpedia.com/news/Seting-Up-a-HTTP-Proxy-Server-with-Authentication-and-Filtering-52467.shtml
- Downloaded 
http://google-api-adwords-dotnet.googlecode.com/files/awapi_dotnet_lib_src_12.4.0.zip.
- Extracted the project and opened AdWords.v2008.sln in VS 2008.
- Set the proxy url, username, password in examples\csharp\App.config.
- Set Developer token, Email, password, ClientEmail in 
examples\csharp\App.config
- Run AdWords.Examples.CSharp with command line argument as 
v201101.GetAllCampaigns.

My call fails for wrong username/password (407 Proxy Authentication 
required) and succeeds for the right username/password in App.config.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


Campaignid and adgroupid

2011-07-21 Thread Vanessy
Hi,

I am trying to retrieve the campaignid with getAllCampaigns.php to use the 
id in the GetTrafficEstimator. However, I get a blank display with no error 
message for getAllCampaigns. Does someone is able to retrieve the campaignid 
using the php file?  

Is there a php code to retrieve adgroupid similarly to campaignid? If so, 
where is located in adwords api website?

Thanks.

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


Re: v201101 cross-client reports

2011-07-21 Thread Kevin
And it's taking much longer to get the report using v13.  Right now for some 
reports, we have to wait 3+ hours and this happens every day.


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


Re: OAuth support - please finish the job

2011-07-21 Thread Chirag
Hi Eric,
I have same problem as Jason.
I want to be report to download every week and we cannot store user
login credentials.
So it will be helpful, If we can manage download report by Oauth Info
only.

Thanks,


On Jun 15, 7:49 pm, Eric Koleda  wrote:
> Hi All,
>
> Thank you for your continued interest in using OAuth with the API.
>  Unfortunately I don't have any timeline on when the feature would be
> available for report downloads, but I'll let you know when I have any
> updates.
>
> Best,
> - Eric

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


Re: Client Authentication, What would you suggest?

2011-07-21 Thread yagmur
Bumping the question since I haven't heard back in 2 days :)

Again, the questions is how to create the AdWordsUser object with my 
developer key and customer's email and password who is not part of my MCC, 
to pull their reports. 

There was a .net client update 2 days ago but it wasn't mentioned in the api 
blog (most other clients were mentioned though). There seems to be a 
new AuthorizationMethod entry in the config to pick between ClientLogin and 
OAuth (although not supporting reports I guess)... and this is not 
documented anywhere except inline in the configuration file. So I am not 
sure if this change helps me in any way.

Perhaps I need to construct the soap header and body myself instead of using 
the .net client?

Please help, I am stuck.

Thanks again,
Yagmur

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


Re: setting targetListTypes for NetworkTargetList fields

2011-07-21 Thread jstedman
Sanju,

I'm not sure if this is regarding v201101 or not, but in v201101 the
NetworkTarget is now called NetworkSetting. The NetworkSetting object
is a collection of booleans, one for each network and content
targeting type that used to exist in v13.

The best practice for ensuring that you only modify content network
settings would be to retrieve the Campaign you want to edit settings
for with all the NetworkSetting fields in the selector(see:
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.NetworkSetting.html)
then set the ones that you want to modify and send the Campaign object
back in the CampaignOperation using the Operator for SET.

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


NotEmptyError: - EMPTY_LIST when removing a negative campaign keyword

2011-07-21 Thread Peter
Hi all!

When I try to remove a negative keyword (on campaign level), I get the
NotEmptyError: - EMPTY_LIST, and can't figure out why. Below is the
object I send (I'm using the 2.4.5 perl library and v201101 of the
API). I'm only wondering if someone had a similar problem before or
can quickly spot what the fault might be. When I look at it, I think
it looks well-formed (but can't find an example to compare with
though ...).

REMOVE59264351https://adwords.google.com/api/
adwords/cm/v201101" >12511291

Thank you for any help!

Best regards,
Peter

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


UNEXPECTED_INTERNAL_API_ERROR on production

2011-07-21 Thread Elfurk
I've written a little test tool that's working ok in sandbox, when i
switch web.config to production i get this error.

This is the soap request:


  https://adwords.google.com/api/adwords/o/v201101";>

  

http://...
false
  
  KEYWORD
  IDEAS
  
https://adwords.google.com/api/adwords/cm/
v201101">
0
https://adwords.google.com/api/adwords/
cm/v201101">
30
  
  it_IT
  EUR

  


Here is the requestId: 0004a89534beeda00a86fa0d3df7668e

More over i've to configure the request only using cliendcustomerId
because if i use clientemail i get an error client email not valid, i
use it in the form

client_1+myclientem...@domain.com

and in my MCC i've just this client linked.

Any hints?

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


Re: how create full add with stats ?

2011-07-21 Thread Minius
Ok, thanks

And is there some solution on how to create backup for some adwords
account throw web interface?
That, if with automatic ad updating process throw api, appears some
mistake will be possibility full restore in preview state. Because now
i see only partial backup, for changes


On 13 Lie, 20:13, David Torres  wrote:
> Hi,
>
> 1) There is no specific operation to copy an Ad in the API, but this could
> be easily implemented by fetching the Ad (via get call) then modify the Ad
> as required, remove its id (so it gets created as a new Ad) and send a
> mutate call.
>
> 2) Ads don't ever get deleted of the system just marked as "Deleted"
>
> Best,
>
> -David Torres - AdWords API Team

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


Update destination url

2011-07-21 Thread Ashok
Hi,

   I want to update destination url of a ad which is created in
adwordsit is not updated through api coding.
   itis possible through api coding or not.
   Totally remove the ads,again upload the new ads with nee destination
url...

  plz give me any solution.


-- 
Warm Regards.
Ashok Acharya.
Mb:+91-9579996330

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


Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread AdWords API Advisor
Hi Thomas,

Which version of the library (not the API) are you using? The latest version 
is 12.4.0. I'm trying to replicate the issue you are mentioning, but so far 
I'm out of luck.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


Re : Re: Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
Hi Anash,
It's the version 12.3.0

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


Re: yes my question is about API and what do it mean to me

2011-07-21 Thread AdWords API Advisor
Hi,

If you have a specific question about AdWords API, then feel free to ask and 
we will help you with your queries.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

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


Re : Re: Re : Re: Need help with Proxy authentication in C#

2011-07-21 Thread Thomas D
I use the v201101 of the client library

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


Google API

2011-07-21 Thread lavender
Hello everyong,

I am now working on a project which needs to get all the following
data:

1> Website Page Rank. (PR)
2> Keywords ranking in Google.
3> Keywords suggestion tool
4> Keywords competition
5> Keywords monthly search
6> Website Health Check (Quickly checks for many common SEO issues)
7> Backlinks


But it seems it is a little bit hard to find these APIs to use. So is
there any one who can tell me where to get the seperated APIs for each
kind of data acquisition?

Your answer is much appreciated.

Thanks.

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


setting targetListTypes for NetworkTargetList fields

2011-07-21 Thread Sanju
Please let me know what fields can we set for targetListTypes()

eg.
networkTargetList.setTargetListType(..."what values can be
set,just give examples"..);

My goal is to set .TargetContentNetwork only but not search network
and google network...



Thx in dv

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