File Coverage

blib/lib/Google/Ads/AdWords/v201702/RichMediaAd.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201702::RichMediaAd;
2 2     2   1711 use strict;
  2         4  
  2         55  
3 2     2   8 use warnings;
  2         4  
  2         165  
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 2     2   12 use base qw(Google::Ads::AdWords::v201702::Ad);
  2         4  
  2         231  
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 %name_of :ATTR(:get);
38             my %dimensions_of :ATTR(:get);
39             my %snippet_of :ATTR(:get);
40             my %impressionBeaconUrl_of :ATTR(:get);
41             my %adDuration_of :ATTR(:get);
42             my %certifiedVendorFormatId_of :ATTR(:get);
43             my %sourceUrl_of :ATTR(:get);
44             my %richMediaAdType_of :ATTR(:get);
45             my %adAttributes_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             name
61             dimensions
62             snippet
63             impressionBeaconUrl
64             adDuration
65             certifiedVendorFormatId
66             sourceUrl
67             richMediaAdType
68             adAttributes
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             'name' => \%name_of,
85             'dimensions' => \%dimensions_of,
86             'snippet' => \%snippet_of,
87             'impressionBeaconUrl' => \%impressionBeaconUrl_of,
88             'adDuration' => \%adDuration_of,
89             'certifiedVendorFormatId' => \%certifiedVendorFormatId_of,
90             'sourceUrl' => \%sourceUrl_of,
91             'richMediaAdType' => \%richMediaAdType_of,
92             'adAttributes' => \%adAttributes_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             'name' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
108             'dimensions' => 'Google::Ads::AdWords::v201702::Dimensions',
109             'snippet' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
110             'impressionBeaconUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
111             'adDuration' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
112             'certifiedVendorFormatId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
113             'sourceUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
114             'richMediaAdType' => 'Google::Ads::AdWords::v201702::RichMediaAd::RichMediaAdType',
115             'adAttributes' => 'Google::Ads::AdWords::v201702::RichMediaAd::AdAttribute',
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             'name' => 'name',
132             'dimensions' => 'dimensions',
133             'snippet' => 'snippet',
134             'impressionBeaconUrl' => 'impressionBeaconUrl',
135             'adDuration' => 'adDuration',
136             'certifiedVendorFormatId' => 'certifiedVendorFormatId',
137             'sourceUrl' => 'sourceUrl',
138             'richMediaAdType' => 'richMediaAdType',
139             'adAttributes' => 'adAttributes',
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::RichMediaAd
159              
160             =head1 DESCRIPTION
161              
162             Perl data type class for the XML Schema defined complexType
163             RichMediaAd from the namespace https://adwords.google.com/api/adwords/cm/v201702.
164              
165             Data associated with a rich media ad. This is disabled for AdX when it is contained within Operators: ADD, SET.
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 * name
178              
179              
180             =item * dimensions
181              
182              
183             =item * snippet
184              
185              
186             =item * impressionBeaconUrl
187              
188              
189             =item * adDuration
190              
191              
192             =item * certifiedVendorFormatId
193              
194              
195             =item * sourceUrl
196              
197              
198             =item * richMediaAdType
199              
200              
201             =item * adAttributes
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