line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201710::TargetOutrankShareBiddingScheme; |
2
|
1
|
|
|
1
|
|
1835
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
28
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
84
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
__PACKAGE__->_set_element_form_qualified(1); |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201710' }; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $XML_ATTRIBUTE_CLASS; |
11
|
|
|
|
|
|
|
undef $XML_ATTRIBUTE_CLASS; |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
sub __get_attr_class { |
14
|
0
|
|
|
0
|
|
|
return $XML_ATTRIBUTE_CLASS; |
15
|
|
|
|
|
|
|
} |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
|
18
|
1
|
|
|
1
|
|
6
|
use base qw(Google::Ads::AdWords::v201710::BiddingScheme); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
123
|
|
19
|
|
|
|
|
|
|
# Variety: sequence |
20
|
|
|
|
|
|
|
use Class::Std::Fast::Storable constructor => 'none'; |
21
|
|
|
|
|
|
|
use base qw(Google::Ads::SOAP::Typelib::ComplexType); |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
{ # BLOCK to scope variables |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
my %BiddingScheme__Type_of :ATTR(:get); |
26
|
|
|
|
|
|
|
my %targetOutrankShare_of :ATTR(:get); |
27
|
|
|
|
|
|
|
my %competitorDomain_of :ATTR(:get); |
28
|
|
|
|
|
|
|
my %maxCpcBidCeiling_of :ATTR(:get); |
29
|
|
|
|
|
|
|
my %bidChangesForRaisesOnly_of :ATTR(:get); |
30
|
|
|
|
|
|
|
my %raiseBidWhenLowQualityScore_of :ATTR(:get); |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
33
|
|
|
|
|
|
|
[ qw( BiddingScheme__Type |
34
|
|
|
|
|
|
|
targetOutrankShare |
35
|
|
|
|
|
|
|
competitorDomain |
36
|
|
|
|
|
|
|
maxCpcBidCeiling |
37
|
|
|
|
|
|
|
bidChangesForRaisesOnly |
38
|
|
|
|
|
|
|
raiseBidWhenLowQualityScore |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
) ], |
41
|
|
|
|
|
|
|
{ |
42
|
|
|
|
|
|
|
'BiddingScheme__Type' => \%BiddingScheme__Type_of, |
43
|
|
|
|
|
|
|
'targetOutrankShare' => \%targetOutrankShare_of, |
44
|
|
|
|
|
|
|
'competitorDomain' => \%competitorDomain_of, |
45
|
|
|
|
|
|
|
'maxCpcBidCeiling' => \%maxCpcBidCeiling_of, |
46
|
|
|
|
|
|
|
'bidChangesForRaisesOnly' => \%bidChangesForRaisesOnly_of, |
47
|
|
|
|
|
|
|
'raiseBidWhenLowQualityScore' => \%raiseBidWhenLowQualityScore_of, |
48
|
|
|
|
|
|
|
}, |
49
|
|
|
|
|
|
|
{ |
50
|
|
|
|
|
|
|
'BiddingScheme__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
51
|
|
|
|
|
|
|
'targetOutrankShare' => 'SOAP::WSDL::XSD::Typelib::Builtin::int', |
52
|
|
|
|
|
|
|
'competitorDomain' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
53
|
|
|
|
|
|
|
'maxCpcBidCeiling' => 'Google::Ads::AdWords::v201710::Money', |
54
|
|
|
|
|
|
|
'bidChangesForRaisesOnly' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', |
55
|
|
|
|
|
|
|
'raiseBidWhenLowQualityScore' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', |
56
|
|
|
|
|
|
|
}, |
57
|
|
|
|
|
|
|
{ |
58
|
|
|
|
|
|
|
|
59
|
|
|
|
|
|
|
'BiddingScheme__Type' => 'BiddingScheme.Type', |
60
|
|
|
|
|
|
|
'targetOutrankShare' => 'targetOutrankShare', |
61
|
|
|
|
|
|
|
'competitorDomain' => 'competitorDomain', |
62
|
|
|
|
|
|
|
'maxCpcBidCeiling' => 'maxCpcBidCeiling', |
63
|
|
|
|
|
|
|
'bidChangesForRaisesOnly' => 'bidChangesForRaisesOnly', |
64
|
|
|
|
|
|
|
'raiseBidWhenLowQualityScore' => 'raiseBidWhenLowQualityScore', |
65
|
|
|
|
|
|
|
} |
66
|
|
|
|
|
|
|
); |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
} # end BLOCK |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
|
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
1; |
77
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=pod |
80
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=head1 NAME |
82
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
Google::Ads::AdWords::v201710::TargetOutrankShareBiddingScheme |
84
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=head1 DESCRIPTION |
86
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
88
|
|
|
|
|
|
|
TargetOutrankShareBiddingScheme from the namespace https://adwords.google.com/api/adwords/cm/v201710. |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
Target Outrank Share bidding strategy is an automated bidding strategy which automatically sets bids so that the customer's ads appear above a specified competitors' ads for a specified target fraction of the advertiser's eligible impressions on Google.com. This is disabled for AdX. |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
|
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=head2 PROPERTIES |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
98
|
|
|
|
|
|
|
methods: |
99
|
|
|
|
|
|
|
|
100
|
|
|
|
|
|
|
=over |
101
|
|
|
|
|
|
|
|
102
|
|
|
|
|
|
|
=item * targetOutrankShare |
103
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
=item * competitorDomain |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
=item * maxCpcBidCeiling |
109
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
|
111
|
|
|
|
|
|
|
=item * bidChangesForRaisesOnly |
112
|
|
|
|
|
|
|
|
113
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
=item * raiseBidWhenLowQualityScore |
115
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
=back |
120
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
|
122
|
|
|
|
|
|
|
=head1 METHODS |
123
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
=head2 new |
125
|
|
|
|
|
|
|
|
126
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
127
|
|
|
|
|
|
|
|
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
|
130
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
|
132
|
|
|
|
|
|
|
|
133
|
|
|
|
|
|
|
=head1 AUTHOR |
134
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
136
|
|
|
|
|
|
|
|
137
|
|
|
|
|
|
|
=cut |
138
|
|
|
|
|
|
|
|