Subversion Repositories SmartDukaan

Rev

Rev 9057 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9057 Rev 9233
Line 92... Line 92...
92
	void addAdwordsAdKeyword(1:AdwordsAdKeyword adkeyword) throws (1:GoogleAdwordsServiceException gasex),
92
	void addAdwordsAdKeyword(1:AdwordsAdKeyword adkeyword) throws (1:GoogleAdwordsServiceException gasex),
93
	
93
	
94
	void updateAdwordsCampaign(1:AdwordsCampaign campaign) throws (1:GoogleAdwordsServiceException gasex),
94
	void updateAdwordsCampaign(1:AdwordsCampaign campaign) throws (1:GoogleAdwordsServiceException gasex),
95
	void updateAdwordsAdGroup(1:AdwordsAdGroup adgroup) throws (1:GoogleAdwordsServiceException gasex),
95
	void updateAdwordsAdGroup(1:AdwordsAdGroup adgroup) throws (1:GoogleAdwordsServiceException gasex),
96
	void updateAdwordsAdKeyword(1:AdwordsAdKeyword adkeyword) throws (1:GoogleAdwordsServiceException gasex),
96
	void updateAdwordsAdKeyword(1:AdwordsAdKeyword adkeyword) throws (1:GoogleAdwordsServiceException gasex),
-
 
97
	void updateAdwordsAdGroupAd(1:AdwordsAdGroupAd adgroupad) throws (1:GoogleAdwordsServiceException gasex),
97
	
98
	
98
	void deleteAdwordsCampaign(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
99
	void deleteAdwordsCampaign(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
99
	void deleteAdwordsAdGroup(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
100
	void deleteAdwordsAdGroup(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
100
	void deleteAdwordsAdGroupAd(1:i64 adgroupadId) throws (1:GoogleAdwordsServiceException gasex),
101
	void deleteAdwordsAdGroupAd(1:i64 adgroupadId) throws (1:GoogleAdwordsServiceException gasex),
101
	void deleteAdwordsAdKeyword(1:i64 criterionId) throws (1:GoogleAdwordsServiceException gasex),
102
	void deleteAdwordsAdKeyword(1:i64 criterionId) throws (1:GoogleAdwordsServiceException gasex),
102
	
103
	
103
	AdwordsCampaign getAdwordsCampaignByCampaignId(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
104
	AdwordsCampaign getAdwordsCampaignByCampaignId(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
104
	AdwordsAdGroup getAdwordsAdGroupByAdGroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
105
	AdwordsAdGroup getAdwordsAdGroupByAdGroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
105
	AdwordsAdGroupAd getAdwordsAdgroupAdByAdId(1:i64 adgroupadId) throws (1:GoogleAdwordsServiceException gasex),
106
	AdwordsAdGroupAd getAdwordsAdgroupAdByAdId(1:i64 adgroupadId) throws (1:GoogleAdwordsServiceException gasex),
106
	AdwordsAdKeyword getAdwordsAdKeywordByCriterionId(1:i64 criterionId) throws (1:GoogleAdwordsServiceException gasex),
107
	AdwordsAdKeyword getAdwordsAdKeywordByCriterionIdAndAdGroupId(1:i64 criterionId, 2:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
107
	
108
	
108
	list<AdwordsAdKeyword> getAdwordsAdKeywordsByAdgroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
109
	list<AdwordsAdKeyword> getAdwordsAdKeywordsByAdgroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
109
	list<AdwordsAdGroupAd> getAdwordsAdGroupAdsByAdgroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
110
	list<AdwordsAdGroupAd> getAdwordsAdGroupAdsByAdgroupId(1:i64 adgroupId) throws (1:GoogleAdwordsServiceException gasex),
110
	list<AdwordsAdGroup> getAdwordsAdGroupsByCampaignId(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
111
	list<AdwordsAdGroup> getAdwordsAdGroupsByCampaignId(1:i64 campaignId) throws (1:GoogleAdwordsServiceException gasex),
111
	list<AdwordsCampaign> getAllAdwordsCampaigns() throws (1:GoogleAdwordsServiceException gasex),
112
	list<AdwordsCampaign> getAllAdwordsCampaigns() throws (1:GoogleAdwordsServiceException gasex),