예제 #1
0
 public function __construct($stats)
 {
     parent::__construct($stats);
     $this->object_id =& $stats->adGroupID;
     $this->name =& $stats->adGroup;
     $this->campaign_id =& $stats->campaignID;
     $this->campaign_name =& $stats->campaign;
 }
예제 #2
0
 public function __construct($stats)
 {
     parent::__construct($stats);
     $this->object_id =& $stats->criterionID;
     $this->name =& $stats->criteriaDisplayName;
     $this->campaign_id =& $stats->campaignID;
     $this->campaign_name =& $stats->campaign;
     $this->adgroup_id =& $stats->adGroupID;
     $this->adgroup_name =& $stats->adGroup;
     $this->placement_url =& $stats->placement;
 }
예제 #3
0
 public function __construct($stats)
 {
     parent::__construct($stats);
     $this->object_id =& $stats->keywordID;
     $this->name =& $stats->keyword;
     $this->campaign_id =& $stats->campaignID;
     $this->campaign_name =& $stats->campaign;
     $this->adgroup_id =& $stats->adGroupID;
     $this->adgroup_name =& $stats->adGroup;
     $this->text =& $stats->keyword;
     $this->keyword_match_type =& $stats->matchType;
 }
예제 #4
0
 public function __construct($stats)
 {
     parent::__construct($stats);
     $this->object_id =& $stats->adID;
     $this->name =& $stats->ad;
     $this->campaign_id =& $stats->campaignID;
     $this->campaign_name =& $stats->campaign;
     $this->ad_group_name =& $stats->adGroup;
     $this->destination_url =& $stats->destinationURL;
     $this->description1 =& $stats->descriptionLine1;
     $this->description2 =& $stats->descriptionLine2;
     $this->display_url =& $stats->displayURL;
     $this->headline =& $stats->ad;
     $this->image_url =& $stats->imageAdURL;
     $this->ad_type =& $stats->adType;
 }