The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
—
Hide Show 30 lines of Pod
sub
AccountName {
return
'AccountName'
;
}
sub
AccountNumber {
return
'AccountNumber'
;
}
sub
AdGroupId {
return
'AdGroupId'
;
}
sub
AdGroupName {
return
'AdGroupName'
;
}
sub
AdId {
return
'AdId'
;
}
sub
AdTitle {
return
'AdTitle'
;
}
sub
CampaignName {
return
'CampaignName'
;
}
sub
ComponentClicks {
return
'ComponentClicks'
;
}
sub
ComponentCTR {
return
'ComponentCTR'
;
}
sub
ComponentDestinationURL {
return
'ComponentDestinationURL'
;
}
sub
ComponentNonBillableClicks {
return
'ComponentNonBillableClicks'
;
}
sub
ComponentPosition {
return
'ComponentPosition'
;
}
sub
ComponentTitle {
return
'ComponentTitle'
;
}
sub
ComponentTotalClicks {
return
'ComponentTotalClicks'
;
}
sub
ComponentType {
return
'ComponentType'
;
}
sub
RichAdSubType {
return
'RichAdSubType'
;
}
sub
TimePeriod {
return
'TimePeriod'
;
}
1;