Subversion Repositories SmartDukaan

Rev

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

Rev 9064 Rev 9232
Line 1... Line -...
1
$action.getJsonData()
-
 
2
1
#if($action.getJsonData())
-
 
2
	$action.getJsonData()
-
 
3
#end
-
 
4
#if($action.getJsonCampaignData())
-
 
5
	$action.getJsonCampaignData()
-
 
6
#end
-
 
7
#if($action.getJsonAdgroupData())
-
 
8
	$action.getJsonAdgroupData()
-
 
9
#end
-
 
10
#if($action.getJsonKeywordList())
-
 
11
	$action.getJsonKeywordList()
-
 
12
#end
-
 
13
#if($action.getJsonKeywordData())
-
 
14
	$action.getJsonKeywordData()
-
 
15
#end
-
 
16
3
17