Re: Day bid plan for each hour

2014-03-18 Thread Danial Klimkin
Hello Dan,


You need to use the AdSchedule Criterion:

  
https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.AdSchedule

And use it with a campaign criterion:

  
https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.CampaignCriterion

Defining relevant 'bidModifier' for each time range. Please see 
AddCampaignCriteria example available for all of our libraries:

  https://developers.google.com/adwords/api/docs/clientlibraries


-Danial, AdWords API Team.

On Monday, March 17, 2014 9:36:44 PM UTC+4, Dan wrote:

 I am trying to find the way how I can schedule a bid plan for each keyword 
 for entire day using Adwords API.
 For example: 

 0. black tea, 1.25£, 00:00:00-01:00:00
 1. black tea, 1.50£, 01:00:00-02:00:00
 3. .
 18. black tea, 3.0£ 19:00:00-20:00:00
  

 Could you please point me and give small example which API service and 
 object properties I should use in order to schedule that I've just 
 described. 

 Thanks a lot! 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Day bid plan for each hour

2014-03-18 Thread Dan
Thanks for your reply! I have my own algorithm which computes my bids and I 
really don't want to mess up and calculate percentage to set it to 
modifier. 
Is there are any way I can set exact bid for time range directly without 
adjusting by percentage?  

On Tuesday, 18 March 2014 10:49:05 UTC, Danial Klimkin wrote:

 Hello Dan,


 You need to use the AdSchedule Criterion:

   
 https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.AdSchedule

 And use it with a campaign criterion:

   
 https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.CampaignCriterion

 Defining relevant 'bidModifier' for each time range. Please see 
 AddCampaignCriteria example available for all of our libraries:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.

 On Monday, March 17, 2014 9:36:44 PM UTC+4, Dan wrote:

 I am trying to find the way how I can schedule a bid plan for each 
 keyword for entire day using Adwords API.
 For example: 

 0. black tea, 1.25£, 00:00:00-01:00:00
 1. black tea, 1.50£, 01:00:00-02:00:00
 3. .
 18. black tea, 3.0£ 19:00:00-20:00:00
  

 Could you please point me and give small example which API service and 
 object properties I should use in order to schedule that I've just 
 described. 

 Thanks a lot! 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Day bid plan for each hour

2014-03-18 Thread Danial Klimkin
Hello Dan,


No, AdSchedule target can only affect bidModifier, not the absolute bid.


-Danial, AdWords API Team.


On Tuesday, March 18, 2014 3:12:02 PM UTC+4, Dan wrote:

 Thanks for your reply! I have my own algorithm which computes my bids and 
 I really don't want to mess up and calculate percentage to set it to 
 modifier. 
 Is there are any way I can set exact bid for time range directly without 
 adjusting by percentage?  

 On Tuesday, 18 March 2014 10:49:05 UTC, Danial Klimkin wrote:

 Hello Dan,


 You need to use the AdSchedule Criterion:

   
 https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.AdSchedule

 And use it with a campaign criterion:

   
 https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.CampaignCriterion

 Defining relevant 'bidModifier' for each time range. Please see 
 AddCampaignCriteria example available for all of our libraries:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.

 On Monday, March 17, 2014 9:36:44 PM UTC+4, Dan wrote:

 I am trying to find the way how I can schedule a bid plan for each 
 keyword for entire day using Adwords API.
 For example: 

 0. black tea, 1.25£, 00:00:00-01:00:00
 1. black tea, 1.50£, 01:00:00-02:00:00
 3. .
 18. black tea, 3.0£ 19:00:00-20:00:00
  

 Could you please point me and give small example which API service and 
 object properties I should use in order to schedule that I've just 
 described. 

 Thanks a lot! 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Day bid plan for each hour

2014-03-17 Thread Dan
I am trying to find the way how I can schedule a bid plan for each keyword 
for entire day using Adwords API.
For example: 

0. black tea, 1.25£, 00:00:00-01:00:00
1. black tea, 1.50£, 01:00:00-02:00:00
3. .
18. black tea, 3.0£ 19:00:00-20:00:00
 

Could you please point me and give small example which API service and 
object properties I should use in order to schedule that I've just 
described. 

Thanks a lot! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.