Hi, 

The reason I prefer the forum is the answer and questions are also helpful 
for others.
This is originally coming from this 
thread<https://groups.google.com/d/msg/adwords-api/LpEZoXC1j0U/xME6KeLkw50J>
.

As for this behavior.
> BTW, why in the world does it return times as a mixture of numeric and 
text strings?  If a time scheduled goes from 7:00 to 8:15, it is returned as
> 7
> ZERO
> 8
> FIFTEEN

Actually this is working as intended.
The 
wsdl<https://adwords.google.com/api/adwords/cm/v201302/CampaignCriterionService?wsdl>says
 startMinute/endMinute are of type MinuteOfHour which is a 
string-values enum that only allows certain values.

<simpleType name="MinuteOfHour">
 <annotation>
   <documentation>
Minutes in an hour. Currently only 0, 15, 30, and 45 are supported
</documentation>
 </annotation>
 <restriction base="xsd:string">
   <enumeration value="ZERO">
     <annotation>
       <documentation>Zero minutes past hour.</documentation>
     </annotation>
   </enumeration>
   <enumeration value="FIFTEEN">
     <annotation>
       <documentation>Fifteen minutes past hour.</documentation>
     </annotation>
   </enumeration>
   <enumeration value="THIRTY">
     <annotation>
       <documentation>Thirty minutes past hour.</documentation>
     </annotation>
   </enumeration>
   <enumeration value="FORTY_FIVE">
     <annotation>
       <documentation>Forty-five minutes past hour.</documentation>
     </annotation>
   </enumeration>
 </restriction>
</simpleType>

Best,
- Takeshi

On Thursday, March 7, 2013 10:53:05 PM UTC+9, Reed wrote:
>
> Thanks Takeshi.  I'm not sure what it is that you want me to post on the 
> forum?
> -reed
>
> On Thu, Mar 7, 2013 at 3:05 AM, <adwor...@googlegroups.com 
> <javascript:>>wrote:
>
>> Hi,
>>
>> Do you mind post it on the public forum?
>> Looks like it doesn't contain sensitive info.
>>
>> > BTW, why in the world does it return times as a mixture of numeric and 
>> text strings?  If a time scheduled goes from 7:00 to 8:15, it is returned as
>> > 7
>> > ZERO
>> > 8
>> > FIFTEEN
>> This seems to be not expected behavior.
>> I've filed a bug.
>>
>> Best,
>> - Takeshi
>>
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>>     http://googleadsdeveloper.blogspot.com/search/label/adwords_api
>>     https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>> On 03/06/13 22:21:07 "Reed Powell" <powel...@gmail.com <javascript:>> 
>> wrote:
>>
>> That doesn't seem to be entirely correct.  After further testing I've 
>> found that the CampaignCriterion Service returns the bid modifier for all 
>> three types of Enhanced Campaign modifiers:  Location, time and device.
>>
>> BTW, why in the world does it return times as a mixture of numeric and 
>> text strings?  If a time scheduled goes from 7:00 to 8:15, it is returned as
>> 7
>> ZERO
>> 8
>> FIFTEEN
>>
>> ????
>>
>> -reed
>>
>>
>

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


Reply via email to