Subversion Repositories SmartDukaan

Rev

Rev 9028 | Rev 9259 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9028 Rev 9225
Line 71... Line 71...
71
					}
71
					}
72
					else{
72
					else{
73
						status= AdwordsAdGroupStatus.DELETED;
73
						status= AdwordsAdGroupStatus.DELETED;
74
					}
74
					}
75
					adgroup.setStatus(status);
75
					adgroup.setStatus(status);
76
					
76
					adgroup.setStockLinked(0);
77
					try {
77
					try {
78
						client.addAdwordsAdGroup(adgroup);
78
						client.addAdwordsAdGroup(adgroup);
79
					} catch (GoogleAdwordsServiceException e) {
79
					} catch (GoogleAdwordsServiceException e) {
80
						e.printStackTrace();
80
						e.printStackTrace();
81
					} catch (TException e) {
81
					} catch (TException e) {