line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Google::Ads::AdWords::v201702::CallOnlyAd; |
2
|
1
|
|
|
1
|
|
1971
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
25
|
|
3
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
104
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
__PACKAGE__->_set_element_form_qualified(1); |
7
|
|
|
|
|
|
|
|
8
|
0
|
|
|
0
|
|
|
sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201702' }; |
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::v201702::Ad); |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
130
|
|
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 %id_of :ATTR(:get); |
26
|
|
|
|
|
|
|
my %url_of :ATTR(:get); |
27
|
|
|
|
|
|
|
my %displayUrl_of :ATTR(:get); |
28
|
|
|
|
|
|
|
my %finalUrls_of :ATTR(:get); |
29
|
|
|
|
|
|
|
my %finalMobileUrls_of :ATTR(:get); |
30
|
|
|
|
|
|
|
my %finalAppUrls_of :ATTR(:get); |
31
|
|
|
|
|
|
|
my %trackingUrlTemplate_of :ATTR(:get); |
32
|
|
|
|
|
|
|
my %urlCustomParameters_of :ATTR(:get); |
33
|
|
|
|
|
|
|
my %urlData_of :ATTR(:get); |
34
|
|
|
|
|
|
|
my %type_of :ATTR(:get); |
35
|
|
|
|
|
|
|
my %devicePreference_of :ATTR(:get); |
36
|
|
|
|
|
|
|
my %Ad__Type_of :ATTR(:get); |
37
|
|
|
|
|
|
|
my %countryCode_of :ATTR(:get); |
38
|
|
|
|
|
|
|
my %phoneNumber_of :ATTR(:get); |
39
|
|
|
|
|
|
|
my %businessName_of :ATTR(:get); |
40
|
|
|
|
|
|
|
my %description1_of :ATTR(:get); |
41
|
|
|
|
|
|
|
my %description2_of :ATTR(:get); |
42
|
|
|
|
|
|
|
my %callTracked_of :ATTR(:get); |
43
|
|
|
|
|
|
|
my %disableCallConversion_of :ATTR(:get); |
44
|
|
|
|
|
|
|
my %conversionTypeId_of :ATTR(:get); |
45
|
|
|
|
|
|
|
my %phoneNumberVerificationUrl_of :ATTR(:get); |
46
|
|
|
|
|
|
|
|
47
|
|
|
|
|
|
|
__PACKAGE__->_factory( |
48
|
|
|
|
|
|
|
[ qw( id |
49
|
|
|
|
|
|
|
url |
50
|
|
|
|
|
|
|
displayUrl |
51
|
|
|
|
|
|
|
finalUrls |
52
|
|
|
|
|
|
|
finalMobileUrls |
53
|
|
|
|
|
|
|
finalAppUrls |
54
|
|
|
|
|
|
|
trackingUrlTemplate |
55
|
|
|
|
|
|
|
urlCustomParameters |
56
|
|
|
|
|
|
|
urlData |
57
|
|
|
|
|
|
|
type |
58
|
|
|
|
|
|
|
devicePreference |
59
|
|
|
|
|
|
|
Ad__Type |
60
|
|
|
|
|
|
|
countryCode |
61
|
|
|
|
|
|
|
phoneNumber |
62
|
|
|
|
|
|
|
businessName |
63
|
|
|
|
|
|
|
description1 |
64
|
|
|
|
|
|
|
description2 |
65
|
|
|
|
|
|
|
callTracked |
66
|
|
|
|
|
|
|
disableCallConversion |
67
|
|
|
|
|
|
|
conversionTypeId |
68
|
|
|
|
|
|
|
phoneNumberVerificationUrl |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
) ], |
71
|
|
|
|
|
|
|
{ |
72
|
|
|
|
|
|
|
'id' => \%id_of, |
73
|
|
|
|
|
|
|
'url' => \%url_of, |
74
|
|
|
|
|
|
|
'displayUrl' => \%displayUrl_of, |
75
|
|
|
|
|
|
|
'finalUrls' => \%finalUrls_of, |
76
|
|
|
|
|
|
|
'finalMobileUrls' => \%finalMobileUrls_of, |
77
|
|
|
|
|
|
|
'finalAppUrls' => \%finalAppUrls_of, |
78
|
|
|
|
|
|
|
'trackingUrlTemplate' => \%trackingUrlTemplate_of, |
79
|
|
|
|
|
|
|
'urlCustomParameters' => \%urlCustomParameters_of, |
80
|
|
|
|
|
|
|
'urlData' => \%urlData_of, |
81
|
|
|
|
|
|
|
'type' => \%type_of, |
82
|
|
|
|
|
|
|
'devicePreference' => \%devicePreference_of, |
83
|
|
|
|
|
|
|
'Ad__Type' => \%Ad__Type_of, |
84
|
|
|
|
|
|
|
'countryCode' => \%countryCode_of, |
85
|
|
|
|
|
|
|
'phoneNumber' => \%phoneNumber_of, |
86
|
|
|
|
|
|
|
'businessName' => \%businessName_of, |
87
|
|
|
|
|
|
|
'description1' => \%description1_of, |
88
|
|
|
|
|
|
|
'description2' => \%description2_of, |
89
|
|
|
|
|
|
|
'callTracked' => \%callTracked_of, |
90
|
|
|
|
|
|
|
'disableCallConversion' => \%disableCallConversion_of, |
91
|
|
|
|
|
|
|
'conversionTypeId' => \%conversionTypeId_of, |
92
|
|
|
|
|
|
|
'phoneNumberVerificationUrl' => \%phoneNumberVerificationUrl_of, |
93
|
|
|
|
|
|
|
}, |
94
|
|
|
|
|
|
|
{ |
95
|
|
|
|
|
|
|
'id' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
96
|
|
|
|
|
|
|
'url' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
97
|
|
|
|
|
|
|
'displayUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
98
|
|
|
|
|
|
|
'finalUrls' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
99
|
|
|
|
|
|
|
'finalMobileUrls' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
100
|
|
|
|
|
|
|
'finalAppUrls' => 'Google::Ads::AdWords::v201702::AppUrl', |
101
|
|
|
|
|
|
|
'trackingUrlTemplate' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
102
|
|
|
|
|
|
|
'urlCustomParameters' => 'Google::Ads::AdWords::v201702::CustomParameters', |
103
|
|
|
|
|
|
|
'urlData' => 'Google::Ads::AdWords::v201702::UrlData', |
104
|
|
|
|
|
|
|
'type' => 'Google::Ads::AdWords::v201702::Ad::Type', |
105
|
|
|
|
|
|
|
'devicePreference' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
106
|
|
|
|
|
|
|
'Ad__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
107
|
|
|
|
|
|
|
'countryCode' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
108
|
|
|
|
|
|
|
'phoneNumber' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
109
|
|
|
|
|
|
|
'businessName' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
110
|
|
|
|
|
|
|
'description1' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
111
|
|
|
|
|
|
|
'description2' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
112
|
|
|
|
|
|
|
'callTracked' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', |
113
|
|
|
|
|
|
|
'disableCallConversion' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean', |
114
|
|
|
|
|
|
|
'conversionTypeId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long', |
115
|
|
|
|
|
|
|
'phoneNumberVerificationUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string', |
116
|
|
|
|
|
|
|
}, |
117
|
|
|
|
|
|
|
{ |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
'id' => 'id', |
120
|
|
|
|
|
|
|
'url' => 'url', |
121
|
|
|
|
|
|
|
'displayUrl' => 'displayUrl', |
122
|
|
|
|
|
|
|
'finalUrls' => 'finalUrls', |
123
|
|
|
|
|
|
|
'finalMobileUrls' => 'finalMobileUrls', |
124
|
|
|
|
|
|
|
'finalAppUrls' => 'finalAppUrls', |
125
|
|
|
|
|
|
|
'trackingUrlTemplate' => 'trackingUrlTemplate', |
126
|
|
|
|
|
|
|
'urlCustomParameters' => 'urlCustomParameters', |
127
|
|
|
|
|
|
|
'urlData' => 'urlData', |
128
|
|
|
|
|
|
|
'type' => 'type', |
129
|
|
|
|
|
|
|
'devicePreference' => 'devicePreference', |
130
|
|
|
|
|
|
|
'Ad__Type' => 'Ad.Type', |
131
|
|
|
|
|
|
|
'countryCode' => 'countryCode', |
132
|
|
|
|
|
|
|
'phoneNumber' => 'phoneNumber', |
133
|
|
|
|
|
|
|
'businessName' => 'businessName', |
134
|
|
|
|
|
|
|
'description1' => 'description1', |
135
|
|
|
|
|
|
|
'description2' => 'description2', |
136
|
|
|
|
|
|
|
'callTracked' => 'callTracked', |
137
|
|
|
|
|
|
|
'disableCallConversion' => 'disableCallConversion', |
138
|
|
|
|
|
|
|
'conversionTypeId' => 'conversionTypeId', |
139
|
|
|
|
|
|
|
'phoneNumberVerificationUrl' => 'phoneNumberVerificationUrl', |
140
|
|
|
|
|
|
|
} |
141
|
|
|
|
|
|
|
); |
142
|
|
|
|
|
|
|
|
143
|
|
|
|
|
|
|
} # end BLOCK |
144
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
|
146
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
|
148
|
|
|
|
|
|
|
|
149
|
|
|
|
|
|
|
|
150
|
|
|
|
|
|
|
|
151
|
|
|
|
|
|
|
1; |
152
|
|
|
|
|
|
|
|
153
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
=pod |
155
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
=head1 NAME |
157
|
|
|
|
|
|
|
|
158
|
|
|
|
|
|
|
Google::Ads::AdWords::v201702::CallOnlyAd |
159
|
|
|
|
|
|
|
|
160
|
|
|
|
|
|
|
=head1 DESCRIPTION |
161
|
|
|
|
|
|
|
|
162
|
|
|
|
|
|
|
Perl data type class for the XML Schema defined complexType |
163
|
|
|
|
|
|
|
CallOnlyAd from the namespace https://adwords.google.com/api/adwords/cm/v201702. |
164
|
|
|
|
|
|
|
|
165
|
|
|
|
|
|
|
Represents a CallOnlyAd. Caution: Call only ads do not use {@link #url url}, {@link #finalUrls finalUrls}, {@link #finalMobileUrls finalMobileUrls}, {@link #finalAppUrls finalAppUrls}, {@link #urlCustomParameters urlCustomParameters}, or {@link #trackingUrlTemplate trackingUrlTemplate}; setting these fields on a call only ad will cause an error. This is enabled for AdX. |
166
|
|
|
|
|
|
|
|
167
|
|
|
|
|
|
|
|
168
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
|
170
|
|
|
|
|
|
|
=head2 PROPERTIES |
171
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
The following properties may be accessed using get_PROPERTY / set_PROPERTY |
173
|
|
|
|
|
|
|
methods: |
174
|
|
|
|
|
|
|
|
175
|
|
|
|
|
|
|
=over |
176
|
|
|
|
|
|
|
|
177
|
|
|
|
|
|
|
=item * countryCode |
178
|
|
|
|
|
|
|
|
179
|
|
|
|
|
|
|
|
180
|
|
|
|
|
|
|
=item * phoneNumber |
181
|
|
|
|
|
|
|
|
182
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
=item * businessName |
184
|
|
|
|
|
|
|
|
185
|
|
|
|
|
|
|
|
186
|
|
|
|
|
|
|
=item * description1 |
187
|
|
|
|
|
|
|
|
188
|
|
|
|
|
|
|
|
189
|
|
|
|
|
|
|
=item * description2 |
190
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
|
192
|
|
|
|
|
|
|
=item * callTracked |
193
|
|
|
|
|
|
|
|
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
=item * disableCallConversion |
196
|
|
|
|
|
|
|
|
197
|
|
|
|
|
|
|
|
198
|
|
|
|
|
|
|
=item * conversionTypeId |
199
|
|
|
|
|
|
|
|
200
|
|
|
|
|
|
|
|
201
|
|
|
|
|
|
|
=item * phoneNumberVerificationUrl |
202
|
|
|
|
|
|
|
|
203
|
|
|
|
|
|
|
|
204
|
|
|
|
|
|
|
|
205
|
|
|
|
|
|
|
|
206
|
|
|
|
|
|
|
=back |
207
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
|
209
|
|
|
|
|
|
|
=head1 METHODS |
210
|
|
|
|
|
|
|
|
211
|
|
|
|
|
|
|
=head2 new |
212
|
|
|
|
|
|
|
|
213
|
|
|
|
|
|
|
Constructor. The following data structure may be passed to new(): |
214
|
|
|
|
|
|
|
|
215
|
|
|
|
|
|
|
|
216
|
|
|
|
|
|
|
|
217
|
|
|
|
|
|
|
|
218
|
|
|
|
|
|
|
|
219
|
|
|
|
|
|
|
|
220
|
|
|
|
|
|
|
=head1 AUTHOR |
221
|
|
|
|
|
|
|
|
222
|
|
|
|
|
|
|
Generated by SOAP::WSDL |
223
|
|
|
|
|
|
|
|
224
|
|
|
|
|
|
|
=cut |
225
|
|
|
|
|
|
|
|