1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404
|
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/resources/ad_group.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
common "google.golang.org/genproto/googleapis/ads/googleads/v3/common"
enums "google.golang.org/genproto/googleapis/ads/googleads/v3/enums"
_ "google.golang.org/genproto/googleapis/api/annotations"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// An ad group.
type AdGroup struct {
// Immutable. The resource name of the ad group.
// Ad group resource names have the form:
//
// `customers/{customer_id}/adGroups/{ad_group_id}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Output only. The ID of the ad group.
Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
// The name of the ad group.
//
// This field is required and should not be empty when creating new ad
// groups.
//
// It must contain fewer than 255 UTF-8 full-width characters.
//
// It must not contain any null (code point 0x0), NL line feed
// (code point 0xA) or carriage return (code point 0xD) characters.
Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
// The status of the ad group.
Status enums.AdGroupStatusEnum_AdGroupStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v3.enums.AdGroupStatusEnum_AdGroupStatus" json:"status,omitempty"`
// Immutable. The type of the ad group.
Type enums.AdGroupTypeEnum_AdGroupType `protobuf:"varint,12,opt,name=type,proto3,enum=google.ads.googleads.v3.enums.AdGroupTypeEnum_AdGroupType" json:"type,omitempty"`
// The ad rotation mode of the ad group.
AdRotationMode enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode `protobuf:"varint,22,opt,name=ad_rotation_mode,json=adRotationMode,proto3,enum=google.ads.googleads.v3.enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode" json:"ad_rotation_mode,omitempty"`
// Output only. For draft or experiment ad groups, this field is the resource name of the
// base ad group from which this ad group was created. If a draft or
// experiment ad group does not have a base ad group, then this field is null.
//
// For base ad groups, this field equals the ad group resource name.
//
// This field is read-only.
BaseAdGroup *wrappers.StringValue `protobuf:"bytes,18,opt,name=base_ad_group,json=baseAdGroup,proto3" json:"base_ad_group,omitempty"`
// The URL template for constructing a tracking URL.
TrackingUrlTemplate *wrappers.StringValue `protobuf:"bytes,13,opt,name=tracking_url_template,json=trackingUrlTemplate,proto3" json:"tracking_url_template,omitempty"`
// The list of mappings used to substitute custom parameter tags in a
// `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
UrlCustomParameters []*common.CustomParameter `protobuf:"bytes,6,rep,name=url_custom_parameters,json=urlCustomParameters,proto3" json:"url_custom_parameters,omitempty"`
// Immutable. The campaign to which the ad group belongs.
Campaign *wrappers.StringValue `protobuf:"bytes,10,opt,name=campaign,proto3" json:"campaign,omitempty"`
// The maximum CPC (cost-per-click) bid.
CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,14,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"`
// The maximum CPM (cost-per-thousand viewable impressions) bid.
CpmBidMicros *wrappers.Int64Value `protobuf:"bytes,15,opt,name=cpm_bid_micros,json=cpmBidMicros,proto3" json:"cpm_bid_micros,omitempty"`
// The target CPA (cost-per-acquisition).
TargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,27,opt,name=target_cpa_micros,json=targetCpaMicros,proto3" json:"target_cpa_micros,omitempty"`
// Output only. The CPV (cost-per-view) bid.
CpvBidMicros *wrappers.Int64Value `protobuf:"bytes,17,opt,name=cpv_bid_micros,json=cpvBidMicros,proto3" json:"cpv_bid_micros,omitempty"`
// Average amount in micros that the advertiser is willing to pay for every
// thousand times the ad is shown.
TargetCpmMicros *wrappers.Int64Value `protobuf:"bytes,26,opt,name=target_cpm_micros,json=targetCpmMicros,proto3" json:"target_cpm_micros,omitempty"`
// The target ROAS (return-on-ad-spend) override. If the ad group's campaign
// bidding strategy is a standard Target ROAS strategy, then this field
// overrides the target ROAS specified in the campaign's bidding strategy.
// Otherwise, this value is ignored.
TargetRoas *wrappers.DoubleValue `protobuf:"bytes,30,opt,name=target_roas,json=targetRoas,proto3" json:"target_roas,omitempty"`
// The percent cpc bid amount, expressed as a fraction of the advertised price
// for some good or service. The valid range for the fraction is [0,1) and the
// value stored here is 1,000,000 * [fraction].
PercentCpcBidMicros *wrappers.Int64Value `protobuf:"bytes,20,opt,name=percent_cpc_bid_micros,json=percentCpcBidMicros,proto3" json:"percent_cpc_bid_micros,omitempty"`
// Settings for the Display Campaign Optimizer, initially termed "Explorer".
ExplorerAutoOptimizerSetting *common.ExplorerAutoOptimizerSetting `protobuf:"bytes,21,opt,name=explorer_auto_optimizer_setting,json=explorerAutoOptimizerSetting,proto3" json:"explorer_auto_optimizer_setting,omitempty"`
// Allows advertisers to specify a targeting dimension on which to place
// absolute bids. This is only applicable for campaigns that target only the
// display network and not search.
DisplayCustomBidDimension enums.TargetingDimensionEnum_TargetingDimension `protobuf:"varint,23,opt,name=display_custom_bid_dimension,json=displayCustomBidDimension,proto3,enum=google.ads.googleads.v3.enums.TargetingDimensionEnum_TargetingDimension" json:"display_custom_bid_dimension,omitempty"`
// URL template for appending params to Final URL.
FinalUrlSuffix *wrappers.StringValue `protobuf:"bytes,24,opt,name=final_url_suffix,json=finalUrlSuffix,proto3" json:"final_url_suffix,omitempty"`
// Setting for targeting related features.
TargetingSetting *common.TargetingSetting `protobuf:"bytes,25,opt,name=targeting_setting,json=targetingSetting,proto3" json:"targeting_setting,omitempty"`
// Output only. The effective target CPA (cost-per-acquisition).
// This field is read-only.
EffectiveTargetCpaMicros *wrappers.Int64Value `protobuf:"bytes,28,opt,name=effective_target_cpa_micros,json=effectiveTargetCpaMicros,proto3" json:"effective_target_cpa_micros,omitempty"`
// Output only. Source of the effective target CPA.
// This field is read-only.
EffectiveTargetCpaSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,29,opt,name=effective_target_cpa_source,json=effectiveTargetCpaSource,proto3,enum=google.ads.googleads.v3.enums.BiddingSourceEnum_BiddingSource" json:"effective_target_cpa_source,omitempty"`
// Output only. The effective target ROAS (return-on-ad-spend).
// This field is read-only.
EffectiveTargetRoas *wrappers.DoubleValue `protobuf:"bytes,31,opt,name=effective_target_roas,json=effectiveTargetRoas,proto3" json:"effective_target_roas,omitempty"`
// Output only. Source of the effective target ROAS.
// This field is read-only.
EffectiveTargetRoasSource enums.BiddingSourceEnum_BiddingSource `protobuf:"varint,32,opt,name=effective_target_roas_source,json=effectiveTargetRoasSource,proto3,enum=google.ads.googleads.v3.enums.BiddingSourceEnum_BiddingSource" json:"effective_target_roas_source,omitempty"`
// Output only. The resource names of labels attached to this ad group.
Labels []*wrappers.StringValue `protobuf:"bytes,33,rep,name=labels,proto3" json:"labels,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdGroup) Reset() { *m = AdGroup{} }
func (m *AdGroup) String() string { return proto.CompactTextString(m) }
func (*AdGroup) ProtoMessage() {}
func (*AdGroup) Descriptor() ([]byte, []int) {
return fileDescriptor_3478586bae6468dc, []int{0}
}
func (m *AdGroup) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdGroup.Unmarshal(m, b)
}
func (m *AdGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdGroup.Marshal(b, m, deterministic)
}
func (m *AdGroup) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdGroup.Merge(m, src)
}
func (m *AdGroup) XXX_Size() int {
return xxx_messageInfo_AdGroup.Size(m)
}
func (m *AdGroup) XXX_DiscardUnknown() {
xxx_messageInfo_AdGroup.DiscardUnknown(m)
}
var xxx_messageInfo_AdGroup proto.InternalMessageInfo
func (m *AdGroup) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *AdGroup) GetId() *wrappers.Int64Value {
if m != nil {
return m.Id
}
return nil
}
func (m *AdGroup) GetName() *wrappers.StringValue {
if m != nil {
return m.Name
}
return nil
}
func (m *AdGroup) GetStatus() enums.AdGroupStatusEnum_AdGroupStatus {
if m != nil {
return m.Status
}
return enums.AdGroupStatusEnum_UNSPECIFIED
}
func (m *AdGroup) GetType() enums.AdGroupTypeEnum_AdGroupType {
if m != nil {
return m.Type
}
return enums.AdGroupTypeEnum_UNSPECIFIED
}
func (m *AdGroup) GetAdRotationMode() enums.AdGroupAdRotationModeEnum_AdGroupAdRotationMode {
if m != nil {
return m.AdRotationMode
}
return enums.AdGroupAdRotationModeEnum_UNSPECIFIED
}
func (m *AdGroup) GetBaseAdGroup() *wrappers.StringValue {
if m != nil {
return m.BaseAdGroup
}
return nil
}
func (m *AdGroup) GetTrackingUrlTemplate() *wrappers.StringValue {
if m != nil {
return m.TrackingUrlTemplate
}
return nil
}
func (m *AdGroup) GetUrlCustomParameters() []*common.CustomParameter {
if m != nil {
return m.UrlCustomParameters
}
return nil
}
func (m *AdGroup) GetCampaign() *wrappers.StringValue {
if m != nil {
return m.Campaign
}
return nil
}
func (m *AdGroup) GetCpcBidMicros() *wrappers.Int64Value {
if m != nil {
return m.CpcBidMicros
}
return nil
}
func (m *AdGroup) GetCpmBidMicros() *wrappers.Int64Value {
if m != nil {
return m.CpmBidMicros
}
return nil
}
func (m *AdGroup) GetTargetCpaMicros() *wrappers.Int64Value {
if m != nil {
return m.TargetCpaMicros
}
return nil
}
func (m *AdGroup) GetCpvBidMicros() *wrappers.Int64Value {
if m != nil {
return m.CpvBidMicros
}
return nil
}
func (m *AdGroup) GetTargetCpmMicros() *wrappers.Int64Value {
if m != nil {
return m.TargetCpmMicros
}
return nil
}
func (m *AdGroup) GetTargetRoas() *wrappers.DoubleValue {
if m != nil {
return m.TargetRoas
}
return nil
}
func (m *AdGroup) GetPercentCpcBidMicros() *wrappers.Int64Value {
if m != nil {
return m.PercentCpcBidMicros
}
return nil
}
func (m *AdGroup) GetExplorerAutoOptimizerSetting() *common.ExplorerAutoOptimizerSetting {
if m != nil {
return m.ExplorerAutoOptimizerSetting
}
return nil
}
func (m *AdGroup) GetDisplayCustomBidDimension() enums.TargetingDimensionEnum_TargetingDimension {
if m != nil {
return m.DisplayCustomBidDimension
}
return enums.TargetingDimensionEnum_UNSPECIFIED
}
func (m *AdGroup) GetFinalUrlSuffix() *wrappers.StringValue {
if m != nil {
return m.FinalUrlSuffix
}
return nil
}
func (m *AdGroup) GetTargetingSetting() *common.TargetingSetting {
if m != nil {
return m.TargetingSetting
}
return nil
}
func (m *AdGroup) GetEffectiveTargetCpaMicros() *wrappers.Int64Value {
if m != nil {
return m.EffectiveTargetCpaMicros
}
return nil
}
func (m *AdGroup) GetEffectiveTargetCpaSource() enums.BiddingSourceEnum_BiddingSource {
if m != nil {
return m.EffectiveTargetCpaSource
}
return enums.BiddingSourceEnum_UNSPECIFIED
}
func (m *AdGroup) GetEffectiveTargetRoas() *wrappers.DoubleValue {
if m != nil {
return m.EffectiveTargetRoas
}
return nil
}
func (m *AdGroup) GetEffectiveTargetRoasSource() enums.BiddingSourceEnum_BiddingSource {
if m != nil {
return m.EffectiveTargetRoasSource
}
return enums.BiddingSourceEnum_UNSPECIFIED
}
func (m *AdGroup) GetLabels() []*wrappers.StringValue {
if m != nil {
return m.Labels
}
return nil
}
func init() {
proto.RegisterType((*AdGroup)(nil), "google.ads.googleads.v3.resources.AdGroup")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/resources/ad_group.proto", fileDescriptor_3478586bae6468dc)
}
var fileDescriptor_3478586bae6468dc = []byte{
// 1106 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x97, 0xdd, 0x6e, 0xe3, 0x44,
0x14, 0xc7, 0x95, 0xa6, 0x2d, 0x30, 0xfd, 0xd8, 0xae, 0x4b, 0x17, 0xb7, 0x0d, 0xdb, 0x74, 0x51,
0x45, 0xb8, 0xc0, 0x2e, 0x0d, 0x2c, 0x52, 0x60, 0x91, 0x9c, 0x76, 0xb7, 0x80, 0xb6, 0xbb, 0x95,
0xd3, 0xf6, 0x02, 0x15, 0x59, 0x13, 0x7b, 0x62, 0x06, 0x6c, 0x8f, 0x35, 0x33, 0x0e, 0x2d, 0xab,
0xbd, 0x01, 0x6e, 0xb8, 0xe2, 0x1d, 0xb8, 0xe4, 0x51, 0x78, 0x8a, 0xbd, 0xde, 0x37, 0x80, 0x2b,
0xe4, 0xf9, 0x70, 0x93, 0xb4, 0xa9, 0x8d, 0xc4, 0xdd, 0x64, 0xe6, 0xfc, 0x7f, 0x73, 0xce, 0x9c,
0x39, 0x73, 0x1c, 0xb0, 0x1b, 0x12, 0x12, 0x46, 0xc8, 0x86, 0x01, 0xb3, 0xe5, 0x30, 0x1f, 0x0d,
0xdb, 0x36, 0x45, 0x8c, 0x64, 0xd4, 0x47, 0xcc, 0x86, 0x81, 0x17, 0x52, 0x92, 0xa5, 0x56, 0x4a,
0x09, 0x27, 0xc6, 0xb6, 0x34, 0xb3, 0x60, 0xc0, 0xac, 0x42, 0x61, 0x0d, 0xdb, 0x56, 0xa1, 0xd8,
0xf8, 0x64, 0x1a, 0xd4, 0x27, 0x71, 0x4c, 0x12, 0xdb, 0xcf, 0x18, 0x27, 0xb1, 0x97, 0x42, 0x0a,
0x63, 0xc4, 0x11, 0x95, 0xe4, 0x8d, 0x83, 0x12, 0x19, 0xba, 0x48, 0x23, 0x42, 0x11, 0xf5, 0x60,
0xc6, 0x89, 0x47, 0x52, 0x8e, 0x63, 0xfc, 0x13, 0xa2, 0x1e, 0x43, 0x9c, 0xe3, 0x24, 0x54, 0x94,
0x87, 0x25, 0x14, 0x0e, 0x69, 0x88, 0x72, 0xfb, 0x09, 0xdd, 0xa3, 0x69, 0x3a, 0x94, 0x64, 0xf1,
0xd5, 0x29, 0x78, 0x30, 0xf0, 0x28, 0xe1, 0x90, 0x63, 0x92, 0x78, 0x31, 0x09, 0x90, 0x92, 0xb7,
0x2b, 0xca, 0x19, 0x87, 0x3c, 0x63, 0x4a, 0xf4, 0x51, 0x45, 0x11, 0xbf, 0x4c, 0xf5, 0x3e, 0x7b,
0xb7, 0x4b, 0xfa, 0x38, 0x08, 0x44, 0x6c, 0x22, 0x15, 0x4a, 0xf3, 0xe9, 0xed, 0x9a, 0xab, 0x13,
0x09, 0x70, 0x8c, 0x12, 0x86, 0x49, 0xa2, 0x84, 0x5b, 0x5a, 0x98, 0x62, 0x7b, 0x80, 0x51, 0x14,
0x78, 0x7d, 0xf4, 0x1d, 0x1c, 0x62, 0xa2, 0x53, 0xb6, 0x3e, 0x62, 0xa0, 0xf3, 0xaf, 0x96, 0xee,
0xab, 0x25, 0xf1, 0xab, 0x9f, 0x0d, 0xec, 0x1f, 0x29, 0x4c, 0x53, 0x44, 0x75, 0xec, 0x8d, 0x11,
0x29, 0x4c, 0x12, 0x75, 0xa4, 0x6a, 0xf5, 0xc1, 0xef, 0xab, 0xe0, 0x0d, 0x27, 0x38, 0xcc, 0xa3,
0x37, 0x8e, 0xc0, 0x92, 0x66, 0x7b, 0x09, 0x8c, 0x91, 0x59, 0x6b, 0xd6, 0x5a, 0x6f, 0x75, 0x5b,
0xaf, 0x9c, 0xb9, 0x7f, 0x9c, 0x07, 0xa0, 0x79, 0x75, 0x0b, 0xd5, 0x28, 0xc5, 0xcc, 0xf2, 0x49,
0x6c, 0x2b, 0x80, 0xbb, 0xa8, 0xe5, 0xcf, 0x60, 0x8c, 0x8c, 0x5d, 0x30, 0x83, 0x03, 0xb3, 0xde,
0xac, 0xb5, 0x16, 0xf6, 0x36, 0x95, 0xc4, 0xd2, 0x5e, 0x5a, 0x5f, 0x25, 0xfc, 0xe1, 0xc7, 0x67,
0x30, 0xca, 0x50, 0xb7, 0xfe, 0xca, 0xa9, 0xbb, 0x33, 0x38, 0x30, 0x76, 0xc1, 0xac, 0xd8, 0x77,
0x56, 0x68, 0x1a, 0xd7, 0x34, 0x3d, 0x4e, 0x71, 0x12, 0x0a, 0x91, 0x2b, 0x2c, 0x8d, 0x33, 0x30,
0x2f, 0x13, 0x6d, 0xce, 0x35, 0x6b, 0xad, 0xe5, 0xbd, 0x2f, 0xac, 0x69, 0x55, 0x23, 0x52, 0x60,
0x29, 0x4f, 0x7b, 0x42, 0xf3, 0x38, 0xc9, 0xe2, 0xf1, 0x19, 0x57, 0xd1, 0x8c, 0x1e, 0x98, 0xcd,
0xef, 0x82, 0xb9, 0x28, 0xa8, 0x9d, 0x6a, 0xd4, 0x93, 0xcb, 0x14, 0x8d, 0x32, 0xf3, 0xdf, 0x79,
0x70, 0x73, 0xae, 0x80, 0x19, 0x17, 0x60, 0x65, 0xf2, 0x52, 0x9b, 0xf7, 0xc4, 0x06, 0xcf, 0xaa,
0x6d, 0xe0, 0x04, 0xae, 0x12, 0x1f, 0x91, 0x60, 0x6c, 0xab, 0xf1, 0x15, 0x77, 0x19, 0x8e, 0xfd,
0x36, 0xbe, 0x07, 0x4b, 0x7d, 0xc8, 0x90, 0xa7, 0x2f, 0xba, 0x69, 0x94, 0x9f, 0x70, 0x9e, 0xf7,
0x7a, 0xb5, 0xbc, 0x2f, 0xe4, 0x70, 0x7d, 0x8b, 0x8e, 0xc1, 0x1a, 0xa7, 0xd0, 0xff, 0x21, 0xbf,
0xe7, 0x19, 0x8d, 0x3c, 0x8e, 0xe2, 0x34, 0x82, 0x1c, 0x99, 0x4b, 0x15, 0xb2, 0xba, 0xaa, 0xa5,
0xa7, 0x34, 0x3a, 0x51, 0x42, 0xc3, 0x07, 0x6b, 0x39, 0x68, 0xf2, 0x35, 0x63, 0xe6, 0x7c, 0xb3,
0xde, 0x5a, 0xd8, 0xb3, 0xa7, 0x1e, 0x9e, 0x7c, 0x89, 0xac, 0x7d, 0x21, 0x3c, 0xd6, 0x3a, 0x77,
0x35, 0xa3, 0xd1, 0xc4, 0x1c, 0x33, 0x7c, 0xf0, 0xa6, 0x0f, 0xe3, 0x14, 0xe2, 0x30, 0x31, 0x41,
0x85, 0xd3, 0xf9, 0x40, 0x54, 0xc5, 0x7b, 0x60, 0x7b, 0xea, 0xe9, 0xec, 0x2b, 0x9c, 0x5b, 0x80,
0x0d, 0x07, 0x2c, 0xfb, 0xa9, 0xef, 0xf5, 0x71, 0xe0, 0xc5, 0xd8, 0xa7, 0x84, 0x99, 0xcb, 0xa5,
0xe5, 0xe1, 0x2e, 0xfa, 0xa9, 0xdf, 0xc5, 0xc1, 0x91, 0x10, 0x48, 0x44, 0x3c, 0x8a, 0xb8, 0x53,
0x09, 0x11, 0x5f, 0x21, 0x0e, 0xc1, 0x5d, 0xf9, 0x14, 0x79, 0x7e, 0x0a, 0x35, 0x65, 0xb3, 0x9c,
0x72, 0x47, 0xaa, 0xf6, 0x53, 0xa8, 0x40, 0x4f, 0x72, 0x5f, 0x86, 0xa3, 0xbe, 0xdc, 0xad, 0x58,
0xed, 0x8b, 0x7e, 0x3a, 0xbc, 0xd9, 0xa1, 0x58, 0xa3, 0x36, 0xfe, 0x83, 0x43, 0xb1, 0x02, 0x3d,
0x02, 0x0b, 0x0a, 0x44, 0x09, 0x64, 0xe6, 0xfd, 0x29, 0x79, 0x3c, 0x20, 0x59, 0x3f, 0x42, 0x92,
0x01, 0xa4, 0xc0, 0x25, 0x90, 0x19, 0xc7, 0xe0, 0x5e, 0x8a, 0xa8, 0x8f, 0x92, 0xdc, 0x91, 0xb1,
0x34, 0xbd, 0x5d, 0xee, 0xcc, 0xaa, 0x92, 0xee, 0x8f, 0x66, 0xeb, 0x97, 0x1a, 0xd8, 0x2a, 0x69,
0xa7, 0xe6, 0x9a, 0x60, 0x7f, 0x5e, 0x76, 0x8b, 0x1f, 0x2b, 0x8c, 0x93, 0x71, 0xf2, 0x5c, 0x43,
0x7a, 0x92, 0xe1, 0x36, 0xd0, 0x2d, 0xab, 0xc6, 0x6f, 0x35, 0xd0, 0x08, 0x30, 0x4b, 0x23, 0x78,
0xa9, 0xab, 0x28, 0x8f, 0xad, 0xe8, 0x42, 0xe6, 0x3b, 0xe2, 0x15, 0xfa, 0xb2, 0xe4, 0x15, 0x3a,
0xd1, 0xfd, 0xeb, 0x40, 0x0b, 0xc5, 0x13, 0x74, 0x7d, 0xda, 0x5d, 0x57, 0xbb, 0xc9, 0x2a, 0xeb,
0xe2, 0xa0, 0x58, 0x32, 0x9e, 0x80, 0x95, 0x01, 0x4e, 0x60, 0x24, 0xde, 0x06, 0x96, 0x0d, 0x06,
0xf8, 0xc2, 0x34, 0x2b, 0xbc, 0x0c, 0xcb, 0x42, 0x75, 0x4a, 0xa3, 0x9e, 0xd0, 0x18, 0xdf, 0xea,
0x3b, 0x33, 0xf2, 0x85, 0x61, 0xae, 0x0b, 0xd0, 0x6e, 0xd9, 0x51, 0x16, 0x1e, 0xeb, 0xe3, 0x5b,
0xe1, 0x13, 0x33, 0x86, 0x07, 0x36, 0xd1, 0x60, 0x80, 0x7c, 0x8e, 0x87, 0xc8, 0xbb, 0x5e, 0x2d,
0x8d, 0x8a, 0xf7, 0xdc, 0x2c, 0x20, 0x27, 0x13, 0xb5, 0xf3, 0x73, 0x6d, 0xca, 0x0e, 0xb2, 0x83,
0x9a, 0xef, 0x56, 0xea, 0x67, 0x5d, 0xf9, 0x19, 0xd2, 0x13, 0x1a, 0x91, 0x8d, 0xb1, 0x99, 0xa9,
0x4e, 0xc8, 0x65, 0xe3, 0x14, 0xac, 0x5d, 0xf3, 0x41, 0x54, 0xce, 0x56, 0x79, 0xe5, 0x48, 0xf6,
0xea, 0x04, 0x5b, 0xd4, 0xd1, 0xaf, 0x35, 0xd0, 0xb8, 0x91, 0xab, 0x83, 0x6b, 0xfe, 0x7f, 0xc1,
0xad, 0xdf, 0xe0, 0x80, 0x8a, 0xce, 0x07, 0xf3, 0x11, 0xec, 0xa3, 0x88, 0x99, 0xdb, 0xa2, 0x51,
0xdc, 0xfe, 0xa0, 0x7f, 0x28, 0xda, 0xdd, 0xfb, 0x60, 0xa7, 0xac, 0xdd, 0x3d, 0xcd, 0x99, 0xae,
0x42, 0x77, 0x9e, 0xbf, 0x76, 0x9e, 0x96, 0xb7, 0x48, 0xa3, 0x25, 0xeb, 0x0e, 0x51, 0x66, 0xbf,
0xd0, 0xc3, 0x97, 0x36, 0x94, 0xab, 0xcc, 0x7e, 0xa1, 0x3b, 0xf3, 0xcb, 0xee, 0xdf, 0x35, 0xb0,
0xe3, 0x93, 0xd8, 0x2a, 0xfd, 0xfc, 0xef, 0x2e, 0x2a, 0xf8, 0x71, 0x1e, 0xce, 0x71, 0xed, 0x9b,
0xaf, 0x95, 0x24, 0x24, 0x11, 0x4c, 0x42, 0x8b, 0xd0, 0xd0, 0x0e, 0x51, 0x22, 0x82, 0xb5, 0xaf,
0xdc, 0xba, 0xe5, 0x2f, 0xc8, 0x67, 0xc5, 0xe8, 0x8f, 0x99, 0xfa, 0xa1, 0xe3, 0xfc, 0x39, 0xb3,
0x7d, 0x28, 0x91, 0x4e, 0xc0, 0x2c, 0x39, 0xcc, 0x47, 0x67, 0x6d, 0xcb, 0xd5, 0x96, 0x7f, 0x69,
0x9b, 0x73, 0x27, 0x60, 0xe7, 0x85, 0xcd, 0xf9, 0x59, 0xfb, 0xbc, 0xb0, 0x79, 0x3d, 0xb3, 0x23,
0x17, 0x3a, 0x1d, 0x27, 0x60, 0x9d, 0x4e, 0x61, 0xd5, 0xe9, 0x9c, 0xb5, 0x3b, 0x9d, 0xc2, 0xae,
0x3f, 0x2f, 0x9c, 0x6d, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x6c, 0x6b, 0xb6, 0x55, 0x2e, 0x0d,
0x00, 0x00,
}
|