File Coverage

lib/Google/Ads/AdWords/v201702/TemplateAd.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::TemplateAd;
2 1     1   1822 use strict;
  1         12  
  1         26  
3 1     1   4 use warnings;
  1         2  
  1         71  
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         2  
  1         96  
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 %templateId_of :ATTR(:get);
38             my %adUnionId_of :ATTR(:get);
39             my %templateElements_of :ATTR(:get);
40             my %adAsImage_of :ATTR(:get);
41             my %dimensions_of :ATTR(:get);
42             my %name_of :ATTR(:get);
43             my %duration_of :ATTR(:get);
44             my %originAdId_of :ATTR(:get);
45              
46             __PACKAGE__->_factory(
47             [ qw( id
48             url
49             displayUrl
50             finalUrls
51             finalMobileUrls
52             finalAppUrls
53             trackingUrlTemplate
54             urlCustomParameters
55             urlData
56             type
57             devicePreference
58             Ad__Type
59             templateId
60             adUnionId
61             templateElements
62             adAsImage
63             dimensions
64             name
65             duration
66             originAdId
67              
68             ) ],
69             {
70             'id' => \%id_of,
71             'url' => \%url_of,
72             'displayUrl' => \%displayUrl_of,
73             'finalUrls' => \%finalUrls_of,
74             'finalMobileUrls' => \%finalMobileUrls_of,
75             'finalAppUrls' => \%finalAppUrls_of,
76             'trackingUrlTemplate' => \%trackingUrlTemplate_of,
77             'urlCustomParameters' => \%urlCustomParameters_of,
78             'urlData' => \%urlData_of,
79             'type' => \%type_of,
80             'devicePreference' => \%devicePreference_of,
81             'Ad__Type' => \%Ad__Type_of,
82             'templateId' => \%templateId_of,
83             'adUnionId' => \%adUnionId_of,
84             'templateElements' => \%templateElements_of,
85             'adAsImage' => \%adAsImage_of,
86             'dimensions' => \%dimensions_of,
87             'name' => \%name_of,
88             'duration' => \%duration_of,
89             'originAdId' => \%originAdId_of,
90             },
91             {
92             'id' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
93             'url' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
94             'displayUrl' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
95             'finalUrls' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
96             'finalMobileUrls' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
97             'finalAppUrls' => 'Google::Ads::AdWords::v201702::AppUrl',
98             'trackingUrlTemplate' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
99             'urlCustomParameters' => 'Google::Ads::AdWords::v201702::CustomParameters',
100             'urlData' => 'Google::Ads::AdWords::v201702::UrlData',
101             'type' => 'Google::Ads::AdWords::v201702::Ad::Type',
102             'devicePreference' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
103             'Ad__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
104             'templateId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
105             'adUnionId' => 'Google::Ads::AdWords::v201702::AdUnionId',
106             'templateElements' => 'Google::Ads::AdWords::v201702::TemplateElement',
107             'adAsImage' => 'Google::Ads::AdWords::v201702::Image',
108             'dimensions' => 'Google::Ads::AdWords::v201702::Dimensions',
109             'name' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
110             'duration' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
111             'originAdId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
112             },
113             {
114              
115             'id' => 'id',
116             'url' => 'url',
117             'displayUrl' => 'displayUrl',
118             'finalUrls' => 'finalUrls',
119             'finalMobileUrls' => 'finalMobileUrls',
120             'finalAppUrls' => 'finalAppUrls',
121             'trackingUrlTemplate' => 'trackingUrlTemplate',
122             'urlCustomParameters' => 'urlCustomParameters',
123             'urlData' => 'urlData',
124             'type' => 'type',
125             'devicePreference' => 'devicePreference',
126             'Ad__Type' => 'Ad.Type',
127             'templateId' => 'templateId',
128             'adUnionId' => 'adUnionId',
129             'templateElements' => 'templateElements',
130             'adAsImage' => 'adAsImage',
131             'dimensions' => 'dimensions',
132             'name' => 'name',
133             'duration' => 'duration',
134             'originAdId' => 'originAdId',
135             }
136             );
137              
138             } # end BLOCK
139              
140              
141              
142              
143              
144              
145              
146             1;
147              
148              
149             =pod
150              
151             =head1 NAME
152              
153             Google::Ads::AdWords::v201702::TemplateAd
154              
155             =head1 DESCRIPTION
156              
157             Perl data type class for the XML Schema defined complexType
158             TemplateAd from the namespace https://adwords.google.com/api/adwords/cm/v201702.
159              
160             Represents a Display Ad Builder template ad. A template ad is composed of a template (specified by its ID) and the data that populates the template's fields. For a list of available templates and their required fields, see Template Ads. This is disabled for AdX when it is contained within Operators: ADD, SET.
161              
162              
163              
164              
165             =head2 PROPERTIES
166              
167             The following properties may be accessed using get_PROPERTY / set_PROPERTY
168             methods:
169              
170             =over
171              
172             =item * templateId
173              
174              
175             =item * adUnionId
176              
177              
178             =item * templateElements
179              
180              
181             =item * adAsImage
182              
183              
184             =item * dimensions
185              
186              
187             =item * name
188              
189              
190             =item * duration
191              
192              
193             =item * originAdId
194              
195              
196              
197              
198             =back
199              
200              
201             =head1 METHODS
202              
203             =head2 new
204              
205             Constructor. The following data structure may be passed to new():
206              
207              
208              
209              
210              
211              
212             =head1 AUTHOR
213              
214             Generated by SOAP::WSDL
215              
216             =cut
217