Google::Adwords::Creative

Google::Adwords::Creative is a Google Adwords Creative object.
Download

Google::Adwords::Creative Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rohan Almeida
  • Publisher web site:
  • http://search.cpan.org/~rohan/WWW-RapidShare-v0.2.0/lib/WWW/RapidShare.pm

Google::Adwords::Creative Tags


Google::Adwords::Creative Description

Google::Adwords::Creative is a Google Adwords Creative object. Google::Adwords::Creative is a Google Adwords Creative object.SYNOPSIS use Google::Adwords::CreativeService; use Google::Adwords::Creative; # create the CreativeService object my $creative_service = Google::Adwords::CreativeService->new(); # need to login to the Adwords service $creative_service->email($email_address) ->password($password) ->developerToken($developer_token) ->applicationToken($app_token); # if you have a MCC $creative_service->clientEmail($client_email); # get a specific creative from an AdGroup my $adgroupid = 1123 my $creativeid = 7819; my $creative = $creative_service->getCreative($adgroupid, $creativeid); print "Creative Info: n" . " ID: " . $creative->id . "n" . " Dest URL: " . $creative->destinationUrl . "n" . " Display URL: " . $creative->displayUrl . "n" ;This object should be used with the CreativeService API calls Requirements: · Perl


Google::Adwords::Creative Related Software