How to Set Keyword Max Cpc

2013-04-04 Thread Aere
Hi all,
i've migrated api from v2012 to v201302.

I've a piece of code like this:

ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids();
adGroupBids.setKeywordMaxCpc(new Bid(new Money(null, p_kwdMaxCpc)));
adGroup.setBids(adGroupBids);

In the v201302 i don't find class ManualCPCAdGroupBid.
I can't find any docs about migrate this.

Can anyone help me?

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

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to Set Keyword Max Cpc

2013-04-04 Thread Aere
Anyone have any ideas?

Il giorno giovedì 4 aprile 2013 09:56:24 UTC+2, Aere ha scritto:

 Hi all,
 i've migrated api from v2012 to v201302.

 I've a piece of code like this:

 ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids();
 adGroupBids.setKeywordMaxCpc(new Bid(new Money(null, p_kwdMaxCpc)));
 adGroup.setBids(adGroupBids);

 In the v201302 i don't find class ManualCPCAdGroupBid.
 I can't find any docs about migrate this.

 Can anyone help me?


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

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to Set Keyword Max Cpc

2013-04-04 Thread Takeshi Hagikura (AdWords API Team)
Hi,

From v201302, the way bidding has changed. 
Please see this 
guidehttps://developers.google.com/adwords/api/docs/guides/bidding
.

Also please refer this code example as to how you can add a keyword.
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201302/basicoperations/AddKeywords.java

Best,
- Takeshi

On Thursday, April 4, 2013 7:13:16 PM UTC+9, Aere wrote:

 Anyone have any ideas?

 Il giorno giovedì 4 aprile 2013 09:56:24 UTC+2, Aere ha scritto:

 Hi all,
 i've migrated api from v2012 to v201302.

 I've a piece of code like this:

 ManualCPCAdGroupBids adGroupBids = new ManualCPCAdGroupBids();
 adGroupBids.setKeywordMaxCpc(new Bid(new Money(null, p_kwdMaxCpc)));
 adGroup.setBids(adGroupBids);

 In the v201302 i don't find class ManualCPCAdGroupBid.
 I can't find any docs about migrate this.

 Can anyone help me?



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

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: how to set keyword MAX CPC using v20090

2010-10-18 Thread AdWords API Advisor
Hi Miguel,

An example of this is included in the PHP client library:

  
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/UpdateAdGroupCriterion.php

Best,
- Eric Koleda, AdWords API Team

On Oct 16, 9:07 pm, miguel almi?ana mi191...@gmail.com wrote:
 Hello,

 I need to change a keyword Max Cpc having the keyword string, the
 campaign ID and the AdGroup ID.
 I'm looking for any example in php for get and update the Max Cpc of a
 keyword but i find anything.

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


AdWords API how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread parvind

Hi ANybody can help me,i am new to goolgle apility library, how to set
keyword MAX CPC using adwords apility library.? I 've a list of
keywords with adGroup ID, Keyword Id, MAX CPC column, i want to update
or set MAX CPC value for each keybord as and when i t required?







PARVIND
parvind1...@gmail.com

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



AdWords API Re: how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread parvind

Sir, jan
Thanks for giving response so soon and guiding me. At refrenced page i
found these lines of codes.
Here function createCriterionObject(arg1, arg2) takes 2 arguements,
pls tell me what is these two, i think it is ad group id, but still
i'm in doubt why this is for second?
Pls help...

$criterionObject = createCriterionObject(123456789, 987654321);
$criterionObject-setMaxCpc(0.65);
=
On Jun 29, 5:16 pm, Jan piotrow...@gmail.com wrote:
 Answer to your 
 question:http://google-apility.sourceforge.net/reference.html#criterion-setMax...)

 Next time perhaps use the APIlity forum for APIlity-related 
 questions:http://groups.google.com/group/adwords-api-php

 - Jan

 On 29 Jun., 14:12, parvind mail2parv...@gmail.com wrote:

  Hi ANybody can help me,i am new to goolgle apility library, how to set
  keyword MAX CPC using adwords apility library.? I 've a list of
  keywords with adGroup ID, Keyword Id, MAX CPC column, i want to update
  or set MAX CPC value for each keybord as and when i t required?

  PARVIND
  parvind1...@gmail.com
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



AdWords API Re: how to set keyword MAX CPC using adwords apility library.?

2009-06-29 Thread Jan

Fist one is ad group id, second is criterion (keyword) id:
http://google-apility.sourceforge.net/reference.html#criterion-createCriterionObject(%24givenAdGroupId%2C+%24givenKeywordId)

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