The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201109::RemarketingUserList

DESCRIPTION

Perl data type class for the XML Schema defined complexType RemarketingUserList from the namespace https://adwords.google.com/api/adwords/cm/v201109.

User list targeting as a collection of conversion types. {@link RemarketingUserList} can be created in the following ways : <ul> <li> Using a single conversion type name: The service will create a new {@link ConversionType} and associate it with the {@link RemarketingUserList}. </li> <li> Using one or many existing conversion type Ids: The service will associate the conversion types with the {@link RemarketingUserList}. The Id of the {@link ConversionType} can be obtained using {@link ConversionTrackerService}. </li> </ul>

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • conversionTypes

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Google::Ads::AdWords::v201109::RemarketingUserList
   conversionTypes =>  $a_reference_to, # see Google::Ads::AdWords::v201109::UserListConversionType
 },

AUTHOR

Generated by SOAP::WSDL