Ad schedule cannot be updated for a 45 minute timeframe. 0, 15, 30 minutes works fine. When I add "FORTY_FIVE" in startMinute/endMinute it rounds it back to 0 (see examples below)
Refference: Endpoint: *https://googleads.googleapis.com/v6/customers/{customerid}/campaignCriteria:mutate* Example operations and results: *1. *Works as expected, the result is:* WEDNESDAY: 20:15-23:15* { "create":{ "adSchedule":{ "startMinute":"FIFTEEN", "endMinute":"FIFTEEN", "dayOfWeek":"WEDNESDAY", "startHour":20, "endHour":23 }, "campaign":"customers/{customerid}/campaigns/{campaignid}", "bidModifier":1 } } *2. *Not Working as expected, the result is:* WEDNESDAY: 20:15-23:00, instead of the expected **WEDNESDAY: 20:15-23:45* { "create":{ "adSchedule":{ "startMinute":"FIFTEEN", "endMinute":"FORTY_FIVE", "dayOfWeek":"WEDNESDAY", "startHour":20, "endHour":23 }, "campaign":"customers/{customerid}/campaigns/{campaignid}", "bidModifier":1 } } Additional information - - The bug occurs every hour of the day I try - I don't get any error message after the request - When choosing "FORTY_FIVE" it rounds it down to "ZERO" every time - Everything else (all minute and hour options) works perfectly. How can I solve this issue? Cheers -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4b29d475-b471-4098-9f55-4d78af5ea999n%40googlegroups.com.
