File Coverage

lib/Google/Ads/AdWords/v201710/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::v201710::TemplateAd;
2 1     1   674 use strict;
  1         3  
  1         36  
3 1     1   5 use warnings;
  1         1  
  1         74  
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   20 use base qw(Google::Ads::AdWords::v201710::Ad);
  1         3  
  1         97  
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 %automated_of :ATTR(:get);
35             my %type_of :ATTR(:get);
36             my %devicePreference_of :ATTR(:get);
37             my %Ad__Type_of :ATTR(:get);
38             my %templateId_of :ATTR(:get);
39             my %adUnionId_of :ATTR(:get);
40             my %templateElements_of :ATTR(:get);
41             my %adAsImage_of :ATTR(:get);
42             my %dimensions_of :ATTR(:get);
43             my %name_of :ATTR(:get);
44             my %duration_of :ATTR(:get);
45             my %originAdId_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             automated
58             type
59             devicePreference
60             Ad__Type
61             templateId
62             adUnionId
63             templateElements
64             adAsImage
65             dimensions
66             name
67             duration
68             originAdId
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             'automated' => \%automated_of,
82             'type' => \%type_of,
83             'devicePreference' => \%devicePreference_of,
84             'Ad__Type' => \%Ad__Type_of,
85             'templateId' => \%templateId_of,
86             'adUnionId' => \%adUnionId_of,
87             'templateElements' => \%templateElements_of,
88             'adAsImage' => \%adAsImage_of,
89             'dimensions' => \%dimensions_of,
90             'name' => \%name_of,
91             'duration' => \%duration_of,
92             'originAdId' => \%originAdId_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::v201710::AppUrl',
101             'trackingUrlTemplate' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
102             'urlCustomParameters' => 'Google::Ads::AdWords::v201710::CustomParameters',
103             'urlData' => 'Google::Ads::AdWords::v201710::UrlData',
104             'automated' => 'SOAP::WSDL::XSD::Typelib::Builtin::boolean',
105             'type' => 'Google::Ads::AdWords::v201710::Ad::Type',
106             'devicePreference' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
107             'Ad__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
108             'templateId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
109             'adUnionId' => 'Google::Ads::AdWords::v201710::AdUnionId',
110             'templateElements' => 'Google::Ads::AdWords::v201710::TemplateElement',
111             'adAsImage' => 'Google::Ads::AdWords::v201710::Image',
112             'dimensions' => 'Google::Ads::AdWords::v201710::Dimensions',
113             'name' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
114             'duration' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
115             'originAdId' => 'SOAP::WSDL::XSD::Typelib::Builtin::long',
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             'automated' => 'automated',
129             'type' => 'type',
130             'devicePreference' => 'devicePreference',
131             'Ad__Type' => 'Ad.Type',
132             'templateId' => 'templateId',
133             'adUnionId' => 'adUnionId',
134             'templateElements' => 'templateElements',
135             'adAsImage' => 'adAsImage',
136             'dimensions' => 'dimensions',
137             'name' => 'name',
138             'duration' => 'duration',
139             'originAdId' => 'originAdId',
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::v201710::TemplateAd
159              
160             =head1 DESCRIPTION
161              
162             Perl data type class for the XML Schema defined complexType
163             TemplateAd from the namespace https://adwords.google.com/api/adwords/cm/v201710.
164              
165             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.
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 * templateId
178              
179              
180             =item * adUnionId
181              
182              
183             =item * templateElements
184              
185              
186             =item * adAsImage
187              
188              
189             =item * dimensions
190              
191              
192             =item * name
193              
194              
195             =item * duration
196              
197              
198             =item * originAdId
199              
200              
201              
202              
203             =back
204              
205              
206             =head1 METHODS
207              
208             =head2 new
209              
210             Constructor. The following data structure may be passed to new():
211              
212              
213              
214              
215              
216              
217             =head1 AUTHOR
218              
219             Generated by SOAP::WSDL
220              
221             =cut
222