day_part_mgr_list_many

Back to SOAP Architecture Method Reference

Description

The day_part_mgr_list_many method lists details of specific day parts on your domain.

Parameters

Parameter Description Type Required (R) or Optional (O)
ids A comma-delimited list of the unique ID#s of day parts you want to list. string R
domain_id The unique ID# of the domain. bstypes:ResourceId O

Return Values

Value Description Type Required (R) or Optional (O)
id The unique ID# of the day part. bstypes:ResourceId R
name The name of this day part. string R
active Indicates whether or not the resource is active. boolean R
domain_id The unique ID# of the domain. bstypes:ResourceId R
day_mask Represents the days in which this day part is active. The value is the sum of the individual values of each day of the week, which are incrementing powers of 2, for example, Monday is 1 (2^0) and Sunday is 64 (2^6). int R
virtual_start_date The virtual start date for this day part. bstypes:SimpleDate R
virtual_end_date The virtual end date for this day part. bstypes:SimpleDate R
start_date The start date for this day part. bstypes:SimpleDate R
end_date The end date for this day part. bstypes:SimpleDate R
start_time The start time for this day part. bstypes:SimpleTime R
end_time The end time for this day part. bstypes:SimpleTime R
weight The priority level of the day part as a positive integer value. A value of -1 indicates that this is a blocking day part. int R
parent_id The unique ID# of the parent of this day part. bstypes:ResourceId R
impressions_per_hour The number of estimated impressions per hour for this day part. int R
minute_mask A series of values that indicate the opening and closing hours of a day part, in minutes per week. For example, “540-1019” indicates Monday from 9am-5pm. string R