Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
Thank you so much for providing me this answer. I have just figure it all out as well. We have the same code. Thank you! thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Since your main goal is to add an AdSchedule, then you need to use the ADD operator in your mutate() method as well as setting the criterion as AdSchedule instead of Platform. Also, you

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
So far I have this.. class SetBidModifier { const CAMPAIGN_ID = '1010615735'; // Bid modifiers are float number, not percentages, e.g., 1.5 means 50% more // bidding. const BID_MODIFIER = '1.5'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
Thank you very much Vincent, I think this is the one that I'm looking for. we can set startHour, startMinute, dayOfWeek, endHour and endMinute. Ive check the example, I don't know which one to replace. I know I will be asking too much but, I don't really know how to use it. Can you please

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Yes, AdSchedule is available in the AdWords API in the campaign level only particularly in the CampaignCriterion

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
is ad schedule available in the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, You cannot access your AdWords Scripts via the AdWords API as they are of completely different implementations. You can run the AdWords Scripts via the AdWords UI only and the AdWords API can be ran via different platforms/applications. Thanks, Vincent AdWords API Team -- --

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
How can I access my scripts via API? The scripts are really interesting. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: is there a way to bid adjust on time or date?

2018-02-18 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Are you referring to adjusting/setting bids based on a certain schedule? For example, if the day is Saturday, and the time is 5 pm to 7 pm, then you need to adjust/increase the bids. Is my assumption to your use-case correct? If so, then scheduling is not yet supported in the AdWords