How to get the list of ads of the campaign without knowing adgroupid

2011-11-15 Thread dummy one
Hi , How to get the list of ads of the particular campaign , without passing the adgroup id . Do google api v201101 provides this feature in java.Can any one help ? regards , jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Fwd: How to view the ads of my campaign , without passing adgroup id

2011-11-15 Thread dummy one
-- Forwarded message -- From: dummy one Date: Tue, Nov 15, 2011 at 7:05 PM Subject: How to view the ads of my campaign , without passing adgroup id To: AdWords API Forum Hi , Using api V201101 in java , how to get the ads of particular campaign .Can any one help , with out

How to view the ads of my campaign , without passing adgroup id

2011-11-15 Thread dummy one
Hi , Using api V201101 in java , how to get the ads of particular campaign .Can any one help , with out using adgroup id , i want the entire ads of a campaign only by passing the campaign id . Is google providing that feature in sandbox? Thanks , Jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Fwd: FAULT STRING ERROR :[AdError.URL_NO_SCHEME @ operations[0].operand.ad.url]

2011-11-10 Thread dummy one
-- Forwarded message -- From: dummy one Date: Thu, Nov 10, 2011 at 5:46 PM Subject: FAULT STRING ERROR :[AdError.URL_NO_SCHEME @ operations[0].operand.ad.url] To: AdWords API Forum hi , When i try to add ads using apiV201101 java , it shows that FAULT STRING ERROR

FAULT STRING ERROR :[AdError.URL_NO_SCHEME @ operations[0].operand.ad.url]

2011-11-10 Thread dummy one
hi , When i try to add ads using apiV201101 java , it shows that FAULT STRING ERROR :[AdError.URL_NO_SCHEME @ operations[0].operand.ad.url] . Is there any one to help me , ...Please provide me any solutions Regards , Jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

HOW TO VIEW MY ADS HEADLINE USING ADWORDS API

2011-11-09 Thread dummy one
.Can you provide me any suggestions. regards , Jana On Thu, Nov 10, 2011 at 10:37 AM, dummy one wrote: Hi Api , > > Thanks a lot ..But I have a problem that I can get only the url of ads , I > cant get the Ad headline , Description . Moreover do you have any idea for > adding a

Re: HOW TO VIEW MY ADS USING ADWORDS API

2011-11-09 Thread dummy one
.Can you provide me any suggestions. Regards , Jana On Wed, Nov 9, 2011 at 5:52 PM, dummy one wrote: > Hi Api , > > Thanks a lot ..But I have a problem that I can get only the url of ads , I > cant get the Ad headline , Description . Moreover do you have any idea for > addin

Re: HOW TO VIEW MY ADS USING ADWORDS API

2011-11-09 Thread dummy one
.Can you provide me any suggestions. Regards , Jana On Wed, Nov 9, 2011 at 5:51 PM, dummy one wrote: > Hi anash , > > Thanks a lot ..But I have a problem that I can get only the url of ads , I > cant get the Ad headline , Description . Moreover do you have any idea for > addin

Re: HOW TO VIEW MY ADS USING ADWORDS API

2011-11-09 Thread dummy one
Hi anash , Thanks a lot ..But I have a problem that I can get only the url of ads , I cant get the Ad headline , Description . Moreover do you have any idea for adding a list of ads of same type in a single request . I am facing a problem , hence i can add only a single ad at a time of same ad typ

How to Add list of ads into adgroup using apiV201101 in java

2011-11-08 Thread dummy one
Hi , Is there a way to add list of ads into adgroup using apiV201101 in java . Please provide me some code . I tried with api but i can only add single ad per request .I want to view the ads added , is there any way to view the ads using api .I am in need of help ... Best Regards ,

HOW TO VIEW MY ADS USING ADWORDS API

2011-10-24 Thread dummy one
Hi , I am new to google adwords api , Is there any option in api , to view our ads , how it looks , Is there any java code for this to view our ad description , ad title , text , dstn url . Regards , jana -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

Re: How to Add and Get specific location for my campaign

2011-10-24 Thread dummy one
Hi, I want to add location say india to my campaign , how can it be done ..Can you provide me some code example . Best Regards , jana On Mon, Oct 24, 2011 at 8:01 AM, Anash P. Oommen < anash.p.oommen+fo...@google.com> wrote: > Hi, > > Location codes for geo targeting are available at > ht

how to set cpc bid limit for campaign

2011-10-24 Thread dummy one
Hi , How do i set cpc bid limit for my campaign , in java api v201101 . campaign.setBiddingStrategy(new ManualCPC()); give me some code example regards , jana -- Forwarded message -- From: dummy one Date: Mon, Oct 24, 2011 at 1:36 PM Subject: Fwd: how do I set daily

Fwd: how do I set daily budget to a campaign using java api v201101

2011-10-24 Thread dummy one
-- Forwarded message -- From: dummy one Date: Mon, Oct 24, 2011 at 1:35 PM Subject: Re: how do I set daily budget to a campaign using java api v201101 To: anash.p.oommen+fo...@google.com Hi Anash , Thanks a lot , but there is still problem I can't set it , I want my

Re: how do I set daily budget to a campaign using java api v201101

2011-10-23 Thread dummy one
mount(new Money("null",100L)); and how to get the budget of my campaign ...please provide me some code .. Regards , jana. On Fri, Oct 21, 2011 at 5:56 PM, dummy one wrote: > Hi , > > I am new to adwords . how do I set daily budget to a campaign using > java api v

Re: How to Add and Get specific location for my campaign

2011-10-23 Thread dummy one
, 2011 at 7:19 PM, dummy one wrote: > Hi , > > I want to add Australia , India as location for my campaign how can i > add it , > > I found code for generic model ..How can it be done in specific > manner , > > / Set GeoTargetType. > GeoTargetTypeSetting geoSett

How to Add and Get specific location for my campaign

2011-10-21 Thread dummy one
Hi , I want to add Australia , India as location for my campaign how can i add it , I found code for generic model ..How can it be done in specific manner , / Set GeoTargetType. GeoTargetTypeSetting geoSetting = new GeoTargetTypeSetting(); geoSetting.positiveGeoTargetType = GeoTargetTypeSettingP

how do I set daily budget to a campaign using java api v201101

2011-10-21 Thread dummy one
Hi , I am new to adwords . how do I set daily budget to a campaign using java api v201101 , I can't set it , I want my daily budget as Rs 25/ day .please provide me some code i have used as , Budget budget = new Budget(); budget.setPeriod(BudgetBudgetPeriod.DAILY); budget.setAmount(n