09:19:17,470 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28457 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:17,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:17,476 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:17,485 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:17,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:17,487 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:17,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:17,490 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:17,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,490 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:17,492 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:17,493 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:17,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:17,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:17,496 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:17,504 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:17,504 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:17,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:17,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:17,506 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:17,506 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:17,506 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:17,506 INFO [BudgetEstimateServiceImpl] Request time: 35 millis 09:19:17,517 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28457 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:18,789 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28458 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:18,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:18,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:18,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:18,801 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:18,801 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,801 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:18,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:18,847 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28458 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:18,892 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28459 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[282], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:18,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, bpID, domain from mms_common.accounts where bpID = ?] 09:19:18,894 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:18,894 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'bpID' to property 'BPID' of type class java.lang.String 09:19:18,894 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'domain' to property 'domain' of type class java.lang.String 09:19:18,894 INFO [AdMaxDeploymentServiceImpl] getCampaignsByCustomerID properties = {smb-admax-deployment-service.port=8443, smb-admax-deployment-service.protocol=https, smb-admax-deployment-service.context.root=SMB-ADS, smb-admax-deployment-service.service.endpoint=AdMaxDeploymentService, smb-admax-deployment-service.feature.siteLinks=${smb-admax-deployment-service.feature.siteLinks}, smb-admax-deployment-service.hostname=localhost} 09:19:18,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select campaigns.id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from accounts join campaigns on accounts.id=campaigns.accountID where bpID=?] 09:19:18,902 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 32577: Paused -> Paused 09:19:18,902 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 32577 -> PAUSED 09:19:18,905 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33317: Paused -> Paused 09:19:18,905 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33317 -> PAUSED 09:19:18,907 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33328: Deleted -> Deleted 09:19:18,907 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33328 -> TERMINATED 09:19:18,909 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33329: Deleted -> Deleted 09:19:18,909 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33329 -> TERMINATED 09:19:18,909 INFO [ContentRepositoryServiceImpl] Inside ContentRepositoryServiceImpl Constructor : EntityId [0] BusinessTypeID [0] BusinessLocationID [0] 09:19:18,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from contentEntityMap where customerBpId=?] 09:19:18,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, customerBpId, dateAssigned, requestData from contentEntityMap where id=?] 09:19:18,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:18,916 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:18,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT count(1) FROM clients.externalCampaign LEFT JOIN clients.externalCampaignParent ON externalCampaignParentID = clients.externalCampaignParent.id WHERE clients.externalCampaign.accountID = ? AND enabled = 1 AND status <> 'Deleted' AND typeID = ? ] 09:19:18,922 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28459 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7www.merchantsite.jiosuccess3257710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedBingen_USfalseDEFAULT3331710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedGoogleen_USfalseDEFAULT3332810004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedGoogleen_USfalseDEFAULT3332910004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedBingen_USfalseDEFAULT -------------------------------------- 09:19:19,027 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28460 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], transfer-encoding=[chunked], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload:
6c0b5029-55f7-4524-864e-17e95020d185 1
1b4d3708-5e17-4467-abd1-5858bb1294e7 www.merchantsite.jio GOOGLE 1.0 BING 1.0 2019-07-22 USD America/New_York false US 33317 Google 10002 2996 10943 http://www.merchantsite.jio www.merchantsite.jio en_US false DEFAULT adContent adDesc2 adDesc Rutland VT Guest Rooms. Personable, Professional Service. adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 Convenient Hotel adHeadline2 Hotel Rooms Rutland VT adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 955 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-5.jpg image enabled adContent adDesc2 adDesc Rutland VT Guest Rooms. Personable, Professional Service. adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 {KeyWord:Hotel Rooms Rutland VT} adHeadline2 Convenient Hotel adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 954 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-4.jpg image enabled adContent adDesc2 adDesc Rutland VT - Hotel. We'll See You Soon! adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 {KeyWord:Hotel in Rutland VT} adHeadline2 Find a Guest Room adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 953 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-3.jpg image enabled adContent adDesc2 adDesc Rutland VT - Hotel. We'll See You Soon! adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 Find a Guest Room adHeadline2 Hotel in Rutland VT adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 952 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-2.jpg image enabled 32577 Bing 10002 2996 10943 http://www.merchantsite.jio www.merchantsite.jio en_US false DEFAULT adContent adDesc2 adDesc Rutland VT Guest Rooms. Personable, Professional Service. adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 Convenient Hotel adHeadline2 Hotel Rooms Rutland VT adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 955 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-5.jpg image enabled adContent adDesc2 adDesc Rutland VT Guest Rooms. Personable, Professional Service. adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 {KeyWord:Hotel Rooms Rutland VT} adHeadline2 Convenient Hotel adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 954 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-4.jpg image enabled adContent adDesc2 adDesc Rutland VT - Hotel. We'll See You Soon! adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 {KeyWord:Hotel in Rutland VT} adHeadline2 Find a Guest Room adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 953 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-3.jpg image enabled adContent adDesc2 adDesc Rutland VT - Hotel. We'll See You Soon! adDisplayURL example.com adURLPath2 Rutland_VT adURLPath1 Hotel adHeadline1 Find a Guest Room adHeadline2 Hotel in Rutland VT adHeadline3 adDesURL http://example.com/shoes?color=red&kwid=12345&ad={creative} 18 65 all 6002714895372 Frequent Travelers behaviors 107792185915220 Family law education_majors 112870968727410 Family therapy education_majors 6002926108721 Vacations interests 102662719805111 Dearly Moms work_employers website_clicks learn_more 952 190 https://aml-qa.s3.us-west-1.amazonaws.com/usa/10002/images/image-10002-2.jpg image enabled
-------------------------------------- 09:19:19,029 INFO [AdMaxAccountDeploymentBD] deployCampaigns: customerID = 1b4d3708-5e17-4467-abd1-5858bb1294e7, requestID = 6c0b5029-55f7-4524-864e-17e95020d185 09:19:19,035 INFO [ValidationUtils] TIMEZONE = America/New_York 09:19:19,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:19,048 WARN [QueueUtils] Setting message priority to 4 09:19:19,052 INFO [AdMaxDeploymentServiceImpl] Saving deployment status to 'Pending' for campaignID: 33317 09:19:19,053 INFO [AdMaxDeploymentServiceImpl] Saving deployment status to 'Pending' for campaignID: 32577 09:19:19,056 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28460 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload:
6c0b5029-55f7-4524-864e-17e95020d1851
queuedqueued
-------------------------------------- 09:19:19,087 INFO [AdMaxDeploymentServiceImpl] Starting deploy campaign message conversion 09:19:19,087 INFO [AdMaxDeploymentServiceImpl] UpdateTypes: [ALL] 09:19:19,093 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,093 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.blacklist where customerBpId = ?] 09:19:19,096 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into accounts (bpID, domain) values (?, ?) on duplicate key update domain = ?] 09:19:19,097 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,097 INFO [AdMaxDeploymentServiceImpl] 2 Campaign(s) to process. 09:19:19,097 INFO [ContentRepositoryServiceImpl] Inside ContentRepositoryServiceImpl Constructor : EntityId [0] BusinessTypeID [0] BusinessLocationID [0] 09:19:19,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from contentEntityMap where customerBpId=?] 09:19:19,100 DEBUG [AdMaxDeploymentServiceImpl] Processing CampaignInfo... 09:19:19,100 DEBUG [AdMaxDeploymentServiceImpl] Retrieving BusinessLocationId [10943] 09:19:19,100 DEBUG [AdMaxDeploymentServiceImpl] Retrieving BusinessAreaID [10002] 09:19:19,100 DEBUG [AdMaxDeploymentServiceImpl] Retrieving KeywordListID [2996] 09:19:19,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:19,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select ba.id, ba.description, ba.status, bcam.businessCategoryID from businessAreas ba left join businessCategoryAreaMap bcam on bcam.businessAreaID=ba.id where ba.id=? order by bcam.businessCategoryID limit 1] 09:19:19,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:19,106 DEBUG [AdMaxDeploymentServiceImpl] Retrieved BusinessLocation Location: ID: 10943 Description: Rutland, VT Short Description: Rutland VT GeoModTargetLocationID: 29 Status: active Type: Place ParentBusinessLocationID: 29 Use SE Defined Targets: [[Distribution: Google, Flag: false], [Distribution: Bing, Flag: false], [Distribution: Facebook, Flag: true]] Use Point Radius Targets: [[Distribution: Google, Flag: true], [Distribution: Bing, Flag: true], [Distribution: Facebook, Flag: false]] Is Sellable: true 09:19:19,106 DEBUG [AdMaxDeploymentServiceImpl] Retrieved BusinessArea BusinessArea: ID: 10002 Description: Hotels Status: active BusinessCategoryID: 1 09:19:19,106 DEBUG [AdMaxDeploymentServiceImpl] Retrieved GeoMod Target BusinessLocation Location: ID: 29 Description: Vermont Short Description: Vermont GeoModTargetLocationID: 29 Status: active Type: State ParentBusinessLocationID: 1 Use SE Defined Targets: [[Distribution: Google, Flag: true], [Distribution: Bing, Flag: true], [Distribution: Facebook, Flag: true]] Use Point Radius Targets: [[Distribution: Google, Flag: false], [Distribution: Bing, Flag: false], [Distribution: Facebook, Flag: false]] Is Sellable: true 09:19:19,106 DEBUG [AdMaxDeploymentServiceImpl] Campaign budgetType: DEFAULT 09:19:19,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, target, description, type, code from mms_common.googleLocationTargets join mms_common.businessLocationTargetMap bltm on bltm.distributionID = 3 and bltm.businessLocationTargetID = id where bltm.businessLocationID = ?] 09:19:19,108 INFO [BusinessLocationServiceBD] No target found for BL [10943], distribution [Google] 09:19:19,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, target, description, type, code from mms_common.googleLocationTargets join mms_common.businessLocationTargetMap bltm on bltm.distributionID = 3 and bltm.businessLocationTargetID = id where bltm.businessLocationID = ?] 09:19:19,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id and merchantUUID='') where l.businessFunctionID = ? and k.matchType = ?] 09:19:19,123 DEBUG [KeywordServiceImpl] Getting keywords for BF: 10002 09:19:19,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' ] 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:19,125 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:19,126 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:19,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:19,128 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, locationID, aliasType, description, descType, ordering, shortDescription from mms_common.locationAliases where locationID=? and aliasType=? order by ordering asc] 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'locationID' to property 'locationID' of type int 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'aliasType' to property 'aliasType' of type int 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'description' to property 'description' of type class java.lang.String 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'descType' to property 'descType' of type int 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'ordering' to property 'ordering' of type int 09:19:19,130 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'shortDescription' to property 'shortDescription' of type class java.lang.String 09:19:19,132 DEBUG [JdbcTemplate] Executing SQL query [SELECT res.name FROM smb.resellers res where res.active = 'T'] 09:19:19,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT res.name FROM smb.resellers res JOIN smb.merchants mer ON res.id = mer.reseller_id JOIN content_repository.contentEntityMap cem ON cem.customerBpId = mer.id WHERE cem.id = ?] 09:19:19,134 DEBUG [KeywordServiceImpl] Getting keywords for BF: 10002 09:19:19,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' ] 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:19,135 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:19,137 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:19,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:19,139 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,140 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into mms_common.campaigns (accountID, advertID, businessFunctionID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution) select a.id, ?, ?, ?, ?, ?, ?, ?, ?, ? from mms_common.accounts a where a.bpID = ? on duplicate key update customerDisplayURL = ?, customerDestinationURL = ?, isPrimary = ?, budgetType = ?] 09:19:19,141 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,141 INFO [CustomerDAO] setting keywordListID to 2996 for advertID 33317 09:19:19,141 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [update mms_common.campaigns set keywordListID = ? where advertID = ?] 09:19:19,142 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [select p.id, p.locationID, p.latitudeDegrees, p.longitudeDegrees, p.radiusMeters, (case when m.advertID is not null then m.multiplier else 1 end) as multiplier, (case when m.advertID is not null then m.incrementer else 0 end) as incrementer from pointRadius p left join pointRadiusModifiers m on (m.advertID = ?) where locationID = ?] 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'locationID' to property 'locationID' of type int 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'latitudeDegrees' to property 'latitudeDegrees' of type float 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'longitudeDegrees' to property 'longitudeDegrees' of type float 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'radiusMeters' to property 'radiusMeters' of type int 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'multiplier' to property 'multiplier' of type float 09:19:19,143 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'incrementer' to property 'incrementer' of type int 09:19:19,144 DEBUG [JdbcTemplate] Executing SQL query [select multiplier from pointRadiusModifiers where advertID is null] 09:19:19,145 INFO [AdMaxDeploymentServiceImpl] Using global radius multiplier of 2.0 09:19:19,145 DEBUG [AdMaxDeploymentServiceImpl] Processing CampaignInfo... 09:19:19,145 DEBUG [AdMaxDeploymentServiceImpl] Retrieving BusinessLocationId [10943] 09:19:19,145 DEBUG [AdMaxDeploymentServiceImpl] Retrieving BusinessAreaID [10002] 09:19:19,145 DEBUG [AdMaxDeploymentServiceImpl] Retrieving KeywordListID [2996] 09:19:19,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:19,148 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,148 DEBUG [JdbcTemplate] Executing prepared SQL statement [select ba.id, ba.description, ba.status, bcam.businessCategoryID from businessAreas ba left join businessCategoryAreaMap bcam on bcam.businessAreaID=ba.id where ba.id=? order by bcam.businessCategoryID limit 1] 09:19:19,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:19,151 DEBUG [AdMaxDeploymentServiceImpl] Retrieved BusinessLocation Location: ID: 10943 Description: Rutland, VT Short Description: Rutland VT GeoModTargetLocationID: 29 Status: active Type: Place ParentBusinessLocationID: 29 Use SE Defined Targets: [[Distribution: Google, Flag: false], [Distribution: Bing, Flag: false], [Distribution: Facebook, Flag: true]] Use Point Radius Targets: [[Distribution: Google, Flag: true], [Distribution: Bing, Flag: true], [Distribution: Facebook, Flag: false]] Is Sellable: true 09:19:19,151 DEBUG [AdMaxDeploymentServiceImpl] Retrieved BusinessArea BusinessArea: ID: 10002 Description: Hotels Status: active BusinessCategoryID: 1 09:19:19,151 DEBUG [AdMaxDeploymentServiceImpl] Retrieved GeoMod Target BusinessLocation Location: ID: 29 Description: Vermont Short Description: Vermont GeoModTargetLocationID: 29 Status: active Type: State ParentBusinessLocationID: 1 Use SE Defined Targets: [[Distribution: Google, Flag: true], [Distribution: Bing, Flag: true], [Distribution: Facebook, Flag: true]] Use Point Radius Targets: [[Distribution: Google, Flag: false], [Distribution: Bing, Flag: false], [Distribution: Facebook, Flag: false]] Is Sellable: true 09:19:19,151 DEBUG [AdMaxDeploymentServiceImpl] Campaign budgetType: DEFAULT 09:19:19,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, description, type, code from mms_common.bingLocationTargets join mms_common.businessLocationTargetMap bltm on bltm.distributionID = 147 and bltm.businessLocationTargetID = id where bltm.businessLocationID = ?] 09:19:19,153 INFO [BusinessLocationServiceBD] No target found for BL [10943], distribution [Bing] 09:19:19,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, description, type, code from mms_common.bingLocationTargets join mms_common.businessLocationTargetMap bltm on bltm.distributionID = 147 and bltm.businessLocationTargetID = id where bltm.businessLocationID = ?] 09:19:19,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id and merchantUUID='') where l.businessFunctionID = ? and k.matchType = ?] 09:19:19,159 DEBUG [KeywordServiceImpl] Getting keywords for BF: 10002 09:19:19,159 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,159 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' ] 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:19,160 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:19,161 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,161 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,161 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:19,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:19,163 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, locationID, aliasType, description, descType, ordering, shortDescription from mms_common.locationAliases where locationID=? and aliasType=? order by ordering asc] 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'locationID' to property 'locationID' of type int 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'aliasType' to property 'aliasType' of type int 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'description' to property 'description' of type class java.lang.String 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'descType' to property 'descType' of type int 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'ordering' to property 'ordering' of type int 09:19:19,165 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'shortDescription' to property 'shortDescription' of type class java.lang.String 09:19:19,167 DEBUG [JdbcTemplate] Executing SQL query [SELECT res.name FROM smb.resellers res where res.active = 'T'] 09:19:19,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT res.name FROM smb.resellers res JOIN smb.merchants mer ON res.id = mer.reseller_id JOIN content_repository.contentEntityMap cem ON cem.customerBpId = mer.id WHERE cem.id = ?] 09:19:19,170 DEBUG [KeywordServiceImpl] Getting keywords for BF: 10002 09:19:19,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' ] 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:19,170 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:19,172 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:19,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:19,174 DEBUG [KeywordServiceImpl] 79 keywords found for BF: 10002, keywordListID: 2996 09:19:19,175 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into mms_common.campaigns (accountID, advertID, businessFunctionID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution) select a.id, ?, ?, ?, ?, ?, ?, ?, ?, ? from mms_common.accounts a where a.bpID = ? on duplicate key update customerDisplayURL = ?, customerDestinationURL = ?, isPrimary = ?, budgetType = ?] 09:19:19,176 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,176 INFO [CustomerDAO] setting keywordListID to 2996 for advertID 32577 09:19:19,176 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,176 DEBUG [JdbcTemplate] Executing prepared SQL statement [update mms_common.campaigns set keywordListID = ? where advertID = ?] 09:19:19,177 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select p.id, p.locationID, p.latitudeDegrees, p.longitudeDegrees, p.radiusMeters, (case when m.advertID is not null then m.multiplier else 1 end) as multiplier, (case when m.advertID is not null then m.incrementer else 0 end) as incrementer from pointRadius p left join pointRadiusModifiers m on (m.advertID = ?) where locationID = ?] 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'locationID' to property 'locationID' of type int 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'latitudeDegrees' to property 'latitudeDegrees' of type float 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'longitudeDegrees' to property 'longitudeDegrees' of type float 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'radiusMeters' to property 'radiusMeters' of type int 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'multiplier' to property 'multiplier' of type float 09:19:19,178 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'incrementer' to property 'incrementer' of type int 09:19:19,179 DEBUG [JdbcTemplate] Executing SQL query [select multiplier from pointRadiusModifiers where advertID is null] 09:19:19,180 INFO [AdMaxDeploymentServiceImpl] Using global radius multiplier of 2.0 09:19:19,180 INFO [AdMaxDeploymentServiceImpl] Finished deploy campaign message conversion. 2 converted. 09:19:19,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.requests r where r.requestType = ? and r.deploymentID = ?] 09:19:19,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.requests r where r.requestType = ? and r.deploymentID = ?] 09:19:19,182 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:19,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into mms_common.requests(requestType, deploymentID) values (?, ?)] 09:19:19,183 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:19,188 WARN [QueueUtils] Setting message priority to 4 09:19:19,193 INFO [AdMaxDeploymentRequestMDB] Sent DEPLOY request to listener. BPID: 1b4d3708-5e17-4467-abd1-5858bb1294e7 DeployID: 6c0b5029-55f7-4524-864e-17e95020d185 09:19:19,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:19,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from admaxAccountAnniversary where accountId = ? and endDate is NULL] 09:19:20,845 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28461 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:20,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:20,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:20,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:20,881 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28462 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:20,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:20,888 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,888 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:20,889 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28463 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:20,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:20,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:20,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:20,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:20,893 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:20,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:20,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:20,931 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:20,931 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,931 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:20,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:20,970 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:20,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:20,981 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28464 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:20,981 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28465 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:20,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:20,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:20,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:20,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:20,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:20,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:20,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:20,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,024 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28466 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,026 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28461 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,027 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28463 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,030 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,031 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,051 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,083 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,083 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,083 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28462 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,085 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28464 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,087 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28467 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,088 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,088 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,114 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28465 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,120 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,134 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28466 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,137 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28468 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,149 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,172 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28467 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,175 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28469 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,187 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,197 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28468 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,199 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28470 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,216 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,235 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28469 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,237 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28471 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,249 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,266 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28470 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,268 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28472 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,285 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,297 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28471 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,299 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28473 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,332 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28474 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:21,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:21,342 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28472 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,343 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:21,344 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28475 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,346 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,347 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,349 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,355 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:21,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:21,356 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,356 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,357 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:21,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:21,370 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:21,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:21,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:21,394 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:21,395 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:21,396 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28473 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:21,398 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28476 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,398 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,398 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,399 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,433 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28477 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,437 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:21,437 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:21,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:21,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,438 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28475 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,439 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:21,439 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:21,440 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:21,440 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:21,440 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:21,440 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:21,440 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:21,440 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:21,440 INFO [BudgetEstimateServiceImpl] Request time: 107 millis 09:19:21,440 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28478 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,442 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,444 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,444 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,445 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,447 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28474 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:21,448 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,448 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,453 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,500 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28476 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,501 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28477 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,506 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28479 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,506 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28480 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:21,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,518 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,519 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,560 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28478 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,562 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28481 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,572 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28480 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:21,573 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,573 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,574 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28482 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:21,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,575 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28479 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,576 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28483 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,581 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,586 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,588 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,591 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,635 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28481 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,638 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28484 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,640 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28482 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:21,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,642 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28485 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,646 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,646 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,653 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,654 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,707 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28485 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,707 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28483 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,709 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28486 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,709 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28487 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,716 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28484 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,718 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28488 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,718 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,718 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,721 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,721 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,721 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,721 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,721 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,721 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,729 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,776 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28486 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,777 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28487 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,779 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28489 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,779 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,779 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,780 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28490 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:21,780 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,780 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,782 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,782 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,788 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28491 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:21,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:21,792 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,795 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:21,799 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,820 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:21,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:21,822 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28488 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,823 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:21,823 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,823 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:21,825 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28492 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,825 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,825 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,826 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:21,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:21,827 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,827 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:21,828 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:21,842 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,842 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,843 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,843 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,843 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:21,844 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28490 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:21,844 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,844 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:21,846 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,847 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28493 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:21,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,850 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,858 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:21,858 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:21,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:21,859 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,859 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:21,860 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:21,860 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:21,860 INFO [BudgetEstimateServiceImpl] Request time: 71 millis 09:19:21,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,885 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28489 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,888 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28494 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,888 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,888 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,889 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28491 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:21,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,902 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28492 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,905 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28495 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,909 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28496 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:21,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,910 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:21,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,916 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:21,918 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,933 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28493 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:21,935 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28497 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,937 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:21,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:21,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,949 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,950 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:21,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:21,963 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:21,963 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,963 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:21,963 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28494 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,964 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:21,965 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:21,966 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28498 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,966 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,966 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,966 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,966 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:21,966 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,968 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:21,970 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:21,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:21,973 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,978 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28499 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:21,978 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:21,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:21,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:21,980 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:21,980 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:21,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:21,980 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28495 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:21,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:21,981 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:21,981 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:21,981 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:21,982 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:21,982 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:21,982 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:21,982 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:21,982 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:21,982 INFO [BudgetEstimateServiceImpl] Request time: 73 millis 09:19:21,983 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28500 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:21,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:21,983 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:21,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:21,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:21,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,021 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28496 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:22,035 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28498 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,036 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28497 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,036 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:22,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:22,038 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28501 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:22,039 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,040 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:22,040 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,040 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:22,040 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,040 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,040 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,043 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:22,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:22,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:22,045 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:22,046 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:22,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:22,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:22,049 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:22,052 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,055 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,055 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,070 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:22,070 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:22,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:22,079 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:22,079 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:22,079 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:22,079 INFO [BudgetEstimateServiceImpl] Request time: 100 millis 09:19:22,092 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28500 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,095 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28499 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:22,103 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28501 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:22,105 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28502 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:19:22,106 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,106 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,118 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,165 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28502 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:19:22,167 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28503 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:19:22,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:19:22,169 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28504 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 69df1901-f12f-4687-8432-827050aa849a -------------------------------------- 09:19:22,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,172 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:19:22,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,181 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2661, theDescription=69df1901-f12f-4687-8432-827050aa849a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2660, theAccountId=2661, isDefault=true, theDescription=69df1901-f12f-4687-8432-827050aa849a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5319, theSiteId=2660, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5320, theSiteId=2660, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,183 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:19:22,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:19:22,184 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,184 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,186 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:19:22,186 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,186 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:19:22,188 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:19:22,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:19:22,190 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:19:22,192 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:22,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:19:22,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:19:22,194 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:19:22,203 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:19:22,203 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:19:22,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:19:22,204 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:19:22,204 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:19:22,204 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:19:22,204 INFO [BudgetEstimateServiceImpl] Request time: 37 millis 09:19:22,211 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28503 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:19:22,228 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28504 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 69df1901-f12f-4687-8432-827050aa849a9055successpaused9056successpaused9057successpaused9058successpaused9059successpaused9060successpaused9061successpaused9064successpaused9065successpaused9066successpaused9067successpaused9068successpaused9070successpaused9071successpaused9072successpaused9073successpaused9074successpaused9075successpaused9076successpaused9077successpaused9078successpaused9079successpaused9080successpaused9081successpaused9082successpaused9083successpaused9087successpaused9088successpaused9089successpaused9093successpaused9094successpaused9095successpaused9096successpaused9097successpaused9098successpaused9099successpaused9100successpaused9101successpaused9102successpaused9103successpaused9113successpaused9116successpaused9117successpaused9118successpaused9119successpaused9120successpaused9122successpaused9123successpaused9124successpaused9125successpaused9126successpaused9129successpaused9131successpaused9132successpaused9133successpaused9134successpaused9135successpaused9136successpaused9137successpaused9138successpaused9147successpaused9150successpaused9151successpaused9152successpaused9153successpaused9154successpaused9155successpaused9156successpaused9157successpaused9158successpaused9163successpaused9164successpaused9165successpaused9166successpaused9167successpaused9168successpaused9169successpaused9170successpaused9171successpaused9173successpaused9174successpaused9175successpaused -------------------------------------- 09:19:22,231 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28505 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,235 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,235 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,241 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : START TIMEOUT 09:19:22,241 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : ENABLED 09:19:22,242 DEBUG [JdbcTemplate] Executing SQL query [select * from callbackEvent] 09:19:22,243 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,253 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : END TIMEOUT 09:19:22,295 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28505 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,297 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28506 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,298 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,298 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,313 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,360 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28506 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:22,363 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28507 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,374 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,426 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28507 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:22,428 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28508 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,429 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,429 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,440 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,440 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,486 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28508 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,488 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28509 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,501 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,551 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28509 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,553 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28510 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,555 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,555 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,557 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,557 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,565 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,611 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28510 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:22,613 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28511 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,614 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,614 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,615 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,616 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,617 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,617 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,625 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,628 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,628 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,672 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28511 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,675 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28512 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,677 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,677 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,686 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,732 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28512 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,735 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28513 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,737 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,747 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,794 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28513 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:22,797 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28514 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,799 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,799 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,809 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,855 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28514 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,857 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28515 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:19:22,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,881 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,931 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28515 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:19:22,933 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28516 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:22,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:22,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:22,945 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:22,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:22,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:22,996 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28516 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:22,998 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28517 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:19:22,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:22,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:23,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:23,002 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,002 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:23,010 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:23,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:23,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:23,056 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28517 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:19:23,059 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28518 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4c605455-01da-44ea-8b4d-640ea13897fe -------------------------------------- 09:19:23,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:19:23,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:19:23,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:19:23,070 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2654, theDescription=4c605455-01da-44ea-8b4d-640ea13897fe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:19:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2653, theAccountId=2654, isDefault=true, theDescription=4c605455-01da-44ea-8b4d-640ea13897fe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5305, theSiteId=2653, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5306, theSiteId=2653, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:19:23,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:19:23,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:23,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:19:23,116 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28518 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4c605455-01da-44ea-8b4d-640ea13897fe9024successpaused9032successpaused9034successpaused9035successpaused9052successpaused9062successpaused9108successpaused9114successpaused9121successpaused9146successpaused9148successpaused9149successpaused9162successpaused -------------------------------------- 09:19:33,087 INFO [AdMaxDeploymentResponseMDB] Response MDB triggered. 09:19:33,100 INFO [AdMaxDeploymentMessageConverter] Campaings for the Result: 2 09:19:33,100 INFO [AdMaxDeploymentMessageConverter] Assuming No Message Fault, Campaigns count: 2 topResultCode: null 09:19:33,100 INFO [AuditorServiceBD] Entering the audit method... 09:19:33,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:33,100 DEBUG [JdbcTemplate] Executing prepared SQL statement [select sourceID, type, tenant from source where type = ? and tenant = ?] 09:19:33,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:19:33,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select actionID, description from action where description = ?] 09:19:33,104 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:33,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into event (sourceID, actionID, customerID, internalRequestID, externalRequestID, eventTime, status) values (?,?,?,?,?,?,?)] 09:19:33,104 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:33,105 DEBUG [JdbcTemplate] Executing SQL query [select last_insert_id()] 09:19:33,110 DEBUG [JdbcTemplate] Executing prepared SQL update 09:19:33,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into context (eventID, context) values (?,?)] 09:19:33,113 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:19:33,114 INFO [AuditorServiceBD] Exiting the audit method... 09:19:33,120 INFO [AdMaxDeploymentResponseMDB] Handling publish deploy status resp 09:20:08,922 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28519 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[282], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:20:08,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, bpID, domain from mms_common.accounts where bpID = ?] 09:20:08,924 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:20:08,924 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'bpID' to property 'BPID' of type class java.lang.String 09:20:08,924 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'domain' to property 'domain' of type class java.lang.String 09:20:08,925 INFO [AdMaxDeploymentServiceImpl] getCampaignsByCustomerID properties = {smb-admax-deployment-service.port=8443, smb-admax-deployment-service.protocol=https, smb-admax-deployment-service.context.root=SMB-ADS, smb-admax-deployment-service.service.endpoint=AdMaxDeploymentService, smb-admax-deployment-service.feature.siteLinks=${smb-admax-deployment-service.feature.siteLinks}, smb-admax-deployment-service.hostname=localhost} 09:20:08,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [select campaigns.id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from accounts join campaigns on accounts.id=campaigns.accountID where bpID=?] 09:20:08,933 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 32577: Paused -> Paused 09:20:08,933 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 32577 -> PAUSED 09:20:08,935 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33317: Paused -> Paused 09:20:08,935 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33317 -> PAUSED 09:20:08,937 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33328: Deleted -> Deleted 09:20:08,937 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33328 -> TERMINATED 09:20:08,939 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33329: Deleted -> Deleted 09:20:08,940 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33329 -> TERMINATED 09:20:08,941 INFO [ContentRepositoryServiceImpl] Inside ContentRepositoryServiceImpl Constructor : EntityId [0] BusinessTypeID [0] BusinessLocationID [0] 09:20:08,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from contentEntityMap where customerBpId=?] 09:20:08,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, customerBpId, dateAssigned, requestData from contentEntityMap where id=?] 09:20:08,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:08,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT count(1) FROM clients.externalCampaign LEFT JOIN clients.externalCampaignParent ON externalCampaignParentID = clients.externalCampaignParent.id WHERE clients.externalCampaign.accountID = ? AND enabled = 1 AND status <> 'Deleted' AND typeID = ? ] 09:20:08,949 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28519 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7www.merchantsite.jiosuccess3257710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedBingen_USfalseDEFAULT3331710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedGoogleen_USfalseDEFAULT3332810004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedGoogleen_USfalseDEFAULT3332910004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedBingen_USfalseDEFAULT -------------------------------------- 09:20:08,992 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28520 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[294], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 32577 -------------------------------------- 09:20:08,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:08,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT distribution, advertID as parentCampaignID, externalCampaign.id as childCampaignID, gceCampaignID, searchEngineAccounts.description as distributionCampaignName, keywordListID from mms_common.campaigns join clients.externalCampaignParent on (campaigns.advertID = externalCampaignParent.description) join clients.externalCampaign on (externalCampaignParentID=externalCampaignParent.id) join tsacommon.searchEngineAccounts on searchEngineAccountID = searchEngineAccounts.id where campaigns.advertID in (?) AND externalCampaign.enabled=?] 09:20:09,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [ SELECT externalCampaignParent.description as 'amlCampaignID', `errors`.`errorJson` FROM `bing`.`campaigns` JOIN `bing`.`errors` ON `errors`.`campaignName` = `campaigns`.`name` JOIN clients.externalCampaign on gceCampaignID=campaigns.id JOIN tsacommon.searchEngineAccounts on searchEngineAccountID=searchEngineAccounts.id and distributionID=147 JOIN clients.externalCampaignParent on externalCampaignParentID=externalCampaignParent.id WHERE `campaigns`.`id` IN (?, ?)] 09:20:09,068 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28520 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: -------------------------------------- 09:20:09,073 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28521 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[306], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 32577 -------------------------------------- 09:20:09,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT distribution, advertID as parentCampaignID, externalCampaign.id as childCampaignID, gceCampaignID, searchEngineAccounts.description as distributionCampaignName, keywordListID from mms_common.campaigns join clients.externalCampaignParent on (campaigns.advertID = externalCampaignParent.description) join clients.externalCampaign on (externalCampaignParentID=externalCampaignParent.id) join tsacommon.searchEngineAccounts on searchEngineAccountID = searchEngineAccounts.id where campaigns.advertID in (?) AND externalCampaign.enabled=?] 09:20:09,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [ SELECT externalCampaignParent.description as 'amlCampaignID', `errors`.`errorJson` FROM `bing`.`campaigns` JOIN `bing`.`errors` ON `errors`.`campaignName` = `campaigns`.`name` JOIN clients.externalCampaign on gceCampaignID=campaigns.id JOIN tsacommon.searchEngineAccounts on searchEngineAccountID=searchEngineAccounts.id and distributionID=147 JOIN clients.externalCampaignParent on externalCampaignParentID=externalCampaignParent.id WHERE `campaigns`.`id` IN (?, ?)] 09:20:09,077 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28521 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: -------------------------------------- 09:20:09,081 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28522 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[294], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 33317 -------------------------------------- 09:20:09,081 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT distribution, advertID as parentCampaignID, externalCampaign.id as childCampaignID, gceCampaignID, searchEngineAccounts.description as distributionCampaignName, keywordListID from mms_common.campaigns join clients.externalCampaignParent on (campaigns.advertID = externalCampaignParent.description) join clients.externalCampaign on (externalCampaignParentID=externalCampaignParent.id) join tsacommon.searchEngineAccounts on searchEngineAccountID = searchEngineAccounts.id where campaigns.advertID in (?) AND externalCampaign.enabled=?] 09:20:09,153 INFO [ErrorDAOSpringJDBC] GCE_CAMPAIGNS:9369, 9370 09:20:09,153 INFO [ErrorDAOSpringJDBC] getOperationErrorsResponse [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_campaignFeedPendingChange INNER JOIN gce_campaignFeedError ON gce_campaignFeedPendingChange.`campaignFeedID` = gce_campaignFeedError.`campaignFeedID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.id=gce_campaignFeedPendingChange.campaignFeedID INNER JOIN gce_feed ON gce_feed.id = gce_campaignFeed.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_campaignFeedPendingChange.isFailed='true'] 09:20:09,153 DEBUG [JdbcTemplate] Executing SQL query [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_campaignFeedPendingChange INNER JOIN gce_campaignFeedError ON gce_campaignFeedPendingChange.`campaignFeedID` = gce_campaignFeedError.`campaignFeedID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.id=gce_campaignFeedPendingChange.campaignFeedID INNER JOIN gce_feed ON gce_feed.id = gce_campaignFeed.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_campaignFeedPendingChange.isFailed='true'] 09:20:09,155 INFO [ErrorDAOSpringJDBC] getOperationErrorsResponse [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_gmbLocationPendingChange INNER JOIN gce_gmbLocationError ON gce_gmbLocationPendingChange.gmbLocationID = gce_gmbLocationError.gmbLocationID INNER JOIN gce_gmbLocation ON gce_gmbLocation.id=gce_gmbLocationError.gmbLocationID INNER JOIN gce_campaignFeed ON gce_campaignFeed.matchingFunctionRHOperand=gce_gmbLocation.id INNER JOIN gce_feed ON gce_feed.id = gce_campaignFeed.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_gmbLocationPendingChange.isFailed='true'] 09:20:09,155 DEBUG [JdbcTemplate] Executing SQL query [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_gmbLocationPendingChange INNER JOIN gce_gmbLocationError ON gce_gmbLocationPendingChange.gmbLocationID = gce_gmbLocationError.gmbLocationID INNER JOIN gce_gmbLocation ON gce_gmbLocation.id=gce_gmbLocationError.gmbLocationID INNER JOIN gce_campaignFeed ON gce_campaignFeed.matchingFunctionRHOperand=gce_gmbLocation.id INNER JOIN gce_feed ON gce_feed.id = gce_campaignFeed.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_gmbLocationPendingChange.isFailed='true'] 09:20:09,157 INFO [ErrorDAOSpringJDBC] getOperationErrorsResponse [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedPendingChange INNER JOIN gce_feedError ON gce_feedPendingChange.`feedID` = gce_feedError.`feedID` INNER JOIN gce_feed ON gce_feed.id=gce_feedError.`feedID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feed.id WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedPendingChange.isFailed='true'] 09:20:09,157 DEBUG [JdbcTemplate] Executing SQL query [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedPendingChange INNER JOIN gce_feedError ON gce_feedPendingChange.`feedID` = gce_feedError.`feedID` INNER JOIN gce_feed ON gce_feed.id=gce_feedError.`feedID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feed.id WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedPendingChange.isFailed='true'] 09:20:09,158 INFO [ErrorDAOSpringJDBC] getOperationErrorsResponse [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedItemPendingChange INNER JOIN gce_feedItemError ON gce_feedItemPendingChange.`feedItemID` = gce_feedItemError.`feedItemID` INNER JOIN gce_feedItem ON gce_feedItem.id=gce_feedItemError.`feedItemID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feedItem.feedID INNER JOIN gce_feed ON gce_feed.id = gce_feedItem.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedItemPendingChange.isFailed='true'] 09:20:09,158 DEBUG [JdbcTemplate] Executing SQL query [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedItemPendingChange INNER JOIN gce_feedItemError ON gce_feedItemPendingChange.`feedItemID` = gce_feedItemError.`feedItemID` INNER JOIN gce_feedItem ON gce_feedItem.id=gce_feedItemError.`feedItemID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feedItem.feedID INNER JOIN gce_feed ON gce_feed.id = gce_feedItem.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedItemPendingChange.isFailed='true'] 09:20:09,160 INFO [ErrorDAOSpringJDBC] getOperationErrorsResponse [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedMappingPendingChange INNER JOIN gce_feedMappingError ON gce_feedMappingPendingChange.`feedMappingID` = gce_feedMappingError.`feedMappingID` INNER JOIN gce_feedMapping ON gce_feedMapping.id=gce_feedMappingError.`feedMappingID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feedMapping.feedID INNER JOIN gce_feed ON gce_feed.id = gce_feedMapping.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedMappingPendingChange.isFailed='true'] 09:20:09,160 DEBUG [JdbcTemplate] Executing SQL query [SELECT gce_feed.name as 'category', `reason`, `trigger`, `field` FROM gce_feedMappingPendingChange INNER JOIN gce_feedMappingError ON gce_feedMappingPendingChange.`feedMappingID` = gce_feedMappingError.`feedMappingID` INNER JOIN gce_feedMapping ON gce_feedMapping.id=gce_feedMappingError.`feedMappingID` INNER JOIN gce_campaignFeed ON gce_campaignFeed.feedID=gce_feedMapping.feedID INNER JOIN gce_feed ON gce_feed.id = gce_feedMapping.feedID WHERE gce_campaignFeed.campaignID IN ('9369', '9370') AND gce_feedMappingPendingChange.isFailed='true'] 09:20:09,162 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28522 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: -------------------------------------- 09:20:09,166 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28523 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[306], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 33317 -------------------------------------- 09:20:09,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT distribution, advertID as parentCampaignID, externalCampaign.id as childCampaignID, gceCampaignID, searchEngineAccounts.description as distributionCampaignName, keywordListID from mms_common.campaigns join clients.externalCampaignParent on (campaigns.advertID = externalCampaignParent.description) join clients.externalCampaign on (externalCampaignParentID=externalCampaignParent.id) join tsacommon.searchEngineAccounts on searchEngineAccountID = searchEngineAccounts.id where campaigns.advertID in (?) AND externalCampaign.enabled=?] 09:20:09,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select externalCampaignParent.description as `CampaignID`,searchEngineUsers.description as `AccountDescription`,searchEngineUsers.searchEngineIdentifier as `AccountIdentifier`,gce_campaign.name as `CampaignName`,gce_campaign.searchEngineIdentifier as `CampaignIdentifier`,gce_campaign.status as `CampaignStatus`,gce_adGroup.name as `AdGroupName`,gce_adGroup.searchEngineIdentifier as `AdGroupIdentifier`,gce_adGroup.status as `AdGroupStatus`,gce_textAd.headline1 as `Headline1`,gce_textAd.headline2 as `Headline2`,gce_textAd.headline3 as `Headline3`,gce_textAd.description as `Description1`,gce_textAd.description2 as `Description2`,gce_textAd.status as `TextAdStatus`,gce_textAd.displayURL as `DisplayURL`,gce_textAd.urlPath1 as `UrlPath1`,gce_textAd.urlPath2 as `UrlPath2`,gce_textAd.destinationURL as `DestinationURL`,gce_textAd.id as `TextAdID`,errorTable.errorCode as `ErrorCode`,errorTable.errorText as `ErrorText`,errorTable.reason as `Reason`,errorTable.policyName as `PolicyName`,errorTable.`field` as `Field`,errorTable.`trigger` as `Trigger`,errorTable.isExemptable as `IsExemptable`from content_editor_google.gce_campaign join tsacommon.searchEngineUsers on (searchEngineUserID=searchEngineUsers.id) join content_editor_google.gce_adGroup on (gce_campaign.id=campaignID) join content_editor_google.gce_textAd on (adGroupID=gce_adGroup.id) join content_editor_google.gce_textAdError errorTable on (errorTable.textAdID=gce_textAd.id) join clients.externalCampaign on (gceCampaignID = gce_campaign.id) join clients.externalCampaignParent on (externalCampaignParent.id=externalCampaignParentID) where gce_campaign.id in ('9369','9370') and gce_campaign.status != ? and gce_adGroup.status != ? and gce_textAd.status != ? ] 09:20:09,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select externalCampaignParent.description as `CampaignID`,searchEngineUsers.description as `AccountDescription`,searchEngineUsers.searchEngineIdentifier as `AccountIdentifier`,gce_campaign.name as `CampaignName`,gce_campaign.searchEngineIdentifier as `CampaignIdentifier`,gce_campaign.status as `CampaignStatus`,gce_adGroup.name as `AdGroupName`,gce_adGroup.searchEngineIdentifier as `AdGroupIdentifier`,gce_adGroup.status as `AdGroupStatus`,gce_keyword.text as `KeywordText`,gce_keyword.keywordType as `MatchType`,gce_keyword.isNegative as `IsNegative`,gce_keyword.status as `KeywordStatus`,gce_keyword.id as `KeywordID`,errorTable.errorCode as `ErrorCode`,errorTable.errorText as `ErrorText`,errorTable.reason as `Reason`,errorTable.policyName as `PolicyName`,errorTable.`field` as `Field`,errorTable.`trigger` as `Trigger`,errorTable.isExemptable as `IsExemptable`from content_editor_google.gce_campaign join tsacommon.searchEngineUsers on (searchEngineUserID=searchEngineUsers.id) join content_editor_google.gce_adGroup on (gce_campaign.id=campaignID) join content_editor_google.gce_keyword on (adGroupID=gce_adGroup.id) join content_editor_google.gce_keywordError errorTable on (errorTable.keywordID=gce_keyword.id) join clients.externalCampaign on (gceCampaignID = gce_campaign.id) join clients.externalCampaignParent on (externalCampaignParent.id=externalCampaignParentID) where gce_campaign.id in ('9369','9370') and gce_campaign.status != ? and gce_adGroup.status != ? and gce_keyword.status not in (?,?,?,?) ] 09:20:09,175 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28523 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: -------------------------------------- 09:20:09,178 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28524 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[282], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:20:09,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, bpID, domain from mms_common.accounts where bpID = ?] 09:20:09,180 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:20:09,180 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'bpID' to property 'BPID' of type class java.lang.String 09:20:09,180 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'domain' to property 'domain' of type class java.lang.String 09:20:09,181 INFO [AdMaxDeploymentServiceImpl] getCampaignsByCustomerID properties = {smb-admax-deployment-service.port=8443, smb-admax-deployment-service.protocol=https, smb-admax-deployment-service.context.root=SMB-ADS, smb-admax-deployment-service.service.endpoint=AdMaxDeploymentService, smb-admax-deployment-service.feature.siteLinks=${smb-admax-deployment-service.feature.siteLinks}, smb-admax-deployment-service.hostname=localhost} 09:20:09,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select campaigns.id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from accounts join campaigns on accounts.id=campaigns.accountID where bpID=?] 09:20:09,185 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 32577: Paused -> Paused 09:20:09,185 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 32577 -> PAUSED 09:20:09,187 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33317: Paused -> Paused 09:20:09,187 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33317 -> PAUSED 09:20:09,189 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33328: Deleted -> Deleted 09:20:09,189 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33328 -> TERMINATED 09:20:09,191 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33329: Deleted -> Deleted 09:20:09,191 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33329 -> TERMINATED 09:20:09,191 INFO [ContentRepositoryServiceImpl] Inside ContentRepositoryServiceImpl Constructor : EntityId [0] BusinessTypeID [0] BusinessLocationID [0] 09:20:09,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from contentEntityMap where customerBpId=?] 09:20:09,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, customerBpId, dateAssigned, requestData from contentEntityMap where id=?] 09:20:09,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:09,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT count(1) FROM clients.externalCampaign LEFT JOIN clients.externalCampaignParent ON externalCampaignParentID = clients.externalCampaignParent.id WHERE clients.externalCampaign.accountID = ? AND enabled = 1 AND status <> 'Deleted' AND typeID = ? ] 09:20:09,199 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28524 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7www.merchantsite.jiosuccess3257710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedBingen_USfalseDEFAULT3331710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedGoogleen_USfalseDEFAULT3332810004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedGoogleen_USfalseDEFAULT3332910004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedBingen_USfalseDEFAULT -------------------------------------- 09:20:09,221 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28525 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[282], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:20:09,222 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,222 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, bpID, domain from mms_common.accounts where bpID = ?] 09:20:09,223 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:20:09,223 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'bpID' to property 'BPID' of type class java.lang.String 09:20:09,223 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'domain' to property 'domain' of type class java.lang.String 09:20:09,223 INFO [AdMaxDeploymentServiceImpl] getCampaignsByCustomerID properties = {smb-admax-deployment-service.port=8443, smb-admax-deployment-service.protocol=https, smb-admax-deployment-service.context.root=SMB-ADS, smb-admax-deployment-service.service.endpoint=AdMaxDeploymentService, smb-admax-deployment-service.feature.siteLinks=${smb-admax-deployment-service.feature.siteLinks}, smb-admax-deployment-service.hostname=localhost} 09:20:09,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [select campaigns.id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from accounts join campaigns on accounts.id=campaigns.accountID where bpID=?] 09:20:09,227 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 32577: Paused -> Paused 09:20:09,227 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 32577 -> PAUSED 09:20:09,229 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33317: Paused -> Paused 09:20:09,229 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33317 -> PAUSED 09:20:09,232 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33328: Deleted -> Deleted 09:20:09,232 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33328 -> TERMINATED 09:20:09,234 INFO [AdMaxDeploymentServiceImpl] getCampaignStatus 33329: Deleted -> Deleted 09:20:09,234 INFO [AdMaxDeploymentWS] getCampaignsByCustomerID: 33329 -> TERMINATED 09:20:09,234 INFO [ContentRepositoryServiceImpl] Inside ContentRepositoryServiceImpl Constructor : EntityId [0] BusinessTypeID [0] BusinessLocationID [0] 09:20:09,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from contentEntityMap where customerBpId=?] 09:20:09,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, customerBpId, dateAssigned, requestData from contentEntityMap where id=?] 09:20:09,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:09,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT count(1) FROM clients.externalCampaign LEFT JOIN clients.externalCampaignParent ON externalCampaignParentID = clients.externalCampaignParent.id WHERE clients.externalCampaign.accountID = ? AND enabled = 1 AND status <> 'Deleted' AND typeID = ? ] 09:20:09,242 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28525 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7www.merchantsite.jiosuccess3257710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedBingen_USfalseDEFAULT3331710002299610943http://www.merchantsite.jiowww.merchantsite.jioSuccesspausedGoogleen_USfalseDEFAULT3332810004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedGoogleen_USfalseDEFAULT3332910004392724009http://www.merchantsite.jiowww.merchantsite.jioSuccessterminatedBingen_USfalseDEFAULT -------------------------------------- 09:20:09,257 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28526 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[755], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload:
6c0b5029-55f7-4524-864e-17e95020d185
1b4d3708-5e17-4467-abd1-5858bb1294e7 false 32577 active 33317 active
-------------------------------------- 09:20:09,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:09,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:09,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:09,278 WARN [QueueUtils] Setting message priority to 4 09:20:09,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select responseMsg from mms_common.campUpdateResp where deploymentID = ?] 09:20:09,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.blacklist where customerBpId = ?] 09:20:09,290 INFO [AdMaxDeploymentFauxSyncMessenger] Starting campaign status update blocking loop 09:20:09,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select responseMsg from mms_common.campUpdateResp where deploymentID = ?] 09:20:09,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:09,293 INFO [AdMaxDeploymentServiceImpl] Getting BudgetAccrualStatus for an Account: 2644 09:20:09,293 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,293 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:09,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:09,337 DEBUG [AdMaxDeploymentServiceImpl] Found budget accrual status true for an account 2644 09:20:09,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from mms_common.campaigns where advertID = ?] 09:20:09,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from mms_common.campaigns where advertID = ?] 09:20:09,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.requests r where r.requestType = ? and r.deploymentID = ?] 09:20:09,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [select id from mms_common.requests r where r.requestType = ? and r.deploymentID = ?] 09:20:09,344 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:09,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into mms_common.requests(requestType, deploymentID) values (?, ?)] 09:20:09,345 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:09,349 WARN [QueueUtils] Setting message priority to 9 09:20:09,353 INFO [AdMaxDeploymentRequestMDB] Sent UPDATE request to listener. BPID: 1b4d3708-5e17-4467-abd1-5858bb1294e7 DeployID: 6c0b5029-55f7-4524-864e-17e95020d185 09:20:09,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:09,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from admaxAccountAnniversary where accountId = ? and endDate is NULL] 09:20:10,096 INFO [AdMaxDeploymentResponseMDB] Response MDB triggered. 09:20:10,105 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:10,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [insert into mms_common.campUpdateResp(deploymentID, responseMsg) values (?, ?) on duplicate key update responseMsg = ?] 09:20:10,115 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:10,116 WARN [AdMaxDeploymentFauxSyncMessenger] Put update ok for deploy 6c0b5029-55f7-4524-864e-17e95020d185 09:20:10,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:10,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select campaigns.id, accountID, advertID, businessFunctionID, keywordListID, locationID, isPrimary, budgetType, customerDisplayURL, customerDestinationURL, localeName, distribution from accounts join campaigns on accounts.id=campaigns.accountID where bpID=?] 09:20:10,123 INFO [AdMaxDeploymentResponseMDB] Handling update campaign status. 09:20:10,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:10,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select responseMsg from mms_common.campUpdateResp where deploymentID = ?] 09:20:11,298 INFO [AdMaxDeploymentFauxSyncMessenger] Exited blocking loop 09:20:11,301 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:11,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [delete from mms_common.campUpdateResp where deploymentID = ?] 09:20:11,303 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:11,305 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28526 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload:
6c0b5029-55f7-4524-864e-17e95020d185
1b4d3708-5e17-4467-abd1-5858bb1294e732577successInformation: [32577_GM:SUCCEEDED] [32577_GT:SUCCEEDED] 33317successInformation: [33317_GM:SUCCEEDED] [33317_GT:SUCCEEDED]
-------------------------------------- 09:20:11,315 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28527 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[868], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload:
6c0b5029-55f7-4524-864e-17e95020d185
1b4d3708-5e17-4467-abd1-5858bb1294e7 32577 active 33317 active
-------------------------------------- 09:20:11,318 INFO [AdMaxAccountDeploymentBD] validated: [] 09:20:11,318 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,318 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:11,322 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,322 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:11,323 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,323 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:11,332 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:11,332 INFO [AdMaxAccountDeploymentBD] Updating CampaignID [32577] budget accrual status to [active] 09:20:11,332 DEBUG [CampaignBudgetAccrualStatusServiceBD] Entering CampaignBudgetAccrualStatusServiceImpl.updateCampaignBudgetAccrualStatus 09:20:11,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from admaxCampaignBudgetAccrualStatus where admaxCampaignID = ? ] 09:20:11,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,343 INFO [CampaignBudgetAccrualStatusServiceBD] CampaignId [8979] updated CampaignBudgetAccrualStatus updated status active 09:20:11,343 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:11,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [update admaxCampaignBudgetAccrualStatus set endDate = ?, status = ? where id = ? ] 09:20:11,350 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:11,351 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:11,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [update admaxCampaignBudgetAccrualStatus set endDate = ?, status = ? where id = ? ] 09:20:11,358 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:11,358 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:11,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [update admaxCampaignBudgetAccrualStatus set endDate = ?, status = ? where id = ? ] 09:20:11,365 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:11,366 DEBUG [CampaignBudgetAccrualStatusServiceBD] Exiting CampaignBudgetAccrualStatusServiceImpl.updateCampaignBudgetAccrualStatus method. 09:20:11,367 INFO [AdMaxAccountDeploymentBD] Updating CampaignID [33317] budget accrual status to [active] 09:20:11,368 DEBUG [CampaignBudgetAccrualStatusServiceBD] Entering CampaignBudgetAccrualStatusServiceImpl.updateCampaignBudgetAccrualStatus 09:20:11,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from admaxCampaignBudgetAccrualStatus where admaxCampaignID = ? ] 09:20:11,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,378 INFO [CampaignBudgetAccrualStatusServiceBD] Skipping status update for AdMaxCampaignId [9180]. Status is not different - old status: active, new status: active 09:20:11,378 DEBUG [JdbcTemplate] Executing prepared SQL update 09:20:11,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [update admaxCampaignBudgetAccrualStatus set endDate = ?, status = ? where id = ? ] 09:20:11,386 DEBUG [JdbcTemplate] SQL update affected 1 rows 09:20:11,386 DEBUG [CampaignBudgetAccrualStatusServiceBD] Exiting CampaignBudgetAccrualStatusServiceImpl.updateCampaignBudgetAccrualStatus method. 09:20:11,388 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28527 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload:
6c0b5029-55f7-4524-864e-17e95020d185
1b4d3708-5e17-4467-abd1-5858bb1294e732577success33317success
-------------------------------------- 09:20:11,755 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28528 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 006f51a4-4448-4d4b-98dd-4ade83401d46 -------------------------------------- 09:20:11,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:11,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:11,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:11,768 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1799, theDescription=006f51a4-4448-4d4b-98dd-4ade83401d46, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1798, theAccountId=1799, isDefault=true, theDescription=006f51a4-4448-4d4b-98dd-4ade83401d46_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3595, theSiteId=1798, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3596, theSiteId=1798, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:11,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:11,815 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28528 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 006f51a4-4448-4d4b-98dd-4ade83401d463658successpaused3659successpaused3660successpaused3661successpaused -------------------------------------- 09:20:11,822 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28529 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0073ab0a-724c-49d6-a6ca-6714e96b46db -------------------------------------- 09:20:11,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:11,825 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,825 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:11,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:11,839 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=579, theDescription=0073ab0a-724c-49d6-a6ca-6714e96b46db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=578, theAccountId=579, isDefault=true, theDescription=0073ab0a-724c-49d6-a6ca-6714e96b46db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1155, theSiteId=578, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1156, theSiteId=578, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:11,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,839 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,843 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,843 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:11,888 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28529 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0073ab0a-724c-49d6-a6ca-6714e96b46db1114successactive -------------------------------------- 09:20:11,891 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28530 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 008b2130-80ca-43a5-b0d2-39e28d377c54 -------------------------------------- 09:20:11,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:11,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:11,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:11,903 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1915, theDescription=008b2130-80ca-43a5-b0d2-39e28d377c54, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1914, theAccountId=1915, isDefault=true, theDescription=008b2130-80ca-43a5-b0d2-39e28d377c54_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3827, theSiteId=1914, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3828, theSiteId=1914, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:11,903 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,903 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:11,950 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28530 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 008b2130-80ca-43a5-b0d2-39e28d377c544009successactive4010successactive4091successactive4092successactive -------------------------------------- 09:20:11,952 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28531 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 00cb86e9-4f41-4149-b165-72ab127d4a19 -------------------------------------- 09:20:11,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:11,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:11,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:11,964 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=42, theDescription=00cb86e9-4f41-4149-b165-72ab127d4a19, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=41, theAccountId=42, isDefault=true, theDescription=00cb86e9-4f41-4149-b165-72ab127d4a19_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=81, theSiteId=41, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=82, theSiteId=41, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:11,964 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:11,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:11,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,010 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28531 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 00cb86e9-4f41-4149-b165-72ab127d4a1984successpaused2555successactive -------------------------------------- 09:20:12,013 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28532 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 00cb86e9-4f41-4149-b165-72ab127d4a19 -------------------------------------- 09:20:12,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,024 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=42, theDescription=00cb86e9-4f41-4149-b165-72ab127d4a19, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=41, theAccountId=42, isDefault=true, theDescription=00cb86e9-4f41-4149-b165-72ab127d4a19_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=81, theSiteId=41, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=82, theSiteId=41, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,112 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28532 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 00cb86e9-4f41-4149-b165-72ab127d4a1984successpaused2555successactive -------------------------------------- 09:20:12,115 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28533 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 014031ad-efff-4f97-bf5e-2f9e0ba69181 -------------------------------------- 09:20:12,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,131 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2605, theDescription=014031ad-efff-4f97-bf5e-2f9e0ba69181, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2604, theAccountId=2605, isDefault=true, theDescription=014031ad-efff-4f97-bf5e-2f9e0ba69181_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5207, theSiteId=2604, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5208, theSiteId=2604, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,181 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28533 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 014031ad-efff-4f97-bf5e-2f9e0ba691818707successactive8708successactive8709successactive8710successactive -------------------------------------- 09:20:12,183 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28534 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 01535066-7e2b-43b1-a2f7-2148cf400e48 -------------------------------------- 09:20:12,184 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,184 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,186 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,186 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,195 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2042, theDescription=01535066-7e2b-43b1-a2f7-2148cf400e48, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2041, theAccountId=2042, isDefault=true, theDescription=01535066-7e2b-43b1-a2f7-2148cf400e48_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4081, theSiteId=2041, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4082, theSiteId=2041, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,242 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28534 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 01535066-7e2b-43b1-a2f7-2148cf400e484376successactive4377successactive -------------------------------------- 09:20:12,245 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28535 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 024d8b91-e801-46b4-8ee4-38f54aba14d3 -------------------------------------- 09:20:12,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,247 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,247 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,257 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1058, theDescription=024d8b91-e801-46b4-8ee4-38f54aba14d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1057, theAccountId=1058, isDefault=true, theDescription=024d8b91-e801-46b4-8ee4-38f54aba14d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2113, theSiteId=1057, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2114, theSiteId=1057, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,305 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28535 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 024d8b91-e801-46b4-8ee4-38f54aba14d31704successactive -------------------------------------- 09:20:12,307 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28536 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 03183e1b-95d2-466e-857a-4d022492d616 -------------------------------------- 09:20:12,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,319 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=914, theDescription=03183e1b-95d2-466e-857a-4d022492d616, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=913, theAccountId=914, isDefault=true, theDescription=03183e1b-95d2-466e-857a-4d022492d616_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1825, theSiteId=913, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1826, theSiteId=913, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,366 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28536 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 03183e1b-95d2-466e-857a-4d022492d6161487successactive -------------------------------------- 09:20:12,368 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28537 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0389248c-9175-4591-8a53-73304cc3fa31 -------------------------------------- 09:20:12,369 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,369 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,371 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,371 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,373 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,373 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,380 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1900, theDescription=0389248c-9175-4591-8a53-73304cc3fa31, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1899, theAccountId=1900, isDefault=true, theDescription=0389248c-9175-4591-8a53-73304cc3fa31_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3797, theSiteId=1899, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3798, theSiteId=1899, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,381 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,381 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,428 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28537 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0389248c-9175-4591-8a53-73304cc3fa313941successactive3942successactive -------------------------------------- 09:20:12,431 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28538 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 038b14e6-6425-47b3-a51f-84ca60051d40 -------------------------------------- 09:20:12,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,443 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2151, theDescription=038b14e6-6425-47b3-a51f-84ca60051d40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2150, theAccountId=2151, isDefault=true, theDescription=038b14e6-6425-47b3-a51f-84ca60051d40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4299, theSiteId=2150, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4300, theSiteId=2150, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,444 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,502 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28538 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 038b14e6-6425-47b3-a51f-84ca60051d404668successactive4669successactive -------------------------------------- 09:20:12,504 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28539 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 03bd27d3-4ce2-4774-9f59-83835f54c07f -------------------------------------- 09:20:12,505 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,505 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,518 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2595, theDescription=03bd27d3-4ce2-4774-9f59-83835f54c07f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2594, theAccountId=2595, isDefault=true, theDescription=03bd27d3-4ce2-4774-9f59-83835f54c07f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5187, theSiteId=2594, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5188, theSiteId=2594, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,564 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28539 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 03bd27d3-4ce2-4774-9f59-83835f54c07f8624successpaused8625successpaused8626successpaused8627successpaused8628successpaused8629successpaused8630successpaused8631successpaused8632successactive8633successactive8634successactive8635successactive8636successactive8637successactive8638successactive8639successactive -------------------------------------- 09:20:12,567 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28540 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 03cbf006-8ead-4df3-96a6-a50b2b0ac29c -------------------------------------- 09:20:12,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,578 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1299, theDescription=03cbf006-8ead-4df3-96a6-a50b2b0ac29c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1298, theAccountId=1299, isDefault=true, theDescription=03cbf006-8ead-4df3-96a6-a50b2b0ac29c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2595, theSiteId=1298, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2596, theSiteId=1298, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,579 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,579 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,626 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28540 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 03cbf006-8ead-4df3-96a6-a50b2b0ac29c2356successpaused2357successpaused2358successactive2359successactive -------------------------------------- 09:20:12,629 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28541 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 04007f61-ac03-4c55-a4c7-7ec43218a998 -------------------------------------- 09:20:12,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,631 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,631 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,633 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,679 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1342, theDescription=04007f61-ac03-4c55-a4c7-7ec43218a998, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1341, theAccountId=1342, isDefault=true, theDescription=04007f61-ac03-4c55-a4c7-7ec43218a998_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2681, theSiteId=1341, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2682, theSiteId=1341, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,756 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28541 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 04007f61-ac03-4c55-a4c7-7ec43218a9982504successactive2505successactive -------------------------------------- 09:20:12,759 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28542 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 04c43d18-bad3-45df-92a1-d6f63dd30c87 -------------------------------------- 09:20:12,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,765 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,775 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1327, theDescription=04c43d18-bad3-45df-92a1-d6f63dd30c87, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1326, theAccountId=1327, isDefault=true, theDescription=04c43d18-bad3-45df-92a1-d6f63dd30c87_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2651, theSiteId=1326, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2652, theSiteId=1326, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,779 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,779 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,827 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28542 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 04c43d18-bad3-45df-92a1-d6f63dd30c872428successactive2429successactive -------------------------------------- 09:20:12,829 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28543 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 04dfdd8e-da4d-4645-b2a4-551c2aa4eede -------------------------------------- 09:20:12,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=816, theDescription=04dfdd8e-da4d-4645-b2a4-551c2aa4eede, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=815, theAccountId=816, isDefault=true, theDescription=04dfdd8e-da4d-4645-b2a4-551c2aa4eede_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1629, theSiteId=815, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1630, theSiteId=815, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,894 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28543 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 04dfdd8e-da4d-4645-b2a4-551c2aa4eede1379successactive -------------------------------------- 09:20:12,896 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28544 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0505a395-065e-4e5c-b62e-8985906c0058 -------------------------------------- 09:20:12,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,900 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,900 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,909 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1920, theDescription=0505a395-065e-4e5c-b62e-8985906c0058, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1919, theAccountId=1920, isDefault=true, theDescription=0505a395-065e-4e5c-b62e-8985906c0058_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3837, theSiteId=1919, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3838, theSiteId=1919, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:12,957 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28544 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0505a395-065e-4e5c-b62e-8985906c00584031successactive4032successactive -------------------------------------- 09:20:12,960 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28545 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 05286de5-4bc2-4633-86bf-14513e32dca4 -------------------------------------- 09:20:12,960 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,960 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:12,962 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,962 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:12,964 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,964 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:12,972 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2069, theDescription=05286de5-4bc2-4633-86bf-14513e32dca4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2068, theAccountId=2069, isDefault=true, theDescription=05286de5-4bc2-4633-86bf-14513e32dca4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4135, theSiteId=2068, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4136, theSiteId=2068, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:12,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:12,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:12,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,024 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28545 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 05286de5-4bc2-4633-86bf-14513e32dca44468successactive4469successactive -------------------------------------- 09:20:13,026 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28546 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0530d7f6-714d-4fbc-acc5-10dc731470c0 -------------------------------------- 09:20:13,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,040 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2187, theDescription=0530d7f6-714d-4fbc-acc5-10dc731470c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2186, theAccountId=2187, isDefault=true, theDescription=0530d7f6-714d-4fbc-acc5-10dc731470c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4371, theSiteId=2186, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4372, theSiteId=2186, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,040 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,040 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,090 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28546 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0530d7f6-714d-4fbc-acc5-10dc731470c04762successactive4763successactive -------------------------------------- 09:20:13,092 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28547 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 059f96ed-8198-456a-93a3-9adc9f98e508 -------------------------------------- 09:20:13,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,093 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,095 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,095 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,096 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,104 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2032, theDescription=059f96ed-8198-456a-93a3-9adc9f98e508, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2031, theAccountId=2032, isDefault=true, theDescription=059f96ed-8198-456a-93a3-9adc9f98e508_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4061, theSiteId=2031, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4062, theSiteId=2031, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,150 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28547 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 059f96ed-8198-456a-93a3-9adc9f98e5084356successactive4357successactive -------------------------------------- 09:20:13,152 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28548 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 065c42f0-e105-4bd2-bf46-b41e6f788ee9 -------------------------------------- 09:20:13,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,155 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,155 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,164 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1798, theDescription=065c42f0-e105-4bd2-bf46-b41e6f788ee9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1797, theAccountId=1798, isDefault=true, theDescription=065c42f0-e105-4bd2-bf46-b41e6f788ee9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3593, theSiteId=1797, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3594, theSiteId=1797, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,210 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28548 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 065c42f0-e105-4bd2-bf46-b41e6f788ee93654successactive3655successactive3656successactive3657successactive -------------------------------------- 09:20:13,212 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28549 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 06a3b223-d436-44a8-9eea-8ea4fd1154ca -------------------------------------- 09:20:13,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,215 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,215 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,224 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1232, theDescription=06a3b223-d436-44a8-9eea-8ea4fd1154ca, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1231, theAccountId=1232, isDefault=true, theDescription=06a3b223-d436-44a8-9eea-8ea4fd1154ca_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2461, theSiteId=1231, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2462, theSiteId=1231, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,274 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28549 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 06a3b223-d436-44a8-9eea-8ea4fd1154ca2204successactive2205successactive -------------------------------------- 09:20:13,276 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28550 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 06cded3c-10d4-49bf-8af1-51c89205a4c9 -------------------------------------- 09:20:13,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,279 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,280 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,289 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1691, theDescription=06cded3c-10d4-49bf-8af1-51c89205a4c9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1690, theAccountId=1691, isDefault=true, theDescription=06cded3c-10d4-49bf-8af1-51c89205a4c9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3379, theSiteId=1690, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3380, theSiteId=1690, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,336 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28550 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 06cded3c-10d4-49bf-8af1-51c89205a4c93172successactive3173successactive -------------------------------------- 09:20:13,338 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28551 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 071f8408-edde-48bb-acbd-aca77f7c4994 -------------------------------------- 09:20:13,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,350 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1871, theDescription=071f8408-edde-48bb-acbd-aca77f7c4994, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1870, theAccountId=1871, isDefault=true, theDescription=071f8408-edde-48bb-acbd-aca77f7c4994_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3739, theSiteId=1870, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3740, theSiteId=1870, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,400 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28551 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 071f8408-edde-48bb-acbd-aca77f7c49943855successactive3856successactive -------------------------------------- 09:20:13,402 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28552 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 071fbee0-d23c-4e65-bdf4-449f838a2450 -------------------------------------- 09:20:13,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,406 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,406 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,414 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2095, theDescription=071fbee0-d23c-4e65-bdf4-449f838a2450, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2094, theAccountId=2095, isDefault=true, theDescription=071fbee0-d23c-4e65-bdf4-449f838a2450_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4187, theSiteId=2094, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4188, theSiteId=2094, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,414 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,414 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,461 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28552 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 071fbee0-d23c-4e65-bdf4-449f838a24504531successactive4532successactive -------------------------------------- 09:20:13,464 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28553 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07225541-52d6-47b7-88bc-0c7132568f05 -------------------------------------- 09:20:13,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,467 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,480 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2085, theDescription=07225541-52d6-47b7-88bc-0c7132568f05, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2084, theAccountId=2085, isDefault=true, theDescription=07225541-52d6-47b7-88bc-0c7132568f05_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4167, theSiteId=2084, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4168, theSiteId=2084, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,530 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28553 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07225541-52d6-47b7-88bc-0c7132568f054511successactive4512successactive -------------------------------------- 09:20:13,532 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28554 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07ac0334-f004-4a46-a9f7-9770da610fe9 -------------------------------------- 09:20:13,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,535 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,535 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,536 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,536 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,545 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1825, theDescription=07ac0334-f004-4a46-a9f7-9770da610fe9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1824, theAccountId=1825, isDefault=true, theDescription=07ac0334-f004-4a46-a9f7-9770da610fe9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3647, theSiteId=1824, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3648, theSiteId=1824, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,594 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28554 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07ac0334-f004-4a46-a9f7-9770da610fe93730successactive3731successactive -------------------------------------- 09:20:13,597 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28555 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07b847c5-d722-4d95-8a70-0f50b65ceb80 -------------------------------------- 09:20:13,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,600 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,600 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,610 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1144, theDescription=07b847c5-d722-4d95-8a70-0f50b65ceb80, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1143, theAccountId=1144, isDefault=true, theDescription=07b847c5-d722-4d95-8a70-0f50b65ceb80_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2285, theSiteId=1143, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2286, theSiteId=1143, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,657 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28555 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07b847c5-d722-4d95-8a70-0f50b65ceb801928successpaused1929successactive1930successactive -------------------------------------- 09:20:13,660 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28556 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07eb097b-cbd4-46cf-bdd4-18e212f7f41b -------------------------------------- 09:20:13,660 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,660 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,672 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1874, theDescription=07eb097b-cbd4-46cf-bdd4-18e212f7f41b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1873, theAccountId=1874, isDefault=true, theDescription=07eb097b-cbd4-46cf-bdd4-18e212f7f41b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3745, theSiteId=1873, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3746, theSiteId=1873, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,720 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28556 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07eb097b-cbd4-46cf-bdd4-18e212f7f41b3861successactive3862successactive -------------------------------------- 09:20:13,732 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28557 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07ed1a32-3943-45f6-b331-38d1c28a6343 -------------------------------------- 09:20:13,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,761 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1809, theDescription=07ed1a32-3943-45f6-b331-38d1c28a6343, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1808, theAccountId=1809, isDefault=true, theDescription=07ed1a32-3943-45f6-b331-38d1c28a6343_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3615, theSiteId=1808, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3616, theSiteId=1808, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,765 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,765 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,810 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28557 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07ed1a32-3943-45f6-b331-38d1c28a63433682successactive3683successactive -------------------------------------- 09:20:13,813 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28558 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07ed1a32-3943-45f6-b331-38d1c28a6343 -------------------------------------- 09:20:13,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,825 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1809, theDescription=07ed1a32-3943-45f6-b331-38d1c28a6343, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1808, theAccountId=1809, isDefault=true, theDescription=07ed1a32-3943-45f6-b331-38d1c28a6343_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3615, theSiteId=1808, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3616, theSiteId=1808, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,825 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,825 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,827 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,871 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28558 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07ed1a32-3943-45f6-b331-38d1c28a63433682successactive3683successactive -------------------------------------- 09:20:13,874 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28559 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 083a49db-e753-47c5-b54a-5ac20ec6e37d -------------------------------------- 09:20:13,874 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,885 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2345, theDescription=083a49db-e753-47c5-b54a-5ac20ec6e37d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2344, theAccountId=2345, isDefault=true, theDescription=083a49db-e753-47c5-b54a-5ac20ec6e37d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4687, theSiteId=2344, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4688, theSiteId=2344, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,886 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,886 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,888 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,888 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,932 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28559 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 083a49db-e753-47c5-b54a-5ac20ec6e37d5769successactive5770successactive -------------------------------------- 09:20:13,935 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28560 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 08d458ac-9ec5-43fb-8d67-36635eae7591 -------------------------------------- 09:20:13,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:13,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:13,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:13,947 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2265, theDescription=08d458ac-9ec5-43fb-8d67-36635eae7591, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2264, theAccountId=2265, isDefault=true, theDescription=08d458ac-9ec5-43fb-8d67-36635eae7591_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4527, theSiteId=2264, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4528, theSiteId=2264, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:13,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:13,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:13,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:13,994 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28560 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 08d458ac-9ec5-43fb-8d67-36635eae75915002successactive5003successactive5004successactive5005successactive -------------------------------------- 09:20:14,013 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28561 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 08e6e2c8-ec2c-4805-a5fb-84e83c8278ce -------------------------------------- 09:20:14,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,014 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,052 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1818, theDescription=08e6e2c8-ec2c-4805-a5fb-84e83c8278ce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1817, theAccountId=1818, isDefault=true, theDescription=08e6e2c8-ec2c-4805-a5fb-84e83c8278ce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3633, theSiteId=1817, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3634, theSiteId=1817, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,056 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,056 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,102 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28561 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 08e6e2c8-ec2c-4805-a5fb-84e83c8278ce3710successactive3711successactive3712successactive3713successactive -------------------------------------- 09:20:14,105 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28562 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 090efc26-7725-4cf0-8a29-74583e800708 -------------------------------------- 09:20:14,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,117 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2616, theDescription=090efc26-7725-4cf0-8a29-74583e800708, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2615, theAccountId=2616, isDefault=true, theDescription=090efc26-7725-4cf0-8a29-74583e800708_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5229, theSiteId=2615, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5230, theSiteId=2615, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,166 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28562 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 090efc26-7725-4cf0-8a29-74583e8007088772successpaused8773successpaused8774successpaused8791successactive8792successactive -------------------------------------- 09:20:14,169 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28563 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0951a2f3-cb3a-451e-99c2-27cd0ba81ce7 -------------------------------------- 09:20:14,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,181 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2007, theDescription=0951a2f3-cb3a-451e-99c2-27cd0ba81ce7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2006, theAccountId=2007, isDefault=true, theDescription=0951a2f3-cb3a-451e-99c2-27cd0ba81ce7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4011, theSiteId=2006, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4012, theSiteId=2006, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,227 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28563 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0951a2f3-cb3a-451e-99c2-27cd0ba81ce74272successpaused4273successpaused4274successactive4275successactive -------------------------------------- 09:20:14,229 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28564 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 09898241-bca8-4be7-a0d8-974090f27d66 -------------------------------------- 09:20:14,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,231 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,231 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,241 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1495, theDescription=09898241-bca8-4be7-a0d8-974090f27d66, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1494, theAccountId=1495, isDefault=true, theDescription=09898241-bca8-4be7-a0d8-974090f27d66_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2987, theSiteId=1494, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2988, theSiteId=1494, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,290 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28564 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 09898241-bca8-4be7-a0d8-974090f27d662841successactive -------------------------------------- 09:20:14,292 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28565 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 099e383e-cfd7-44d1-bac7-0e07cd6cb377 -------------------------------------- 09:20:14,293 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,293 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,304 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2057, theDescription=099e383e-cfd7-44d1-bac7-0e07cd6cb377, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2056, theAccountId=2057, isDefault=true, theDescription=099e383e-cfd7-44d1-bac7-0e07cd6cb377_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4111, theSiteId=2056, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4112, theSiteId=2056, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,359 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28565 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 099e383e-cfd7-44d1-bac7-0e07cd6cb3774414successactive4415successactive4416successactive4417successactive4418successactive4419successactive -------------------------------------- 09:20:14,361 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28566 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 09fb080a-245a-4fe5-b703-86f7800b6c6b -------------------------------------- 09:20:14,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,373 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2202, theDescription=09fb080a-245a-4fe5-b703-86f7800b6c6b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2201, theAccountId=2202, isDefault=true, theDescription=09fb080a-245a-4fe5-b703-86f7800b6c6b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4401, theSiteId=2201, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4402, theSiteId=2201, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,424 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28566 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 09fb080a-245a-4fe5-b703-86f7800b6c6b4819successactive4820successactive -------------------------------------- 09:20:14,427 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28567 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0a84e8d4-8c6e-48cb-aa90-8f8276540528 -------------------------------------- 09:20:14,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,429 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,429 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,439 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2022, theDescription=0a84e8d4-8c6e-48cb-aa90-8f8276540528, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2021, theAccountId=2022, isDefault=true, theDescription=0a84e8d4-8c6e-48cb-aa90-8f8276540528_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4041, theSiteId=2021, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4042, theSiteId=2021, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,486 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28567 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0a84e8d4-8c6e-48cb-aa90-8f82765405284312successactive4313successactive4314successactive4315successactive4316successactive4317successactive4318successactive4319successactive4320successactive4321successactive4322successactive4323successactive4324successactive4325successactive4326successactive4327successactive4328successactive4329successactive4330successactive4331successactive4332successactive4333successactive4334successactive4335successactive4336successactive4337successactive -------------------------------------- 09:20:14,492 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28568 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0a87f1db-a5a5-4150-b585-9b825c8b2a1e -------------------------------------- 09:20:14,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,494 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,496 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,496 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,504 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2058, theDescription=0a87f1db-a5a5-4150-b585-9b825c8b2a1e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2057, theAccountId=2058, isDefault=true, theDescription=0a87f1db-a5a5-4150-b585-9b825c8b2a1e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4113, theSiteId=2057, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4114, theSiteId=2057, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,551 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28568 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0a87f1db-a5a5-4150-b585-9b825c8b2a1e4420successactive4421successactive4422successactive4423successactive -------------------------------------- 09:20:14,554 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28569 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0aa915c8-6de2-4e00-952a-95814eb99f06 -------------------------------------- 09:20:14,554 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,557 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,557 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,567 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1732, theDescription=0aa915c8-6de2-4e00-952a-95814eb99f06, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1731, theAccountId=1732, isDefault=true, theDescription=0aa915c8-6de2-4e00-952a-95814eb99f06_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3461, theSiteId=1731, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3462, theSiteId=1731, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,572 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,572 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,617 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28569 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0aa915c8-6de2-4e00-952a-95814eb99f063335successactive3336successactive3349successactive3350successactive -------------------------------------- 09:20:14,620 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28570 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0aaf1ed8-7499-44a8-a970-daa5d74ba162 -------------------------------------- 09:20:14,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,651 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1935, theDescription=0aaf1ed8-7499-44a8-a970-daa5d74ba162, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1934, theAccountId=1935, isDefault=true, theDescription=0aaf1ed8-7499-44a8-a970-daa5d74ba162_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3867, theSiteId=1934, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3868, theSiteId=1934, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,698 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28570 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0aaf1ed8-7499-44a8-a970-daa5d74ba1624069successactive4070successactive -------------------------------------- 09:20:14,700 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28571 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0ac4f3e1-3c48-4697-986b-a727cbe973f3 -------------------------------------- 09:20:14,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,718 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1545, theDescription=0ac4f3e1-3c48-4697-986b-a727cbe973f3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1544, theAccountId=1545, isDefault=true, theDescription=0ac4f3e1-3c48-4697-986b-a727cbe973f3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3087, theSiteId=1544, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3088, theSiteId=1544, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,719 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,719 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,767 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28571 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0ac4f3e1-3c48-4697-986b-a727cbe973f32899successactive -------------------------------------- 09:20:14,769 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28572 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0b20e8e8-28da-492e-915d-17ee5fbec03f -------------------------------------- 09:20:14,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,781 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1355, theDescription=0b20e8e8-28da-492e-915d-17ee5fbec03f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1354, theAccountId=1355, isDefault=true, theDescription=0b20e8e8-28da-492e-915d-17ee5fbec03f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2707, theSiteId=1354, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2708, theSiteId=1354, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,827 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28572 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0b20e8e8-28da-492e-915d-17ee5fbec03f2575successactive2576successactive -------------------------------------- 09:20:14,830 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28573 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0bf06899-3309-45e0-9eb5-c793649fd2fb -------------------------------------- 09:20:14,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1228, theDescription=0bf06899-3309-45e0-9eb5-c793649fd2fb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1227, theAccountId=1228, isDefault=true, theDescription=0bf06899-3309-45e0-9eb5-c793649fd2fb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2453, theSiteId=1227, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2454, theSiteId=1227, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,892 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28573 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0bf06899-3309-45e0-9eb5-c793649fd2fb2196successactive2197successactive -------------------------------------- 09:20:14,894 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28574 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0c60e11d-f21f-4bb9-9e5b-ac8477f440af -------------------------------------- 09:20:14,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:14,931 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,931 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:14,940 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1094, theDescription=0c60e11d-f21f-4bb9-9e5b-ac8477f440af, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1093, theAccountId=1094, isDefault=true, theDescription=0c60e11d-f21f-4bb9-9e5b-ac8477f440af_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2185, theSiteId=1093, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2186, theSiteId=1093, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:14,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:14,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:14,994 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28574 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0c60e11d-f21f-4bb9-9e5b-ac8477f440af1771successactive1772successactive -------------------------------------- 09:20:14,997 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28575 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0cf04b14-0e86-4905-8688-624dfc4c4e9c -------------------------------------- 09:20:14,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:14,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:14,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,001 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,001 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,009 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1162, theDescription=0cf04b14-0e86-4905-8688-624dfc4c4e9c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1161, theAccountId=1162, isDefault=true, theDescription=0cf04b14-0e86-4905-8688-624dfc4c4e9c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2321, theSiteId=1161, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2322, theSiteId=1161, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,012 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,012 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,057 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28575 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0cf04b14-0e86-4905-8688-624dfc4c4e9c1985successactive1986successactive -------------------------------------- 09:20:15,059 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28576 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0d60ef0c-3f9c-4d38-bc84-019fb290f370 -------------------------------------- 09:20:15,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,073 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1816, theDescription=0d60ef0c-3f9c-4d38-bc84-019fb290f370, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1815, theAccountId=1816, isDefault=true, theDescription=0d60ef0c-3f9c-4d38-bc84-019fb290f370_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3629, theSiteId=1815, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3630, theSiteId=1815, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,120 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28576 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0d60ef0c-3f9c-4d38-bc84-019fb290f3703702successactive3703successactive3704successactive3705successactive -------------------------------------- 09:20:15,122 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28577 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0d60ef0c-3f9c-4d38-bc84-019fb290f370 -------------------------------------- 09:20:15,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,134 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1816, theDescription=0d60ef0c-3f9c-4d38-bc84-019fb290f370, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1815, theAccountId=1816, isDefault=true, theDescription=0d60ef0c-3f9c-4d38-bc84-019fb290f370_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3629, theSiteId=1815, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3630, theSiteId=1815, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,196 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28577 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0d60ef0c-3f9c-4d38-bc84-019fb290f3703702successactive3703successactive3704successactive3705successactive -------------------------------------- 09:20:15,199 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28578 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0d9e18c0-ede4-4e6a-b2ff-38c4d49c8da0 -------------------------------------- 09:20:15,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,204 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,204 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,215 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1366, theDescription=0d9e18c0-ede4-4e6a-b2ff-38c4d49c8da0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1365, theAccountId=1366, isDefault=true, theDescription=0d9e18c0-ede4-4e6a-b2ff-38c4d49c8da0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2729, theSiteId=1365, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2730, theSiteId=1365, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,219 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,219 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,265 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28578 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0d9e18c0-ede4-4e6a-b2ff-38c4d49c8da02601successactive2602successactive -------------------------------------- 09:20:15,268 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28579 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0dbccc50-a049-4906-86cc-35fc83abd36c -------------------------------------- 09:20:15,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,272 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,272 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,279 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=104, theDescription=0dbccc50-a049-4906-86cc-35fc83abd36c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=103, theAccountId=104, isDefault=true, theDescription=0dbccc50-a049-4906-86cc-35fc83abd36c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=205, theSiteId=103, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=206, theSiteId=103, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,280 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,280 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,282 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,282 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,326 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28579 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0dbccc50-a049-4906-86cc-35fc83abd36c182successpaused183successpaused184successpaused185successpaused186successpaused187successpaused188successpaused2537successactive2538successactive2539successactive2540successactive2541successactive2542successactive2543successactive2544successactive2545successactive2546successactive2547successactive2548successactive2549successactive2550successactive -------------------------------------- 09:20:15,328 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28580 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0dbccc50-a049-4906-86cc-35fc83abd36c -------------------------------------- 09:20:15,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,331 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,355 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=104, theDescription=0dbccc50-a049-4906-86cc-35fc83abd36c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=103, theAccountId=104, isDefault=true, theDescription=0dbccc50-a049-4906-86cc-35fc83abd36c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=205, theSiteId=103, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=206, theSiteId=103, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,356 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,356 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,358 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,402 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28580 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0dbccc50-a049-4906-86cc-35fc83abd36c182successpaused183successpaused184successpaused185successpaused186successpaused187successpaused188successpaused2537successactive2538successactive2539successactive2540successactive2541successactive2542successactive2543successactive2544successactive2545successactive2546successactive2547successactive2548successactive2549successactive2550successactive -------------------------------------- 09:20:15,405 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28581 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0eb1b2b1-52d9-479e-85b7-6d8236aedf90 -------------------------------------- 09:20:15,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,408 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,416 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1976, theDescription=0eb1b2b1-52d9-479e-85b7-6d8236aedf90, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1975, theAccountId=1976, isDefault=true, theDescription=0eb1b2b1-52d9-479e-85b7-6d8236aedf90_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3949, theSiteId=1975, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3950, theSiteId=1975, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,419 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,419 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,473 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28581 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0eb1b2b1-52d9-479e-85b7-6d8236aedf904200successpaused4201successpaused4262successactive4263successactive -------------------------------------- 09:20:15,476 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28582 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0ec40e7e-77c3-45c1-9797-122a6d1ceb8a -------------------------------------- 09:20:15,476 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,476 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,491 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2268, theDescription=0ec40e7e-77c3-45c1-9797-122a6d1ceb8a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2267, theAccountId=2268, isDefault=true, theDescription=0ec40e7e-77c3-45c1-9797-122a6d1ceb8a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4533, theSiteId=2267, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4534, theSiteId=2267, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,541 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28582 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0ec40e7e-77c3-45c1-9797-122a6d1ceb8a5012successactive5013successactive -------------------------------------- 09:20:15,565 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28583 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f1329db-5ddd-4bc6-bbd3-46aa496cb1fc -------------------------------------- 09:20:15,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,581 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1301, theDescription=0f1329db-5ddd-4bc6-bbd3-46aa496cb1fc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1300, theAccountId=1301, isDefault=true, theDescription=0f1329db-5ddd-4bc6-bbd3-46aa496cb1fc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2599, theSiteId=1300, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2600, theSiteId=1300, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,626 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28583 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f1329db-5ddd-4bc6-bbd3-46aa496cb1fc2362successpaused2363successactive -------------------------------------- 09:20:15,629 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28584 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f13fd5a-37c4-4914-88ef-5a49be6ef679 -------------------------------------- 09:20:15,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,631 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,631 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,633 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,640 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2278, theDescription=0f13fd5a-37c4-4914-88ef-5a49be6ef679, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2277, theAccountId=2278, isDefault=true, theDescription=0f13fd5a-37c4-4914-88ef-5a49be6ef679_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4553, theSiteId=2277, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4554, theSiteId=2277, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,688 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28584 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f13fd5a-37c4-4914-88ef-5a49be6ef6795038successactive5039successactive -------------------------------------- 09:20:15,690 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28585 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f2371fb-9ead-46d9-b4df-321c471e6019 -------------------------------------- 09:20:15,690 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,690 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,692 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,692 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,702 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2225, theDescription=0f2371fb-9ead-46d9-b4df-321c471e6019, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2224, theAccountId=2225, isDefault=true, theDescription=0f2371fb-9ead-46d9-b4df-321c471e6019_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4447, theSiteId=2224, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4448, theSiteId=2224, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,765 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28585 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f2371fb-9ead-46d9-b4df-321c471e60194889successactive4890successactive -------------------------------------- 09:20:15,784 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28586 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f5e7f51-1ade-422d-b63d-a5b72b87347a -------------------------------------- 09:20:15,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,789 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,789 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,798 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2136, theDescription=0f5e7f51-1ade-422d-b63d-a5b72b87347a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2135, theAccountId=2136, isDefault=true, theDescription=0f5e7f51-1ade-422d-b63d-a5b72b87347a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4269, theSiteId=2135, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4270, theSiteId=2135, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,844 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28586 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f5e7f51-1ade-422d-b63d-a5b72b87347a4634successactive4635successactive -------------------------------------- 09:20:15,846 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28587 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0fe6585d-fd42-4de1-b01b-2aed14ed786f -------------------------------------- 09:20:15,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,858 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2250, theDescription=0fe6585d-fd42-4de1-b01b-2aed14ed786f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2249, theAccountId=2250, isDefault=true, theDescription=0fe6585d-fd42-4de1-b01b-2aed14ed786f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4497, theSiteId=2249, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4498, theSiteId=2249, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,904 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28587 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0fe6585d-fd42-4de1-b01b-2aed14ed786f4965successactive -------------------------------------- 09:20:15,907 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28588 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0fec7ff6-e6e0-4f04-ab72-a34352c1630e -------------------------------------- 09:20:15,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,919 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2481, theDescription=0fec7ff6-e6e0-4f04-ab72-a34352c1630e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2480, theAccountId=2481, isDefault=true, theDescription=0fec7ff6-e6e0-4f04-ab72-a34352c1630e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4959, theSiteId=2480, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4960, theSiteId=2480, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:15,964 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28588 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0fec7ff6-e6e0-4f04-ab72-a34352c1630e7552successpaused7553successpaused7554successpaused7555successpaused7660successpaused7661successpaused7662successpaused7663successpaused7665successpaused7666successpaused7667successpaused7668successpaused7750successactive -------------------------------------- 09:20:15,967 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28589 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0feda69d-487e-4a5d-9a28-685125e8f602 -------------------------------------- 09:20:15,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:15,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:15,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:15,979 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1547, theDescription=0feda69d-487e-4a5d-9a28-685125e8f602, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1546, theAccountId=1547, isDefault=true, theDescription=0feda69d-487e-4a5d-9a28-685125e8f602_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3091, theSiteId=1546, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3092, theSiteId=1546, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:15,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:15,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:15,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,025 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28589 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0feda69d-487e-4a5d-9a28-685125e8f6022906successactive -------------------------------------- 09:20:16,027 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28590 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0fef3413-a6f0-4638-9ed9-5f1e86f88be0 -------------------------------------- 09:20:16,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,039 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2571, theDescription=0fef3413-a6f0-4638-9ed9-5f1e86f88be0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2570, theAccountId=2571, isDefault=true, theDescription=0fef3413-a6f0-4638-9ed9-5f1e86f88be0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5139, theSiteId=2570, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5140, theSiteId=2570, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,039 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,093 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28590 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0fef3413-a6f0-4638-9ed9-5f1e86f88be08529successpaused8530successpaused8533successactive8534successactive8535successpaused8536successpaused8622successactive8623successactive -------------------------------------- 09:20:16,113 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28591 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 104e1e0b-600d-440d-8372-d54e3c382bac -------------------------------------- 09:20:16,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,127 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2597, theDescription=104e1e0b-600d-440d-8372-d54e3c382bac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2596, theAccountId=2597, isDefault=true, theDescription=104e1e0b-600d-440d-8372-d54e3c382bac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5191, theSiteId=2596, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5192, theSiteId=2596, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,177 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28591 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 104e1e0b-600d-440d-8372-d54e3c382bac8658successactive8659successactive8660successactive8662successactive -------------------------------------- 09:20:16,180 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28592 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 10e66b4a-d259-48f8-9599-6a70f75ceb7f -------------------------------------- 09:20:16,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,191 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2247, theDescription=10e66b4a-d259-48f8-9599-6a70f75ceb7f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2246, theAccountId=2247, isDefault=true, theDescription=10e66b4a-d259-48f8-9599-6a70f75ceb7f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4491, theSiteId=2246, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4492, theSiteId=2246, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,237 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28592 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 10e66b4a-d259-48f8-9599-6a70f75ceb7f4957successpaused4958successpaused4961successactive4962successactive -------------------------------------- 09:20:16,240 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28593 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 119dd5ff-974e-49a7-884b-fc35d402a0f9 -------------------------------------- 09:20:16,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,251 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=985, theDescription=119dd5ff-974e-49a7-884b-fc35d402a0f9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=984, theAccountId=985, isDefault=true, theDescription=119dd5ff-974e-49a7-884b-fc35d402a0f9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1967, theSiteId=984, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1968, theSiteId=984, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,305 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28593 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 119dd5ff-974e-49a7-884b-fc35d402a0f91595successactive -------------------------------------- 09:20:16,308 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28594 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 11bfa5c7-24db-4e37-bbce-2ecc5dded317 -------------------------------------- 09:20:16,308 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,310 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,310 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1500, theDescription=11bfa5c7-24db-4e37-bbce-2ecc5dded317, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1499, theAccountId=1500, isDefault=true, theDescription=11bfa5c7-24db-4e37-bbce-2ecc5dded317_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2997, theSiteId=1499, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2998, theSiteId=1499, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,371 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28594 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 11bfa5c7-24db-4e37-bbce-2ecc5dded3172846successactive -------------------------------------- 09:20:16,374 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28595 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 125dee44-82ee-4d8c-8b57-292a093df59a -------------------------------------- 09:20:16,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,385 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2281, theDescription=125dee44-82ee-4d8c-8b57-292a093df59a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2280, theAccountId=2281, isDefault=true, theDescription=125dee44-82ee-4d8c-8b57-292a093df59a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4559, theSiteId=2280, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4560, theSiteId=2280, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,388 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,388 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,432 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28595 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 125dee44-82ee-4d8c-8b57-292a093df59a5043successactive5044successactive -------------------------------------- 09:20:16,434 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28596 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 12fc87b6-fc99-431b-86df-27f0d6b48918 -------------------------------------- 09:20:16,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,448 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1370, theDescription=12fc87b6-fc99-431b-86df-27f0d6b48918, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1369, theAccountId=1370, isDefault=true, theDescription=12fc87b6-fc99-431b-86df-27f0d6b48918_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2737, theSiteId=1369, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2738, theSiteId=1369, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,495 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28596 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 12fc87b6-fc99-431b-86df-27f0d6b489182609successactive2610successactive -------------------------------------- 09:20:16,498 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28597 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 132783d8-4f98-42c9-99d0-05b813a57133 -------------------------------------- 09:20:16,498 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,498 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,502 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,511 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1696, theDescription=132783d8-4f98-42c9-99d0-05b813a57133, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1695, theAccountId=1696, isDefault=true, theDescription=132783d8-4f98-42c9-99d0-05b813a57133_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3389, theSiteId=1695, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3390, theSiteId=1695, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,513 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,558 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28597 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 132783d8-4f98-42c9-99d0-05b813a571333186successactive3187successactive3192successactive3193successactive -------------------------------------- 09:20:16,562 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28598 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 134108a6-8bdd-4295-bacf-400f8c291ad5 -------------------------------------- 09:20:16,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,564 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,564 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,566 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,566 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,574 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1845, theDescription=134108a6-8bdd-4295-bacf-400f8c291ad5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1844, theAccountId=1845, isDefault=true, theDescription=134108a6-8bdd-4295-bacf-400f8c291ad5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3687, theSiteId=1844, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3688, theSiteId=1844, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,574 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,620 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28598 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 134108a6-8bdd-4295-bacf-400f8c291ad53783successactive3784successactive3785successactive3786successactive -------------------------------------- 09:20:16,622 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28599 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 13f15ad0-2ac5-4470-a7a9-5bc07d1b55a3 -------------------------------------- 09:20:16,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,625 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,634 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1621, theDescription=13f15ad0-2ac5-4470-a7a9-5bc07d1b55a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1620, theAccountId=1621, isDefault=true, theDescription=13f15ad0-2ac5-4470-a7a9-5bc07d1b55a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3239, theSiteId=1620, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3240, theSiteId=1620, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,634 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,679 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28599 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 13f15ad0-2ac5-4470-a7a9-5bc07d1b55a33018successpaused3019successpaused3020successpaused3021successactive -------------------------------------- 09:20:16,681 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28600 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 14166438-54b5-4fce-b68f-c67deab7e1f5 -------------------------------------- 09:20:16,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,684 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,696 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2063, theDescription=14166438-54b5-4fce-b68f-c67deab7e1f5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2062, theAccountId=2063, isDefault=true, theDescription=14166438-54b5-4fce-b68f-c67deab7e1f5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4123, theSiteId=2062, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4124, theSiteId=2062, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,743 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28600 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 14166438-54b5-4fce-b68f-c67deab7e1f54444successactive4445successactive4448successactive4449successactive4450successactive4451successactive -------------------------------------- 09:20:16,747 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28601 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1425e19c-f0a3-4ef3-8e26-d3857a37e496 -------------------------------------- 09:20:16,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,758 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1968, theDescription=1425e19c-f0a3-4ef3-8e26-d3857a37e496, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1967, theAccountId=1968, isDefault=true, theDescription=1425e19c-f0a3-4ef3-8e26-d3857a37e496_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3933, theSiteId=1967, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3934, theSiteId=1967, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,804 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28601 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1425e19c-f0a3-4ef3-8e26-d3857a37e4964179successactive4180successactive -------------------------------------- 09:20:16,807 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28602 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 147e8b7d-60b4-4db5-bf42-c1554bc38de0 -------------------------------------- 09:20:16,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,819 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1979, theDescription=147e8b7d-60b4-4db5-bf42-c1554bc38de0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1978, theAccountId=1979, isDefault=true, theDescription=147e8b7d-60b4-4db5-bf42-c1554bc38de0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3955, theSiteId=1978, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3956, theSiteId=1978, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,878 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28602 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 147e8b7d-60b4-4db5-bf42-c1554bc38de04208successactive4209successactive -------------------------------------- 09:20:16,881 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28603 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 14d31204-290a-452e-b22b-b6eda1122b74 -------------------------------------- 09:20:16,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,899 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1541, theDescription=14d31204-290a-452e-b22b-b6eda1122b74, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1540, theAccountId=1541, isDefault=true, theDescription=14d31204-290a-452e-b22b-b6eda1122b74_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3079, theSiteId=1540, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3080, theSiteId=1540, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,902 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,902 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:16,948 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28603 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 14d31204-290a-452e-b22b-b6eda1122b742895successactive -------------------------------------- 09:20:16,950 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28604 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 14df4a68-83ff-4ab2-be21-20333019076c -------------------------------------- 09:20:16,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:16,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:16,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:16,968 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2650, theDescription=14df4a68-83ff-4ab2-be21-20333019076c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2649, theAccountId=2650, isDefault=true, theDescription=14df4a68-83ff-4ab2-be21-20333019076c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5297, theSiteId=2649, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5298, theSiteId=2649, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:16,968 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:16,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:16,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,014 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28604 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 14df4a68-83ff-4ab2-be21-20333019076c8992successactive8993successactive -------------------------------------- 09:20:17,016 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28605 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 15582d6a-0b1e-4f98-b9f7-65f8bf1ed0d5 -------------------------------------- 09:20:17,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,019 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,019 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,021 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,021 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,031 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=703, theDescription=15582d6a-0b1e-4f98-b9f7-65f8bf1ed0d5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=702, theAccountId=703, isDefault=true, theDescription=15582d6a-0b1e-4f98-b9f7-65f8bf1ed0d5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1403, theSiteId=702, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1404, theSiteId=702, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,077 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28605 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 15582d6a-0b1e-4f98-b9f7-65f8bf1ed0d51265successactive2534successactive -------------------------------------- 09:20:17,079 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28606 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1560f005-ae43-4da8-b809-c69d151f7dce -------------------------------------- 09:20:17,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,083 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,083 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,092 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=580, theDescription=1560f005-ae43-4da8-b809-c69d151f7dce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=579, theAccountId=580, isDefault=true, theDescription=1560f005-ae43-4da8-b809-c69d151f7dce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1157, theSiteId=579, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1158, theSiteId=579, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,095 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,095 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,139 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28606 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1560f005-ae43-4da8-b809-c69d151f7dce1115successactive4193successpaused -------------------------------------- 09:20:17,141 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28607 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1560f005-ae43-4da8-b809-c69d151f7dce -------------------------------------- 09:20:17,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,144 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,153 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=580, theDescription=1560f005-ae43-4da8-b809-c69d151f7dce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=579, theAccountId=580, isDefault=true, theDescription=1560f005-ae43-4da8-b809-c69d151f7dce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1157, theSiteId=579, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1158, theSiteId=579, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,155 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,155 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,212 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28607 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1560f005-ae43-4da8-b809-c69d151f7dce1115successactive4193successpaused -------------------------------------- 09:20:17,215 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28608 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1564c359-b20f-476e-8e4e-c6c108db8fab -------------------------------------- 09:20:17,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,220 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,220 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,228 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1539, theDescription=1564c359-b20f-476e-8e4e-c6c108db8fab, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1538, theAccountId=1539, isDefault=true, theDescription=1564c359-b20f-476e-8e4e-c6c108db8fab_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3075, theSiteId=1538, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3076, theSiteId=1538, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,231 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,231 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,275 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28608 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1564c359-b20f-476e-8e4e-c6c108db8fab2892successactive -------------------------------------- 09:20:17,277 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28609 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 15a907bd-efb4-42db-b4f5-701273c1bbe1 -------------------------------------- 09:20:17,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,280 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,280 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,292 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1903, theDescription=15a907bd-efb4-42db-b4f5-701273c1bbe1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1902, theAccountId=1903, isDefault=true, theDescription=15a907bd-efb4-42db-b4f5-701273c1bbe1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3803, theSiteId=1902, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3804, theSiteId=1902, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,295 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,295 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,338 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28609 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 15a907bd-efb4-42db-b4f5-701273c1bbe13947successpaused3948successpaused3965successactive3966successactive3967successactive3968successactive3969successactive3970successactive3971successactive3972successactive3973successactive3974successactive3975successactive3976successactive3977successactive3978successactive3979successactive3980successactive3981successactive3982successactive3983successactive3984successactive -------------------------------------- 09:20:17,341 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28610 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 15bb4cf7-7c3f-497f-9423-77f56746c6c0 -------------------------------------- 09:20:17,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,352 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2456, theDescription=15bb4cf7-7c3f-497f-9423-77f56746c6c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2455, theAccountId=2456, isDefault=true, theDescription=15bb4cf7-7c3f-497f-9423-77f56746c6c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4909, theSiteId=2455, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4910, theSiteId=2455, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,398 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28610 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 15bb4cf7-7c3f-497f-9423-77f56746c6c07370successactive7371successactive -------------------------------------- 09:20:17,402 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28611 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 16257074-6317-4164-a3e0-a5719cfe3ca2 -------------------------------------- 09:20:17,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,406 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,406 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,415 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1043, theDescription=16257074-6317-4164-a3e0-a5719cfe3ca2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1042, theAccountId=1043, isDefault=true, theDescription=16257074-6317-4164-a3e0-a5719cfe3ca2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2083, theSiteId=1042, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2084, theSiteId=1042, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,462 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28611 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 16257074-6317-4164-a3e0-a5719cfe3ca21676successactive1677successactive -------------------------------------- 09:20:17,465 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28612 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 16b5a3c1-f62e-4c6a-b569-e14fc00d785b -------------------------------------- 09:20:17,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,467 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,477 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2393, theDescription=16b5a3c1-f62e-4c6a-b569-e14fc00d785b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2392, theAccountId=2393, isDefault=true, theDescription=16b5a3c1-f62e-4c6a-b569-e14fc00d785b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4783, theSiteId=2392, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4784, theSiteId=2392, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,525 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28612 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 16b5a3c1-f62e-4c6a-b569-e14fc00d785b6737successactive6738successpaused6739successpaused6740successpaused6741successactive6742successactive6766successactive -------------------------------------- 09:20:17,528 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28613 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 170a7866-e29e-4a6d-948e-6fb5d631d260 -------------------------------------- 09:20:17,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,539 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1890, theDescription=170a7866-e29e-4a6d-948e-6fb5d631d260, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1889, theAccountId=1890, isDefault=true, theDescription=170a7866-e29e-4a6d-948e-6fb5d631d260_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3777, theSiteId=1889, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3778, theSiteId=1889, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,585 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28613 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 170a7866-e29e-4a6d-948e-6fb5d631d2603913successpaused3914successpaused3915successactive3916successactive -------------------------------------- 09:20:17,588 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28614 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 170cc788-e922-4cec-b251-3eda7a0b2cf1 -------------------------------------- 09:20:17,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,604 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1589, theDescription=170cc788-e922-4cec-b251-3eda7a0b2cf1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1588, theAccountId=1589, isDefault=true, theDescription=170cc788-e922-4cec-b251-3eda7a0b2cf1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3175, theSiteId=1588, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3176, theSiteId=1588, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,651 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28614 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 170cc788-e922-4cec-b251-3eda7a0b2cf12950successpaused2951successactive2952successactive2953successactive -------------------------------------- 09:20:17,653 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28615 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 171ce009-ba58-46c0-bd08-9cc343ecd0ed -------------------------------------- 09:20:17,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,665 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=998, theDescription=171ce009-ba58-46c0-bd08-9cc343ecd0ed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=997, theAccountId=998, isDefault=true, theDescription=171ce009-ba58-46c0-bd08-9cc343ecd0ed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1993, theSiteId=997, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1994, theSiteId=997, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,715 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28615 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 171ce009-ba58-46c0-bd08-9cc343ecd0ed1611successactive -------------------------------------- 09:20:17,718 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28616 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1727ca8d-8147-47cc-b26d-d2e9078c8eca -------------------------------------- 09:20:17,719 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,719 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,721 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,730 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=190, theDescription=1727ca8d-8147-47cc-b26d-d2e9078c8eca, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=189, theAccountId=190, isDefault=true, theDescription=1727ca8d-8147-47cc-b26d-d2e9078c8eca_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=377, theSiteId=189, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=378, theSiteId=189, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,731 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,731 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,777 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28616 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1727ca8d-8147-47cc-b26d-d2e9078c8eca352successpaused353successpaused354successpaused355successpaused356successactive357successactive358successpaused359successpaused360successpaused361successpaused362successpaused363successpaused364successpaused365successpaused366successpaused367successpaused368successpaused369successpaused370successactive371successactive372successactive373successactive374successactive375successactive376successactive377successpaused378successpaused379successpaused380successactive381successactive382successactive383successpaused384successactive385successactive386successactive387successactive388successactive389successactive390successactive391successactive392successactive393successactive394successactive395successactive396successactive397successactive398successactive399successactive400successactive401successactive402successactive403successactive404successactive405successactive406successactive407successactive408successactive409successactive410successactive411successactive412successactive -------------------------------------- 09:20:17,780 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28617 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 175b316a-0c2b-47f5-943b-c3081b8c56d1 -------------------------------------- 09:20:17,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,794 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2143, theDescription=175b316a-0c2b-47f5-943b-c3081b8c56d1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2142, theAccountId=2143, isDefault=true, theDescription=175b316a-0c2b-47f5-943b-c3081b8c56d1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4283, theSiteId=2142, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4284, theSiteId=2142, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,841 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28617 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 175b316a-0c2b-47f5-943b-c3081b8c56d14652successactive4653successactive -------------------------------------- 09:20:17,843 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28618 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 184236b0-5e48-4b3a-b864-ab0a54d387a3 -------------------------------------- 09:20:17,844 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,844 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,856 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1110, theDescription=184236b0-5e48-4b3a-b864-ab0a54d387a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1109, theAccountId=1110, isDefault=true, theDescription=184236b0-5e48-4b3a-b864-ab0a54d387a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2217, theSiteId=1109, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2218, theSiteId=1109, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,907 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28618 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 184236b0-5e48-4b3a-b864-ab0a54d387a31797successactive1798successactive -------------------------------------- 09:20:17,910 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28619 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 18885a3a-d848-427c-ae57-f07ac4e1f764 -------------------------------------- 09:20:17,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,922 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1813, theDescription=18885a3a-d848-427c-ae57-f07ac4e1f764, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1812, theAccountId=1813, isDefault=true, theDescription=18885a3a-d848-427c-ae57-f07ac4e1f764_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3623, theSiteId=1812, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3624, theSiteId=1812, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:17,968 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28619 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 18885a3a-d848-427c-ae57-f07ac4e1f7643690successactive3691successactive3696successpaused3697successpaused -------------------------------------- 09:20:17,970 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28620 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 18b31b5c-bfe9-4e88-bdae-174d3803184e -------------------------------------- 09:20:17,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:17,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:17,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:17,982 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2149, theDescription=18b31b5c-bfe9-4e88-bdae-174d3803184e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2148, theAccountId=2149, isDefault=true, theDescription=18b31b5c-bfe9-4e88-bdae-174d3803184e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4295, theSiteId=2148, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4296, theSiteId=2148, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:17,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:17,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:17,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,029 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28620 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 18b31b5c-bfe9-4e88-bdae-174d3803184e4664successactive4665successactive -------------------------------------- 09:20:18,031 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28621 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 18b7bf88-db95-4deb-8e8c-ac1ef5ac85d8 -------------------------------------- 09:20:18,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,046 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1264, theDescription=18b7bf88-db95-4deb-8e8c-ac1ef5ac85d8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1263, theAccountId=1264, isDefault=true, theDescription=18b7bf88-db95-4deb-8e8c-ac1ef5ac85d8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2525, theSiteId=1263, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2526, theSiteId=1263, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,097 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28621 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 18b7bf88-db95-4deb-8e8c-ac1ef5ac85d82266successactive2267successactive2268successpaused2269successpaused2270successactive2271successactive -------------------------------------- 09:20:18,099 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28622 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 19660b0f-2905-44d8-b7d4-7c0aab9d79f1 -------------------------------------- 09:20:18,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,100 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,111 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2383, theDescription=19660b0f-2905-44d8-b7d4-7c0aab9d79f1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2382, theAccountId=2383, isDefault=true, theDescription=19660b0f-2905-44d8-b7d4-7c0aab9d79f1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4763, theSiteId=2382, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4764, theSiteId=2382, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,114 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,114 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,159 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28622 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 19660b0f-2905-44d8-b7d4-7c0aab9d79f16567successpaused6568successpaused6569successpaused6570successpaused6572successpaused6573successpaused6574successpaused6648successpaused6649successactive6650successactive6695successactive7155successpaused7156successpaused7157successpaused7162successactive7163successactive7164successactive -------------------------------------- 09:20:18,161 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28623 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 196c3b1c-855e-4287-88b9-d8a4084f7172 -------------------------------------- 09:20:18,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,165 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,165 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,172 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1764, theDescription=196c3b1c-855e-4287-88b9-d8a4084f7172, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1763, theAccountId=1764, isDefault=true, theDescription=196c3b1c-855e-4287-88b9-d8a4084f7172_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3525, theSiteId=1763, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3526, theSiteId=1763, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,218 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28623 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 196c3b1c-855e-4287-88b9-d8a4084f71723504successpaused3505successpaused3532successactive3533successactive -------------------------------------- 09:20:18,221 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28624 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 197243ab-c7f3-4e8d-bf4e-0560c4401605 -------------------------------------- 09:20:18,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,233 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1972, theDescription=197243ab-c7f3-4e8d-bf4e-0560c4401605, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1971, theAccountId=1972, isDefault=true, theDescription=197243ab-c7f3-4e8d-bf4e-0560c4401605_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3941, theSiteId=1971, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3942, theSiteId=1971, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,236 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,282 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28624 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 197243ab-c7f3-4e8d-bf4e-0560c44016054191successpaused4192successpaused -------------------------------------- 09:20:18,285 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28625 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 19b06990-61fd-4c69-a86f-306fcc93833a -------------------------------------- 09:20:18,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,297 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2598, theDescription=19b06990-61fd-4c69-a86f-306fcc93833a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2597, theAccountId=2598, isDefault=true, theDescription=19b06990-61fd-4c69-a86f-306fcc93833a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5193, theSiteId=2597, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5194, theSiteId=2597, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,344 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28625 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 19b06990-61fd-4c69-a86f-306fcc93833a8664successactive8665successactive8666successactive8667successactive -------------------------------------- 09:20:18,348 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28626 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1a15e316-4f4c-444a-a2bc-c2e969be2f14 -------------------------------------- 09:20:18,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,363 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2196, theDescription=1a15e316-4f4c-444a-a2bc-c2e969be2f14, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2195, theAccountId=2196, isDefault=true, theDescription=1a15e316-4f4c-444a-a2bc-c2e969be2f14_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4389, theSiteId=2195, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4390, theSiteId=2195, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,412 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28626 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1a15e316-4f4c-444a-a2bc-c2e969be2f144784successactive4785successactive4786successpaused4787successpaused4788successactive4789successactive4790successpaused4791successpaused -------------------------------------- 09:20:18,415 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28627 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1a1df870-6647-4b32-b238-759d5d36bb84 -------------------------------------- 09:20:18,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,427 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2159, theDescription=1a1df870-6647-4b32-b238-759d5d36bb84, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2158, theAccountId=2159, isDefault=true, theDescription=1a1df870-6647-4b32-b238-759d5d36bb84_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4315, theSiteId=2158, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4316, theSiteId=2158, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,428 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,428 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,474 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28627 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1a1df870-6647-4b32-b238-759d5d36bb844686successactive4687successactive -------------------------------------- 09:20:18,477 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28628 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1a35fad1-37fa-4709-947d-717968704faa -------------------------------------- 09:20:18,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,490 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1148, theDescription=1a35fad1-37fa-4709-947d-717968704faa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1147, theAccountId=1148, isDefault=true, theDescription=1a35fad1-37fa-4709-947d-717968704faa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2293, theSiteId=1147, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2294, theSiteId=1147, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,494 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,539 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28628 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1a35fad1-37fa-4709-947d-717968704faa1937successactive1938successactive -------------------------------------- 09:20:18,541 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28629 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1a3d9020-82a2-4fe8-95f2-93aa4e6eda62 -------------------------------------- 09:20:18,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,544 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,544 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,559 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1484, theDescription=1a3d9020-82a2-4fe8-95f2-93aa4e6eda62, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1483, theAccountId=1484, isDefault=true, theDescription=1a3d9020-82a2-4fe8-95f2-93aa4e6eda62_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2965, theSiteId=1483, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2966, theSiteId=1483, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,559 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,559 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,606 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28629 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1a3d9020-82a2-4fe8-95f2-93aa4e6eda622830successactive -------------------------------------- 09:20:18,608 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28630 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1a97b5bf-85df-4ce8-a133-6aab276e0f28 -------------------------------------- 09:20:18,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,620 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2107, theDescription=1a97b5bf-85df-4ce8-a133-6aab276e0f28, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2106, theAccountId=2107, isDefault=true, theDescription=1a97b5bf-85df-4ce8-a133-6aab276e0f28_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4211, theSiteId=2106, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4212, theSiteId=2106, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,670 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28630 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1a97b5bf-85df-4ce8-a133-6aab276e0f284565successactive -------------------------------------- 09:20:18,672 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28631 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1add8a55-44cd-4add-bb50-6c48895d0862 -------------------------------------- 09:20:18,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,674 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,674 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,684 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2139, theDescription=1add8a55-44cd-4add-bb50-6c48895d0862, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2138, theAccountId=2139, isDefault=true, theDescription=1add8a55-44cd-4add-bb50-6c48895d0862_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4275, theSiteId=2138, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4276, theSiteId=2138, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,730 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28631 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1add8a55-44cd-4add-bb50-6c48895d08624644successactive4645successactive -------------------------------------- 09:20:18,733 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28632 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1af0c5b1-b2ab-454e-a05a-9dd51066ef4c -------------------------------------- 09:20:18,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,737 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,761 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1535, theDescription=1af0c5b1-b2ab-454e-a05a-9dd51066ef4c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1534, theAccountId=1535, isDefault=true, theDescription=1af0c5b1-b2ab-454e-a05a-9dd51066ef4c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3067, theSiteId=1534, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3068, theSiteId=1534, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,764 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,809 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28632 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1af0c5b1-b2ab-454e-a05a-9dd51066ef4c2887successactive -------------------------------------- 09:20:18,811 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28633 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:20:18,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,825 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,873 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28633 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:20:18,876 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28634 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c1d9401-fe11-433b-87e5-53c084f0095f -------------------------------------- 09:20:18,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,889 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2407, theDescription=1c1d9401-fe11-433b-87e5-53c084f0095f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2406, theAccountId=2407, isDefault=true, theDescription=1c1d9401-fe11-433b-87e5-53c084f0095f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4811, theSiteId=2406, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4812, theSiteId=2406, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,937 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28634 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c1d9401-fe11-433b-87e5-53c084f0095f6862successactive6863successpaused6864successactive6865successpaused6866successpaused6867successpaused6870successpaused6876successpaused6878successactive6879successpaused6880successactive6881successpaused6882successpaused6886successpaused6887successpaused6888successpaused6889successpaused6890successpaused6891successactive6892successpaused6899successpaused6900successactive6901successpaused6905successpaused6910successpaused6911successpaused6912successpaused6916successpaused6918successpaused6919successpaused6920successpaused6922successpaused6923successpaused6925successpaused6929successpaused6930successpaused6931successpaused6932successactive6933successpaused6938successpaused6939successpaused6940successpaused6941successpaused6942successpaused6943successpaused6944successpaused6945successpaused6946successpaused6947successpaused6948successpaused6949successpaused6950successpaused6951successpaused6952successpaused6953successpaused6954successpaused6955successpaused6956successpaused6957successpaused6958successpaused6959successpaused6960successpaused6961successpaused6962successpaused6963successpaused6964successpaused6965successpaused6966successpaused6967successpaused6968successpaused6969successpaused6970successpaused6971successpaused6972successpaused6973successpaused6974successpaused6975successpaused6976successpaused6977successpaused6978successpaused6979successpaused6980successpaused6981successpaused6989successpaused6990successpaused6991successactive6992successactive7018successpaused7037successpaused7038successactive7039successactive7040successactive7041successactive7042successpaused7113successactive -------------------------------------- 09:20:18,940 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28635 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c35398d-6c54-40c3-862a-d98703753953 -------------------------------------- 09:20:18,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:18,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:18,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:18,953 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2000, theDescription=1c35398d-6c54-40c3-862a-d98703753953, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1999, theAccountId=2000, isDefault=true, theDescription=1c35398d-6c54-40c3-862a-d98703753953_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3997, theSiteId=1999, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3998, theSiteId=1999, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:18,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:18,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:18,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:18,999 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28635 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c35398d-6c54-40c3-862a-d987037539534256successactive4257successactive -------------------------------------- 09:20:19,002 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28636 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c61c863-79be-4271-8ebd-6caaf5bdfc62 -------------------------------------- 09:20:19,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,015 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2337, theDescription=1c61c863-79be-4271-8ebd-6caaf5bdfc62, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2336, theAccountId=2337, isDefault=true, theDescription=1c61c863-79be-4271-8ebd-6caaf5bdfc62_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4671, theSiteId=2336, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4672, theSiteId=2336, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,018 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,061 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28636 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c61c863-79be-4271-8ebd-6caaf5bdfc625718successactive5719successactive -------------------------------------- 09:20:19,064 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28637 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c819b7d-c567-43d4-949c-b9579e59bcea -------------------------------------- 09:20:19,064 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,064 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,075 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1536, theDescription=1c819b7d-c567-43d4-949c-b9579e59bcea, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1535, theAccountId=1536, isDefault=true, theDescription=1c819b7d-c567-43d4-949c-b9579e59bcea_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3069, theSiteId=1535, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3070, theSiteId=1535, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,121 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28637 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c819b7d-c567-43d4-949c-b9579e59bcea2888successactive -------------------------------------- 09:20:19,124 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28638 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c82c17f-05a4-4116-875e-4b93a23094e2 -------------------------------------- 09:20:19,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,135 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2010, theDescription=1c82c17f-05a4-4116-875e-4b93a23094e2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2009, theAccountId=2010, isDefault=true, theDescription=1c82c17f-05a4-4116-875e-4b93a23094e2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4017, theSiteId=2009, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4018, theSiteId=2009, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,136 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,136 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,201 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28638 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c82c17f-05a4-4116-875e-4b93a23094e24286successactive4287successactive -------------------------------------- 09:20:19,203 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28639 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ca393b5-b726-43c3-a2e3-66eda3976a2f -------------------------------------- 09:20:19,204 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,204 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,206 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,215 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1302, theDescription=1ca393b5-b726-43c3-a2e3-66eda3976a2f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1301, theAccountId=1302, isDefault=true, theDescription=1ca393b5-b726-43c3-a2e3-66eda3976a2f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2601, theSiteId=1301, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2602, theSiteId=1301, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,215 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,215 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,217 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,217 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,261 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28639 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ca393b5-b726-43c3-a2e3-66eda3976a2f2364successactive2365successactive -------------------------------------- 09:20:19,263 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28640 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1cafab67-5183-48a1-bffe-30d9d771a7a0 -------------------------------------- 09:20:19,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,265 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,276 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1841, theDescription=1cafab67-5183-48a1-bffe-30d9d771a7a0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1840, theAccountId=1841, isDefault=true, theDescription=1cafab67-5183-48a1-bffe-30d9d771a7a0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3679, theSiteId=1840, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3680, theSiteId=1840, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,322 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28640 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1cafab67-5183-48a1-bffe-30d9d771a7a03773successactive3774successactive -------------------------------------- 09:20:19,324 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28641 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ccd1f36-2f0d-40a7-8996-6dc120b8f897 -------------------------------------- 09:20:19,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,338 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2304, theDescription=1ccd1f36-2f0d-40a7-8996-6dc120b8f897, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2303, theAccountId=2304, isDefault=true, theDescription=1ccd1f36-2f0d-40a7-8996-6dc120b8f897_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4605, theSiteId=2303, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4606, theSiteId=2303, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,384 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28641 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ccd1f36-2f0d-40a7-8996-6dc120b8f8975135successactive5136successactive5137successactive5138successactive5139successactive5140successactive -------------------------------------- 09:20:19,387 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28642 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ceae2da-9215-485e-9666-739af7e6ffe0 -------------------------------------- 09:20:19,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,399 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1297, theDescription=1ceae2da-9215-485e-9666-739af7e6ffe0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1296, theAccountId=1297, isDefault=true, theDescription=1ceae2da-9215-485e-9666-739af7e6ffe0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2591, theSiteId=1296, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2592, theSiteId=1296, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,402 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,402 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,446 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28642 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ceae2da-9215-485e-9666-739af7e6ffe02342successactive2343successactive2344successactive2345successactive2346successactive2347successactive2348successactive2349successactive -------------------------------------- 09:20:19,448 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28643 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1d3903a8-d729-4d05-ac2a-06b363678f83 -------------------------------------- 09:20:19,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,450 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,450 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,462 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1153, theDescription=1d3903a8-d729-4d05-ac2a-06b363678f83, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1152, theAccountId=1153, isDefault=true, theDescription=1d3903a8-d729-4d05-ac2a-06b363678f83_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2303, theSiteId=1152, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2304, theSiteId=1152, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,508 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28643 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1d3903a8-d729-4d05-ac2a-06b363678f831950successactive1951successactive1952successactive -------------------------------------- 09:20:19,510 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28644 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1d655b42-82a3-4a14-9d9a-292b0d9cc194 -------------------------------------- 09:20:19,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,512 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,512 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,514 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,523 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1929, theDescription=1d655b42-82a3-4a14-9d9a-292b0d9cc194, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1928, theAccountId=1929, isDefault=true, theDescription=1d655b42-82a3-4a14-9d9a-292b0d9cc194_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3855, theSiteId=1928, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3856, theSiteId=1928, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,579 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28644 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1d655b42-82a3-4a14-9d9a-292b0d9cc1944057successactive4058successactive -------------------------------------- 09:20:19,581 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28645 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1d9152fd-3191-4c1b-94a4-fa49df95ed21 -------------------------------------- 09:20:19,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,583 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,595 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1762, theDescription=1d9152fd-3191-4c1b-94a4-fa49df95ed21, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1761, theAccountId=1762, isDefault=true, theDescription=1d9152fd-3191-4c1b-94a4-fa49df95ed21_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3521, theSiteId=1761, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3522, theSiteId=1761, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,595 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,595 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,641 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28645 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1d9152fd-3191-4c1b-94a4-fa49df95ed213496successactive3497successactive3498successpaused3499successpaused -------------------------------------- 09:20:19,646 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28646 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1e2dc8cf-596f-4f29-949e-0b4989860f17 -------------------------------------- 09:20:19,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,648 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,649 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,659 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=938, theDescription=1e2dc8cf-596f-4f29-949e-0b4989860f17, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=937, theAccountId=938, isDefault=true, theDescription=1e2dc8cf-596f-4f29-949e-0b4989860f17_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1873, theSiteId=937, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1874, theSiteId=937, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,659 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,659 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,705 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28646 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1e2dc8cf-596f-4f29-949e-0b4989860f171516successactive1527successactive -------------------------------------- 09:20:19,708 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28647 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1e3e29b0-297e-495f-9f95-4ace5f38fd8f -------------------------------------- 09:20:19,708 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,708 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,720 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1951, theDescription=1e3e29b0-297e-495f-9f95-4ace5f38fd8f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1950, theAccountId=1951, isDefault=true, theDescription=1e3e29b0-297e-495f-9f95-4ace5f38fd8f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3899, theSiteId=1950, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3900, theSiteId=1950, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,781 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28647 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1e3e29b0-297e-495f-9f95-4ace5f38fd8f4135successpaused4136successpaused4137successpaused4138successpaused4143successpaused4144successpaused4183successactive4184successactive -------------------------------------- 09:20:19,784 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28648 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1e842b9e-65a2-4072-bc3e-225d6eeb2554 -------------------------------------- 09:20:19,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,797 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1280, theDescription=1e842b9e-65a2-4072-bc3e-225d6eeb2554, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1279, theAccountId=1280, isDefault=true, theDescription=1e842b9e-65a2-4072-bc3e-225d6eeb2554_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2557, theSiteId=1279, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2558, theSiteId=1279, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,844 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28648 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1e842b9e-65a2-4072-bc3e-225d6eeb25542309successactive2310successactive -------------------------------------- 09:20:19,846 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28649 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1f1065ed-94cf-4e71-beb1-7a919183768a -------------------------------------- 09:20:19,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,859 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1121, theDescription=1f1065ed-94cf-4e71-beb1-7a919183768a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1120, theAccountId=1121, isDefault=true, theDescription=1f1065ed-94cf-4e71-beb1-7a919183768a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2239, theSiteId=1120, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2240, theSiteId=1120, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,906 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28649 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1f1065ed-94cf-4e71-beb1-7a919183768a1833successactive1834successactive -------------------------------------- 09:20:19,908 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28650 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1f3200f4-9b10-4950-8a11-22002b378ecd -------------------------------------- 09:20:19,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,921 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2522, theDescription=1f3200f4-9b10-4950-8a11-22002b378ecd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2521, theAccountId=2522, isDefault=true, theDescription=1f3200f4-9b10-4950-8a11-22002b378ecd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5041, theSiteId=2521, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5042, theSiteId=2521, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:19,967 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28650 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1f3200f4-9b10-4950-8a11-22002b378ecd7960successpaused7961successpaused7962successpaused7963successpaused7979successpaused7980successpaused8151successpaused8152successpaused8155successpaused8156successpaused8157successactive8158successactive -------------------------------------- 09:20:19,969 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28651 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1fcca0ec-c775-4c4d-92f6-943a4b4618ce -------------------------------------- 09:20:19,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:19,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:19,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:19,983 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1814, theDescription=1fcca0ec-c775-4c4d-92f6-943a4b4618ce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1813, theAccountId=1814, isDefault=true, theDescription=1fcca0ec-c775-4c4d-92f6-943a4b4618ce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3625, theSiteId=1813, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3626, theSiteId=1813, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:19,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:19,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:19,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,029 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28651 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1fcca0ec-c775-4c4d-92f6-943a4b4618ce3692successactive3693successactive -------------------------------------- 09:20:20,031 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28652 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ffcc895-abfa-49a8-83ab-11edfebbd048 -------------------------------------- 09:20:20,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,044 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1843, theDescription=1ffcc895-abfa-49a8-83ab-11edfebbd048, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1842, theAccountId=1843, isDefault=true, theDescription=1ffcc895-abfa-49a8-83ab-11edfebbd048_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3683, theSiteId=1842, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3684, theSiteId=1842, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,091 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28652 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ffcc895-abfa-49a8-83ab-11edfebbd0483777successactive3778successactive3779successactive3780successactive -------------------------------------- 09:20:20,094 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28653 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 200d14d7-52ab-4591-ac64-ca765bf377e1 -------------------------------------- 09:20:20,095 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,095 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,108 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1685, theDescription=200d14d7-52ab-4591-ac64-ca765bf377e1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1684, theAccountId=1685, isDefault=true, theDescription=200d14d7-52ab-4591-ac64-ca765bf377e1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3367, theSiteId=1684, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3368, theSiteId=1684, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,154 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28653 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 200d14d7-52ab-4591-ac64-ca765bf377e13162successactive -------------------------------------- 09:20:20,157 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28654 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 201d2aa8-45ae-4cd0-a882-8e9685f2dfda -------------------------------------- 09:20:20,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,159 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,159 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,178 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2241, theDescription=201d2aa8-45ae-4cd0-a882-8e9685f2dfda, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2240, theAccountId=2241, isDefault=true, theDescription=201d2aa8-45ae-4cd0-a882-8e9685f2dfda_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4479, theSiteId=2240, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4480, theSiteId=2240, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,224 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28654 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 201d2aa8-45ae-4cd0-a882-8e9685f2dfda4931successactive4932successactive4933successactive4934successactive -------------------------------------- 09:20:20,226 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28655 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 202956c4-6a04-4849-929b-7e761f9a6f0e -------------------------------------- 09:20:20,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,238 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1202, theDescription=202956c4-6a04-4849-929b-7e761f9a6f0e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1201, theAccountId=1202, isDefault=true, theDescription=202956c4-6a04-4849-929b-7e761f9a6f0e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2401, theSiteId=1201, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2402, theSiteId=1201, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,285 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28655 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 202956c4-6a04-4849-929b-7e761f9a6f0e2145successactive2146successactive -------------------------------------- 09:20:20,288 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28656 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 205064cb-23b1-4044-b8df-0ab12c944c55 -------------------------------------- 09:20:20,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,299 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2274, theDescription=205064cb-23b1-4044-b8df-0ab12c944c55, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2273, theAccountId=2274, isDefault=true, theDescription=205064cb-23b1-4044-b8df-0ab12c944c55_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4545, theSiteId=2273, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4546, theSiteId=2273, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,345 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28656 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 205064cb-23b1-4044-b8df-0ab12c944c555028successactive5029successactive -------------------------------------- 09:20:20,348 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28657 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 208d0189-ae11-4e47-a655-0f8abd81ee4d -------------------------------------- 09:20:20,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,360 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2318, theDescription=208d0189-ae11-4e47-a655-0f8abd81ee4d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2317, theAccountId=2318, isDefault=true, theDescription=208d0189-ae11-4e47-a655-0f8abd81ee4d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4633, theSiteId=2317, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4634, theSiteId=2317, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,360 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,360 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,406 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28657 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 208d0189-ae11-4e47-a655-0f8abd81ee4d5193successactive5194successactive5197successpaused5198successpaused5199successactive5200successactive -------------------------------------- 09:20:20,409 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28658 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 209affe0-ec5c-425e-b32f-bcc501715f27 -------------------------------------- 09:20:20,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,413 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,413 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,421 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=952, theDescription=209affe0-ec5c-425e-b32f-bcc501715f27, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=951, theAccountId=952, isDefault=true, theDescription=209affe0-ec5c-425e-b32f-bcc501715f27_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1901, theSiteId=951, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1902, theSiteId=951, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,422 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,422 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,468 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28658 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 209affe0-ec5c-425e-b32f-bcc501715f271536successactive1537successactive -------------------------------------- 09:20:20,470 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28659 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 20c9dd1f-3b60-4ec6-8532-a5f27c4433a0 -------------------------------------- 09:20:20,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,474 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,474 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,482 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2198, theDescription=20c9dd1f-3b60-4ec6-8532-a5f27c4433a0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2197, theAccountId=2198, isDefault=true, theDescription=20c9dd1f-3b60-4ec6-8532-a5f27c4433a0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4393, theSiteId=2197, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4394, theSiteId=2197, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,482 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,528 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28659 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 20c9dd1f-3b60-4ec6-8532-a5f27c4433a04794successactive4795successactive4796successactive4797successactive4798successactive4799successactive4800successactive4801successactive4802successactive4803successactive4804successactive4805successactive4806successactive4807successactive4808successactive4809successactive4810successactive4811successactive4812successactive4813successactive -------------------------------------- 09:20:20,531 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28660 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 20cb4ea5-51c9-4247-b5c9-588c6712b769 -------------------------------------- 09:20:20,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,543 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1945, theDescription=20cb4ea5-51c9-4247-b5c9-588c6712b769, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1944, theAccountId=1945, isDefault=true, theDescription=20cb4ea5-51c9-4247-b5c9-588c6712b769_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3887, theSiteId=1944, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3888, theSiteId=1944, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,546 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,546 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,589 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28660 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 20cb4ea5-51c9-4247-b5c9-588c6712b7694105successactive4106successactive -------------------------------------- 09:20:20,591 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28661 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 20cd945b-dc0e-4bc1-9d21-da03c4fa6a2d -------------------------------------- 09:20:20,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,595 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,595 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,609 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2060, theDescription=20cd945b-dc0e-4bc1-9d21-da03c4fa6a2d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2059, theAccountId=2060, isDefault=true, theDescription=20cd945b-dc0e-4bc1-9d21-da03c4fa6a2d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4117, theSiteId=2059, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4118, theSiteId=2059, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,654 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28661 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 20cd945b-dc0e-4bc1-9d21-da03c4fa6a2d4434successactive4435successactive -------------------------------------- 09:20:20,657 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28662 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 20f8cf1b-bb9f-44f5-b479-13bff4fde7da -------------------------------------- 09:20:20,658 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,658 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,659 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,659 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,669 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2370, theDescription=20f8cf1b-bb9f-44f5-b479-13bff4fde7da, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2369, theAccountId=2370, isDefault=true, theDescription=20f8cf1b-bb9f-44f5-b479-13bff4fde7da_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4737, theSiteId=2369, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4738, theSiteId=2369, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,680 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28662 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 20f8cf1b-bb9f-44f5-b479-13bff4fde7da -------------------------------------- 09:20:20,683 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28663 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2122d80e-e03c-4fb5-a31a-58758f8a5091 -------------------------------------- 09:20:20,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,700 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1088, theDescription=2122d80e-e03c-4fb5-a31a-58758f8a5091, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1087, theAccountId=1088, isDefault=true, theDescription=2122d80e-e03c-4fb5-a31a-58758f8a5091_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2173, theSiteId=1087, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2174, theSiteId=1087, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,748 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28663 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2122d80e-e03c-4fb5-a31a-58758f8a50911764successactive -------------------------------------- 09:20:20,751 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28664 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 21c2bfcd-5f08-49d3-9034-ee228878825b -------------------------------------- 09:20:20,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,753 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,753 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,764 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=936, theDescription=21c2bfcd-5f08-49d3-9034-ee228878825b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=935, theAccountId=936, isDefault=true, theDescription=21c2bfcd-5f08-49d3-9034-ee228878825b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1869, theSiteId=935, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1870, theSiteId=935, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,764 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,810 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28664 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 21c2bfcd-5f08-49d3-9034-ee228878825b1514successactive -------------------------------------- 09:20:20,812 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28665 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 21f21b6c-4c4c-44d5-8259-14b19ad931d5 -------------------------------------- 09:20:20,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,826 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2338, theDescription=21f21b6c-4c4c-44d5-8259-14b19ad931d5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2337, theAccountId=2338, isDefault=true, theDescription=21f21b6c-4c4c-44d5-8259-14b19ad931d5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4673, theSiteId=2337, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4674, theSiteId=2337, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,872 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28665 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 21f21b6c-4c4c-44d5-8259-14b19ad931d55720successactive5721successactive -------------------------------------- 09:20:20,874 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28666 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 22316963-4ae8-4727-9ed2-2926148b7b91 -------------------------------------- 09:20:20,875 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,875 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,877 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,887 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1395, theDescription=22316963-4ae8-4727-9ed2-2926148b7b91, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1394, theAccountId=1395, isDefault=true, theDescription=22316963-4ae8-4727-9ed2-2926148b7b91_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2787, theSiteId=1394, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2788, theSiteId=1394, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,934 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28666 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 22316963-4ae8-4727-9ed2-2926148b7b912651successactive2652successactive -------------------------------------- 09:20:20,936 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28667 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 231915ae-3f66-4b6f-99b9-26e359d43d89 -------------------------------------- 09:20:20,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:20,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:20,947 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1834, theDescription=231915ae-3f66-4b6f-99b9-26e359d43d89, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1833, theAccountId=1834, isDefault=true, theDescription=231915ae-3f66-4b6f-99b9-26e359d43d89_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3665, theSiteId=1833, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3666, theSiteId=1833, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:20,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:20,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:20,993 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28667 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 231915ae-3f66-4b6f-99b9-26e359d43d893749successactive3750successactive3751successactive3752successactive -------------------------------------- 09:20:20,996 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28668 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 23191cef-8f6b-49f0-ba28-c4554c9d552c -------------------------------------- 09:20:20,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:20,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:20,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,008 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2613, theDescription=23191cef-8f6b-49f0-ba28-c4554c9d552c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2612, theAccountId=2613, isDefault=true, theDescription=23191cef-8f6b-49f0-ba28-c4554c9d552c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5223, theSiteId=2612, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5224, theSiteId=2612, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,059 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28668 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 23191cef-8f6b-49f0-ba28-c4554c9d552c8737successactive8738successpaused8739successactive8752successactive8753successpaused8754successactive8761successactive8762successactive -------------------------------------- 09:20:21,061 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28669 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 231dac9c-1368-47b5-829a-27776cf94f10 -------------------------------------- 09:20:21,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,074 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1042, theDescription=231dac9c-1368-47b5-829a-27776cf94f10, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1041, theAccountId=1042, isDefault=true, theDescription=231dac9c-1368-47b5-829a-27776cf94f10_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2081, theSiteId=1041, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2082, theSiteId=1041, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,129 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28669 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 231dac9c-1368-47b5-829a-27776cf94f101674successactive1675successactive -------------------------------------- 09:20:21,132 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28670 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 232bb379-3211-4413-a120-6f4ffe2359e3 -------------------------------------- 09:20:21,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,136 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,136 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,145 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2224, theDescription=232bb379-3211-4413-a120-6f4ffe2359e3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2223, theAccountId=2224, isDefault=true, theDescription=232bb379-3211-4413-a120-6f4ffe2359e3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4445, theSiteId=2223, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4446, theSiteId=2223, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,148 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,148 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,192 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28670 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 232bb379-3211-4413-a120-6f4ffe2359e34887successactive4888successactive -------------------------------------- 09:20:21,194 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28671 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 23c7ad9f-a52f-4c17-a733-1d97de22ca97 -------------------------------------- 09:20:21,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,207 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2291, theDescription=23c7ad9f-a52f-4c17-a733-1d97de22ca97, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2290, theAccountId=2291, isDefault=true, theDescription=23c7ad9f-a52f-4c17-a733-1d97de22ca97_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4579, theSiteId=2290, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4580, theSiteId=2290, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,210 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,258 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28671 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 23c7ad9f-a52f-4c17-a733-1d97de22ca975063successactive5064successactive -------------------------------------- 09:20:21,261 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28672 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 245f5161-345d-4d38-957c-7a64940ade85 -------------------------------------- 09:20:21,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,262 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,275 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2328, theDescription=245f5161-345d-4d38-957c-7a64940ade85, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2327, theAccountId=2328, isDefault=true, theDescription=245f5161-345d-4d38-957c-7a64940ade85_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4653, theSiteId=2327, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4654, theSiteId=2327, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,322 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28672 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 245f5161-345d-4d38-957c-7a64940ade855685successactive -------------------------------------- 09:20:21,324 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28673 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 24945b63-6206-43f4-bdfe-c23f31535184 -------------------------------------- 09:20:21,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,342 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1893, theDescription=24945b63-6206-43f4-bdfe-c23f31535184, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1892, theAccountId=1893, isDefault=true, theDescription=24945b63-6206-43f4-bdfe-c23f31535184_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3783, theSiteId=1892, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3784, theSiteId=1892, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,345 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,345 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,390 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28673 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 24945b63-6206-43f4-bdfe-c23f315351843921successactive3922successactive -------------------------------------- 09:20:21,392 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28674 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a -------------------------------------- 09:20:21,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,396 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,405 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2634, theDescription=24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2633, theAccountId=2634, isDefault=true, theDescription=24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5265, theSiteId=2633, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5266, theSiteId=2633, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,463 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28674 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a8927successpaused8928successpaused8932successpaused8933successpaused8936successpaused8937successpaused8938successpaused8939successpaused8948successactive8949successactive8950successactive8951successactive -------------------------------------- 09:20:21,466 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28675 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 252704e7-73f5-4fd5-a1d8-f7187c35efa4 -------------------------------------- 09:20:21,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,477 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1251, theDescription=252704e7-73f5-4fd5-a1d8-f7187c35efa4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1250, theAccountId=1251, isDefault=true, theDescription=252704e7-73f5-4fd5-a1d8-f7187c35efa4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2499, theSiteId=1250, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2500, theSiteId=1250, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,522 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28675 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 252704e7-73f5-4fd5-a1d8-f7187c35efa42240successactive2241successactive -------------------------------------- 09:20:21,525 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28676 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 25427985-eb68-45b7-b8a3-7bf8348216bd -------------------------------------- 09:20:21,525 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,525 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,535 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,535 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,545 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2020, theDescription=25427985-eb68-45b7-b8a3-7bf8348216bd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2019, theAccountId=2020, isDefault=true, theDescription=25427985-eb68-45b7-b8a3-7bf8348216bd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4037, theSiteId=2019, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4038, theSiteId=2019, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,546 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,546 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,592 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28676 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 25427985-eb68-45b7-b8a3-7bf8348216bd4308successactive4309successactive -------------------------------------- 09:20:21,594 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28677 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2590abc2-91cf-4ecd-8ee4-a7d09d9d1a7d -------------------------------------- 09:20:21,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,596 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,596 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,598 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,598 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,606 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1138, theDescription=2590abc2-91cf-4ecd-8ee4-a7d09d9d1a7d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1137, theAccountId=1138, isDefault=true, theDescription=2590abc2-91cf-4ecd-8ee4-a7d09d9d1a7d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2273, theSiteId=1137, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2274, theSiteId=1137, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,659 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28677 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2590abc2-91cf-4ecd-8ee4-a7d09d9d1a7d1888successpaused1889successactive -------------------------------------- 09:20:21,661 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28678 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 25c84234-e290-4845-9b90-e3cd3ad63394 -------------------------------------- 09:20:21,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,673 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2073, theDescription=25c84234-e290-4845-9b90-e3cd3ad63394, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2072, theAccountId=2073, isDefault=true, theDescription=25c84234-e290-4845-9b90-e3cd3ad63394_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4143, theSiteId=2072, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4144, theSiteId=2072, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,674 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,674 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,719 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28678 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 25c84234-e290-4845-9b90-e3cd3ad633944483successactive4484successactive -------------------------------------- 09:20:21,721 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28679 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 260ce2ec-bdeb-427d-8d4d-df8307c3a8d7 -------------------------------------- 09:20:21,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,725 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,725 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,733 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1289, theDescription=260ce2ec-bdeb-427d-8d4d-df8307c3a8d7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1288, theAccountId=1289, isDefault=true, theDescription=260ce2ec-bdeb-427d-8d4d-df8307c3a8d7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2575, theSiteId=1288, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2576, theSiteId=1288, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,778 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28679 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 260ce2ec-bdeb-427d-8d4d-df8307c3a8d72326successactive2327successactive -------------------------------------- 09:20:21,781 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28680 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 26b07b1c-6dbf-4066-bf9e-3e6a27c1c4f1 -------------------------------------- 09:20:21,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,782 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,793 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1069, theDescription=26b07b1c-6dbf-4066-bf9e-3e6a27c1c4f1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1068, theAccountId=1069, isDefault=true, theDescription=26b07b1c-6dbf-4066-bf9e-3e6a27c1c4f1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2135, theSiteId=1068, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2136, theSiteId=1068, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,794 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,794 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,840 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28680 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 26b07b1c-6dbf-4066-bf9e-3e6a27c1c4f11728successactive1729successactive1730successactive1731successactive1732successactive1733successactive -------------------------------------- 09:20:21,842 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28681 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 26c0d595-4d39-4685-a5f8-7ded65a83630 -------------------------------------- 09:20:21,843 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,843 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,855 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1930, theDescription=26c0d595-4d39-4685-a5f8-7ded65a83630, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1929, theAccountId=1930, isDefault=true, theDescription=26c0d595-4d39-4685-a5f8-7ded65a83630_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3857, theSiteId=1929, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3858, theSiteId=1929, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,902 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28681 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 26c0d595-4d39-4685-a5f8-7ded65a836304059successactive4060successactive4095successactive4096successactive -------------------------------------- 09:20:21,904 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28682 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 26da521e-1f67-420f-844f-a1bd8dbbaaf0 -------------------------------------- 09:20:21,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,916 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2286, theDescription=26da521e-1f67-420f-844f-a1bd8dbbaaf0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2285, theAccountId=2286, isDefault=true, theDescription=26da521e-1f67-420f-844f-a1bd8dbbaaf0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4569, theSiteId=2285, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4570, theSiteId=2285, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,916 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,918 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:21,962 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28682 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 26da521e-1f67-420f-844f-a1bd8dbbaaf05053successactive5054successactive -------------------------------------- 09:20:21,964 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28683 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 26f37561-6f98-4f22-95a9-c2dd02e8157b -------------------------------------- 09:20:21,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:21,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:21,968 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:21,975 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1654, theDescription=26f37561-6f98-4f22-95a9-c2dd02e8157b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1653, theAccountId=1654, isDefault=true, theDescription=26f37561-6f98-4f22-95a9-c2dd02e8157b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3305, theSiteId=1653, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3306, theSiteId=1653, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:21,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:21,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:21,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,021 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28683 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 26f37561-6f98-4f22-95a9-c2dd02e8157b3081successactive3082successactive3083successactive3084successactive -------------------------------------- 09:20:22,038 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28684 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2738e3b9-d588-41e6-aae3-16549b07873f -------------------------------------- 09:20:22,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,050 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1812, theDescription=2738e3b9-d588-41e6-aae3-16549b07873f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1811, theAccountId=1812, isDefault=true, theDescription=2738e3b9-d588-41e6-aae3-16549b07873f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3621, theSiteId=1811, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3622, theSiteId=1811, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,098 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28684 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2738e3b9-d588-41e6-aae3-16549b07873f3688successactive3689successactive3718successpaused3719successpaused -------------------------------------- 09:20:22,105 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28685 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 274d9fd3-5ada-4b43-9686-3aeb82460d93 -------------------------------------- 09:20:22,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,118 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2324, theDescription=274d9fd3-5ada-4b43-9686-3aeb82460d93, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2323, theAccountId=2324, isDefault=true, theDescription=274d9fd3-5ada-4b43-9686-3aeb82460d93_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4645, theSiteId=2323, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4646, theSiteId=2323, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,164 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28685 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 274d9fd3-5ada-4b43-9686-3aeb82460d935671successactive5672successactive -------------------------------------- 09:20:22,169 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28686 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2790da9c-fe48-4f82-ac4f-bd1602a09ecd -------------------------------------- 09:20:22,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,181 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2396, theDescription=2790da9c-fe48-4f82-ac4f-bd1602a09ecd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2395, theAccountId=2396, isDefault=true, theDescription=2790da9c-fe48-4f82-ac4f-bd1602a09ecd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4789, theSiteId=2395, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4790, theSiteId=2395, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,184 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,184 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,227 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28686 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2790da9c-fe48-4f82-ac4f-bd1602a09ecd6781successpaused6782successpaused6783successpaused6784successpaused6787successpaused6788successpaused6789successpaused6790successactive6791successactive6792successpaused6842successpaused6935successactive -------------------------------------- 09:20:22,230 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28687 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 27d9b586-54a2-4200-bb0f-4de57c752801 -------------------------------------- 09:20:22,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,242 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2256, theDescription=27d9b586-54a2-4200-bb0f-4de57c752801, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2255, theAccountId=2256, isDefault=true, theDescription=27d9b586-54a2-4200-bb0f-4de57c752801_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4509, theSiteId=2255, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4510, theSiteId=2255, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,252 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : START TIMEOUT 09:20:22,253 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : ENABLED 09:20:22,253 DEBUG [JdbcTemplate] Executing SQL query [select * from callbackEvent] 09:20:22,262 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : END TIMEOUT 09:20:22,290 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28687 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 27d9b586-54a2-4200-bb0f-4de57c7528014982successactive4983successactive -------------------------------------- 09:20:22,293 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28688 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 27f144e9-7755-4fb2-b761-82df0f283e91 -------------------------------------- 09:20:22,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,298 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,298 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,306 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2546, theDescription=27f144e9-7755-4fb2-b761-82df0f283e91, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2545, theAccountId=2546, isDefault=true, theDescription=27f144e9-7755-4fb2-b761-82df0f283e91_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5089, theSiteId=2545, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5090, theSiteId=2545, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,353 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28688 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 27f144e9-7755-4fb2-b761-82df0f283e918359successactive8360successactive8361successactive8362successactive -------------------------------------- 09:20:22,355 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28689 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 286e7289-064b-4237-b9b1-49461c0bff1e -------------------------------------- 09:20:22,356 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,356 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,359 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,359 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,367 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2185, theDescription=286e7289-064b-4237-b9b1-49461c0bff1e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2184, theAccountId=2185, isDefault=true, theDescription=286e7289-064b-4237-b9b1-49461c0bff1e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4367, theSiteId=2184, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4368, theSiteId=2184, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,414 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28689 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 286e7289-064b-4237-b9b1-49461c0bff1e4758successactive4759successactive -------------------------------------- 09:20:22,416 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28690 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 288b645d-46cf-4274-98ae-6855a4f93b3b -------------------------------------- 09:20:22,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,419 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,419 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,421 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,421 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,429 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1047, theDescription=288b645d-46cf-4274-98ae-6855a4f93b3b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1046, theAccountId=1047, isDefault=true, theDescription=288b645d-46cf-4274-98ae-6855a4f93b3b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2091, theSiteId=1046, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2092, theSiteId=1046, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,480 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28690 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 288b645d-46cf-4274-98ae-6855a4f93b3b1684successactive1685successactive -------------------------------------- 09:20:22,482 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28691 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2946f352-db71-46fe-a048-e49281229259 -------------------------------------- 09:20:22,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,494 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2392, theDescription=2946f352-db71-46fe-a048-e49281229259, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2391, theAccountId=2392, isDefault=true, theDescription=2946f352-db71-46fe-a048-e49281229259_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4781, theSiteId=2391, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4782, theSiteId=2391, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,545 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28691 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2946f352-db71-46fe-a048-e492812292596716successpaused6717successpaused7097successpaused7098successpaused7099successpaused7100successpaused7108successactive7109successactive -------------------------------------- 09:20:22,547 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28692 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2948c91f-9dc7-48f4-93fc-f0e471469e0b -------------------------------------- 09:20:22,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,559 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1114, theDescription=2948c91f-9dc7-48f4-93fc-f0e471469e0b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1113, theAccountId=1114, isDefault=true, theDescription=2948c91f-9dc7-48f4-93fc-f0e471469e0b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2225, theSiteId=1113, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2226, theSiteId=1113, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,606 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28692 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2948c91f-9dc7-48f4-93fc-f0e471469e0b1807successactive1808successactive1823successactive1824successactive -------------------------------------- 09:20:22,608 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28693 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 29ff2be2-ce38-44c5-b1fc-48e7b241c2a1 -------------------------------------- 09:20:22,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,621 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2343, theDescription=29ff2be2-ce38-44c5-b1fc-48e7b241c2a1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2342, theAccountId=2343, isDefault=true, theDescription=29ff2be2-ce38-44c5-b1fc-48e7b241c2a1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4683, theSiteId=2342, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4684, theSiteId=2342, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,667 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28693 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 29ff2be2-ce38-44c5-b1fc-48e7b241c2a15759successpaused5760successpaused5761successpaused5762successpaused5763successpaused5764successpaused5765successpaused5766successpaused -------------------------------------- 09:20:22,670 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28694 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2a70d903-7fb0-44e5-a422-4fa4d6bd0523 -------------------------------------- 09:20:22,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,674 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,674 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,682 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2600, theDescription=2a70d903-7fb0-44e5-a422-4fa4d6bd0523, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2599, theAccountId=2600, isDefault=true, theDescription=2a70d903-7fb0-44e5-a422-4fa4d6bd0523_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5197, theSiteId=2599, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5198, theSiteId=2599, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,684 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,727 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28694 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2a70d903-7fb0-44e5-a422-4fa4d6bd05238672successactive8673successactive8674successactive8675successactive -------------------------------------- 09:20:22,730 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28695 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2a909339-61be-44f2-983c-ab7cb4a23ce2 -------------------------------------- 09:20:22,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,741 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2035, theDescription=2a909339-61be-44f2-983c-ab7cb4a23ce2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2034, theAccountId=2035, isDefault=true, theDescription=2a909339-61be-44f2-983c-ab7cb4a23ce2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4067, theSiteId=2034, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4068, theSiteId=2034, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,741 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,741 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,787 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28695 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2a909339-61be-44f2-983c-ab7cb4a23ce24362successactive4363successactive -------------------------------------- 09:20:22,789 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28696 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2aaf9c83-0d47-4e27-8d15-452f4a8012b5 -------------------------------------- 09:20:22,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,801 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1111, theDescription=2aaf9c83-0d47-4e27-8d15-452f4a8012b5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1110, theAccountId=1111, isDefault=true, theDescription=2aaf9c83-0d47-4e27-8d15-452f4a8012b5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2219, theSiteId=1110, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2220, theSiteId=1110, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,802 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,802 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,848 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28696 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2aaf9c83-0d47-4e27-8d15-452f4a8012b51799successactive1800successactive -------------------------------------- 09:20:22,850 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28697 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2ae2d539-55c3-457e-af84-fd2419e695f2 -------------------------------------- 09:20:22,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,855 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,855 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,863 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=907, theDescription=2ae2d539-55c3-457e-af84-fd2419e695f2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=906, theAccountId=907, isDefault=true, theDescription=2ae2d539-55c3-457e-af84-fd2419e695f2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1811, theSiteId=906, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1812, theSiteId=906, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,866 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,866 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,909 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28697 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2ae2d539-55c3-457e-af84-fd2419e695f21476successactive -------------------------------------- 09:20:22,912 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28698 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2b30bf38-3859-4eca-9b6f-79f4e7834784 -------------------------------------- 09:20:22,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,915 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,923 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1145, theDescription=2b30bf38-3859-4eca-9b6f-79f4e7834784, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1144, theAccountId=1145, isDefault=true, theDescription=2b30bf38-3859-4eca-9b6f-79f4e7834784_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2287, theSiteId=1144, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2288, theSiteId=1144, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,926 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,926 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:22,970 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28698 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2b30bf38-3859-4eca-9b6f-79f4e78347841931successactive1933successactive -------------------------------------- 09:20:22,972 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28699 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2baf29ef-ec60-4f5d-85d0-4684a69e4ae0 -------------------------------------- 09:20:22,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:22,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:22,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:22,984 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1154, theDescription=2baf29ef-ec60-4f5d-85d0-4684a69e4ae0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1153, theAccountId=1154, isDefault=true, theDescription=2baf29ef-ec60-4f5d-85d0-4684a69e4ae0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2305, theSiteId=1153, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2306, theSiteId=1153, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:22,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:22,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:22,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,030 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28699 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2baf29ef-ec60-4f5d-85d0-4684a69e4ae01953successactive1954successactive1955successpaused1956successpaused1957successpaused1958successpaused1959successactive1960successactive -------------------------------------- 09:20:23,035 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28700 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2bd1d995-e875-4f24-9c4b-1510c3584e28 -------------------------------------- 09:20:23,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,038 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,049 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1188, theDescription=2bd1d995-e875-4f24-9c4b-1510c3584e28, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1187, theAccountId=1188, isDefault=true, theDescription=2bd1d995-e875-4f24-9c4b-1510c3584e28_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2373, theSiteId=1187, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2374, theSiteId=1187, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,096 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28700 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2bd1d995-e875-4f24-9c4b-1510c3584e282118successactive2119successactive -------------------------------------- 09:20:23,098 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28701 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c374aae-6999-4452-8805-82e1250003a8 -------------------------------------- 09:20:23,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,111 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2390, theDescription=2c374aae-6999-4452-8805-82e1250003a8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2389, theAccountId=2390, isDefault=true, theDescription=2c374aae-6999-4452-8805-82e1250003a8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4777, theSiteId=2389, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4778, theSiteId=2389, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,114 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,114 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,164 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28701 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c374aae-6999-4452-8805-82e1250003a86644successpaused6645successactive6646successactive6696successpaused6699successpaused6702successpaused6721successpaused6725successpaused6733successpaused6763successpaused -------------------------------------- 09:20:23,166 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28702 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c79d893-8d64-48a0-b74a-8e9948bade72 -------------------------------------- 09:20:23,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,178 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1760, theDescription=2c79d893-8d64-48a0-b74a-8e9948bade72, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1759, theAccountId=1760, isDefault=true, theDescription=2c79d893-8d64-48a0-b74a-8e9948bade72_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3517, theSiteId=1759, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3518, theSiteId=1759, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,232 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28702 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c79d893-8d64-48a0-b74a-8e9948bade723486successactive3487successactive -------------------------------------- 09:20:23,234 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28703 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c85013b-cbaa-4377-ae42-d4b608c86f0b -------------------------------------- 09:20:23,235 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,235 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,246 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1247, theDescription=2c85013b-cbaa-4377-ae42-d4b608c86f0b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1246, theAccountId=1247, isDefault=true, theDescription=2c85013b-cbaa-4377-ae42-d4b608c86f0b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2491, theSiteId=1246, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2492, theSiteId=1246, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,247 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,247 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,293 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28703 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c85013b-cbaa-4377-ae42-d4b608c86f0b2233successactive2234successactive -------------------------------------- 09:20:23,295 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28704 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c8b10eb-5704-4852-bc83-842996e8bdc1 -------------------------------------- 09:20:23,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,298 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,298 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,308 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2049, theDescription=2c8b10eb-5704-4852-bc83-842996e8bdc1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2048, theAccountId=2049, isDefault=true, theDescription=2c8b10eb-5704-4852-bc83-842996e8bdc1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4095, theSiteId=2048, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4096, theSiteId=2048, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,308 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,354 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28704 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c8b10eb-5704-4852-bc83-842996e8bdc14390successactive4391successactive -------------------------------------- 09:20:23,357 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28705 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c93ef56-9704-4f0c-a87e-15c1cd4d6f0c -------------------------------------- 09:20:23,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,359 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,359 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,369 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1212, theDescription=2c93ef56-9704-4f0c-a87e-15c1cd4d6f0c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1211, theAccountId=1212, isDefault=true, theDescription=2c93ef56-9704-4f0c-a87e-15c1cd4d6f0c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2421, theSiteId=1211, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2422, theSiteId=1211, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,372 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,415 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28705 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c93ef56-9704-4f0c-a87e-15c1cd4d6f0c2164successactive2165successactive -------------------------------------- 09:20:23,418 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28706 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2d3aeb0a-1a6d-40c6-8f8c-6faedb7626ed -------------------------------------- 09:20:23,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,422 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,422 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,431 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1544, theDescription=2d3aeb0a-1a6d-40c6-8f8c-6faedb7626ed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1543, theAccountId=1544, isDefault=true, theDescription=2d3aeb0a-1a6d-40c6-8f8c-6faedb7626ed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3085, theSiteId=1543, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3086, theSiteId=1543, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,432 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,478 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28706 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2d3aeb0a-1a6d-40c6-8f8c-6faedb7626ed2898successactive -------------------------------------- 09:20:23,481 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28707 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2d73ff0d-d15f-4096-bee3-097f39af1c66 -------------------------------------- 09:20:23,482 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,495 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2461, theDescription=2d73ff0d-d15f-4096-bee3-097f39af1c66, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2460, theAccountId=2461, isDefault=true, theDescription=2d73ff0d-d15f-4096-bee3-097f39af1c66_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4919, theSiteId=2460, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4920, theSiteId=2460, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,540 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28707 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2d73ff0d-d15f-4096-bee3-097f39af1c667410successpaused7411successpaused7418successpaused7419successpaused7420successpaused7421successpaused7422successpaused7423successpaused7506successactive7507successactive7656successactive7657successactive7658successactive7659successactive -------------------------------------- 09:20:23,543 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28708 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2db02dd6-4db3-49c2-bcf8-69ceb6763c96 -------------------------------------- 09:20:23,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,557 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2574, theDescription=2db02dd6-4db3-49c2-bcf8-69ceb6763c96, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2573, theAccountId=2574, isDefault=true, theDescription=2db02dd6-4db3-49c2-bcf8-69ceb6763c96_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5145, theSiteId=2573, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5146, theSiteId=2573, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,557 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,557 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,603 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28708 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2db02dd6-4db3-49c2-bcf8-69ceb6763c968550successactive -------------------------------------- 09:20:23,606 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28709 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2dd3a2b7-f721-429b-aaa1-b9296d035465 -------------------------------------- 09:20:23,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,608 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,619 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2353, theDescription=2dd3a2b7-f721-429b-aaa1-b9296d035465, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2352, theAccountId=2353, isDefault=true, theDescription=2dd3a2b7-f721-429b-aaa1-b9296d035465_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4703, theSiteId=2352, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4704, theSiteId=2352, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,619 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,619 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,665 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28709 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2dd3a2b7-f721-429b-aaa1-b9296d0354655802successactive5803successactive5804successactive5805successactive5806successactive5807successpaused5808successpaused5809successpaused5810successpaused5811successpaused5827successpaused5828successpaused5829successpaused5830successpaused5831successpaused5832successpaused5833successpaused5852successpaused5853successpaused5854successpaused5855successpaused5856successpaused5871successpaused5872successpaused5873successpaused5874successpaused5875successpaused5876successactive5940successactive5941successpaused6063successactive6064successactive6065successactive6074successpaused6075successpaused6076successpaused6180successpaused6181successpaused6182successpaused6183successpaused6184successpaused6185successpaused6187successpaused6188successpaused6197successactive6198successpaused6199successactive6200successactive6201successactive6202successpaused6203successpaused6204successpaused6205successpaused6206successpaused6207successpaused6208successpaused6209successpaused6212successpaused6213successpaused6214successactive6215successpaused6216successpaused6217successpaused6218successpaused6219successpaused6220successpaused6221successpaused6222successpaused6223successpaused6224successpaused6225successpaused6226successpaused6227successpaused6228successpaused6237successpaused6238successpaused6239successpaused6240successpaused6241successpaused6242successpaused6252successpaused6253successpaused6259successpaused6260successpaused6261successpaused6262successpaused6263successpaused6264successpaused6265successactive6266successactive6267successpaused6268successpaused6689successactive -------------------------------------- 09:20:23,669 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28710 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2df730c8-9f89-4cd9-b39e-c8f23f9d23eb -------------------------------------- 09:20:23,669 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,669 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,681 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2056, theDescription=2df730c8-9f89-4cd9-b39e-c8f23f9d23eb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2055, theAccountId=2056, isDefault=true, theDescription=2df730c8-9f89-4cd9-b39e-c8f23f9d23eb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4109, theSiteId=2055, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4110, theSiteId=2055, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,726 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28710 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2df730c8-9f89-4cd9-b39e-c8f23f9d23eb4408successactive4409successactive4410successactive4411successactive4412successactive4413successactive -------------------------------------- 09:20:23,729 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28711 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e08728d-19cb-48ba-a507-0884f0f6049b -------------------------------------- 09:20:23,729 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,729 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,743 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2129, theDescription=2e08728d-19cb-48ba-a507-0884f0f6049b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2128, theAccountId=2129, isDefault=true, theDescription=2e08728d-19cb-48ba-a507-0884f0f6049b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4255, theSiteId=2128, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4256, theSiteId=2128, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,743 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,743 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,745 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,745 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,789 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28711 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e08728d-19cb-48ba-a507-0884f0f6049b4620successactive4621successactive -------------------------------------- 09:20:23,791 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28712 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e1db104-af01-4f13-b459-02b1e04ce0b0 -------------------------------------- 09:20:23,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,804 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1482, theDescription=2e1db104-af01-4f13-b459-02b1e04ce0b0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1481, theAccountId=1482, isDefault=true, theDescription=2e1db104-af01-4f13-b459-02b1e04ce0b0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2961, theSiteId=1481, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2962, theSiteId=1481, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,855 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28712 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e1db104-af01-4f13-b459-02b1e04ce0b02828successactive -------------------------------------- 09:20:23,857 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28713 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e23e782-780a-4c99-8a94-8014f345ee7c -------------------------------------- 09:20:23,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,870 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1758, theDescription=2e23e782-780a-4c99-8a94-8014f345ee7c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1757, theAccountId=1758, isDefault=true, theDescription=2e23e782-780a-4c99-8a94-8014f345ee7c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3513, theSiteId=1757, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3514, theSiteId=1757, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,873 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,917 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28713 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e23e782-780a-4c99-8a94-8014f345ee7c3482successactive3483successactive -------------------------------------- 09:20:23,919 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28714 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e2d32b3-aff5-4d5a-bc0e-d91e65a241f3 -------------------------------------- 09:20:23,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,931 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2232, theDescription=2e2d32b3-aff5-4d5a-bc0e-d91e65a241f3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2231, theAccountId=2232, isDefault=true, theDescription=2e2d32b3-aff5-4d5a-bc0e-d91e65a241f3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4461, theSiteId=2231, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4462, theSiteId=2231, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:23,979 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28714 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e2d32b3-aff5-4d5a-bc0e-d91e65a241f34907successactive4908successactive -------------------------------------- 09:20:23,982 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28715 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e594804-91d3-40ed-a2fc-5242e430e906 -------------------------------------- 09:20:23,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:23,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:23,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:23,994 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1628, theDescription=2e594804-91d3-40ed-a2fc-5242e430e906, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1627, theAccountId=1628, isDefault=true, theDescription=2e594804-91d3-40ed-a2fc-5242e430e906_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3253, theSiteId=1627, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3254, theSiteId=1627, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:23,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:23,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:23,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,040 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28715 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e594804-91d3-40ed-a2fc-5242e430e9063038successactive3039successactive3040successactive -------------------------------------- 09:20:24,044 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28716 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e9b6369-b1c0-473f-bf18-e2551a0cd7cc -------------------------------------- 09:20:24,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,056 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1011, theDescription=2e9b6369-b1c0-473f-bf18-e2551a0cd7cc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1010, theAccountId=1011, isDefault=true, theDescription=2e9b6369-b1c0-473f-bf18-e2551a0cd7cc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2019, theSiteId=1010, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2020, theSiteId=1010, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,103 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28716 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e9b6369-b1c0-473f-bf18-e2551a0cd7cc1627successactive1628successactive -------------------------------------- 09:20:24,105 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28717 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2f5e96ef-5941-4479-9f95-e14ed8ba38fb -------------------------------------- 09:20:24,106 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,106 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,118 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=949, theDescription=2f5e96ef-5941-4479-9f95-e14ed8ba38fb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=948, theAccountId=949, isDefault=true, theDescription=2f5e96ef-5941-4479-9f95-e14ed8ba38fb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1895, theSiteId=948, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1896, theSiteId=948, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,164 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28717 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2f5e96ef-5941-4479-9f95-e14ed8ba38fb1532successactive -------------------------------------- 09:20:24,166 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28718 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2f7a975e-91b4-424d-b980-44216ef51b2b -------------------------------------- 09:20:24,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,180 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2021, theDescription=2f7a975e-91b4-424d-b980-44216ef51b2b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2020, theAccountId=2021, isDefault=true, theDescription=2f7a975e-91b4-424d-b980-44216ef51b2b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4039, theSiteId=2020, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4040, theSiteId=2020, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,226 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28718 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2f7a975e-91b4-424d-b980-44216ef51b2b4310successactive4311successactive -------------------------------------- 09:20:24,230 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28719 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2fe7fbeb-576e-4958-9d3b-c7195d746b33 -------------------------------------- 09:20:24,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,241 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2084, theDescription=2fe7fbeb-576e-4958-9d3b-c7195d746b33, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2083, theAccountId=2084, isDefault=true, theDescription=2fe7fbeb-576e-4958-9d3b-c7195d746b33_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4165, theSiteId=2083, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4166, theSiteId=2083, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,244 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,244 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,288 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28719 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2fe7fbeb-576e-4958-9d3b-c7195d746b334509successactive4510successactive -------------------------------------- 09:20:24,291 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28720 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2feee910-d450-4e24-988c-9986e8ab3c15 -------------------------------------- 09:20:24,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,293 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,293 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,295 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,295 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,303 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1520, theDescription=2feee910-d450-4e24-988c-9986e8ab3c15, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1519, theAccountId=1520, isDefault=true, theDescription=2feee910-d450-4e24-988c-9986e8ab3c15_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3037, theSiteId=1519, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3038, theSiteId=1519, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,306 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,322 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28720 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2feee910-d450-4e24-988c-9986e8ab3c15 -------------------------------------- 09:20:24,325 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28721 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2ff32327-c624-4a38-a256-6ec59ae574cf -------------------------------------- 09:20:24,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,336 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2376, theDescription=2ff32327-c624-4a38-a256-6ec59ae574cf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2375, theAccountId=2376, isDefault=true, theDescription=2ff32327-c624-4a38-a256-6ec59ae574cf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4749, theSiteId=2375, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4750, theSiteId=2375, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,390 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28721 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2ff32327-c624-4a38-a256-6ec59ae574cf6348successpaused6349successpaused6350successpaused6351successpaused6352successpaused6353successpaused6354successpaused6355successpaused6356successpaused6357successpaused6358successpaused6359successpaused6360successpaused6361successpaused6362successpaused6380successpaused6384successpaused6385successactive6386successactive6387successpaused6566successpaused6581successpaused6595successpaused6597successpaused6605successpaused6692successpaused6700successpaused6703successpaused6722successpaused6726successpaused6734successpaused6764successpaused6773successactive -------------------------------------- 09:20:24,393 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28722 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 308de909-0d46-492e-8504-84843d08f7cc -------------------------------------- 09:20:24,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,405 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1941, theDescription=308de909-0d46-492e-8504-84843d08f7cc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1940, theAccountId=1941, isDefault=true, theDescription=308de909-0d46-492e-8504-84843d08f7cc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3879, theSiteId=1940, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3880, theSiteId=1940, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,408 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,450 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28722 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 308de909-0d46-492e-8504-84843d08f7cc4097successactive4098successactive -------------------------------------- 09:20:24,453 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28723 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 30e69a79-aefd-426d-b330-8101fac6de71 -------------------------------------- 09:20:24,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,466 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2301, theDescription=30e69a79-aefd-426d-b330-8101fac6de71, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2300, theAccountId=2301, isDefault=true, theDescription=30e69a79-aefd-426d-b330-8101fac6de71_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4599, theSiteId=2300, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4600, theSiteId=2300, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,514 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28723 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 30e69a79-aefd-426d-b330-8101fac6de715117successactive5118successactive5119successactive5120successactive5121successactive5122successactive -------------------------------------- 09:20:24,516 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28724 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 313c0bb1-4ae1-4747-a974-67a07ef51579 -------------------------------------- 09:20:24,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,522 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,522 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,530 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=915, theDescription=313c0bb1-4ae1-4747-a974-67a07ef51579, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=914, theAccountId=915, isDefault=true, theDescription=313c0bb1-4ae1-4747-a974-67a07ef51579_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1827, theSiteId=914, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1828, theSiteId=914, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,577 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28724 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 313c0bb1-4ae1-4747-a974-67a07ef515791488successactive -------------------------------------- 09:20:24,579 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28725 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 31d24ccc-d2de-4fa4-a7c1-4664fa6e086e -------------------------------------- 09:20:24,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,583 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,592 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1477, theDescription=31d24ccc-d2de-4fa4-a7c1-4664fa6e086e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1476, theAccountId=1477, isDefault=true, theDescription=31d24ccc-d2de-4fa4-a7c1-4664fa6e086e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2951, theSiteId=1476, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2952, theSiteId=1476, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,595 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,595 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,640 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28725 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 31d24ccc-d2de-4fa4-a7c1-4664fa6e086e2823successactive -------------------------------------- 09:20:24,642 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28726 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 31e3735d-e408-4402-865c-eb2c0391c62d -------------------------------------- 09:20:24,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,646 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,646 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,655 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=227, theDescription=31e3735d-e408-4402-865c-eb2c0391c62d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=226, theAccountId=227, isDefault=true, theDescription=31e3735d-e408-4402-865c-eb2c0391c62d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=451, theSiteId=226, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=452, theSiteId=226, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,658 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,658 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,701 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28726 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 31e3735d-e408-4402-865c-eb2c0391c62d472successpaused473successpaused2528successactive2529successactive2530successactive2531successactive -------------------------------------- 09:20:24,704 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28727 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3216d08c-ae4c-4356-a3ba-69d2e413c979 -------------------------------------- 09:20:24,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,708 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,708 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,717 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2388, theDescription=3216d08c-ae4c-4356-a3ba-69d2e413c979, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2387, theAccountId=2388, isDefault=true, theDescription=3216d08c-ae4c-4356-a3ba-69d2e413c979_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4773, theSiteId=2387, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4774, theSiteId=2387, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,718 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,718 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,764 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28727 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3216d08c-ae4c-4356-a3ba-69d2e413c9796632successpaused6633successactive6634successactive6635successpaused6636successpaused6637successpaused6638successpaused6642successpaused6643successpaused6647successpaused6651successactive6652successpaused6653successpaused6654successpaused6655successpaused6656successpaused6657successpaused6658successpaused6659successactive6660successactive6661successpaused6662successactive6663successpaused6664successpaused6665successpaused6666successpaused6667successactive6668successpaused6669successpaused6670successpaused6671successactive6672successpaused6673successactive6674successpaused6675successpaused6676successpaused6677successpaused6678successpaused6679successactive6680successpaused6681successpaused6682successpaused6683successpaused6684successactive6686successpaused6687successactive6706successpaused6707successpaused6708successpaused6709successpaused6710successpaused6711successpaused6713successpaused6714successpaused6715successpaused6718successpaused6719successpaused6720successpaused6729successpaused6730successpaused6731successpaused6732successpaused6743successpaused6744successpaused6745successpaused6746successpaused6747successpaused6748successactive6749successpaused6750successpaused6751successpaused6752successactive6753successactive6754successactive6755successpaused6756successpaused6757successpaused6758successpaused6759successpaused6760successpaused6761successpaused6762successpaused6768successpaused6769successpaused6770successpaused6817successactive6818successactive -------------------------------------- 09:20:24,768 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28728 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 32b68cd3-0691-46cd-afb0-e1f51a3a9671 -------------------------------------- 09:20:24,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,783 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1839, theDescription=32b68cd3-0691-46cd-afb0-e1f51a3a9671, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1838, theAccountId=1839, isDefault=true, theDescription=32b68cd3-0691-46cd-afb0-e1f51a3a9671_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3675, theSiteId=1838, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3676, theSiteId=1838, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,786 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,833 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28728 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 32b68cd3-0691-46cd-afb0-e1f51a3a96713769successactive3770successactive -------------------------------------- 09:20:24,835 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28729 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 32c22d5f-449a-4249-9b0d-989dc4db5845 -------------------------------------- 09:20:24,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,839 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,847 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1233, theDescription=32c22d5f-449a-4249-9b0d-989dc4db5845, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1232, theAccountId=1233, isDefault=true, theDescription=32c22d5f-449a-4249-9b0d-989dc4db5845_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2463, theSiteId=1232, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2464, theSiteId=1232, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,894 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28729 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 32c22d5f-449a-4249-9b0d-989dc4db58452206successactive2207successactive -------------------------------------- 09:20:24,897 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28730 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 33b4d410-903f-4126-95f3-79be9a85d64a -------------------------------------- 09:20:24,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,901 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,901 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,909 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1956, theDescription=33b4d410-903f-4126-95f3-79be9a85d64a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1955, theAccountId=1956, isDefault=true, theDescription=33b4d410-903f-4126-95f3-79be9a85d64a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3909, theSiteId=1955, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3910, theSiteId=1955, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:24,958 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28730 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 33b4d410-903f-4126-95f3-79be9a85d64a4154successactive -------------------------------------- 09:20:24,961 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28731 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3458a08e-ad39-43a5-aaa6-2024b264eb0a -------------------------------------- 09:20:24,962 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,962 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:24,964 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,964 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:24,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:24,973 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2213, theDescription=3458a08e-ad39-43a5-aaa6-2024b264eb0a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2212, theAccountId=2213, isDefault=true, theDescription=3458a08e-ad39-43a5-aaa6-2024b264eb0a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4423, theSiteId=2212, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4424, theSiteId=2212, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:24,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:24,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:24,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,019 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28731 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3458a08e-ad39-43a5-aaa6-2024b264eb0a4845successactive4846successactive -------------------------------------- 09:20:25,022 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28732 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 34743e1d-2d31-47a5-8416-e12a0cd29a95 -------------------------------------- 09:20:25,022 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,022 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,034 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2066, theDescription=34743e1d-2d31-47a5-8416-e12a0cd29a95, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2065, theAccountId=2066, isDefault=true, theDescription=34743e1d-2d31-47a5-8416-e12a0cd29a95_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4129, theSiteId=2065, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4130, theSiteId=2065, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,083 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28732 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 34743e1d-2d31-47a5-8416-e12a0cd29a954458successactive4459successactive -------------------------------------- 09:20:25,085 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28733 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 35c61e76-ff60-4389-a553-a195b6f239b4 -------------------------------------- 09:20:25,086 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,086 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,088 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,088 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,098 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2326, theDescription=35c61e76-ff60-4389-a553-a195b6f239b4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2325, theAccountId=2326, isDefault=true, theDescription=35c61e76-ff60-4389-a553-a195b6f239b4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4649, theSiteId=2325, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4650, theSiteId=2325, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,144 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28733 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 35c61e76-ff60-4389-a553-a195b6f239b45681successactive5682successactive -------------------------------------- 09:20:25,147 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28734 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 35cbf776-0584-4834-a7f4-09735eabb0d9 -------------------------------------- 09:20:25,147 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,147 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,151 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,151 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,159 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1483, theDescription=35cbf776-0584-4834-a7f4-09735eabb0d9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1482, theAccountId=1483, isDefault=true, theDescription=35cbf776-0584-4834-a7f4-09735eabb0d9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2963, theSiteId=1482, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2964, theSiteId=1482, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,160 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,160 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,205 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28734 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 35cbf776-0584-4834-a7f4-09735eabb0d92829successactive -------------------------------------- 09:20:25,207 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28735 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 35e3272c-2e3d-4671-a302-e720bd665f10 -------------------------------------- 09:20:25,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,208 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,212 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,212 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,220 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2179, theDescription=35e3272c-2e3d-4671-a302-e720bd665f10, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2178, theAccountId=2179, isDefault=true, theDescription=35e3272c-2e3d-4671-a302-e720bd665f10_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4355, theSiteId=2178, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4356, theSiteId=2178, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,220 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,220 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,266 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28735 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 35e3272c-2e3d-4671-a302-e720bd665f104742successpaused4743successpaused4744successpaused4745successpaused4746successactive4747successactive -------------------------------------- 09:20:25,269 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28736 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 361e2add-e063-438d-9eb2-494191a58888 -------------------------------------- 09:20:25,269 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,269 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,282 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1274, theDescription=361e2add-e063-438d-9eb2-494191a58888, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1273, theAccountId=1274, isDefault=true, theDescription=361e2add-e063-438d-9eb2-494191a58888_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2545, theSiteId=1273, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2546, theSiteId=1273, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,282 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,282 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,329 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28736 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 361e2add-e063-438d-9eb2-494191a588882294successactive2295successactive -------------------------------------- 09:20:25,331 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28737 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3648404a-3edf-461c-9499-9861a1a0b526 -------------------------------------- 09:20:25,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,332 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,335 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,335 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,342 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1146, theDescription=3648404a-3edf-461c-9499-9861a1a0b526, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1145, theAccountId=1146, isDefault=true, theDescription=3648404a-3edf-461c-9499-9861a1a0b526_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2289, theSiteId=1145, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2290, theSiteId=1145, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,345 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,345 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,390 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28737 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3648404a-3edf-461c-9499-9861a1a0b5261932successactive1934successactive -------------------------------------- 09:20:25,392 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28738 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 366522f7-164f-4407-bb02-a840b03c85cd -------------------------------------- 09:20:25,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,396 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,404 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2016, theDescription=366522f7-164f-4407-bb02-a840b03c85cd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2015, theAccountId=2016, isDefault=true, theDescription=366522f7-164f-4407-bb02-a840b03c85cd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4029, theSiteId=2015, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4030, theSiteId=2015, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,404 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,452 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28738 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 366522f7-164f-4407-bb02-a840b03c85cd4300successactive4301successactive -------------------------------------- 09:20:25,454 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28739 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 36987fd6-c36b-4e2b-be46-3d2fa5e52988 -------------------------------------- 09:20:25,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,466 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1531, theDescription=36987fd6-c36b-4e2b-be46-3d2fa5e52988, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1530, theAccountId=1531, isDefault=true, theDescription=36987fd6-c36b-4e2b-be46-3d2fa5e52988_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3059, theSiteId=1530, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3060, theSiteId=1530, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,513 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28739 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 36987fd6-c36b-4e2b-be46-3d2fa5e529882883successactive -------------------------------------- 09:20:25,515 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28740 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 36ca1236-dcfa-4099-b348-f2be022983af -------------------------------------- 09:20:25,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,527 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1993, theDescription=36ca1236-dcfa-4099-b348-f2be022983af, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1992, theAccountId=1993, isDefault=true, theDescription=36ca1236-dcfa-4099-b348-f2be022983af_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3983, theSiteId=1992, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3984, theSiteId=1992, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,575 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28740 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 36ca1236-dcfa-4099-b348-f2be022983af4242successactive4243successactive -------------------------------------- 09:20:25,578 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28741 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 36ffe6ef-1010-440d-8c12-555198ab4ce8 -------------------------------------- 09:20:25,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,590 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2236, theDescription=36ffe6ef-1010-440d-8c12-555198ab4ce8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2235, theAccountId=2236, isDefault=true, theDescription=36ffe6ef-1010-440d-8c12-555198ab4ce8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4469, theSiteId=2235, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4470, theSiteId=2235, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,636 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28741 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 36ffe6ef-1010-440d-8c12-555198ab4ce84915successpaused4916successpaused4984successactive4985successactive -------------------------------------- 09:20:25,639 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28742 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3729e0c4-ed19-4826-b01d-0c6d1bf3d5ba -------------------------------------- 09:20:25,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,651 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2238, theDescription=3729e0c4-ed19-4826-b01d-0c6d1bf3d5ba, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2237, theAccountId=2238, isDefault=true, theDescription=3729e0c4-ed19-4826-b01d-0c6d1bf3d5ba_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4473, theSiteId=2237, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4474, theSiteId=2237, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,698 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28742 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3729e0c4-ed19-4826-b01d-0c6d1bf3d5ba4919successactive4920successactive4921successpaused4922successpaused4923successactive4924successactive -------------------------------------- 09:20:25,701 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28743 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 372b8b2d-4881-4d86-a8a9-2e97eb5ed334 -------------------------------------- 09:20:25,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,712 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1946, theDescription=372b8b2d-4881-4d86-a8a9-2e97eb5ed334, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1945, theAccountId=1946, isDefault=true, theDescription=372b8b2d-4881-4d86-a8a9-2e97eb5ed334_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3889, theSiteId=1945, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3890, theSiteId=1945, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,759 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28743 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 372b8b2d-4881-4d86-a8a9-2e97eb5ed3344107successactive4108successactive4109successactive4110successactive4111successactive4112successactive4113successactive4114successactive4115successactive4116successactive4117successactive4118successactive4119successactive4120successactive4121successactive4122successactive4123successactive4124successactive4125successactive4126successactive -------------------------------------- 09:20:25,762 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28744 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 376ab316-7a05-4357-a40e-83e19334f389 -------------------------------------- 09:20:25,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,764 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,766 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,766 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,774 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=839, theDescription=376ab316-7a05-4357-a40e-83e19334f389, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=838, theAccountId=839, isDefault=true, theDescription=376ab316-7a05-4357-a40e-83e19334f389_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1675, theSiteId=838, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1676, theSiteId=838, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,824 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28744 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 376ab316-7a05-4357-a40e-83e19334f3891404successactive -------------------------------------- 09:20:25,827 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28745 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 377cd222-2001-416e-91ba-b83bcc0b8e01 -------------------------------------- 09:20:25,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,829 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,829 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,831 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,839 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=796, theDescription=377cd222-2001-416e-91ba-b83bcc0b8e01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=795, theAccountId=796, isDefault=true, theDescription=377cd222-2001-416e-91ba-b83bcc0b8e01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1589, theSiteId=795, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1590, theSiteId=795, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,840 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,842 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,842 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,886 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28745 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 377cd222-2001-416e-91ba-b83bcc0b8e011360successactive -------------------------------------- 09:20:25,889 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28746 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 37d1a5f7-75d5-480e-ad38-d351b80f4cf0 -------------------------------------- 09:20:25,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,900 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1810, theDescription=37d1a5f7-75d5-480e-ad38-d351b80f4cf0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1809, theAccountId=1810, isDefault=true, theDescription=37d1a5f7-75d5-480e-ad38-d351b80f4cf0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3617, theSiteId=1809, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3618, theSiteId=1809, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,901 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,901 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,903 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,903 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:25,948 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28746 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 37d1a5f7-75d5-480e-ad38-d351b80f4cf03684successactive3685successactive -------------------------------------- 09:20:25,951 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28747 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 37fbf450-470a-4074-a2ee-e4d5ed29a93e -------------------------------------- 09:20:25,952 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,952 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:25,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:25,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:25,964 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=888, theDescription=37fbf450-470a-4074-a2ee-e4d5ed29a93e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=887, theAccountId=888, isDefault=true, theDescription=37fbf450-470a-4074-a2ee-e4d5ed29a93e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1773, theSiteId=887, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1774, theSiteId=887, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:25,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:25,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:25,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,010 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28747 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 37fbf450-470a-4074-a2ee-e4d5ed29a93e1455successactive -------------------------------------- 09:20:26,014 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28748 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 37ff2998-f269-4cd7-8d42-dfde38f01e7b -------------------------------------- 09:20:26,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,014 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,018 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,026 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2303, theDescription=37ff2998-f269-4cd7-8d42-dfde38f01e7b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2302, theAccountId=2303, isDefault=true, theDescription=37ff2998-f269-4cd7-8d42-dfde38f01e7b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4603, theSiteId=2302, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4604, theSiteId=2302, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,073 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28748 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 37ff2998-f269-4cd7-8d42-dfde38f01e7b5125successactive5126successactive5127successactive5128successactive5129successactive5130successactive5131successactive5132successactive5133successactive5134successactive -------------------------------------- 09:20:26,076 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28749 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3880bd31-b93a-4432-9f1f-36edc640d47b -------------------------------------- 09:20:26,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,089 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1338, theDescription=3880bd31-b93a-4432-9f1f-36edc640d47b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1337, theAccountId=1338, isDefault=true, theDescription=3880bd31-b93a-4432-9f1f-36edc640d47b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2673, theSiteId=1337, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2674, theSiteId=1337, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,093 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,093 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,136 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28749 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3880bd31-b93a-4432-9f1f-36edc640d47b2482successactive2483successactive -------------------------------------- 09:20:26,139 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28750 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 38d378c2-76f4-4344-84ac-db9c8ea2c598 -------------------------------------- 09:20:26,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,168 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=923, theDescription=38d378c2-76f4-4344-84ac-db9c8ea2c598, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=922, theAccountId=923, isDefault=true, theDescription=38d378c2-76f4-4344-84ac-db9c8ea2c598_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1843, theSiteId=922, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1844, theSiteId=922, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,214 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28750 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 38d378c2-76f4-4344-84ac-db9c8ea2c5981501successactive -------------------------------------- 09:20:26,217 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28751 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3982be40-3e0d-4e14-a175-4868a302aa02 -------------------------------------- 09:20:26,217 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,220 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,220 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,230 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2148, theDescription=3982be40-3e0d-4e14-a175-4868a302aa02, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2147, theAccountId=2148, isDefault=true, theDescription=3982be40-3e0d-4e14-a175-4868a302aa02_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4293, theSiteId=2147, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4294, theSiteId=2147, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,281 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28751 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3982be40-3e0d-4e14-a175-4868a302aa024662successactive4663successactive -------------------------------------- 09:20:26,284 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28752 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3a831a5f-4f29-456f-9c10-4db8e95601e7 -------------------------------------- 09:20:26,284 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,284 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,286 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,286 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,296 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2124, theDescription=3a831a5f-4f29-456f-9c10-4db8e95601e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2123, theAccountId=2124, isDefault=true, theDescription=3a831a5f-4f29-456f-9c10-4db8e95601e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4245, theSiteId=2123, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4246, theSiteId=2123, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,343 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28752 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3a831a5f-4f29-456f-9c10-4db8e95601e74610successactive4611successactive -------------------------------------- 09:20:26,346 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28753 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3a83dbe0-bde0-424e-a4de-b22311512ad0 -------------------------------------- 09:20:26,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,358 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2620, theDescription=3a83dbe0-bde0-424e-a4de-b22311512ad0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2619, theAccountId=2620, isDefault=true, theDescription=3a83dbe0-bde0-424e-a4de-b22311512ad0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5237, theSiteId=2619, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5238, theSiteId=2619, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,358 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,405 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28753 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3a83dbe0-bde0-424e-a4de-b22311512ad08829successpaused8832successpaused8833successactive8834successactive -------------------------------------- 09:20:26,408 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28754 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3aa59838-26ab-43a8-94c6-924889cbf35b -------------------------------------- 09:20:26,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,413 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,413 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,421 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2102, theDescription=3aa59838-26ab-43a8-94c6-924889cbf35b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2101, theAccountId=2102, isDefault=true, theDescription=3aa59838-26ab-43a8-94c6-924889cbf35b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4201, theSiteId=2101, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4202, theSiteId=2101, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,421 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,422 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,466 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28754 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3aa59838-26ab-43a8-94c6-924889cbf35b4551successactive4552successactive -------------------------------------- 09:20:26,469 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28755 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3b0d2a31-a6e9-406d-8929-d36796d2758b -------------------------------------- 09:20:26,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,474 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,474 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,483 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2122, theDescription=3b0d2a31-a6e9-406d-8929-d36796d2758b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2121, theAccountId=2122, isDefault=true, theDescription=3b0d2a31-a6e9-406d-8929-d36796d2758b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4241, theSiteId=2121, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4242, theSiteId=2121, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,530 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28755 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3b0d2a31-a6e9-406d-8929-d36796d2758b4606successactive4607successactive -------------------------------------- 09:20:26,533 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28756 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3b2bb05b-10b1-40c3-a2d8-460921719195 -------------------------------------- 09:20:26,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,538 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,538 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,550 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2227, theDescription=3b2bb05b-10b1-40c3-a2d8-460921719195, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2226, theAccountId=2227, isDefault=true, theDescription=3b2bb05b-10b1-40c3-a2d8-460921719195_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4451, theSiteId=2226, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4452, theSiteId=2226, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,597 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28756 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3b2bb05b-10b1-40c3-a2d8-4609217191954893successactive4894successactive4895successpaused4896successpaused -------------------------------------- 09:20:26,601 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28757 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3b63428c-28d3-4747-bf5d-6b9e39b7494b -------------------------------------- 09:20:26,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,613 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1875, theDescription=3b63428c-28d3-4747-bf5d-6b9e39b7494b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1874, theAccountId=1875, isDefault=true, theDescription=3b63428c-28d3-4747-bf5d-6b9e39b7494b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3747, theSiteId=1874, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3748, theSiteId=1874, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,616 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,616 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,661 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28757 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3b63428c-28d3-4747-bf5d-6b9e39b7494b3863successpaused3864successpaused3865successpaused3866successpaused3867successpaused3868successpaused3869successpaused3870successpaused3871successactive3872successactive3873successactive3874successactive -------------------------------------- 09:20:26,664 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28758 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3bcb0fe5-5a33-465e-9730-57c243672b54 -------------------------------------- 09:20:26,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,676 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2218, theDescription=3bcb0fe5-5a33-465e-9730-57c243672b54, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2217, theAccountId=2218, isDefault=true, theDescription=3bcb0fe5-5a33-465e-9730-57c243672b54_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4433, theSiteId=2217, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4434, theSiteId=2217, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,677 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,677 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,723 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28758 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3bcb0fe5-5a33-465e-9730-57c243672b544857successactive4858successactive -------------------------------------- 09:20:26,726 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28759 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3bf66af2-b7e0-446f-9447-e0a118efa145 -------------------------------------- 09:20:26,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,738 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1298, theDescription=3bf66af2-b7e0-446f-9447-e0a118efa145, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1297, theAccountId=1298, isDefault=true, theDescription=3bf66af2-b7e0-446f-9447-e0a118efa145_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2593, theSiteId=1297, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2594, theSiteId=1297, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,785 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28759 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3bf66af2-b7e0-446f-9447-e0a118efa1452350successactive2351successactive -------------------------------------- 09:20:26,788 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28760 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3bf69b65-ce5a-49da-893b-477638275028 -------------------------------------- 09:20:26,789 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,789 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,802 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1290, theDescription=3bf69b65-ce5a-49da-893b-477638275028, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1289, theAccountId=1290, isDefault=true, theDescription=3bf69b65-ce5a-49da-893b-477638275028_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2577, theSiteId=1289, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2578, theSiteId=1289, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,802 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,802 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,848 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28760 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3bf69b65-ce5a-49da-893b-4776382750282328successactive2329successactive -------------------------------------- 09:20:26,851 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28761 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3c85414d-b33a-4197-a67d-4af81fea535c -------------------------------------- 09:20:26,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,854 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,854 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,855 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,855 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,863 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1909, theDescription=3c85414d-b33a-4197-a67d-4af81fea535c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1908, theAccountId=1909, isDefault=true, theDescription=3c85414d-b33a-4197-a67d-4af81fea535c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3815, theSiteId=1908, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3816, theSiteId=1908, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,866 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,866 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,910 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28761 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3c85414d-b33a-4197-a67d-4af81fea535c3993successpaused3994successpaused4025successactive4026successactive -------------------------------------- 09:20:26,913 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28762 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3c94c4bb-0771-49ce-adb3-30e346b4072a -------------------------------------- 09:20:26,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,915 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,915 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,925 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2174, theDescription=3c94c4bb-0771-49ce-adb3-30e346b4072a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2173, theAccountId=2174, isDefault=true, theDescription=3c94c4bb-0771-49ce-adb3-30e346b4072a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4345, theSiteId=2173, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4346, theSiteId=2173, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,926 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,926 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,928 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,928 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:26,972 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28762 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3c94c4bb-0771-49ce-adb3-30e346b4072a4728successactive4729successactive -------------------------------------- 09:20:26,975 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28763 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3cfd75d7-9f85-4df4-ad49-461250e8ed0c -------------------------------------- 09:20:26,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:26,977 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,977 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:26,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:26,987 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1082, theDescription=3cfd75d7-9f85-4df4-ad49-461250e8ed0c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1081, theAccountId=1082, isDefault=true, theDescription=3cfd75d7-9f85-4df4-ad49-461250e8ed0c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2161, theSiteId=1081, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2162, theSiteId=1081, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:26,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:26,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:26,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,033 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28763 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3cfd75d7-9f85-4df4-ad49-461250e8ed0c1756successactive1757successactive -------------------------------------- 09:20:27,037 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28764 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3cff3ad9-3e6a-49e2-b826-dbdbf2ea3369 -------------------------------------- 09:20:27,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,039 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,048 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2614, theDescription=3cff3ad9-3e6a-49e2-b826-dbdbf2ea3369, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2613, theAccountId=2614, isDefault=true, theDescription=3cff3ad9-3e6a-49e2-b826-dbdbf2ea3369_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5225, theSiteId=2613, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5226, theSiteId=2613, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,049 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,049 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,096 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28764 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3cff3ad9-3e6a-49e2-b826-dbdbf2ea33698746successactive8747successpaused8748successactive8755successactive8756successpaused8757successactive -------------------------------------- 09:20:27,099 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28765 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3d702e8d-4734-4866-856a-4d60cd4aff42 -------------------------------------- 09:20:27,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,100 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,112 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2593, theDescription=3d702e8d-4734-4866-856a-4d60cd4aff42, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2592, theAccountId=2593, isDefault=true, theDescription=3d702e8d-4734-4866-856a-4d60cd4aff42_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5183, theSiteId=2592, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5184, theSiteId=2592, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,112 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,115 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,115 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,158 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28765 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3d702e8d-4734-4866-856a-4d60cd4aff428586successactive8587successactive -------------------------------------- 09:20:27,161 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28766 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3d7ba78f-58cd-4738-8146-d3fb20d2919e -------------------------------------- 09:20:27,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,165 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,165 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,174 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1672, theDescription=3d7ba78f-58cd-4738-8146-d3fb20d2919e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1671, theAccountId=1672, isDefault=true, theDescription=3d7ba78f-58cd-4738-8146-d3fb20d2919e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3341, theSiteId=1671, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3342, theSiteId=1671, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,222 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28766 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3d7ba78f-58cd-4738-8146-d3fb20d2919e3115successactive3116successactive -------------------------------------- 09:20:27,225 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28767 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3d8c0d9a-1114-4b20-82f1-0b377d32c780 -------------------------------------- 09:20:27,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,236 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2237, theDescription=3d8c0d9a-1114-4b20-82f1-0b377d32c780, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2236, theAccountId=2237, isDefault=true, theDescription=3d8c0d9a-1114-4b20-82f1-0b377d32c780_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4471, theSiteId=2236, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4472, theSiteId=2236, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,284 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28767 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3d8c0d9a-1114-4b20-82f1-0b377d32c7804917successpaused4918successpaused4955successactive4956successactive -------------------------------------- 09:20:27,287 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28768 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3da29a88-2b1f-49b5-81a2-d6e101612f11 -------------------------------------- 09:20:27,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,300 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1095, theDescription=3da29a88-2b1f-49b5-81a2-d6e101612f11, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1094, theAccountId=1095, isDefault=true, theDescription=3da29a88-2b1f-49b5-81a2-d6e101612f11_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2187, theSiteId=1094, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2188, theSiteId=1094, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,301 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,348 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28768 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3da29a88-2b1f-49b5-81a2-d6e101612f111773successactive1774successactive -------------------------------------- 09:20:27,351 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28769 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3dbd7c1c-55bc-4daa-a9ec-c7a8dc3e7891 -------------------------------------- 09:20:27,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,364 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1947, theDescription=3dbd7c1c-55bc-4daa-a9ec-c7a8dc3e7891, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1946, theAccountId=1947, isDefault=true, theDescription=3dbd7c1c-55bc-4daa-a9ec-c7a8dc3e7891_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3891, theSiteId=1946, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3892, theSiteId=1946, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,411 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28769 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3dbd7c1c-55bc-4daa-a9ec-c7a8dc3e78914127successactive4128successactive -------------------------------------- 09:20:27,414 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28770 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3e21a382-0688-478c-9bb6-36cf25c48c92 -------------------------------------- 09:20:27,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,427 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1543, theDescription=3e21a382-0688-478c-9bb6-36cf25c48c92, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1542, theAccountId=1543, isDefault=true, theDescription=3e21a382-0688-478c-9bb6-36cf25c48c92_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3083, theSiteId=1542, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3084, theSiteId=1542, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,476 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28770 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3e21a382-0688-478c-9bb6-36cf25c48c922897successactive -------------------------------------- 09:20:27,479 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28771 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3e224068-5dda-46f7-840c-582acc3cebc4 -------------------------------------- 09:20:27,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,491 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1822, theDescription=3e224068-5dda-46f7-840c-582acc3cebc4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1821, theAccountId=1822, isDefault=true, theDescription=3e224068-5dda-46f7-840c-582acc3cebc4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3641, theSiteId=1821, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3642, theSiteId=1821, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,494 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,540 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28771 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3e224068-5dda-46f7-840c-582acc3cebc43724successactive3725successactive -------------------------------------- 09:20:27,543 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28772 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3e3d588c-65c1-4119-839a-f554ca14bcd1 -------------------------------------- 09:20:27,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,555 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1210, theDescription=3e3d588c-65c1-4119-839a-f554ca14bcd1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1209, theAccountId=1210, isDefault=true, theDescription=3e3d588c-65c1-4119-839a-f554ca14bcd1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2417, theSiteId=1209, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2418, theSiteId=1209, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,603 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28772 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3e3d588c-65c1-4119-839a-f554ca14bcd12161successactive -------------------------------------- 09:20:27,605 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28773 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3e7c8e49-ffbe-425d-862f-f35ae5a2c2f7 -------------------------------------- 09:20:27,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,608 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,617 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1172, theDescription=3e7c8e49-ffbe-425d-862f-f35ae5a2c2f7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1171, theAccountId=1172, isDefault=true, theDescription=3e7c8e49-ffbe-425d-862f-f35ae5a2c2f7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2341, theSiteId=1171, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2342, theSiteId=1171, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,664 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28773 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3e7c8e49-ffbe-425d-862f-f35ae5a2c2f72004successactive2005successactive -------------------------------------- 09:20:27,667 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28774 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3e98acfc-ee74-4049-995f-55f598658e8a -------------------------------------- 09:20:27,667 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,667 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,669 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,669 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,679 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1894, theDescription=3e98acfc-ee74-4049-995f-55f598658e8a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1893, theAccountId=1894, isDefault=true, theDescription=3e98acfc-ee74-4049-995f-55f598658e8a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3785, theSiteId=1893, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3786, theSiteId=1893, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,727 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28774 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3e98acfc-ee74-4049-995f-55f598658e8a3923successactive3924successactive3925successactive3926successactive -------------------------------------- 09:20:27,730 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28775 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3ecea12a-d9c4-48b7-bff2-e7acaa09d259 -------------------------------------- 09:20:27,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,742 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1331, theDescription=3ecea12a-d9c4-48b7-bff2-e7acaa09d259, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1330, theAccountId=1331, isDefault=true, theDescription=3ecea12a-d9c4-48b7-bff2-e7acaa09d259_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2659, theSiteId=1330, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2660, theSiteId=1330, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,745 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,745 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,789 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28775 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3ecea12a-d9c4-48b7-bff2-e7acaa09d2592436successactive2437successactive -------------------------------------- 09:20:27,792 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28776 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3f8cbaa8-1aed-48e8-82a9-3e62f5fd02ee -------------------------------------- 09:20:27,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,794 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,794 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,805 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=959, theDescription=3f8cbaa8-1aed-48e8-82a9-3e62f5fd02ee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=958, theAccountId=959, isDefault=true, theDescription=3f8cbaa8-1aed-48e8-82a9-3e62f5fd02ee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1915, theSiteId=958, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1916, theSiteId=958, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,806 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,806 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,852 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28776 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3f8cbaa8-1aed-48e8-82a9-3e62f5fd02ee1553successactive1554successactive -------------------------------------- 09:20:27,855 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28777 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3fdc8ad5-b554-40b5-a0dd-8d877d3febb7 -------------------------------------- 09:20:27,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,869 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2432, theDescription=3fdc8ad5-b554-40b5-a0dd-8d877d3febb7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2431, theAccountId=2432, isDefault=true, theDescription=3fdc8ad5-b554-40b5-a0dd-8d877d3febb7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4861, theSiteId=2431, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4862, theSiteId=2431, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,917 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28777 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3fdc8ad5-b554-40b5-a0dd-8d877d3febb77249successpaused7250successpaused7251successpaused7252successpaused7253successpaused7260successpaused7261successpaused7262successactive7263successactive7264successpaused7265successactive7266successactive7267successactive -------------------------------------- 09:20:27,920 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28778 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3fefb16d-a1b9-441a-b4e1-285a5149b158 -------------------------------------- 09:20:27,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:27,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:27,944 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=872, theDescription=3fefb16d-a1b9-441a-b4e1-285a5149b158, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=871, theAccountId=872, isDefault=true, theDescription=3fefb16d-a1b9-441a-b4e1-285a5149b158_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1741, theSiteId=871, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1742, theSiteId=871, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:27,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:27,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:27,993 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28778 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3fefb16d-a1b9-441a-b4e1-285a5149b1581437successactive -------------------------------------- 09:20:27,996 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28779 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3ff1de70-b972-4c6d-a747-58362ad0b334 -------------------------------------- 09:20:27,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:27,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:27,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,008 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2339, theDescription=3ff1de70-b972-4c6d-a747-58362ad0b334, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2338, theAccountId=2339, isDefault=true, theDescription=3ff1de70-b972-4c6d-a747-58362ad0b334_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4675, theSiteId=2338, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4676, theSiteId=2338, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,055 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28779 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3ff1de70-b972-4c6d-a747-58362ad0b3345722successpaused5723successpaused5869successactive5870successactive -------------------------------------- 09:20:28,058 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28780 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4067ba64-3c8b-4229-90e3-75e4de81d1d9 -------------------------------------- 09:20:28,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,070 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=36, theDescription=4067ba64-3c8b-4229-90e3-75e4de81d1d9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=35, theAccountId=36, isDefault=true, theDescription=4067ba64-3c8b-4229-90e3-75e4de81d1d9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=69, theSiteId=35, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=70, theSiteId=35, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,116 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28780 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4067ba64-3c8b-4229-90e3-75e4de81d1d972successpaused77successpaused2298successactive2299successactive -------------------------------------- 09:20:28,123 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28781 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4083118f-7754-4f37-83f1-2eb91f97891b -------------------------------------- 09:20:28,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,135 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1108, theDescription=4083118f-7754-4f37-83f1-2eb91f97891b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1107, theAccountId=1108, isDefault=true, theDescription=4083118f-7754-4f37-83f1-2eb91f97891b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2213, theSiteId=1107, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2214, theSiteId=1107, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,181 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28781 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4083118f-7754-4f37-83f1-2eb91f97891b1793successactive1794successactive -------------------------------------- 09:20:28,184 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28782 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 40b120e7-934d-4b77-a40e-3c64b9b71d48 -------------------------------------- 09:20:28,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,186 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,186 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,195 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=704, theDescription=40b120e7-934d-4b77-a40e-3c64b9b71d48, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=703, theAccountId=704, isDefault=true, theDescription=40b120e7-934d-4b77-a40e-3c64b9b71d48_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1405, theSiteId=703, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1406, theSiteId=703, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,241 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28782 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 40b120e7-934d-4b77-a40e-3c64b9b71d481266successactive -------------------------------------- 09:20:28,244 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28783 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 41059e74-eaa4-4623-8aea-dc4cc7ec3518 -------------------------------------- 09:20:28,244 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,244 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,246 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,246 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,248 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,248 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,257 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=702, theDescription=41059e74-eaa4-4623-8aea-dc4cc7ec3518, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=701, theAccountId=702, isDefault=true, theDescription=41059e74-eaa4-4623-8aea-dc4cc7ec3518_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1401, theSiteId=701, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1402, theSiteId=701, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,258 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,258 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,303 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28783 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 41059e74-eaa4-4623-8aea-dc4cc7ec35181264successactive -------------------------------------- 09:20:28,306 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28784 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4149a83b-ea79-4e01-8120-aa56f271196a -------------------------------------- 09:20:28,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,308 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,310 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,310 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,318 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2183, theDescription=4149a83b-ea79-4e01-8120-aa56f271196a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2182, theAccountId=2183, isDefault=true, theDescription=4149a83b-ea79-4e01-8120-aa56f271196a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4363, theSiteId=2182, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4364, theSiteId=2182, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,318 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,364 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28784 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4149a83b-ea79-4e01-8120-aa56f271196a4754successactive4755successactive -------------------------------------- 09:20:28,384 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28785 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 415bdc7b-2411-44eb-b54c-a2e9cdea81ef -------------------------------------- 09:20:28,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,388 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,388 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,396 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1785, theDescription=415bdc7b-2411-44eb-b54c-a2e9cdea81ef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1784, theAccountId=1785, isDefault=true, theDescription=415bdc7b-2411-44eb-b54c-a2e9cdea81ef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3567, theSiteId=1784, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3568, theSiteId=1784, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,396 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,443 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28785 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 415bdc7b-2411-44eb-b54c-a2e9cdea81ef3591successactive3592successactive -------------------------------------- 09:20:28,466 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28786 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 41777f56-a5e9-431e-809b-35919191252b -------------------------------------- 09:20:28,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,478 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=794, theDescription=41777f56-a5e9-431e-809b-35919191252b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=793, theAccountId=794, isDefault=true, theDescription=41777f56-a5e9-431e-809b-35919191252b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1585, theSiteId=793, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1586, theSiteId=793, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,524 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28786 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 41777f56-a5e9-431e-809b-35919191252b1358successactive -------------------------------------- 09:20:28,527 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28787 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4288f1d1-d2d3-48ef-aad9-ceb5f60ab07f -------------------------------------- 09:20:28,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,538 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1060, theDescription=4288f1d1-d2d3-48ef-aad9-ceb5f60ab07f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1059, theAccountId=1060, isDefault=true, theDescription=4288f1d1-d2d3-48ef-aad9-ceb5f60ab07f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2117, theSiteId=1059, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2118, theSiteId=1059, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,539 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,539 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,585 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28787 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4288f1d1-d2d3-48ef-aad9-ceb5f60ab07f1707successactive1708successactive -------------------------------------- 09:20:28,587 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28788 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 42cba363-4ce4-4751-b1b3-994ce60d56f7 -------------------------------------- 09:20:28,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,591 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,599 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1239, theDescription=42cba363-4ce4-4751-b1b3-994ce60d56f7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1238, theAccountId=1239, isDefault=true, theDescription=42cba363-4ce4-4751-b1b3-994ce60d56f7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2475, theSiteId=1238, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2476, theSiteId=1238, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,600 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,600 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,646 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28788 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 42cba363-4ce4-4751-b1b3-994ce60d56f72218successactive2219successactive -------------------------------------- 09:20:28,648 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28789 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 42cc13c7-04eb-4608-b16f-39ca2a94e437 -------------------------------------- 09:20:28,649 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,649 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,665 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1341, theDescription=42cc13c7-04eb-4608-b16f-39ca2a94e437, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1340, theAccountId=1341, isDefault=true, theDescription=42cc13c7-04eb-4608-b16f-39ca2a94e437_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2679, theSiteId=1340, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2680, theSiteId=1340, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,711 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28789 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 42cc13c7-04eb-4608-b16f-39ca2a94e4372500successactive2501successactive2502successactive2503successactive -------------------------------------- 09:20:28,714 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28790 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4370fd58-bbea-4e46-9c83-f1ed34f2088c -------------------------------------- 09:20:28,714 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,714 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,718 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,718 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,725 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2106, theDescription=4370fd58-bbea-4e46-9c83-f1ed34f2088c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2105, theAccountId=2106, isDefault=true, theDescription=4370fd58-bbea-4e46-9c83-f1ed34f2088c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4209, theSiteId=2105, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4210, theSiteId=2105, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,771 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28790 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4370fd58-bbea-4e46-9c83-f1ed34f2088c4563successactive4564successactive -------------------------------------- 09:20:28,773 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28791 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4403a13f-0d63-4ea3-acf8-dde210d16372 -------------------------------------- 09:20:28,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,784 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1325, theDescription=4403a13f-0d63-4ea3-acf8-dde210d16372, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1324, theAccountId=1325, isDefault=true, theDescription=4403a13f-0d63-4ea3-acf8-dde210d16372_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2647, theSiteId=1324, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2648, theSiteId=1324, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,834 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28791 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4403a13f-0d63-4ea3-acf8-dde210d163722424successactive2425successactive -------------------------------------- 09:20:28,837 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28792 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 441908b8-b1c2-4218-8651-c57f7cc86dc1 -------------------------------------- 09:20:28,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,839 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,841 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,841 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,848 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2331, theDescription=441908b8-b1c2-4218-8651-c57f7cc86dc1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2330, theAccountId=2331, isDefault=true, theDescription=441908b8-b1c2-4218-8651-c57f7cc86dc1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4659, theSiteId=2330, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4660, theSiteId=2330, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,903 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28792 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 441908b8-b1c2-4218-8651-c57f7cc86dc15692successpaused5693successpaused5694successpaused5695successpaused5696successpaused5697successpaused5698successactive5699successactive5700successactive5701successactive -------------------------------------- 09:20:28,905 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28793 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 446f2cca-f697-46d1-b577-5d2d1ca5ffb1 -------------------------------------- 09:20:28,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,918 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1757, theDescription=446f2cca-f697-46d1-b577-5d2d1ca5ffb1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1756, theAccountId=1757, isDefault=true, theDescription=446f2cca-f697-46d1-b577-5d2d1ca5ffb1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3511, theSiteId=1756, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3512, theSiteId=1756, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:28,964 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28793 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 446f2cca-f697-46d1-b577-5d2d1ca5ffb13480successactive3481successactive -------------------------------------- 09:20:28,967 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28794 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 44b6fa18-f096-4881-aac3-c90df31e0ea4 -------------------------------------- 09:20:28,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:28,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:28,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:28,980 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1326, theDescription=44b6fa18-f096-4881-aac3-c90df31e0ea4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1325, theAccountId=1326, isDefault=true, theDescription=44b6fa18-f096-4881-aac3-c90df31e0ea4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2649, theSiteId=1325, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2650, theSiteId=1325, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:28,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:28,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:28,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,026 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28794 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 44b6fa18-f096-4881-aac3-c90df31e0ea42426successactive2427successactive -------------------------------------- 09:20:29,028 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28795 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 44d8c692-7586-48af-acdc-134e82a0b42e -------------------------------------- 09:20:29,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,041 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1318, theDescription=44d8c692-7586-48af-acdc-134e82a0b42e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1317, theAccountId=1318, isDefault=true, theDescription=44d8c692-7586-48af-acdc-134e82a0b42e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2633, theSiteId=1317, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2634, theSiteId=1317, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,088 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28795 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 44d8c692-7586-48af-acdc-134e82a0b42e2410successactive2411successactive -------------------------------------- 09:20:29,092 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28796 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 44e5acee-eebd-4dcd-bb86-4be9183d99f1 -------------------------------------- 09:20:29,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,096 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,104 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1840, theDescription=44e5acee-eebd-4dcd-bb86-4be9183d99f1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1839, theAccountId=1840, isDefault=true, theDescription=44e5acee-eebd-4dcd-bb86-4be9183d99f1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3677, theSiteId=1839, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3678, theSiteId=1839, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,151 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28796 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 44e5acee-eebd-4dcd-bb86-4be9183d99f13771successactive3772successactive -------------------------------------- 09:20:29,153 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28797 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 44ecd679-ff2e-4e40-b246-9a86c5680661 -------------------------------------- 09:20:29,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,155 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,155 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,165 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=59, theDescription=44ecd679-ff2e-4e40-b246-9a86c5680661, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=58, theAccountId=59, isDefault=true, theDescription=44ecd679-ff2e-4e40-b246-9a86c5680661_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=115, theSiteId=58, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=116, theSiteId=58, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,165 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,165 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,211 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28797 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 44ecd679-ff2e-4e40-b246-9a86c5680661116successactive -------------------------------------- 09:20:29,213 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28798 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 45dd160a-1aa1-4fb6-b130-55b452c0e0f9 -------------------------------------- 09:20:29,214 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,214 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,217 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,217 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,225 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1328, theDescription=45dd160a-1aa1-4fb6-b130-55b452c0e0f9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1327, theAccountId=1328, isDefault=true, theDescription=45dd160a-1aa1-4fb6-b130-55b452c0e0f9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2653, theSiteId=1327, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2654, theSiteId=1327, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,272 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28798 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 45dd160a-1aa1-4fb6-b130-55b452c0e0f92430successactive2431successactive -------------------------------------- 09:20:29,274 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28799 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 45e96317-0cf7-4581-b14a-3002f0af1f1c -------------------------------------- 09:20:29,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,287 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1191, theDescription=45e96317-0cf7-4581-b14a-3002f0af1f1c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1190, theAccountId=1191, isDefault=true, theDescription=45e96317-0cf7-4581-b14a-3002f0af1f1c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2379, theSiteId=1190, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2380, theSiteId=1190, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,337 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28799 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 45e96317-0cf7-4581-b14a-3002f0af1f1c2124successactive2125successactive -------------------------------------- 09:20:29,340 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28800 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 45e9b4d6-ac7f-4ab9-b8ee-83f6d29a6d7a -------------------------------------- 09:20:29,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,352 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2485, theDescription=45e9b4d6-ac7f-4ab9-b8ee-83f6d29a6d7a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2484, theAccountId=2485, isDefault=true, theDescription=45e9b4d6-ac7f-4ab9-b8ee-83f6d29a6d7a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4967, theSiteId=2484, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4968, theSiteId=2484, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,398 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28800 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 45e9b4d6-ac7f-4ab9-b8ee-83f6d29a6d7a7570successactive7571successactive7572successactive7573successactive7574successactive7575successactive -------------------------------------- 09:20:29,401 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28801 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 465df8fa-a837-470c-984b-4e1651f80f22 -------------------------------------- 09:20:29,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,412 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1921, theDescription=465df8fa-a837-470c-984b-4e1651f80f22, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1920, theAccountId=1921, isDefault=true, theDescription=465df8fa-a837-470c-984b-4e1651f80f22_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3839, theSiteId=1920, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3840, theSiteId=1920, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,413 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,413 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,459 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28801 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 465df8fa-a837-470c-984b-4e1651f80f224033successactive4034successactive4035successactive4036successactive4037successactive4038successactive4039successpaused4040successpaused -------------------------------------- 09:20:29,461 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28802 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 467d4925-6f18-4788-ba7d-25019679ae6d -------------------------------------- 09:20:29,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,473 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1502, theDescription=467d4925-6f18-4788-ba7d-25019679ae6d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1501, theAccountId=1502, isDefault=true, theDescription=467d4925-6f18-4788-ba7d-25019679ae6d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3001, theSiteId=1501, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3002, theSiteId=1501, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,473 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,473 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,475 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,475 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,518 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28802 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 467d4925-6f18-4788-ba7d-25019679ae6d2848successactive -------------------------------------- 09:20:29,520 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28803 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 46ab919c-9a37-4ca4-a918-ec8bba1e1b55 -------------------------------------- 09:20:29,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,524 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,524 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,536 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2083, theDescription=46ab919c-9a37-4ca4-a918-ec8bba1e1b55, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2082, theAccountId=2083, isDefault=true, theDescription=46ab919c-9a37-4ca4-a918-ec8bba1e1b55_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4163, theSiteId=2082, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4164, theSiteId=2082, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,536 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,536 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,539 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,539 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,582 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28803 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 46ab919c-9a37-4ca4-a918-ec8bba1e1b554505successactive4506successactive4507successactive4508successactive -------------------------------------- 09:20:29,584 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28804 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 46b7de2c-a315-4bac-b776-6f6a31518947 -------------------------------------- 09:20:29,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,587 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,587 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,599 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1907, theDescription=46b7de2c-a315-4bac-b776-6f6a31518947, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1906, theAccountId=1907, isDefault=true, theDescription=46b7de2c-a315-4bac-b776-6f6a31518947_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3811, theSiteId=1906, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3812, theSiteId=1906, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,600 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,600 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,649 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28804 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 46b7de2c-a315-4bac-b776-6f6a315189473959successpaused3960successpaused3961successpaused3962successpaused3963successpaused3964successpaused3989successactive3990successactive -------------------------------------- 09:20:29,654 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28805 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 46e63b25-af37-4f2c-baec-d36ef30a483d -------------------------------------- 09:20:29,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,659 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,659 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,667 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2621, theDescription=46e63b25-af37-4f2c-baec-d36ef30a483d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2620, theAccountId=2621, isDefault=true, theDescription=46e63b25-af37-4f2c-baec-d36ef30a483d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5239, theSiteId=2620, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5240, theSiteId=2620, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,667 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,667 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,713 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28805 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 46e63b25-af37-4f2c-baec-d36ef30a483d8830successpaused8837successpaused8838successactive8839successactive -------------------------------------- 09:20:29,716 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28806 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 46f872ea-214f-46c5-b470-1a0bf81fb1e6 -------------------------------------- 09:20:29,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,718 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,718 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,727 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2411, theDescription=46f872ea-214f-46c5-b470-1a0bf81fb1e6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2410, theAccountId=2411, isDefault=true, theDescription=46f872ea-214f-46c5-b470-1a0bf81fb1e6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4819, theSiteId=2410, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4820, theSiteId=2410, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,774 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28806 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 46f872ea-214f-46c5-b470-1a0bf81fb1e66997successpaused6998successpaused6999successpaused7000successpaused7010successpaused7011successpaused7012successpaused7013successpaused7014successpaused7015successpaused7016successpaused7017successpaused7063successpaused7064successpaused7065successpaused7066successpaused7067successpaused7068successpaused7069successpaused7070successpaused7071successpaused7072successpaused7073successpaused7074successpaused7081successpaused7082successpaused7083successpaused7086successpaused7096successpaused7102successpaused7103successpaused7104successpaused7105successpaused7106successpaused7107successpaused7110successpaused7115successpaused7116successpaused7117successpaused7118successpaused7119successpaused7120successpaused7121successpaused7122successpaused7123successpaused7124successpaused7125successpaused7126successpaused7130successpaused7131successpaused7132successpaused7133successpaused7134successpaused7135successpaused7138successpaused7139successpaused7140successpaused7141successpaused7142successpaused7143successpaused7144successpaused7145successpaused7149successactive7150successactive -------------------------------------- 09:20:29,777 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28807 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 470dae9e-74f1-4d6c-bd4c-89bbaa2e3574 -------------------------------------- 09:20:29,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,779 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,779 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,788 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1303, theDescription=470dae9e-74f1-4d6c-bd4c-89bbaa2e3574, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1302, theAccountId=1303, isDefault=true, theDescription=470dae9e-74f1-4d6c-bd4c-89bbaa2e3574_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2603, theSiteId=1302, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2604, theSiteId=1302, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,789 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,789 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,835 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28807 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 470dae9e-74f1-4d6c-bd4c-89bbaa2e35742366successpaused2367successpaused2370successactive2371successactive -------------------------------------- 09:20:29,838 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28808 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 470de4c3-c87a-49a4-9d9c-1857171c5b84 -------------------------------------- 09:20:29,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,840 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,840 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,842 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,842 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,849 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1610, theDescription=470de4c3-c87a-49a4-9d9c-1857171c5b84, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1609, theAccountId=1610, isDefault=true, theDescription=470de4c3-c87a-49a4-9d9c-1857171c5b84_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3217, theSiteId=1609, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3218, theSiteId=1609, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,897 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28808 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 470de4c3-c87a-49a4-9d9c-1857171c5b842996successpaused3438successpaused3439successpaused3440successpaused3441successpaused3442successpaused3443successpaused3444successpaused3445successpaused3446successpaused3447successpaused3448successpaused3449successpaused3986successactive -------------------------------------- 09:20:29,901 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28809 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47133829-b986-4a4d-9398-a8b47cdafa1b -------------------------------------- 09:20:29,901 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,901 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,903 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,903 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,913 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2067, theDescription=47133829-b986-4a4d-9398-a8b47cdafa1b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2066, theAccountId=2067, isDefault=true, theDescription=47133829-b986-4a4d-9398-a8b47cdafa1b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4131, theSiteId=2066, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4132, theSiteId=2066, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,916 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:29,960 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28809 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47133829-b986-4a4d-9398-a8b47cdafa1b4460successpaused4461successpaused4462successactive4463successactive -------------------------------------- 09:20:29,965 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28810 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4713b34f-e1c1-4a33-a732-a604278eef55 -------------------------------------- 09:20:29,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:29,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:29,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:29,978 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2617, theDescription=4713b34f-e1c1-4a33-a732-a604278eef55, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2616, theAccountId=2617, isDefault=true, theDescription=4713b34f-e1c1-4a33-a732-a604278eef55_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5231, theSiteId=2616, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5232, theSiteId=2616, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:29,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:29,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:29,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,024 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28810 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4713b34f-e1c1-4a33-a732-a604278eef558775successactive8784successactive8785successactive8786successactive -------------------------------------- 09:20:30,032 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28811 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47160b87-f21b-4d25-ae94-d5e3afdc747e -------------------------------------- 09:20:30,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,045 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1765, theDescription=47160b87-f21b-4d25-ae94-d5e3afdc747e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1764, theAccountId=1765, isDefault=true, theDescription=47160b87-f21b-4d25-ae94-d5e3afdc747e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3527, theSiteId=1764, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3528, theSiteId=1764, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,092 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28811 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47160b87-f21b-4d25-ae94-d5e3afdc747e3506successactive3507successactive -------------------------------------- 09:20:30,095 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28812 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47467c19-d52d-418a-9f73-f3a1ce34aa50 -------------------------------------- 09:20:30,095 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,095 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,098 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,098 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,106 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2074, theDescription=47467c19-d52d-418a-9f73-f3a1ce34aa50, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2073, theAccountId=2074, isDefault=true, theDescription=47467c19-d52d-418a-9f73-f3a1ce34aa50_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4145, theSiteId=2073, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4146, theSiteId=2073, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,153 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28812 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47467c19-d52d-418a-9f73-f3a1ce34aa504485successactive4486successactive -------------------------------------- 09:20:30,155 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28813 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 476d0d7e-bc08-428e-8153-8dcd329dbc7c -------------------------------------- 09:20:30,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,159 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,159 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,173 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2292, theDescription=476d0d7e-bc08-428e-8153-8dcd329dbc7c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2291, theAccountId=2292, isDefault=true, theDescription=476d0d7e-bc08-428e-8153-8dcd329dbc7c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4581, theSiteId=2291, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4582, theSiteId=2291, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,176 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,176 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,220 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28813 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 476d0d7e-bc08-428e-8153-8dcd329dbc7c5065successactive5066successactive -------------------------------------- 09:20:30,222 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28814 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 479ffb15-fdbb-4f51-9809-67153cad50ec -------------------------------------- 09:20:30,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,224 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,224 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,226 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,226 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,234 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2131, theDescription=479ffb15-fdbb-4f51-9809-67153cad50ec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2130, theAccountId=2131, isDefault=true, theDescription=479ffb15-fdbb-4f51-9809-67153cad50ec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4259, theSiteId=2130, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4260, theSiteId=2130, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,235 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,235 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,281 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28814 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 479ffb15-fdbb-4f51-9809-67153cad50ec4624successactive4625successactive -------------------------------------- 09:20:30,283 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28815 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47b43789-df3b-45b4-ad40-507eb8c58ba7 -------------------------------------- 09:20:30,284 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,284 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,296 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2123, theDescription=47b43789-df3b-45b4-ad40-507eb8c58ba7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2122, theAccountId=2123, isDefault=true, theDescription=47b43789-df3b-45b4-ad40-507eb8c58ba7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4243, theSiteId=2122, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4244, theSiteId=2122, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,343 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28815 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47b43789-df3b-45b4-ad40-507eb8c58ba74608successactive4609successactive -------------------------------------- 09:20:30,345 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28816 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47edd590-efee-472a-86b6-20d30b0b701f -------------------------------------- 09:20:30,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,346 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,349 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,358 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2184, theDescription=47edd590-efee-472a-86b6-20d30b0b701f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2183, theAccountId=2184, isDefault=true, theDescription=47edd590-efee-472a-86b6-20d30b0b701f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4365, theSiteId=2183, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4366, theSiteId=2183, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,358 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,404 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28816 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47edd590-efee-472a-86b6-20d30b0b701f4756successactive4757successactive -------------------------------------- 09:20:30,407 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28817 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4801fb78-db19-488e-ab55-849652c77eb2 -------------------------------------- 09:20:30,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,420 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1897, theDescription=4801fb78-db19-488e-ab55-849652c77eb2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1896, theAccountId=1897, isDefault=true, theDescription=4801fb78-db19-488e-ab55-849652c77eb2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3791, theSiteId=1896, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3792, theSiteId=1896, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,482 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28817 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4801fb78-db19-488e-ab55-849652c77eb23935successactive3936successactive -------------------------------------- 09:20:30,484 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28818 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 48968ddc-a9d4-4876-b8d2-3fd492b4e843 -------------------------------------- 09:20:30,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,496 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1970, theDescription=48968ddc-a9d4-4876-b8d2-3fd492b4e843, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1969, theAccountId=1970, isDefault=true, theDescription=48968ddc-a9d4-4876-b8d2-3fd492b4e843_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3937, theSiteId=1969, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3938, theSiteId=1969, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,496 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,496 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,543 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28818 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 48968ddc-a9d4-4876-b8d2-3fd492b4e8434185successactive4186successactive -------------------------------------- 09:20:30,546 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28819 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4899a1ce-f50e-4216-90f4-01360f24b598 -------------------------------------- 09:20:30,546 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,546 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,550 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,558 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2405, theDescription=4899a1ce-f50e-4216-90f4-01360f24b598, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2404, theAccountId=2405, isDefault=true, theDescription=4899a1ce-f50e-4216-90f4-01360f24b598_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4807, theSiteId=2404, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4808, theSiteId=2404, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,604 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28819 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4899a1ce-f50e-4216-90f4-01360f24b5986834successactive6835successpaused6836successactive6837successpaused6838successactive6839successpaused6840successpaused6841successpaused6937successactive -------------------------------------- 09:20:30,607 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28820 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 497e73c7-d198-4bfb-8c9c-27a311fc1b4c -------------------------------------- 09:20:30,608 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,619 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2603, theDescription=497e73c7-d198-4bfb-8c9c-27a311fc1b4c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2602, theAccountId=2603, isDefault=true, theDescription=497e73c7-d198-4bfb-8c9c-27a311fc1b4c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5203, theSiteId=2602, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5204, theSiteId=2602, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,666 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28820 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 497e73c7-d198-4bfb-8c9c-27a311fc1b4c8701successactive8702successpaused8805successactive -------------------------------------- 09:20:30,668 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28821 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 49957402-da1f-4bdf-be48-518c0b748f80 -------------------------------------- 09:20:30,669 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,669 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,681 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1252, theDescription=49957402-da1f-4bdf-be48-518c0b748f80, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1251, theAccountId=1252, isDefault=true, theDescription=49957402-da1f-4bdf-be48-518c0b748f80_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2501, theSiteId=1251, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2502, theSiteId=1251, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,727 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28821 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 49957402-da1f-4bdf-be48-518c0b748f802242successactive -------------------------------------- 09:20:30,729 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28822 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 49a32d05-cd73-4cf3-90d2-0631dc637233 -------------------------------------- 09:20:30,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,741 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1908, theDescription=49a32d05-cd73-4cf3-90d2-0631dc637233, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1907, theAccountId=1908, isDefault=true, theDescription=49a32d05-cd73-4cf3-90d2-0631dc637233_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3813, theSiteId=1907, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3814, theSiteId=1907, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,741 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,741 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,743 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,743 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,786 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28822 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 49a32d05-cd73-4cf3-90d2-0631dc6372333991successactive3992successactive -------------------------------------- 09:20:30,789 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28823 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4a22f100-ae0c-4b6b-80ab-7ab68e14d7b6 -------------------------------------- 09:20:30,789 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,789 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,800 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=73, theDescription=4a22f100-ae0c-4b6b-80ab-7ab68e14d7b6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=72, theAccountId=73, isDefault=true, theDescription=4a22f100-ae0c-4b6b-80ab-7ab68e14d7b6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=143, theSiteId=72, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=144, theSiteId=72, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,803 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,803 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,847 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28823 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4a22f100-ae0c-4b6b-80ab-7ab68e14d7b6138successactive -------------------------------------- 09:20:30,849 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28824 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4aadfa13-ea2e-4822-a779-3bf324f36d09 -------------------------------------- 09:20:30,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,861 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2160, theDescription=4aadfa13-ea2e-4822-a779-3bf324f36d09, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2159, theAccountId=2160, isDefault=true, theDescription=4aadfa13-ea2e-4822-a779-3bf324f36d09_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4317, theSiteId=2159, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4318, theSiteId=2159, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,908 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28824 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4aadfa13-ea2e-4822-a779-3bf324f36d094688successactive4689successactive4696successpaused4697successpaused -------------------------------------- 09:20:30,910 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28825 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4acca354-a35e-48d3-9110-830d78e38bdb -------------------------------------- 09:20:30,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,915 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,922 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1313, theDescription=4acca354-a35e-48d3-9110-830d78e38bdb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1312, theAccountId=1313, isDefault=true, theDescription=4acca354-a35e-48d3-9110-830d78e38bdb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2623, theSiteId=1312, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2624, theSiteId=1312, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:30,972 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28825 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4acca354-a35e-48d3-9110-830d78e38bdb2398successactive2399successactive -------------------------------------- 09:20:30,974 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28826 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4bfbcc39-ffc0-4e15-b0ec-69f058699777 -------------------------------------- 09:20:30,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:30,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:30,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:30,986 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=840, theDescription=4bfbcc39-ffc0-4e15-b0ec-69f058699777, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=839, theAccountId=840, isDefault=true, theDescription=4bfbcc39-ffc0-4e15-b0ec-69f058699777_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1677, theSiteId=839, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1678, theSiteId=839, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:30,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:30,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:30,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,031 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28826 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4bfbcc39-ffc0-4e15-b0ec-69f0586997771405successactive -------------------------------------- 09:20:31,034 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28827 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4c320508-1c74-4c49-8f86-20d11027527c -------------------------------------- 09:20:31,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,038 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,045 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1393, theDescription=4c320508-1c74-4c49-8f86-20d11027527c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1392, theAccountId=1393, isDefault=true, theDescription=4c320508-1c74-4c49-8f86-20d11027527c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2783, theSiteId=1392, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2784, theSiteId=1392, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,091 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28827 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4c320508-1c74-4c49-8f86-20d11027527c2647successactive2648successactive -------------------------------------- 09:20:31,093 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28828 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4c68339a-17c5-4f58-9fdc-67653edc0d98 -------------------------------------- 09:20:31,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,096 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,105 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2147, theDescription=4c68339a-17c5-4f58-9fdc-67653edc0d98, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2146, theAccountId=2147, isDefault=true, theDescription=4c68339a-17c5-4f58-9fdc-67653edc0d98_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4291, theSiteId=2146, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4292, theSiteId=2146, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,151 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28828 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4c68339a-17c5-4f58-9fdc-67653edc0d984660successactive4661successactive -------------------------------------- 09:20:31,154 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28829 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4c74bb75-d2c4-4dde-bc75-7e3708d1957c -------------------------------------- 09:20:31,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,158 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,158 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,165 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1394, theDescription=4c74bb75-d2c4-4dde-bc75-7e3708d1957c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1393, theAccountId=1394, isDefault=true, theDescription=4c74bb75-d2c4-4dde-bc75-7e3708d1957c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2785, theSiteId=1393, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2786, theSiteId=1393, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,212 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28829 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4c74bb75-d2c4-4dde-bc75-7e3708d1957c2649successactive2650successactive -------------------------------------- 09:20:31,214 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28830 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4cb2ce97-a709-4827-8d5e-1cdd38c1352f -------------------------------------- 09:20:31,215 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,215 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,226 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2570, theDescription=4cb2ce97-a709-4827-8d5e-1cdd38c1352f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2569, theAccountId=2570, isDefault=true, theDescription=4cb2ce97-a709-4827-8d5e-1cdd38c1352f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5137, theSiteId=2569, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5138, theSiteId=2569, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,226 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,226 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,272 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28830 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4cb2ce97-a709-4827-8d5e-1cdd38c1352f8521successpaused8522successpaused8523successpaused8524successpaused8646successactive8647successactive -------------------------------------- 09:20:31,275 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28831 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4cbfb8f6-490c-4b6f-8896-611c64a88a1e -------------------------------------- 09:20:31,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,279 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,287 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1922, theDescription=4cbfb8f6-490c-4b6f-8896-611c64a88a1e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1921, theAccountId=1922, isDefault=true, theDescription=4cbfb8f6-490c-4b6f-8896-611c64a88a1e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3841, theSiteId=1921, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3842, theSiteId=1921, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,334 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28831 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4cbfb8f6-490c-4b6f-8896-611c64a88a1e4041successactive4042successactive -------------------------------------- 09:20:31,336 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28832 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4cd9fe19-0646-41e7-ae45-a8fdc28edcb0 -------------------------------------- 09:20:31,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,338 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,338 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,348 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1238, theDescription=4cd9fe19-0646-41e7-ae45-a8fdc28edcb0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1237, theAccountId=1238, isDefault=true, theDescription=4cd9fe19-0646-41e7-ae45-a8fdc28edcb0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2473, theSiteId=1237, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2474, theSiteId=1237, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,394 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28832 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4cd9fe19-0646-41e7-ae45-a8fdc28edcb02216successactive2217successactive -------------------------------------- 09:20:31,397 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28833 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4cf44c40-0a94-4a32-b988-3da92e679ab8 -------------------------------------- 09:20:31,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,408 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1784, theDescription=4cf44c40-0a94-4a32-b988-3da92e679ab8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1783, theAccountId=1784, isDefault=true, theDescription=4cf44c40-0a94-4a32-b988-3da92e679ab8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3565, theSiteId=1783, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3566, theSiteId=1783, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,456 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28833 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4cf44c40-0a94-4a32-b988-3da92e679ab83563successactive3564successactive -------------------------------------- 09:20:31,458 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28834 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4cfb4c91-da0c-4451-92dd-885568972730 -------------------------------------- 09:20:31,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,470 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1808, theDescription=4cfb4c91-da0c-4451-92dd-885568972730, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1807, theAccountId=1808, isDefault=true, theDescription=4cfb4c91-da0c-4451-92dd-885568972730_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3613, theSiteId=1807, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3614, theSiteId=1807, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,473 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,473 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,516 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28834 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4cfb4c91-da0c-4451-92dd-8855689727303680successactive3681successactive -------------------------------------- 09:20:31,519 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28835 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4d1a8e82-3246-411b-a14f-a3d83c7f3104 -------------------------------------- 09:20:31,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,531 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1256, theDescription=4d1a8e82-3246-411b-a14f-a3d83c7f3104, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1255, theAccountId=1256, isDefault=true, theDescription=4d1a8e82-3246-411b-a14f-a3d83c7f3104_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2509, theSiteId=1255, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2510, theSiteId=1255, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,577 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28835 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4d1a8e82-3246-411b-a14f-a3d83c7f31042248successactive2249successactive -------------------------------------- 09:20:31,580 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28836 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4d425c38-c20d-4184-bf51-f862348aee80 -------------------------------------- 09:20:31,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,591 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1902, theDescription=4d425c38-c20d-4184-bf51-f862348aee80, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1901, theAccountId=1902, isDefault=true, theDescription=4d425c38-c20d-4184-bf51-f862348aee80_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3801, theSiteId=1901, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3802, theSiteId=1901, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,639 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28836 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4d425c38-c20d-4184-bf51-f862348aee803945successactive3946successactive -------------------------------------- 09:20:31,641 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28837 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4d72b814-c876-46d3-bde3-3300dfc69777 -------------------------------------- 09:20:31,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,646 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,646 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,654 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1518, theDescription=4d72b814-c876-46d3-bde3-3300dfc69777, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1517, theAccountId=1518, isDefault=true, theDescription=4d72b814-c876-46d3-bde3-3300dfc69777_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3033, theSiteId=1517, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3034, theSiteId=1517, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,704 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28837 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4d72b814-c876-46d3-bde3-3300dfc697772870successactive -------------------------------------- 09:20:31,706 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28838 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4efff24a-a14d-4c73-a938-96019f048618 -------------------------------------- 09:20:31,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,717 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1891, theDescription=4efff24a-a14d-4c73-a938-96019f048618, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1890, theAccountId=1891, isDefault=true, theDescription=4efff24a-a14d-4c73-a938-96019f048618_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3779, theSiteId=1890, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3780, theSiteId=1890, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,718 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,718 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,763 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28838 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4efff24a-a14d-4c73-a938-96019f0486183917successactive3918successactive -------------------------------------- 09:20:31,772 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28839 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4f32335f-c3ef-4806-bdc6-647baea800b5 -------------------------------------- 09:20:31,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,783 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1333, theDescription=4f32335f-c3ef-4806-bdc6-647baea800b5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1332, theAccountId=1333, isDefault=true, theDescription=4f32335f-c3ef-4806-bdc6-647baea800b5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2663, theSiteId=1332, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2664, theSiteId=1332, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,786 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,830 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28839 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4f32335f-c3ef-4806-bdc6-647baea800b52440successactive2441successactive2442successactive2443successactive2444successactive2445successactive -------------------------------------- 09:20:31,833 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28840 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4f45457b-f6dd-40d5-ac47-9871dd82e7b5 -------------------------------------- 09:20:31,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1868, theDescription=4f45457b-f6dd-40d5-ac47-9871dd82e7b5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1867, theAccountId=1868, isDefault=true, theDescription=4f45457b-f6dd-40d5-ac47-9871dd82e7b5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3733, theSiteId=1867, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3734, theSiteId=1867, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,896 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28840 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4f45457b-f6dd-40d5-ac47-9871dd82e7b53847successpaused3848successactive3849successpaused -------------------------------------- 09:20:31,899 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28841 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4f9ee445-5382-478b-9988-3b644d043b32 -------------------------------------- 09:20:31,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,902 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,902 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,904 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,904 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,913 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1260, theDescription=4f9ee445-5382-478b-9988-3b644d043b32, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1259, theAccountId=1260, isDefault=true, theDescription=4f9ee445-5382-478b-9988-3b644d043b32_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2517, theSiteId=1259, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2518, theSiteId=1259, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,915 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,915 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:31,959 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28841 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4f9ee445-5382-478b-9988-3b644d043b322258successactive2259successactive -------------------------------------- 09:20:31,961 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28842 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4fd34138-0934-48ae-8fe2-0f55073b2410 -------------------------------------- 09:20:31,962 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,962 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:31,963 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,964 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:31,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:31,973 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1262, theDescription=4fd34138-0934-48ae-8fe2-0f55073b2410, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1261, theAccountId=1262, isDefault=true, theDescription=4fd34138-0934-48ae-8fe2-0f55073b2410_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2521, theSiteId=1261, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2522, theSiteId=1261, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:31,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:31,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:31,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,019 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28842 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4fd34138-0934-48ae-8fe2-0f55073b24102263successactive2264successactive -------------------------------------- 09:20:32,021 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28843 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 501c8ce3-7825-4894-8310-a32f6c60f5eb -------------------------------------- 09:20:32,022 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,022 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,023 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,023 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,035 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1250, theDescription=501c8ce3-7825-4894-8310-a32f6c60f5eb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1249, theAccountId=1250, isDefault=true, theDescription=501c8ce3-7825-4894-8310-a32f6c60f5eb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2497, theSiteId=1249, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2498, theSiteId=1249, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,038 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,082 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28843 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 501c8ce3-7825-4894-8310-a32f6c60f5eb2238successactive2239successactive -------------------------------------- 09:20:32,097 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28844 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5128d7da-faf1-4208-8b3d-c255a1fe29b5 -------------------------------------- 09:20:32,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,109 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2055, theDescription=5128d7da-faf1-4208-8b3d-c255a1fe29b5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2054, theAccountId=2055, isDefault=true, theDescription=5128d7da-faf1-4208-8b3d-c255a1fe29b5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4107, theSiteId=2054, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4108, theSiteId=2054, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,112 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,112 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,171 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28844 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5128d7da-faf1-4208-8b3d-c255a1fe29b54402successpaused4403successpaused4404successpaused4405successpaused4406successpaused4407successpaused4428successactive4429successactive4430successactive4431successactive4432successactive4433successactive -------------------------------------- 09:20:32,174 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28845 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 51512b2d-8692-4903-b2dd-e64cce53c6b1 -------------------------------------- 09:20:32,174 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,174 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,176 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,176 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,186 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1029, theDescription=51512b2d-8692-4903-b2dd-e64cce53c6b1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1028, theAccountId=1029, isDefault=true, theDescription=51512b2d-8692-4903-b2dd-e64cce53c6b1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2055, theSiteId=1028, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2056, theSiteId=1028, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,186 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,186 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,234 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28845 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 51512b2d-8692-4903-b2dd-e64cce53c6b11653successactive1654successactive -------------------------------------- 09:20:32,236 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28846 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 51cd1d35-2b6c-44e3-8f13-cbc99c038c30 -------------------------------------- 09:20:32,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,248 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1730, theDescription=51cd1d35-2b6c-44e3-8f13-cbc99c038c30, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1729, theAccountId=1730, isDefault=true, theDescription=51cd1d35-2b6c-44e3-8f13-cbc99c038c30_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3457, theSiteId=1729, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3458, theSiteId=1729, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,296 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28846 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 51cd1d35-2b6c-44e3-8f13-cbc99c038c303331successactive3332successactive -------------------------------------- 09:20:32,298 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28847 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 51f04424-26d0-4fe2-af8f-d755b4919c18 -------------------------------------- 09:20:32,298 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,311 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1533, theDescription=51f04424-26d0-4fe2-af8f-d755b4919c18, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1532, theAccountId=1533, isDefault=true, theDescription=51f04424-26d0-4fe2-af8f-d755b4919c18_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3063, theSiteId=1532, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3064, theSiteId=1532, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,362 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28847 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 51f04424-26d0-4fe2-af8f-d755b4919c182885successactive -------------------------------------- 09:20:32,364 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28848 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 51f3cdc4-9be1-4751-9336-6dd1033dde06 -------------------------------------- 09:20:32,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,377 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1530, theDescription=51f3cdc4-9be1-4751-9336-6dd1033dde06, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1529, theAccountId=1530, isDefault=true, theDescription=51f3cdc4-9be1-4751-9336-6dd1033dde06_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3057, theSiteId=1529, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3058, theSiteId=1529, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,423 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28848 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 51f3cdc4-9be1-4751-9336-6dd1033dde062882successactive -------------------------------------- 09:20:32,425 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28849 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5227f670-b174-4488-8eb1-48e285461965 -------------------------------------- 09:20:32,426 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,426 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,428 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,428 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,438 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1211, theDescription=5227f670-b174-4488-8eb1-48e285461965, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1210, theAccountId=1211, isDefault=true, theDescription=5227f670-b174-4488-8eb1-48e285461965_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2419, theSiteId=1210, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2420, theSiteId=1210, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,484 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28849 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5227f670-b174-4488-8eb1-48e2854619652162successactive2163successactive -------------------------------------- 09:20:32,486 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28850 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5264f6b4-2379-4199-aaaa-3a553fba0c1e -------------------------------------- 09:20:32,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,505 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1991, theDescription=5264f6b4-2379-4199-aaaa-3a553fba0c1e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1990, theAccountId=1991, isDefault=true, theDescription=5264f6b4-2379-4199-aaaa-3a553fba0c1e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3979, theSiteId=1990, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3980, theSiteId=1990, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,505 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,505 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,551 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28850 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5264f6b4-2379-4199-aaaa-3a553fba0c1e4238successactive4239successactive -------------------------------------- 09:20:32,553 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28851 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5270a47f-73a3-40fd-a998-8090e1a2f554 -------------------------------------- 09:20:32,554 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,557 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,557 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,567 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1347, theDescription=5270a47f-73a3-40fd-a998-8090e1a2f554, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1346, theAccountId=1347, isDefault=true, theDescription=5270a47f-73a3-40fd-a998-8090e1a2f554_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2691, theSiteId=1346, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2692, theSiteId=1346, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,615 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28851 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5270a47f-73a3-40fd-a998-8090e1a2f5542532successactive2533successactive -------------------------------------- 09:20:32,617 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28852 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 52741d0e-6b30-425e-b8fe-08f478259301 -------------------------------------- 09:20:32,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,630 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1846, theDescription=52741d0e-6b30-425e-b8fe-08f478259301, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1845, theAccountId=1846, isDefault=true, theDescription=52741d0e-6b30-425e-b8fe-08f478259301_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3689, theSiteId=1845, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3690, theSiteId=1845, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,631 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,631 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,633 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,677 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28852 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 52741d0e-6b30-425e-b8fe-08f4782593013787successactive3788successactive -------------------------------------- 09:20:32,679 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28853 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 52741d0e-6b30-425e-b8fe-08f478259301 -------------------------------------- 09:20:32,680 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,680 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,691 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1846, theDescription=52741d0e-6b30-425e-b8fe-08f478259301, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1845, theAccountId=1846, isDefault=true, theDescription=52741d0e-6b30-425e-b8fe-08f478259301_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3689, theSiteId=1845, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3690, theSiteId=1845, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,692 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,692 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,737 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28853 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 52741d0e-6b30-425e-b8fe-08f4782593013787successactive3788successactive -------------------------------------- 09:20:32,740 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28854 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 54d54852-052b-44ff-97a6-f59b19ee7425 -------------------------------------- 09:20:32,740 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,740 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,751 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1220, theDescription=54d54852-052b-44ff-97a6-f59b19ee7425, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1219, theAccountId=1220, isDefault=true, theDescription=54d54852-052b-44ff-97a6-f59b19ee7425_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2437, theSiteId=1219, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2438, theSiteId=1219, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,752 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,752 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,754 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,754 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,797 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28854 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 54d54852-052b-44ff-97a6-f59b19ee74252180successactive2181successactive -------------------------------------- 09:20:32,799 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28855 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 54ebf258-ebe6-4714-ae7c-e9610718da42 -------------------------------------- 09:20:32,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,802 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,802 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,803 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,803 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,812 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1139, theDescription=54ebf258-ebe6-4714-ae7c-e9610718da42, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1138, theAccountId=1139, isDefault=true, theDescription=54ebf258-ebe6-4714-ae7c-e9610718da42_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2275, theSiteId=1138, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2276, theSiteId=1138, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,814 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,814 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,860 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28855 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 54ebf258-ebe6-4714-ae7c-e9610718da421890successactive1891successactive1892successactive1893successactive1894successactive1895successactive1896successactive1897successactive1898successactive1899successactive -------------------------------------- 09:20:32,863 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28856 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 550563cb-d0d2-4264-9782-fd98b27efcae -------------------------------------- 09:20:32,863 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,863 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,865 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,865 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,868 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,868 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,876 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1869, theDescription=550563cb-d0d2-4264-9782-fd98b27efcae, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1868, theAccountId=1869, isDefault=true, theDescription=550563cb-d0d2-4264-9782-fd98b27efcae_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3735, theSiteId=1868, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3736, theSiteId=1868, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,922 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28856 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 550563cb-d0d2-4264-9782-fd98b27efcae3850successactive3851successactive -------------------------------------- 09:20:32,924 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28857 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 55102ba3-e75e-418f-a51f-3fbf26eb1f69 -------------------------------------- 09:20:32,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:32,927 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,927 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:32,928 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:32,947 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1213, theDescription=55102ba3-e75e-418f-a51f-3fbf26eb1f69, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1212, theAccountId=1213, isDefault=true, theDescription=55102ba3-e75e-418f-a51f-3fbf26eb1f69_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2423, theSiteId=1212, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2424, theSiteId=1212, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:32,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:32,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:32,995 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28857 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 55102ba3-e75e-418f-a51f-3fbf26eb1f692166successactive2167successactive -------------------------------------- 09:20:32,997 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28858 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5520014e-b4ab-43af-92b1-7db72a966e54 -------------------------------------- 09:20:32,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:32,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,001 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,001 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,010 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=163, theDescription=5520014e-b4ab-43af-92b1-7db72a966e54, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=162, theAccountId=163, isDefault=true, theDescription=5520014e-b4ab-43af-92b1-7db72a966e54_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=323, theSiteId=162, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=324, theSiteId=162, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,062 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28858 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5520014e-b4ab-43af-92b1-7db72a966e54270successactive -------------------------------------- 09:20:33,064 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28859 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56120762-4ab6-40b5-bbc4-4461e46785a2 -------------------------------------- 09:20:33,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,076 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2011, theDescription=56120762-4ab6-40b5-bbc4-4461e46785a2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2010, theAccountId=2011, isDefault=true, theDescription=56120762-4ab6-40b5-bbc4-4461e46785a2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4019, theSiteId=2010, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4020, theSiteId=2010, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,122 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28859 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56120762-4ab6-40b5-bbc4-4461e46785a24288successactive4289successactive -------------------------------------- 09:20:33,124 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28860 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5613ea37-91fa-41a6-9bfd-9160804ed716 -------------------------------------- 09:20:33,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,136 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1878, theDescription=5613ea37-91fa-41a6-9bfd-9160804ed716, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1877, theAccountId=1878, isDefault=true, theDescription=5613ea37-91fa-41a6-9bfd-9160804ed716_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3753, theSiteId=1877, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3754, theSiteId=1877, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,182 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28860 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5613ea37-91fa-41a6-9bfd-9160804ed7163881successactive3882successactive -------------------------------------- 09:20:33,185 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28861 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5627d9b2-8e66-488e-9c77-14017b028646 -------------------------------------- 09:20:33,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,196 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1795, theDescription=5627d9b2-8e66-488e-9c77-14017b028646, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1794, theAccountId=1795, isDefault=true, theDescription=5627d9b2-8e66-488e-9c77-14017b028646_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3587, theSiteId=1794, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3588, theSiteId=1794, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,243 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28861 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5627d9b2-8e66-488e-9c77-14017b0286463610successactive3611successactive -------------------------------------- 09:20:33,246 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28862 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 563e1c16-13b8-4dda-86a3-cc5803a26e50 -------------------------------------- 09:20:33,246 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,246 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,248 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,248 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,258 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1728, theDescription=563e1c16-13b8-4dda-86a3-cc5803a26e50, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1727, theAccountId=1728, isDefault=true, theDescription=563e1c16-13b8-4dda-86a3-cc5803a26e50_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3453, theSiteId=1727, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3454, theSiteId=1727, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,305 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28862 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 563e1c16-13b8-4dda-86a3-cc5803a26e503327successactive3328successactive -------------------------------------- 09:20:33,307 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28863 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5672ff0f-965a-40ad-8763-38a1e602d50b -------------------------------------- 09:20:33,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,319 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1339, theDescription=5672ff0f-965a-40ad-8763-38a1e602d50b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1338, theAccountId=1339, isDefault=true, theDescription=5672ff0f-965a-40ad-8763-38a1e602d50b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2675, theSiteId=1338, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2676, theSiteId=1338, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,320 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,320 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,322 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,322 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,365 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28863 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5672ff0f-965a-40ad-8763-38a1e602d50b2486successactive2487successactive2488successpaused2489successpaused2490successactive2491successactive -------------------------------------- 09:20:33,368 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28864 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 568a911b-9833-4e10-952e-2ec9fe1e5172 -------------------------------------- 09:20:33,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,371 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,371 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,383 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1269, theDescription=568a911b-9833-4e10-952e-2ec9fe1e5172, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1268, theAccountId=1269, isDefault=true, theDescription=568a911b-9833-4e10-952e-2ec9fe1e5172_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2535, theSiteId=1268, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2536, theSiteId=1268, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,384 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,384 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,429 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28864 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 568a911b-9833-4e10-952e-2ec9fe1e51722280successactive2281successactive -------------------------------------- 09:20:33,432 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28865 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56aaf302-7b59-4aae-a8f0-a774b1e6dde3 -------------------------------------- 09:20:33,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,432 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,444 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1713, theDescription=56aaf302-7b59-4aae-a8f0-a774b1e6dde3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1712, theAccountId=1713, isDefault=true, theDescription=56aaf302-7b59-4aae-a8f0-a774b1e6dde3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3423, theSiteId=1712, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3424, theSiteId=1712, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,492 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28865 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56aaf302-7b59-4aae-a8f0-a774b1e6dde33258successactive3259successactive -------------------------------------- 09:20:33,499 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28866 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56deb474-9579-4229-a379-608788d37332 -------------------------------------- 09:20:33,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,511 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=52, theDescription=56deb474-9579-4229-a379-608788d37332, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=51, theAccountId=52, isDefault=true, theDescription=56deb474-9579-4229-a379-608788d37332_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=101, theSiteId=51, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=102, theSiteId=51, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,558 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28866 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56deb474-9579-4229-a379-608788d37332105successactive -------------------------------------- 09:20:33,561 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28867 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56f04061-5c4d-4b24-810e-9b387fe91bf1 -------------------------------------- 09:20:33,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,573 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1837, theDescription=56f04061-5c4d-4b24-810e-9b387fe91bf1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1836, theAccountId=1837, isDefault=true, theDescription=56f04061-5c4d-4b24-810e-9b387fe91bf1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3671, theSiteId=1836, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3672, theSiteId=1836, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,574 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,621 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28867 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56f04061-5c4d-4b24-810e-9b387fe91bf13761successactive3762successactive3763successactive3764successactive -------------------------------------- 09:20:33,623 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28868 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56f04061-5c4d-4b24-810e-9b387fe91bf1 -------------------------------------- 09:20:33,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,636 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1837, theDescription=56f04061-5c4d-4b24-810e-9b387fe91bf1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1836, theAccountId=1837, isDefault=true, theDescription=56f04061-5c4d-4b24-810e-9b387fe91bf1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3671, theSiteId=1836, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3672, theSiteId=1836, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,684 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28868 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56f04061-5c4d-4b24-810e-9b387fe91bf13761successactive3762successactive3763successactive3764successactive -------------------------------------- 09:20:33,686 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28869 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5712c78f-92a6-45c5-ac59-f4a70be25f8b -------------------------------------- 09:20:33,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,690 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,690 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,698 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=180, theDescription=5712c78f-92a6-45c5-ac59-f4a70be25f8b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=179, theAccountId=180, isDefault=true, theDescription=5712c78f-92a6-45c5-ac59-f4a70be25f8b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=357, theSiteId=179, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=358, theSiteId=179, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,745 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28869 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5712c78f-92a6-45c5-ac59-f4a70be25f8b322successactive323successactive324successactive325successactive -------------------------------------- 09:20:33,747 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28870 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5725c215-05d7-4921-8525-227c057be682 -------------------------------------- 09:20:33,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,759 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1150, theDescription=5725c215-05d7-4921-8525-227c057be682, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1149, theAccountId=1150, isDefault=true, theDescription=5725c215-05d7-4921-8525-227c057be682_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2297, theSiteId=1149, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2298, theSiteId=1149, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,805 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28870 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5725c215-05d7-4921-8525-227c057be6821941successactive1942successactive -------------------------------------- 09:20:33,807 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28871 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 578edb31-1175-47f8-b49f-91d6cdef3166 -------------------------------------- 09:20:33,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,820 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2145, theDescription=578edb31-1175-47f8-b49f-91d6cdef3166, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2144, theAccountId=2145, isDefault=true, theDescription=578edb31-1175-47f8-b49f-91d6cdef3166_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4287, theSiteId=2144, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4288, theSiteId=2144, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,866 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28871 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 578edb31-1175-47f8-b49f-91d6cdef31664656successactive4657successactive -------------------------------------- 09:20:33,868 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28872 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 580cfc6b-e030-41a4-a40f-0de4110e6564 -------------------------------------- 09:20:33,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,880 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1267, theDescription=580cfc6b-e030-41a4-a40f-0de4110e6564, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1266, theAccountId=1267, isDefault=true, theDescription=580cfc6b-e030-41a4-a40f-0de4110e6564_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2531, theSiteId=1266, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2532, theSiteId=1266, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,926 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28872 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 580cfc6b-e030-41a4-a40f-0de4110e65642276successactive2277successactive -------------------------------------- 09:20:33,929 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28873 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 580da1de-6a3e-42db-a1d6-9efadc454496 -------------------------------------- 09:20:33,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,931 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,931 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,933 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,933 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:33,941 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2052, theDescription=580da1de-6a3e-42db-a1d6-9efadc454496, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2051, theAccountId=2052, isDefault=true, theDescription=580da1de-6a3e-42db-a1d6-9efadc454496_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4101, theSiteId=2051, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4102, theSiteId=2051, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:33,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:33,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:33,987 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28873 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 580da1de-6a3e-42db-a1d6-9efadc4544964396successactive4397successactive -------------------------------------- 09:20:33,989 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28874 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 582ae910-96a9-4d47-82ec-a2e6cd46d2a7 -------------------------------------- 09:20:33,990 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,990 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:33,991 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,991 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:33,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:33,993 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,001 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2166, theDescription=582ae910-96a9-4d47-82ec-a2e6cd46d2a7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:33 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2165, theAccountId=2166, isDefault=true, theDescription=582ae910-96a9-4d47-82ec-a2e6cd46d2a7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4329, theSiteId=2165, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4330, theSiteId=2165, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,002 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,002 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,004 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,048 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28874 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 582ae910-96a9-4d47-82ec-a2e6cd46d2a74708successactive4709successactive -------------------------------------- 09:20:34,050 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28875 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 582d3dda-3bab-4181-9426-3eed2feba5fa -------------------------------------- 09:20:34,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,054 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,054 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,062 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1204, theDescription=582d3dda-3bab-4181-9426-3eed2feba5fa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1203, theAccountId=1204, isDefault=true, theDescription=582d3dda-3bab-4181-9426-3eed2feba5fa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2405, theSiteId=1203, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2406, theSiteId=1203, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,108 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28875 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 582d3dda-3bab-4181-9426-3eed2feba5fa2149successactive2150successactive3343successactive3344successactive -------------------------------------- 09:20:34,112 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28876 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 583d22e1-75be-4905-b9a1-63675bc4a52a -------------------------------------- 09:20:34,112 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,112 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,114 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,114 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,123 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1133, theDescription=583d22e1-75be-4905-b9a1-63675bc4a52a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1132, theAccountId=1133, isDefault=true, theDescription=583d22e1-75be-4905-b9a1-63675bc4a52a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2263, theSiteId=1132, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2264, theSiteId=1132, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,169 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28876 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 583d22e1-75be-4905-b9a1-63675bc4a52a1855successactive1856successactive -------------------------------------- 09:20:34,172 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28877 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5844feee-de2f-4830-bd32-3320a3e055eb -------------------------------------- 09:20:34,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,174 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,174 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,182 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1118, theDescription=5844feee-de2f-4830-bd32-3320a3e055eb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1117, theAccountId=1118, isDefault=true, theDescription=5844feee-de2f-4830-bd32-3320a3e055eb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2233, theSiteId=1117, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2234, theSiteId=1117, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,229 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28877 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5844feee-de2f-4830-bd32-3320a3e055eb1827successactive1828successactive -------------------------------------- 09:20:34,231 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28878 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 58755bf4-64ea-48ea-a7e3-510982f892f7 -------------------------------------- 09:20:34,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,235 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,235 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,242 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2316, theDescription=58755bf4-64ea-48ea-a7e3-510982f892f7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2315, theAccountId=2316, isDefault=true, theDescription=58755bf4-64ea-48ea-a7e3-510982f892f7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4629, theSiteId=2315, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4630, theSiteId=2315, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,288 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28878 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 58755bf4-64ea-48ea-a7e3-510982f892f75187successactive5188successactive5189successactive5190successactive -------------------------------------- 09:20:34,290 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28879 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 591f662b-37f1-47be-8a35-fe5e6c1664a0 -------------------------------------- 09:20:34,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,302 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2194, theDescription=591f662b-37f1-47be-8a35-fe5e6c1664a0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2193, theAccountId=2194, isDefault=true, theDescription=591f662b-37f1-47be-8a35-fe5e6c1664a0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4385, theSiteId=2193, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4386, theSiteId=2193, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,347 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28879 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 591f662b-37f1-47be-8a35-fe5e6c1664a04778successactive4779successactive -------------------------------------- 09:20:34,369 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28880 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5921a759-cabc-400f-82e7-db150db1cf86 -------------------------------------- 09:20:34,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,372 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,373 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,373 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,381 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2631, theDescription=5921a759-cabc-400f-82e7-db150db1cf86, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2630, theAccountId=2631, isDefault=true, theDescription=5921a759-cabc-400f-82e7-db150db1cf86_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5259, theSiteId=2630, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5260, theSiteId=2630, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,384 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,384 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,426 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28880 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5921a759-cabc-400f-82e7-db150db1cf868908successpaused8909successpaused8910successactive8911successactive8915successactive8916successactive -------------------------------------- 09:20:34,429 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28881 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 595d3385-16f1-4429-8d8c-e00d984e7ec8 -------------------------------------- 09:20:34,429 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,429 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,432 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,440 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2132, theDescription=595d3385-16f1-4429-8d8c-e00d984e7ec8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2131, theAccountId=2132, isDefault=true, theDescription=595d3385-16f1-4429-8d8c-e00d984e7ec8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4261, theSiteId=2131, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4262, theSiteId=2131, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,440 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,486 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28881 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 595d3385-16f1-4429-8d8c-e00d984e7ec84626successactive4627successactive -------------------------------------- 09:20:34,488 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28882 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5960b461-449a-4044-94f4-960032935aef -------------------------------------- 09:20:34,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,490 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,499 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1305, theDescription=5960b461-449a-4044-94f4-960032935aef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1304, theAccountId=1305, isDefault=true, theDescription=5960b461-449a-4044-94f4-960032935aef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2607, theSiteId=1304, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2608, theSiteId=1304, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,502 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,545 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28882 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5960b461-449a-4044-94f4-960032935aef2372successactive2373successactive2374successactive2375successactive -------------------------------------- 09:20:34,547 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28883 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 59c85769-b3d5-4381-a023-eafc8ff49fc1 -------------------------------------- 09:20:34,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,559 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1268, theDescription=59c85769-b3d5-4381-a023-eafc8ff49fc1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1267, theAccountId=1268, isDefault=true, theDescription=59c85769-b3d5-4381-a023-eafc8ff49fc1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2533, theSiteId=1267, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2534, theSiteId=1267, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,605 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28883 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 59c85769-b3d5-4381-a023-eafc8ff49fc12278successactive2279successactive -------------------------------------- 09:20:34,608 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28884 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 59f3695e-3dac-4ae6-8938-b8ce8d3ad5b7 -------------------------------------- 09:20:34,608 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,620 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2075, theDescription=59f3695e-3dac-4ae6-8938-b8ce8d3ad5b7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2074, theAccountId=2075, isDefault=true, theDescription=59f3695e-3dac-4ae6-8938-b8ce8d3ad5b7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4147, theSiteId=2074, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4148, theSiteId=2074, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,680 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28884 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 59f3695e-3dac-4ae6-8938-b8ce8d3ad5b74487successactive4488successactive -------------------------------------- 09:20:34,682 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28885 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5a2e5a98-0051-490b-b895-d7ca1d02eaf1 -------------------------------------- 09:20:34,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,686 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,686 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,694 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2327, theDescription=5a2e5a98-0051-490b-b895-d7ca1d02eaf1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2326, theAccountId=2327, isDefault=true, theDescription=5a2e5a98-0051-490b-b895-d7ca1d02eaf1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4651, theSiteId=2326, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4652, theSiteId=2326, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,697 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,697 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,740 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28885 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5a2e5a98-0051-490b-b895-d7ca1d02eaf15683successactive5684successactive -------------------------------------- 09:20:34,743 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28886 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5ad0361c-2dd0-4dba-bc42-44476ee11066 -------------------------------------- 09:20:34,743 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,743 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,745 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,745 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,754 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2175, theDescription=5ad0361c-2dd0-4dba-bc42-44476ee11066, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2174, theAccountId=2175, isDefault=true, theDescription=5ad0361c-2dd0-4dba-bc42-44476ee11066_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4347, theSiteId=2174, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4348, theSiteId=2174, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,800 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28886 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5ad0361c-2dd0-4dba-bc42-44476ee110664730successpaused4731successpaused4732successactive4733successactive -------------------------------------- 09:20:34,803 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28887 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5b00826b-635d-4c4e-82e3-3e72389a5067 -------------------------------------- 09:20:34,803 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,803 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,814 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2038, theDescription=5b00826b-635d-4c4e-82e3-3e72389a5067, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2037, theAccountId=2038, isDefault=true, theDescription=5b00826b-635d-4c4e-82e3-3e72389a5067_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4073, theSiteId=2037, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4074, theSiteId=2037, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,860 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28887 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5b00826b-635d-4c4e-82e3-3e72389a50674368successactive4369successactive -------------------------------------- 09:20:34,863 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28888 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5b0eaf5c-9212-4034-9328-99f37a3e9a40 -------------------------------------- 09:20:34,863 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,863 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,865 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,865 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,867 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,867 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,874 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=931, theDescription=5b0eaf5c-9212-4034-9328-99f37a3e9a40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=930, theAccountId=931, isDefault=true, theDescription=5b0eaf5c-9212-4034-9328-99f37a3e9a40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1859, theSiteId=930, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1860, theSiteId=930, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,875 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,875 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,877 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,920 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28888 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5b0eaf5c-9212-4034-9328-99f37a3e9a401509successactive -------------------------------------- 09:20:34,922 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28889 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5be8f22f-a405-45f1-aad8-2571c54a3da6 -------------------------------------- 09:20:34,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,926 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,926 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,934 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2206, theDescription=5be8f22f-a405-45f1-aad8-2571c54a3da6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2205, theAccountId=2206, isDefault=true, theDescription=5be8f22f-a405-45f1-aad8-2571c54a3da6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4409, theSiteId=2205, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4410, theSiteId=2205, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:34,980 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28889 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5be8f22f-a405-45f1-aad8-2571c54a3da64827successactive4828successactive -------------------------------------- 09:20:34,982 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28890 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5cbca3d8-a6f3-4873-a801-82ad9196438a -------------------------------------- 09:20:34,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:34,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:34,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:34,995 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1424, theDescription=5cbca3d8-a6f3-4873-a801-82ad9196438a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:34 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1423, theAccountId=1424, isDefault=true, theDescription=5cbca3d8-a6f3-4873-a801-82ad9196438a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2845, theSiteId=1423, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2846, theSiteId=1423, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:34,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:34,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:34,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,040 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28890 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5cbca3d8-a6f3-4873-a801-82ad9196438a2712successactive2713successactive2714successactive2715successactive2716successactive2717successactive -------------------------------------- 09:20:35,043 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28891 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5dcb7859-a6da-489c-ba3c-dd30be6b212c -------------------------------------- 09:20:35,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,055 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2115, theDescription=5dcb7859-a6da-489c-ba3c-dd30be6b212c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2114, theAccountId=2115, isDefault=true, theDescription=5dcb7859-a6da-489c-ba3c-dd30be6b212c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4227, theSiteId=2114, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4228, theSiteId=2114, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,056 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,056 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,101 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28891 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5dcb7859-a6da-489c-ba3c-dd30be6b212c4593successactive4594successactive -------------------------------------- 09:20:35,103 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28892 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5e019c21-e010-4729-a306-3f6bc33322e7 -------------------------------------- 09:20:35,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,106 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,106 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,115 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2169, theDescription=5e019c21-e010-4729-a306-3f6bc33322e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2168, theAccountId=2169, isDefault=true, theDescription=5e019c21-e010-4729-a306-3f6bc33322e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4335, theSiteId=2168, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4336, theSiteId=2168, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,161 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28892 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5e019c21-e010-4729-a306-3f6bc33322e74718successpaused4719successpaused4869successactive4870successactive -------------------------------------- 09:20:35,164 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28893 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5e18e517-e806-4f63-b2f6-36a510d032ec -------------------------------------- 09:20:35,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,175 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1155, theDescription=5e18e517-e806-4f63-b2f6-36a510d032ec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1154, theAccountId=1155, isDefault=true, theDescription=5e18e517-e806-4f63-b2f6-36a510d032ec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2307, theSiteId=1154, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2308, theSiteId=1154, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,222 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28893 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5e18e517-e806-4f63-b2f6-36a510d032ec1961successactive1962successactive1963successactive1964successactive1965successactive1966successactive1967successactive1968successactive -------------------------------------- 09:20:35,224 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28894 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5f086cf1-6f22-4da6-9740-f83e9d45bbce -------------------------------------- 09:20:35,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,236 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2065, theDescription=5f086cf1-6f22-4da6-9740-f83e9d45bbce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2064, theAccountId=2065, isDefault=true, theDescription=5f086cf1-6f22-4da6-9740-f83e9d45bbce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4127, theSiteId=2064, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4128, theSiteId=2064, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,236 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,282 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28894 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5f086cf1-6f22-4da6-9740-f83e9d45bbce4452successactive4453successactive4454successpaused4455successpaused4456successactive4457successactive -------------------------------------- 09:20:35,285 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28895 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5f121632-1bf4-447c-8dc2-45b9fe2014c0 -------------------------------------- 09:20:35,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,297 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2064, theDescription=5f121632-1bf4-447c-8dc2-45b9fe2014c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2063, theAccountId=2064, isDefault=true, theDescription=5f121632-1bf4-447c-8dc2-45b9fe2014c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4125, theSiteId=2063, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4126, theSiteId=2063, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,342 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28895 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5f121632-1bf4-447c-8dc2-45b9fe2014c04446successactive4447successactive -------------------------------------- 09:20:35,345 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28896 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 600f48a3-b4a5-4055-a3fa-c3eb00b1a365 -------------------------------------- 09:20:35,345 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,345 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,347 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,349 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,357 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=913, theDescription=600f48a3-b4a5-4055-a3fa-c3eb00b1a365, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=912, theAccountId=913, isDefault=true, theDescription=600f48a3-b4a5-4055-a3fa-c3eb00b1a365_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1823, theSiteId=912, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1824, theSiteId=912, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,360 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,360 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,402 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28896 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 600f48a3-b4a5-4055-a3fa-c3eb00b1a3651486successactive -------------------------------------- 09:20:35,405 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28897 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 601b8fa0-9867-4411-b89a-0a204d49bc94 -------------------------------------- 09:20:35,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,417 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1876, theDescription=601b8fa0-9867-4411-b89a-0a204d49bc94, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1875, theAccountId=1876, isDefault=true, theDescription=601b8fa0-9867-4411-b89a-0a204d49bc94_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3749, theSiteId=1875, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3750, theSiteId=1875, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,419 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,419 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,463 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28897 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 601b8fa0-9867-4411-b89a-0a204d49bc943875successactive3876successactive3877successactive3878successactive -------------------------------------- 09:20:35,465 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28898 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 60e296e8-84ea-4be1-831d-01a41fb4b8f6 -------------------------------------- 09:20:35,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,477 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1506, theDescription=60e296e8-84ea-4be1-831d-01a41fb4b8f6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1505, theAccountId=1506, isDefault=true, theDescription=60e296e8-84ea-4be1-831d-01a41fb4b8f6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3009, theSiteId=1505, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3010, theSiteId=1505, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,522 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28898 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 60e296e8-84ea-4be1-831d-01a41fb4b8f62853successactive -------------------------------------- 09:20:35,525 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28899 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6114fd2e-2495-4db3-8ffe-efc9b4cbdd45 -------------------------------------- 09:20:35,525 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,525 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,537 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2117, theDescription=6114fd2e-2495-4db3-8ffe-efc9b4cbdd45, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2116, theAccountId=2117, isDefault=true, theDescription=6114fd2e-2495-4db3-8ffe-efc9b4cbdd45_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4231, theSiteId=2116, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4232, theSiteId=2116, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,538 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,538 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,584 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28899 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6114fd2e-2495-4db3-8ffe-efc9b4cbdd454597successactive4598successactive -------------------------------------- 09:20:35,587 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28900 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 61877d6c-b50d-485d-8542-586a34a77c9c -------------------------------------- 09:20:35,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,600 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1040, theDescription=61877d6c-b50d-485d-8542-586a34a77c9c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1039, theAccountId=1040, isDefault=true, theDescription=61877d6c-b50d-485d-8542-586a34a77c9c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2077, theSiteId=1039, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2078, theSiteId=1039, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,600 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,600 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,646 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28900 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 61877d6c-b50d-485d-8542-586a34a77c9c1670successactive1671successactive -------------------------------------- 09:20:35,649 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28901 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 61c8567e-fb7c-412d-be28-f7bce444a57b -------------------------------------- 09:20:35,649 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,649 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,661 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1412, theDescription=61c8567e-fb7c-412d-be28-f7bce444a57b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1411, theAccountId=1412, isDefault=true, theDescription=61c8567e-fb7c-412d-be28-f7bce444a57b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2821, theSiteId=1411, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2822, theSiteId=1411, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,708 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28901 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 61c8567e-fb7c-412d-be28-f7bce444a57b2686successactive2687successactive -------------------------------------- 09:20:35,711 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28902 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 62557a31-3bcb-4818-9ef4-939c6b132bd6 -------------------------------------- 09:20:35,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,723 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1682, theDescription=62557a31-3bcb-4818-9ef4-939c6b132bd6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1681, theAccountId=1682, isDefault=true, theDescription=62557a31-3bcb-4818-9ef4-939c6b132bd6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3361, theSiteId=1681, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3362, theSiteId=1681, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,769 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28902 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 62557a31-3bcb-4818-9ef4-939c6b132bd63156successactive -------------------------------------- 09:20:35,772 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28903 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 62b9860c-9605-43fe-9168-70d7ca1edb28 -------------------------------------- 09:20:35,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,784 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1117, theDescription=62b9860c-9605-43fe-9168-70d7ca1edb28, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1116, theAccountId=1117, isDefault=true, theDescription=62b9860c-9605-43fe-9168-70d7ca1edb28_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2231, theSiteId=1116, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2232, theSiteId=1116, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,830 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28903 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 62b9860c-9605-43fe-9168-70d7ca1edb281825successactive1826successactive -------------------------------------- 09:20:35,833 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28904 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 62e13086-0188-48b9-bea4-10f667b9b5a9 -------------------------------------- 09:20:35,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,846 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1836, theDescription=62e13086-0188-48b9-bea4-10f667b9b5a9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1835, theAccountId=1836, isDefault=true, theDescription=62e13086-0188-48b9-bea4-10f667b9b5a9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3669, theSiteId=1835, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3670, theSiteId=1835, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,892 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28904 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 62e13086-0188-48b9-bea4-10f667b9b5a93757successactive3758successactive3759successactive3760successactive -------------------------------------- 09:20:35,895 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28905 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 62fc8578-c8aa-47fe-a3d3-0d697a7ba837 -------------------------------------- 09:20:35,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,907 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=934, theDescription=62fc8578-c8aa-47fe-a3d3-0d697a7ba837, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=933, theAccountId=934, isDefault=true, theDescription=62fc8578-c8aa-47fe-a3d3-0d697a7ba837_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1865, theSiteId=933, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1866, theSiteId=933, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:35,953 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28905 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 62fc8578-c8aa-47fe-a3d3-0d697a7ba8371512successactive -------------------------------------- 09:20:35,956 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28906 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 630924ad-c3c6-45d1-b6a4-a7be29f289a2 -------------------------------------- 09:20:35,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:35,959 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,959 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:35,960 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,961 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:35,971 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2051, theDescription=630924ad-c3c6-45d1-b6a4-a7be29f289a2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:35 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2050, theAccountId=2051, isDefault=true, theDescription=630924ad-c3c6-45d1-b6a4-a7be29f289a2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4099, theSiteId=2050, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4100, theSiteId=2050, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:35,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:35,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:35,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,017 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28906 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 630924ad-c3c6-45d1-b6a4-a7be29f289a24394successactive4395successactive -------------------------------------- 09:20:36,020 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28907 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6336ff44-5c6f-481b-b089-ff0e73753399 -------------------------------------- 09:20:36,021 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,021 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,023 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,023 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,032 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2487, theDescription=6336ff44-5c6f-481b-b089-ff0e73753399, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2486, theAccountId=2487, isDefault=true, theDescription=6336ff44-5c6f-481b-b089-ff0e73753399_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4971, theSiteId=2486, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4972, theSiteId=2486, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,033 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,079 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28907 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6336ff44-5c6f-481b-b089-ff0e737533997593successactive7594successactive7595successactive -------------------------------------- 09:20:36,082 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28908 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 63b32d62-1860-4a55-96d2-268a45e6d239 -------------------------------------- 09:20:36,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,084 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,084 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,086 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,086 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,093 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2251, theDescription=63b32d62-1860-4a55-96d2-268a45e6d239, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2250, theAccountId=2251, isDefault=true, theDescription=63b32d62-1860-4a55-96d2-268a45e6d239_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4499, theSiteId=2250, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4500, theSiteId=2250, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,096 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,139 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28908 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 63b32d62-1860-4a55-96d2-268a45e6d2394970successactive4971successactive -------------------------------------- 09:20:36,142 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28909 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 63cb429a-dd38-41d8-baf5-8170685c8802 -------------------------------------- 09:20:36,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,144 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,154 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=911, theDescription=63cb429a-dd38-41d8-baf5-8170685c8802, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=910, theAccountId=911, isDefault=true, theDescription=63cb429a-dd38-41d8-baf5-8170685c8802_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1819, theSiteId=910, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1820, theSiteId=910, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,199 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28909 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 63cb429a-dd38-41d8-baf5-8170685c88021482successactive1483successactive -------------------------------------- 09:20:36,202 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28910 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6403eb34-f1ac-4e88-af9c-3e9acc7479c5 -------------------------------------- 09:20:36,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,214 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1348, theDescription=6403eb34-f1ac-4e88-af9c-3e9acc7479c5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1347, theAccountId=1348, isDefault=true, theDescription=6403eb34-f1ac-4e88-af9c-3e9acc7479c5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2693, theSiteId=1347, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2694, theSiteId=1347, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,215 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,215 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,217 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,217 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,261 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28910 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6403eb34-f1ac-4e88-af9c-3e9acc7479c52561successpaused2562successactive -------------------------------------- 09:20:36,264 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28911 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 64671ce8-aa55-40ba-b19c-9f016dec5836 -------------------------------------- 09:20:36,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,266 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,266 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,276 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1515, theDescription=64671ce8-aa55-40ba-b19c-9f016dec5836, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1514, theAccountId=1515, isDefault=true, theDescription=64671ce8-aa55-40ba-b19c-9f016dec5836_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3027, theSiteId=1514, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3028, theSiteId=1514, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,279 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,336 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28911 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 64671ce8-aa55-40ba-b19c-9f016dec58362867successactive -------------------------------------- 09:20:36,339 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28912 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 647b28bc-4378-4a9b-9c0f-b47d571598b4 -------------------------------------- 09:20:36,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,352 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1072, theDescription=647b28bc-4378-4a9b-9c0f-b47d571598b4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1071, theAccountId=1072, isDefault=true, theDescription=647b28bc-4378-4a9b-9c0f-b47d571598b4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2141, theSiteId=1071, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2142, theSiteId=1071, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,398 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28912 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 647b28bc-4378-4a9b-9c0f-b47d571598b41738successactive1739successactive -------------------------------------- 09:20:36,401 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28913 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 64f051d4-b984-44dd-8006-ea00d15fe66d -------------------------------------- 09:20:36,402 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,402 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,404 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,404 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,415 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1884, theDescription=64f051d4-b984-44dd-8006-ea00d15fe66d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1883, theAccountId=1884, isDefault=true, theDescription=64f051d4-b984-44dd-8006-ea00d15fe66d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3765, theSiteId=1883, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3766, theSiteId=1883, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,461 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28913 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 64f051d4-b984-44dd-8006-ea00d15fe66d3897successactive3898successactive -------------------------------------- 09:20:36,464 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28914 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 65fd1dc0-0990-419b-9790-10adb446f88f -------------------------------------- 09:20:36,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,475 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2047, theDescription=65fd1dc0-0990-419b-9790-10adb446f88f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2046, theAccountId=2047, isDefault=true, theDescription=65fd1dc0-0990-419b-9790-10adb446f88f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4091, theSiteId=2046, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4092, theSiteId=2046, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,476 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,476 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,522 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28914 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 65fd1dc0-0990-419b-9790-10adb446f88f4386successactive4387successactive -------------------------------------- 09:20:36,525 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28915 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6625d087-df28-4f77-8422-81ec45f0a791 -------------------------------------- 09:20:36,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,537 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1286, theDescription=6625d087-df28-4f77-8422-81ec45f0a791, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1285, theAccountId=1286, isDefault=true, theDescription=6625d087-df28-4f77-8422-81ec45f0a791_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2569, theSiteId=1285, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2570, theSiteId=1285, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,537 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,583 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28915 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6625d087-df28-4f77-8422-81ec45f0a7912320successactive2321successactive -------------------------------------- 09:20:36,587 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28916 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 66637dc9-5220-4050-8e63-644fca98b4ee -------------------------------------- 09:20:36,587 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,587 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,599 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2354, theDescription=66637dc9-5220-4050-8e63-644fca98b4ee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2353, theAccountId=2354, isDefault=true, theDescription=66637dc9-5220-4050-8e63-644fca98b4ee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4705, theSiteId=2353, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4706, theSiteId=2353, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,599 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,599 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,646 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28916 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 66637dc9-5220-4050-8e63-644fca98b4ee5822successactive5823successactive5824successactive5825successactive5826successactive5842successpaused5843successpaused5844successpaused5845successpaused5846successpaused5847successpaused5880successpaused5881successpaused5882successpaused5901successactive5902successactive5903successactive5914successactive5915successactive5916successactive5918successactive5919successactive5920successactive5921successpaused5922successpaused5923successpaused6157successpaused6158successpaused6159successpaused6161successpaused6167successpaused6168successpaused6169successpaused6170successpaused6171successpaused6172successpaused6173successpaused6174successpaused6175successpaused6176successpaused6177successpaused6178successpaused6179successpaused6189successactive6190successpaused6191successactive6229successpaused6243successpaused6244successactive6245successactive6246successactive6247successactive6248successactive6249successactive6250successactive -------------------------------------- 09:20:36,649 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28917 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 669f4f7f-6001-4ae9-8ffb-812367b44d2c -------------------------------------- 09:20:36,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,661 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1750, theDescription=669f4f7f-6001-4ae9-8ffb-812367b44d2c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1749, theAccountId=1750, isDefault=true, theDescription=669f4f7f-6001-4ae9-8ffb-812367b44d2c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3497, theSiteId=1749, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3498, theSiteId=1749, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,706 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28917 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 669f4f7f-6001-4ae9-8ffb-812367b44d2c3464successactive3465successactive -------------------------------------- 09:20:36,709 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28918 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 66d31500-9948-410c-b6b1-449994d3f8c9 -------------------------------------- 09:20:36,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,721 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1073, theDescription=66d31500-9948-410c-b6b1-449994d3f8c9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1072, theAccountId=1073, isDefault=true, theDescription=66d31500-9948-410c-b6b1-449994d3f8c9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2143, theSiteId=1072, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2144, theSiteId=1072, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,721 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,721 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,766 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28918 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 66d31500-9948-410c-b6b1-449994d3f8c91740successactive1741successactive -------------------------------------- 09:20:36,770 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28919 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 66e896c4-436d-4d18-8551-c77bef277117 -------------------------------------- 09:20:36,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,782 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1786, theDescription=66e896c4-436d-4d18-8551-c77bef277117, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1785, theAccountId=1786, isDefault=true, theDescription=66e896c4-436d-4d18-8551-c77bef277117_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3569, theSiteId=1785, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3570, theSiteId=1785, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,828 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28919 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 66e896c4-436d-4d18-8551-c77bef2771173593successactive3594successactive -------------------------------------- 09:20:36,831 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28920 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 67187db3-1000-4c9b-a994-ef4a9a165474 -------------------------------------- 09:20:36,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,844 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2141, theDescription=67187db3-1000-4c9b-a994-ef4a9a165474, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2140, theAccountId=2141, isDefault=true, theDescription=67187db3-1000-4c9b-a994-ef4a9a165474_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4279, theSiteId=2140, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4280, theSiteId=2140, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,844 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,844 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,891 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28920 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 67187db3-1000-4c9b-a994-ef4a9a1654744648successactive4649successactive -------------------------------------- 09:20:36,893 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28921 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 672e42c1-133e-4756-860c-561c67322a3f -------------------------------------- 09:20:36,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,905 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1151, theDescription=672e42c1-133e-4756-860c-561c67322a3f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1150, theAccountId=1151, isDefault=true, theDescription=672e42c1-133e-4756-860c-561c67322a3f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2299, theSiteId=1150, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2300, theSiteId=1150, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:36,952 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28921 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 672e42c1-133e-4756-860c-561c67322a3f1943successactive1944successactive1945successactive -------------------------------------- 09:20:36,955 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28922 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 676761e1-6875-4ee8-9d8f-54f30a690d5c -------------------------------------- 09:20:36,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:36,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:36,959 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,959 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:36,966 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2167, theDescription=676761e1-6875-4ee8-9d8f-54f30a690d5c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:36 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2166, theAccountId=2167, isDefault=true, theDescription=676761e1-6875-4ee8-9d8f-54f30a690d5c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4331, theSiteId=2166, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4332, theSiteId=2166, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:36,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:36,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:36,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,012 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28922 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 676761e1-6875-4ee8-9d8f-54f30a690d5c4710successpaused4711successpaused4712successpaused4713successpaused4714successactive4715successactive -------------------------------------- 09:20:37,015 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28923 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 678b7a40-f131-4db3-bc80-541bb8cc05eb -------------------------------------- 09:20:37,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,019 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,019 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,027 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2601, theDescription=678b7a40-f131-4db3-bc80-541bb8cc05eb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2600, theAccountId=2601, isDefault=true, theDescription=678b7a40-f131-4db3-bc80-541bb8cc05eb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5199, theSiteId=2600, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5200, theSiteId=2600, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,074 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28923 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 678b7a40-f131-4db3-bc80-541bb8cc05eb8684successpaused8685successpaused8686successpaused8687successpaused8688successactive8689successactive8690successpaused8691successactive8692successpaused -------------------------------------- 09:20:37,077 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28924 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 67a7f019-7bc4-438d-af6f-6587169ea51a -------------------------------------- 09:20:37,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,081 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,089 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1346, theDescription=67a7f019-7bc4-438d-af6f-6587169ea51a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1345, theAccountId=1346, isDefault=true, theDescription=67a7f019-7bc4-438d-af6f-6587169ea51a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2689, theSiteId=1345, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2690, theSiteId=1345, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,091 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,134 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28924 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 67a7f019-7bc4-438d-af6f-6587169ea51a2524successactive2525successpaused -------------------------------------- 09:20:37,137 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28925 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 68306a22-9c8e-49a1-9e73-947d36b35b97 -------------------------------------- 09:20:37,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,141 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,149 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2271, theDescription=68306a22-9c8e-49a1-9e73-947d36b35b97, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2270, theAccountId=2271, isDefault=true, theDescription=68306a22-9c8e-49a1-9e73-947d36b35b97_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4539, theSiteId=2270, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4540, theSiteId=2270, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,196 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28925 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 68306a22-9c8e-49a1-9e73-947d36b35b975020successactive5021successactive -------------------------------------- 09:20:37,199 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28926 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 683e0efe-74a8-4a1e-9f77-a03f5588592f -------------------------------------- 09:20:37,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,211 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2137, theDescription=683e0efe-74a8-4a1e-9f77-a03f5588592f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2136, theAccountId=2137, isDefault=true, theDescription=683e0efe-74a8-4a1e-9f77-a03f5588592f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4271, theSiteId=2136, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4272, theSiteId=2136, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,214 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,214 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,258 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28926 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 683e0efe-74a8-4a1e-9f77-a03f5588592f4636successpaused4637successpaused4638successpaused4639successpaused4640successactive4641successactive -------------------------------------- 09:20:37,262 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28927 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6840962d-fb7d-414d-9f07-d0c367028bed -------------------------------------- 09:20:37,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,262 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,266 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,266 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,273 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1180, theDescription=6840962d-fb7d-414d-9f07-d0c367028bed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1179, theAccountId=1180, isDefault=true, theDescription=6840962d-fb7d-414d-9f07-d0c367028bed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2357, theSiteId=1179, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2358, theSiteId=1179, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,274 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,320 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28927 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6840962d-fb7d-414d-9f07-d0c367028bed2078successactive2079successactive2080successactive2081successactive2082successactive2083successactive2084successactive2085successactive2086successactive2087successactive -------------------------------------- 09:20:37,324 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28928 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6857c431-477b-4e10-bdb3-8c326fa50c6b -------------------------------------- 09:20:37,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,337 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2207, theDescription=6857c431-477b-4e10-bdb3-8c326fa50c6b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2206, theAccountId=2207, isDefault=true, theDescription=6857c431-477b-4e10-bdb3-8c326fa50c6b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4411, theSiteId=2206, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4412, theSiteId=2206, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,383 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28928 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6857c431-477b-4e10-bdb3-8c326fa50c6b4829successactive4830successactive -------------------------------------- 09:20:37,386 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28929 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 687d1125-2452-4e78-8863-de1e196b6746 -------------------------------------- 09:20:37,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,399 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1124, theDescription=687d1125-2452-4e78-8863-de1e196b6746, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1123, theAccountId=1124, isDefault=true, theDescription=687d1125-2452-4e78-8863-de1e196b6746_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2245, theSiteId=1123, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2246, theSiteId=1123, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,446 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28929 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 687d1125-2452-4e78-8863-de1e196b67461838successactive1839successactive -------------------------------------- 09:20:37,449 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28930 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 68edad96-b73e-4f6a-ab99-a1df2d83ab84 -------------------------------------- 09:20:37,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,461 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1246, theDescription=68edad96-b73e-4f6a-ab99-a1df2d83ab84, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1245, theAccountId=1246, isDefault=true, theDescription=68edad96-b73e-4f6a-ab99-a1df2d83ab84_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2489, theSiteId=1245, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2490, theSiteId=1245, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,507 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28930 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 68edad96-b73e-4f6a-ab99-a1df2d83ab842231successactive2232successactive -------------------------------------- 09:20:37,510 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28931 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6989b51e-9893-4a94-83eb-b780cbf76975 -------------------------------------- 09:20:37,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,512 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,512 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,514 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,522 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1994, theDescription=6989b51e-9893-4a94-83eb-b780cbf76975, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1993, theAccountId=1994, isDefault=true, theDescription=6989b51e-9893-4a94-83eb-b780cbf76975_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3985, theSiteId=1993, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3986, theSiteId=1993, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,522 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,522 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,525 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,525 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,569 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28931 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6989b51e-9893-4a94-83eb-b780cbf769754244successactive4245successactive -------------------------------------- 09:20:37,571 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28932 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 69ac7948-a2a8-4070-acbd-d352118790af -------------------------------------- 09:20:37,572 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,572 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,574 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,586 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1063, theDescription=69ac7948-a2a8-4070-acbd-d352118790af, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1062, theAccountId=1063, isDefault=true, theDescription=69ac7948-a2a8-4070-acbd-d352118790af_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2123, theSiteId=1062, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2124, theSiteId=1062, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,633 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28932 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 69ac7948-a2a8-4070-acbd-d352118790af1713successactive1714successactive -------------------------------------- 09:20:37,636 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28933 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 69c8bf3e-dedb-47f3-aefd-62a5c774f0de -------------------------------------- 09:20:37,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,648 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1877, theDescription=69c8bf3e-dedb-47f3-aefd-62a5c774f0de, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1876, theAccountId=1877, isDefault=true, theDescription=69c8bf3e-dedb-47f3-aefd-62a5c774f0de_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3751, theSiteId=1876, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3752, theSiteId=1876, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,648 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,648 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,694 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28933 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 69c8bf3e-dedb-47f3-aefd-62a5c774f0de3879successactive3880successactive -------------------------------------- 09:20:37,697 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28934 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 69d5cd63-6f46-4466-98fe-c9c440bb6d86 -------------------------------------- 09:20:37,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,710 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2554, theDescription=69d5cd63-6f46-4466-98fe-c9c440bb6d86, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2553, theAccountId=2554, isDefault=true, theDescription=69d5cd63-6f46-4466-98fe-c9c440bb6d86_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5105, theSiteId=2553, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5106, theSiteId=2553, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,755 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28934 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 69d5cd63-6f46-4466-98fe-c9c440bb6d868437successactive8438successactive8439successactive8440successactive -------------------------------------- 09:20:37,758 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28935 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6a24b56f-c10a-4ca3-aab5-45f69c53359a -------------------------------------- 09:20:37,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,771 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1356, theDescription=6a24b56f-c10a-4ca3-aab5-45f69c53359a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1355, theAccountId=1356, isDefault=true, theDescription=6a24b56f-c10a-4ca3-aab5-45f69c53359a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2709, theSiteId=1355, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2710, theSiteId=1355, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,817 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28935 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6a24b56f-c10a-4ca3-aab5-45f69c53359a2577successactive2578successactive -------------------------------------- 09:20:37,820 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28936 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6a7f233e-62f6-4fde-a799-9a7543e857fd -------------------------------------- 09:20:37,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,834 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1308, theDescription=6a7f233e-62f6-4fde-a799-9a7543e857fd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1307, theAccountId=1308, isDefault=true, theDescription=6a7f233e-62f6-4fde-a799-9a7543e857fd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2613, theSiteId=1307, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2614, theSiteId=1307, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,881 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28936 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6a7f233e-62f6-4fde-a799-9a7543e857fd2388successactive2389successactive -------------------------------------- 09:20:37,883 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28937 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b42b16c-a752-4712-82b9-b0da370b69a3 -------------------------------------- 09:20:37,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,886 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,886 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,895 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1961, theDescription=6b42b16c-a752-4712-82b9-b0da370b69a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1960, theAccountId=1961, isDefault=true, theDescription=6b42b16c-a752-4712-82b9-b0da370b69a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3919, theSiteId=1960, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3920, theSiteId=1960, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,898 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,898 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:37,941 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28937 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b42b16c-a752-4712-82b9-b0da370b69a34160successpaused -------------------------------------- 09:20:37,944 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28938 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b5b2f7d-fadf-4e37-a5af-69a17fc3292c -------------------------------------- 09:20:37,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:37,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:37,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:37,955 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1934, theDescription=6b5b2f7d-fadf-4e37-a5af-69a17fc3292c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:37 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1933, theAccountId=1934, isDefault=true, theDescription=6b5b2f7d-fadf-4e37-a5af-69a17fc3292c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3865, theSiteId=1933, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3866, theSiteId=1933, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:37,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:37,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:37,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,000 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28938 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b5b2f7d-fadf-4e37-a5af-69a17fc3292c4067successactive4068successactive -------------------------------------- 09:20:38,003 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28939 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b611bff-6eca-47ed-a6e4-60c9256a7f6a -------------------------------------- 09:20:38,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,004 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,015 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=235, theDescription=6b611bff-6eca-47ed-a6e4-60c9256a7f6a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=234, theAccountId=235, isDefault=true, theDescription=6b611bff-6eca-47ed-a6e4-60c9256a7f6a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=467, theSiteId=234, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=468, theSiteId=234, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,018 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,061 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28939 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b611bff-6eca-47ed-a6e4-60c9256a7f6a481successactive -------------------------------------- 09:20:38,064 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28940 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b6bc2e3-62a7-4c4f-976f-efca12f36957 -------------------------------------- 09:20:38,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,076 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1886, theDescription=6b6bc2e3-62a7-4c4f-976f-efca12f36957, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1885, theAccountId=1886, isDefault=true, theDescription=6b6bc2e3-62a7-4c4f-976f-efca12f36957_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3769, theSiteId=1885, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3770, theSiteId=1885, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,122 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28940 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b6bc2e3-62a7-4c4f-976f-efca12f369573903successactive3904successactive -------------------------------------- 09:20:38,125 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28941 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b91d845-5cdc-4603-875a-3c7ec97b92db -------------------------------------- 09:20:38,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,137 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2077, theDescription=6b91d845-5cdc-4603-875a-3c7ec97b92db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2076, theAccountId=2077, isDefault=true, theDescription=6b91d845-5cdc-4603-875a-3c7ec97b92db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4151, theSiteId=2076, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4152, theSiteId=2076, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,183 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28941 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b91d845-5cdc-4603-875a-3c7ec97b92db4491successactive4492successactive -------------------------------------- 09:20:38,186 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28942 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6bba4fb4-763b-4219-8d10-d7d76791b50d -------------------------------------- 09:20:38,186 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,186 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,198 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1192, theDescription=6bba4fb4-763b-4219-8d10-d7d76791b50d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1191, theAccountId=1192, isDefault=true, theDescription=6bba4fb4-763b-4219-8d10-d7d76791b50d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2381, theSiteId=1191, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2382, theSiteId=1191, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,244 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28942 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6bba4fb4-763b-4219-8d10-d7d76791b50d2126successactive2127successactive -------------------------------------- 09:20:38,247 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28943 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6be26491-49dd-49d4-9bda-0f750fac5460 -------------------------------------- 09:20:38,248 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,248 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,258 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1954, theDescription=6be26491-49dd-49d4-9bda-0f750fac5460, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1953, theAccountId=1954, isDefault=true, theDescription=6be26491-49dd-49d4-9bda-0f750fac5460_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3905, theSiteId=1953, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3906, theSiteId=1953, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,304 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28943 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6be26491-49dd-49d4-9bda-0f750fac54604151successactive4152successactive -------------------------------------- 09:20:38,307 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28944 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6be26491-49dd-49d4-9bda-0f750fac5460 -------------------------------------- 09:20:38,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,318 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1954, theDescription=6be26491-49dd-49d4-9bda-0f750fac5460, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1953, theAccountId=1954, isDefault=true, theDescription=6be26491-49dd-49d4-9bda-0f750fac5460_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3905, theSiteId=1953, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3906, theSiteId=1953, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,363 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28944 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6be26491-49dd-49d4-9bda-0f750fac54604151successactive4152successactive -------------------------------------- 09:20:38,366 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28945 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6bf5531f-6fb8-41ad-acb4-d741d9ad29a3 -------------------------------------- 09:20:38,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,369 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,369 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,379 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2283, theDescription=6bf5531f-6fb8-41ad-acb4-d741d9ad29a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2282, theAccountId=2283, isDefault=true, theDescription=6bf5531f-6fb8-41ad-acb4-d741d9ad29a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4563, theSiteId=2282, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4564, theSiteId=2282, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,379 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,379 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,381 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,425 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28945 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6bf5531f-6fb8-41ad-acb4-d741d9ad29a35047successactive5049successactive -------------------------------------- 09:20:38,428 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28946 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6c3d10e6-5dde-4c53-8071-1ccfa951e992 -------------------------------------- 09:20:38,428 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,428 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,432 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,439 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2386, theDescription=6c3d10e6-5dde-4c53-8071-1ccfa951e992, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2385, theAccountId=2386, isDefault=true, theDescription=6c3d10e6-5dde-4c53-8071-1ccfa951e992_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4769, theSiteId=2385, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4770, theSiteId=2385, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,440 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,485 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28946 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6c3d10e6-5dde-4c53-8071-1ccfa951e9926607successactive6608successactive6609successpaused6615successpaused6616successpaused6618successpaused6621successpaused6622successpaused6623successpaused6624successpaused6688successactive -------------------------------------- 09:20:38,488 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28947 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6c440d3f-93fe-4a5f-9c30-e3ede6182d8f -------------------------------------- 09:20:38,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,490 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,500 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2019, theDescription=6c440d3f-93fe-4a5f-9c30-e3ede6182d8f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2018, theAccountId=2019, isDefault=true, theDescription=6c440d3f-93fe-4a5f-9c30-e3ede6182d8f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4035, theSiteId=2018, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4036, theSiteId=2018, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,546 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28947 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6c440d3f-93fe-4a5f-9c30-e3ede6182d8f4306successactive4307successactive -------------------------------------- 09:20:38,548 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28948 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6c6288ce-5623-4233-8056-8fe737f2515b -------------------------------------- 09:20:38,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,561 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1092, theDescription=6c6288ce-5623-4233-8056-8fe737f2515b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1091, theAccountId=1092, isDefault=true, theDescription=6c6288ce-5623-4233-8056-8fe737f2515b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2181, theSiteId=1091, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2182, theSiteId=1091, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,606 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28948 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6c6288ce-5623-4233-8056-8fe737f2515b1768successactive -------------------------------------- 09:20:38,609 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28949 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6c8959b5-af41-4fc4-aae0-ee10ff5daa2e -------------------------------------- 09:20:38,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,621 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1176, theDescription=6c8959b5-af41-4fc4-aae0-ee10ff5daa2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1175, theAccountId=1176, isDefault=true, theDescription=6c8959b5-af41-4fc4-aae0-ee10ff5daa2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2349, theSiteId=1175, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2350, theSiteId=1175, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,666 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28949 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6c8959b5-af41-4fc4-aae0-ee10ff5daa2e2036successactive2037successactive2038successactive2039successactive2040successactive2041successactive2042successactive2043successactive2044successactive2045successactive2046successactive2047successactive2048successactive2049successactive -------------------------------------- 09:20:38,669 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28950 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6c9fcd7d-446d-475d-953d-ea37d5c9da0f -------------------------------------- 09:20:38,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,680 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1513, theDescription=6c9fcd7d-446d-475d-953d-ea37d5c9da0f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1512, theAccountId=1513, isDefault=true, theDescription=6c9fcd7d-446d-475d-953d-ea37d5c9da0f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3023, theSiteId=1512, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3024, theSiteId=1512, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,683 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,683 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,726 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28950 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6c9fcd7d-446d-475d-953d-ea37d5c9da0f2865successactive -------------------------------------- 09:20:38,731 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28951 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6cc2d84d-e778-4b7d-87c4-eb78c6ba0466 -------------------------------------- 09:20:38,731 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,731 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,757 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2053, theDescription=6cc2d84d-e778-4b7d-87c4-eb78c6ba0466, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2052, theAccountId=2053, isDefault=true, theDescription=6cc2d84d-e778-4b7d-87c4-eb78c6ba0466_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4103, theSiteId=2052, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4104, theSiteId=2052, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,802 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28951 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6cc2d84d-e778-4b7d-87c4-eb78c6ba04664398successactive4399successactive -------------------------------------- 09:20:38,805 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28952 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6d3cbe86-c483-42d9-b5bd-cc2758a8cac8 -------------------------------------- 09:20:38,806 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,806 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,818 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1306, theDescription=6d3cbe86-c483-42d9-b5bd-cc2758a8cac8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1305, theAccountId=1306, isDefault=true, theDescription=6d3cbe86-c483-42d9-b5bd-cc2758a8cac8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2609, theSiteId=1305, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2610, theSiteId=1305, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,864 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28952 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6d3cbe86-c483-42d9-b5bd-cc2758a8cac82380successactive2381successactive2382successactive2383successactive2384successactive2385successactive -------------------------------------- 09:20:38,867 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28953 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6d79e33c-5009-4c76-aaf7-00ed7265a274 -------------------------------------- 09:20:38,868 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,868 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,879 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2599, theDescription=6d79e33c-5009-4c76-aaf7-00ed7265a274, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2598, theAccountId=2599, isDefault=true, theDescription=6d79e33c-5009-4c76-aaf7-00ed7265a274_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5195, theSiteId=2598, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5196, theSiteId=2598, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,925 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28953 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6d79e33c-5009-4c76-aaf7-00ed7265a2748668successactive8669successactive8670successactive8671successactive -------------------------------------- 09:20:38,928 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28954 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6dce7fe8-033b-47ef-a2e5-306ee2098745 -------------------------------------- 09:20:38,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:38,939 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2560, theDescription=6dce7fe8-033b-47ef-a2e5-306ee2098745, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2559, theAccountId=2560, isDefault=true, theDescription=6dce7fe8-033b-47ef-a2e5-306ee2098745_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5117, theSiteId=2559, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5118, theSiteId=2559, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:38,939 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:38,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:38,986 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28954 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6dce7fe8-033b-47ef-a2e5-306ee20987458457successactive8462successpaused8477successactive -------------------------------------- 09:20:38,989 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28955 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6e7bb116-7838-48fa-ad37-9d6d86ed78c6 -------------------------------------- 09:20:38,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:38,991 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,991 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:38,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:38,993 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,001 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=945, theDescription=6e7bb116-7838-48fa-ad37-9d6d86ed78c6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:38 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=944, theAccountId=945, isDefault=true, theDescription=6e7bb116-7838-48fa-ad37-9d6d86ed78c6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1887, theSiteId=944, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1888, theSiteId=944, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,001 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,001 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,046 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28955 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6e7bb116-7838-48fa-ad37-9d6d86ed78c61528successactive -------------------------------------- 09:20:39,049 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28956 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6e8d4bd3-02c8-4df7-8857-8005d04158e1 -------------------------------------- 09:20:39,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,061 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1357, theDescription=6e8d4bd3-02c8-4df7-8857-8005d04158e1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1356, theAccountId=1357, isDefault=true, theDescription=6e8d4bd3-02c8-4df7-8857-8005d04158e1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2711, theSiteId=1356, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2712, theSiteId=1356, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,064 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,064 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,106 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28956 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6e8d4bd3-02c8-4df7-8857-8005d04158e12579successactive2580successactive -------------------------------------- 09:20:39,110 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28957 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6f4f68dd-1266-4d99-a071-e52616ac8764 -------------------------------------- 09:20:39,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,112 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,112 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,114 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,114 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,122 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2480, theDescription=6f4f68dd-1266-4d99-a071-e52616ac8764, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2479, theAccountId=2480, isDefault=true, theDescription=6f4f68dd-1266-4d99-a071-e52616ac8764_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4957, theSiteId=2479, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4958, theSiteId=2479, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,167 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28957 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6f4f68dd-1266-4d99-a071-e52616ac87647540successactive7541successactive7542successactive7543successactive7544successactive7545successactive7546successactive7547successactive7548successactive7549successactive7550successactive7551successactive -------------------------------------- 09:20:39,187 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28958 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6f7daf3f-fabb-45a4-8b6a-c7d9c21c1354 -------------------------------------- 09:20:39,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,199 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=869, theDescription=6f7daf3f-fabb-45a4-8b6a-c7d9c21c1354, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=868, theAccountId=869, isDefault=true, theDescription=6f7daf3f-fabb-45a4-8b6a-c7d9c21c1354_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1735, theSiteId=868, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1736, theSiteId=868, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,246 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28958 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6f7daf3f-fabb-45a4-8b6a-c7d9c21c13541434successactive -------------------------------------- 09:20:39,249 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28959 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6f836787-79e2-4e10-9204-9d1af0cfd929 -------------------------------------- 09:20:39,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,260 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2013, theDescription=6f836787-79e2-4e10-9204-9d1af0cfd929, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2012, theAccountId=2013, isDefault=true, theDescription=6f836787-79e2-4e10-9204-9d1af0cfd929_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4023, theSiteId=2012, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4024, theSiteId=2012, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,306 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28959 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6f836787-79e2-4e10-9204-9d1af0cfd9294292successactive4293successactive -------------------------------------- 09:20:39,310 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28960 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6fb4a39b-386a-4ad8-8dff-3378f7799412 -------------------------------------- 09:20:39,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,322 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1354, theDescription=6fb4a39b-386a-4ad8-8dff-3378f7799412, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1353, theAccountId=1354, isDefault=true, theDescription=6fb4a39b-386a-4ad8-8dff-3378f7799412_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2705, theSiteId=1353, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2706, theSiteId=1353, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,322 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,322 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,368 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28960 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6fb4a39b-386a-4ad8-8dff-3378f77994122573successactive2574successactive -------------------------------------- 09:20:39,370 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28961 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6fe567a0-78b4-4596-982a-04b66601a0c0 -------------------------------------- 09:20:39,371 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,371 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,372 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,382 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1149, theDescription=6fe567a0-78b4-4596-982a-04b66601a0c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1148, theAccountId=1149, isDefault=true, theDescription=6fe567a0-78b4-4596-982a-04b66601a0c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2295, theSiteId=1148, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2296, theSiteId=1148, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,428 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28961 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6fe567a0-78b4-4596-982a-04b66601a0c01939successactive1940successactive -------------------------------------- 09:20:39,430 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28962 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 705cea19-c146-4eec-876e-1695e21d989c -------------------------------------- 09:20:39,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,442 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2276, theDescription=705cea19-c146-4eec-876e-1695e21d989c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2275, theAccountId=2276, isDefault=true, theDescription=705cea19-c146-4eec-876e-1695e21d989c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4549, theSiteId=2275, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4550, theSiteId=2275, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,444 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,487 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28962 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 705cea19-c146-4eec-876e-1695e21d989c5032successactive5033successactive -------------------------------------- 09:20:39,489 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28963 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7097985c-53d1-4e72-966a-441923980769 -------------------------------------- 09:20:39,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,490 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,501 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=906, theDescription=7097985c-53d1-4e72-966a-441923980769, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=905, theAccountId=906, isDefault=true, theDescription=7097985c-53d1-4e72-966a-441923980769_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1809, theSiteId=905, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1810, theSiteId=905, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,502 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,547 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28963 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7097985c-53d1-4e72-966a-4419239807691475successactive -------------------------------------- 09:20:39,549 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28964 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 70e74289-c002-4dba-bdcc-020ad8aee93c -------------------------------------- 09:20:39,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,550 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,561 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2164, theDescription=70e74289-c002-4dba-bdcc-020ad8aee93c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2163, theAccountId=2164, isDefault=true, theDescription=70e74289-c002-4dba-bdcc-020ad8aee93c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4325, theSiteId=2163, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4326, theSiteId=2163, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,564 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,564 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,607 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28964 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 70e74289-c002-4dba-bdcc-020ad8aee93c4698successactive4699successactive4700successpaused4701successpaused4702successactive4703successactive -------------------------------------- 09:20:39,610 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28965 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 710553a4-8aec-4eba-968f-304c4a3f965d -------------------------------------- 09:20:39,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,621 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1847, theDescription=710553a4-8aec-4eba-968f-304c4a3f965d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1846, theAccountId=1847, isDefault=true, theDescription=710553a4-8aec-4eba-968f-304c4a3f965d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3691, theSiteId=1846, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3692, theSiteId=1846, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,666 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28965 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 710553a4-8aec-4eba-968f-304c4a3f965d3789successactive3790successactive -------------------------------------- 09:20:39,669 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28966 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 710553a4-8aec-4eba-968f-304c4a3f965d -------------------------------------- 09:20:39,669 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,669 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,680 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1847, theDescription=710553a4-8aec-4eba-968f-304c4a3f965d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1846, theAccountId=1847, isDefault=true, theDescription=710553a4-8aec-4eba-968f-304c4a3f965d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3691, theSiteId=1846, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3692, theSiteId=1846, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,680 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,680 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,725 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28966 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 710553a4-8aec-4eba-968f-304c4a3f965d3789successactive3790successactive -------------------------------------- 09:20:39,728 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28967 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 711acf85-eb5c-4a27-a6e7-54470d5a34c4 -------------------------------------- 09:20:39,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,731 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,731 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,740 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=953, theDescription=711acf85-eb5c-4a27-a6e7-54470d5a34c4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=952, theAccountId=953, isDefault=true, theDescription=711acf85-eb5c-4a27-a6e7-54470d5a34c4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1903, theSiteId=952, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1904, theSiteId=952, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,740 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,740 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,785 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28967 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 711acf85-eb5c-4a27-a6e7-54470d5a34c41538successactive1541successactive -------------------------------------- 09:20:39,788 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28968 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 71804cce-4201-4b2d-90ba-a240e94ae8b3 -------------------------------------- 09:20:39,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,800 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1744, theDescription=71804cce-4201-4b2d-90ba-a240e94ae8b3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1743, theAccountId=1744, isDefault=true, theDescription=71804cce-4201-4b2d-90ba-a240e94ae8b3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3485, theSiteId=1743, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3486, theSiteId=1743, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,801 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,803 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,803 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,847 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28968 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 71804cce-4201-4b2d-90ba-a240e94ae8b33435successpaused3436successpaused3450successpaused3451successpaused3452successactive3453successactive -------------------------------------- 09:20:39,849 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28969 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 718c33d7-83ab-417e-b46a-f802525ee092 -------------------------------------- 09:20:39,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,861 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2612, theDescription=718c33d7-83ab-417e-b46a-f802525ee092, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2611, theAccountId=2612, isDefault=true, theDescription=718c33d7-83ab-417e-b46a-f802525ee092_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5221, theSiteId=2611, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5222, theSiteId=2611, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,907 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28969 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 718c33d7-83ab-417e-b46a-f802525ee0928736successactive8750successactive8766successactive8767successactive -------------------------------------- 09:20:39,910 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28970 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 71bab921-9f29-46b6-8618-ef0172a901d3 -------------------------------------- 09:20:39,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,921 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2623, theDescription=71bab921-9f29-46b6-8618-ef0172a901d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2622, theAccountId=2623, isDefault=true, theDescription=71bab921-9f29-46b6-8618-ef0172a901d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5243, theSiteId=2622, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5244, theSiteId=2622, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:39,966 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28970 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 71bab921-9f29-46b6-8618-ef0172a901d38844successactive8845successactive8848successactive8849successactive -------------------------------------- 09:20:39,968 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28971 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 71fcda41-f3a4-4bc3-838b-57abfcf7851e -------------------------------------- 09:20:39,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:39,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:39,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:39,980 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1352, theDescription=71fcda41-f3a4-4bc3-838b-57abfcf7851e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:39 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1351, theAccountId=1352, isDefault=true, theDescription=71fcda41-f3a4-4bc3-838b-57abfcf7851e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2701, theSiteId=1351, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2702, theSiteId=1351, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:39,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:39,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:39,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,026 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28971 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 71fcda41-f3a4-4bc3-838b-57abfcf7851e2569successactive2570successactive -------------------------------------- 09:20:40,029 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28972 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7214c31a-9299-427b-ba46-c3cbe6f66313 -------------------------------------- 09:20:40,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,042 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2587, theDescription=7214c31a-9299-427b-ba46-c3cbe6f66313, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2586, theAccountId=2587, isDefault=true, theDescription=7214c31a-9299-427b-ba46-c3cbe6f66313_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5171, theSiteId=2586, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5172, theSiteId=2586, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,087 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28972 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7214c31a-9299-427b-ba46-c3cbe6f663138574successactive8575successactive -------------------------------------- 09:20:40,090 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28973 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 724151eb-0af5-4462-ad8d-efb40ab310b2 -------------------------------------- 09:20:40,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,102 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2153, theDescription=724151eb-0af5-4462-ad8d-efb40ab310b2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2152, theAccountId=2153, isDefault=true, theDescription=724151eb-0af5-4462-ad8d-efb40ab310b2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4303, theSiteId=2152, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4304, theSiteId=2152, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,147 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28973 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 724151eb-0af5-4462-ad8d-efb40ab310b24672successactive4673successactive -------------------------------------- 09:20:40,150 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28974 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 724f79da-4c08-46a4-b03a-be48332a59f3 -------------------------------------- 09:20:40,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,161 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1695, theDescription=724f79da-4c08-46a4-b03a-be48332a59f3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1694, theAccountId=1695, isDefault=true, theDescription=724f79da-4c08-46a4-b03a-be48332a59f3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3387, theSiteId=1694, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3388, theSiteId=1694, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,161 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,207 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28974 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 724f79da-4c08-46a4-b03a-be48332a59f33184successactive3185successactive -------------------------------------- 09:20:40,232 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28975 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 725ebd9d-8e2a-4384-bb8b-e6ea4609abab -------------------------------------- 09:20:40,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,236 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,243 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1285, theDescription=725ebd9d-8e2a-4384-bb8b-e6ea4609abab, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1284, theAccountId=1285, isDefault=true, theDescription=725ebd9d-8e2a-4384-bb8b-e6ea4609abab_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2567, theSiteId=1284, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2568, theSiteId=1284, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,246 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,246 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,289 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28975 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 725ebd9d-8e2a-4384-bb8b-e6ea4609abab2318successactive2319successactive -------------------------------------- 09:20:40,291 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28976 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 731c1acd-50b5-49b3-8389-1819aa4f463b -------------------------------------- 09:20:40,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,295 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,295 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,302 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2133, theDescription=731c1acd-50b5-49b3-8389-1819aa4f463b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2132, theAccountId=2133, isDefault=true, theDescription=731c1acd-50b5-49b3-8389-1819aa4f463b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4263, theSiteId=2132, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4264, theSiteId=2132, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,349 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28976 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 731c1acd-50b5-49b3-8389-1819aa4f463b4628successactive4629successactive -------------------------------------- 09:20:40,351 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28977 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7328786f-a849-46d4-b7b8-10f703b66f03 -------------------------------------- 09:20:40,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,354 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,354 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,363 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1462, theDescription=7328786f-a849-46d4-b7b8-10f703b66f03, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1461, theAccountId=1462, isDefault=true, theDescription=7328786f-a849-46d4-b7b8-10f703b66f03_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2921, theSiteId=1461, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2922, theSiteId=1461, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,409 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28977 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7328786f-a849-46d4-b7b8-10f703b66f032797successactive2798successactive -------------------------------------- 09:20:40,411 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28978 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7334f3c4-4399-4e9b-a64b-de40678de944 -------------------------------------- 09:20:40,412 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,412 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,414 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,414 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,423 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2054, theDescription=7334f3c4-4399-4e9b-a64b-de40678de944, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2053, theAccountId=2054, isDefault=true, theDescription=7334f3c4-4399-4e9b-a64b-de40678de944_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4105, theSiteId=2053, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4106, theSiteId=2053, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,470 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28978 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7334f3c4-4399-4e9b-a64b-de40678de9444400successactive4401successactive -------------------------------------- 09:20:40,472 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28979 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 745c13da-2e0b-484a-b72b-0feae77bd5dc -------------------------------------- 09:20:40,473 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,473 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,475 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,475 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,476 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,476 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,484 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2210, theDescription=745c13da-2e0b-484a-b72b-0feae77bd5dc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2209, theAccountId=2210, isDefault=true, theDescription=745c13da-2e0b-484a-b72b-0feae77bd5dc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4417, theSiteId=2209, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4418, theSiteId=2209, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,531 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28979 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 745c13da-2e0b-484a-b72b-0feae77bd5dc4839successactive4840successactive -------------------------------------- 09:20:40,533 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28980 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 74ac8387-9f6b-499f-96d7-c5d5d88ca8a2 -------------------------------------- 09:20:40,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,535 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,535 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,537 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,544 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1538, theDescription=74ac8387-9f6b-499f-96d7-c5d5d88ca8a2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1537, theAccountId=1538, isDefault=true, theDescription=74ac8387-9f6b-499f-96d7-c5d5d88ca8a2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3073, theSiteId=1537, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3074, theSiteId=1537, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,590 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28980 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 74ac8387-9f6b-499f-96d7-c5d5d88ca8a22890successactive2891successactive -------------------------------------- 09:20:40,593 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28981 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 75a71f79-48cc-404e-8095-82ce0c3e2ea7 -------------------------------------- 09:20:40,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,595 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,595 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,605 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1666, theDescription=75a71f79-48cc-404e-8095-82ce0c3e2ea7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1665, theAccountId=1666, isDefault=true, theDescription=75a71f79-48cc-404e-8095-82ce0c3e2ea7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3329, theSiteId=1665, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3330, theSiteId=1665, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,650 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28981 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 75a71f79-48cc-404e-8095-82ce0c3e2ea73106successactive3107successactive -------------------------------------- 09:20:40,652 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28982 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 75fca449-aa0b-4186-ada3-1b65e66a022e -------------------------------------- 09:20:40,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,664 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1944, theDescription=75fca449-aa0b-4186-ada3-1b65e66a022e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1943, theAccountId=1944, isDefault=true, theDescription=75fca449-aa0b-4186-ada3-1b65e66a022e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3885, theSiteId=1943, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3886, theSiteId=1943, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,710 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28982 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 75fca449-aa0b-4186-ada3-1b65e66a022e4103successactive4104successactive -------------------------------------- 09:20:40,712 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28983 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 76491c2d-74a7-469e-9d75-6fb4eed37f3a -------------------------------------- 09:20:40,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,724 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=149, theDescription=76491c2d-74a7-469e-9d75-6fb4eed37f3a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=148, theAccountId=149, isDefault=true, theDescription=76491c2d-74a7-469e-9d75-6fb4eed37f3a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=295, theSiteId=148, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=296, theSiteId=148, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,727 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,770 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28983 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 76491c2d-74a7-469e-9d75-6fb4eed37f3a238successactive -------------------------------------- 09:20:40,772 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28984 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 767eec04-29f4-4842-93a1-923f12f4616e -------------------------------------- 09:20:40,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,784 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1896, theDescription=767eec04-29f4-4842-93a1-923f12f4616e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1895, theAccountId=1896, isDefault=true, theDescription=767eec04-29f4-4842-93a1-923f12f4616e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3789, theSiteId=1895, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3790, theSiteId=1895, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,832 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28984 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 767eec04-29f4-4842-93a1-923f12f4616e3931successactive3932successactive3933successactive3934successactive -------------------------------------- 09:20:40,834 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28985 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 768b6ab3-d685-49ce-b597-b59c5b0d767d -------------------------------------- 09:20:40,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,846 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2323, theDescription=768b6ab3-d685-49ce-b597-b59c5b0d767d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2322, theAccountId=2323, isDefault=true, theDescription=768b6ab3-d685-49ce-b597-b59c5b0d767d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4643, theSiteId=2322, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4644, theSiteId=2322, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,893 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28985 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 768b6ab3-d685-49ce-b597-b59c5b0d767d5667successactive5668successactive5669successactive5670successactive -------------------------------------- 09:20:40,895 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28986 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 76c281f1-0bf0-4009-9c24-bf2ae38b950e -------------------------------------- 09:20:40,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,898 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,898 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,907 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2302, theDescription=76c281f1-0bf0-4009-9c24-bf2ae38b950e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2301, theAccountId=2302, isDefault=true, theDescription=76c281f1-0bf0-4009-9c24-bf2ae38b950e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4601, theSiteId=2301, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4602, theSiteId=2301, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:40,954 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28986 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 76c281f1-0bf0-4009-9c24-bf2ae38b950e5123successactive5124successactive -------------------------------------- 09:20:40,956 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28987 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7700283e-d6a5-4011-80da-5add992e87c0 -------------------------------------- 09:20:40,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:40,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:40,960 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,960 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:40,967 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2031, theDescription=7700283e-d6a5-4011-80da-5add992e87c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:40 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2030, theAccountId=2031, isDefault=true, theDescription=7700283e-d6a5-4011-80da-5add992e87c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4059, theSiteId=2030, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4060, theSiteId=2030, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:40,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:40,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:40,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,013 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28987 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7700283e-d6a5-4011-80da-5add992e87c04355successactive -------------------------------------- 09:20:41,016 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28988 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 77076fdf-6432-43d0-aae4-13fccdb6c33c -------------------------------------- 09:20:41,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,018 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,020 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,020 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,028 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2604, theDescription=77076fdf-6432-43d0-aae4-13fccdb6c33c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2603, theAccountId=2604, isDefault=true, theDescription=77076fdf-6432-43d0-aae4-13fccdb6c33c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5205, theSiteId=2603, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5206, theSiteId=2603, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,074 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28988 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 77076fdf-6432-43d0-aae4-13fccdb6c33c8703successactive8704successactive8705successactive8706successactive -------------------------------------- 09:20:41,076 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28989 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 771b63a2-950f-4d3a-9e42-3e8f6538abb5 -------------------------------------- 09:20:41,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,089 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1521, theDescription=771b63a2-950f-4d3a-9e42-3e8f6538abb5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1520, theAccountId=1521, isDefault=true, theDescription=771b63a2-950f-4d3a-9e42-3e8f6538abb5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3039, theSiteId=1520, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3040, theSiteId=1520, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,134 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28989 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 771b63a2-950f-4d3a-9e42-3e8f6538abb52873successactive -------------------------------------- 09:20:41,137 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28990 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 771e78c4-02b5-4346-b78a-748a7da9da48 -------------------------------------- 09:20:41,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,141 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,149 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2305, theDescription=771e78c4-02b5-4346-b78a-748a7da9da48, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2304, theAccountId=2305, isDefault=true, theDescription=771e78c4-02b5-4346-b78a-748a7da9da48_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4607, theSiteId=2304, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4608, theSiteId=2304, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,196 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28990 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 771e78c4-02b5-4346-b78a-748a7da9da485141successactive5142successactive5143successactive5144successactive5145successactive5146successactive -------------------------------------- 09:20:41,198 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28991 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 773075e7-913e-4486-bb46-bcd616953954 -------------------------------------- 09:20:41,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,224 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2168, theDescription=773075e7-913e-4486-bb46-bcd616953954, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2167, theAccountId=2168, isDefault=true, theDescription=773075e7-913e-4486-bb46-bcd616953954_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4333, theSiteId=2167, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4334, theSiteId=2167, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,224 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,224 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,226 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,270 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28991 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 773075e7-913e-4486-bb46-bcd6169539544716successactive4717successactive -------------------------------------- 09:20:41,273 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28992 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7793e9b8-0c74-4102-aa80-01cee4971d65 -------------------------------------- 09:20:41,274 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,284 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1161, theDescription=7793e9b8-0c74-4102-aa80-01cee4971d65, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1160, theAccountId=1161, isDefault=true, theDescription=7793e9b8-0c74-4102-aa80-01cee4971d65_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2319, theSiteId=1160, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2320, theSiteId=1160, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,284 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,284 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,330 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28992 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7793e9b8-0c74-4102-aa80-01cee4971d651983successactive1984successactive -------------------------------------- 09:20:41,332 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28993 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 77f14754-2d44-4488-b5bb-507d202b38f2 -------------------------------------- 09:20:41,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,344 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1329, theDescription=77f14754-2d44-4488-b5bb-507d202b38f2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1328, theAccountId=1329, isDefault=true, theDescription=77f14754-2d44-4488-b5bb-507d202b38f2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2655, theSiteId=1328, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2656, theSiteId=1328, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,347 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,389 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28993 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 77f14754-2d44-4488-b5bb-507d202b38f22432successactive2433successactive -------------------------------------- 09:20:41,392 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28994 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 780e8d77-2210-49a3-bbdb-6ddfa557d748 -------------------------------------- 09:20:41,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,403 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2177, theDescription=780e8d77-2210-49a3-bbdb-6ddfa557d748, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2176, theAccountId=2177, isDefault=true, theDescription=780e8d77-2210-49a3-bbdb-6ddfa557d748_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4351, theSiteId=2176, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4352, theSiteId=2176, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,406 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,406 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,450 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28994 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 780e8d77-2210-49a3-bbdb-6ddfa557d7484738successactive4739successactive -------------------------------------- 09:20:41,452 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28995 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 790d6c2c-35af-4f44-a849-1445fee0c3eb -------------------------------------- 09:20:41,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,456 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,456 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,465 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1911, theDescription=790d6c2c-35af-4f44-a849-1445fee0c3eb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1910, theAccountId=1911, isDefault=true, theDescription=790d6c2c-35af-4f44-a849-1445fee0c3eb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3819, theSiteId=1910, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3820, theSiteId=1910, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,467 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,511 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28995 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 790d6c2c-35af-4f44-a849-1445fee0c3eb3997successactive3998successactive -------------------------------------- 09:20:41,514 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28996 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 797d1655-2722-4ad3-8198-37e15d8ef892 -------------------------------------- 09:20:41,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,525 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2511, theDescription=797d1655-2722-4ad3-8198-37e15d8ef892, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2510, theAccountId=2511, isDefault=true, theDescription=797d1655-2722-4ad3-8198-37e15d8ef892_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5019, theSiteId=2510, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5020, theSiteId=2510, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,572 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28996 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 797d1655-2722-4ad3-8198-37e15d8ef8927835successactive7836successactive7837successactive -------------------------------------- 09:20:41,574 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28997 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 79ce049d-19fa-47ae-a583-f684a1f35d3b -------------------------------------- 09:20:41,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,585 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1368, theDescription=79ce049d-19fa-47ae-a583-f684a1f35d3b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1367, theAccountId=1368, isDefault=true, theDescription=79ce049d-19fa-47ae-a583-f684a1f35d3b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2733, theSiteId=1367, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2734, theSiteId=1367, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,631 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28997 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 79ce049d-19fa-47ae-a583-f684a1f35d3b2605successactive2606successactive -------------------------------------- 09:20:41,634 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28998 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 79f605bf-04fa-49f3-b884-9f713820cd08 -------------------------------------- 09:20:41,634 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,645 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2242, theDescription=79f605bf-04fa-49f3-b884-9f713820cd08, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2241, theAccountId=2242, isDefault=true, theDescription=79f605bf-04fa-49f3-b884-9f713820cd08_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4481, theSiteId=2241, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4482, theSiteId=2241, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,645 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,645 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,691 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28998 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 79f605bf-04fa-49f3-b884-9f713820cd084935successactive4936successactive4937successactive4938successactive -------------------------------------- 09:20:41,693 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 28999 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a100395-e136-498e-a106-5b7b81f14350 -------------------------------------- 09:20:41,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,695 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,697 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,697 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,705 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1938, theDescription=7a100395-e136-498e-a106-5b7b81f14350, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1937, theAccountId=1938, isDefault=true, theDescription=7a100395-e136-498e-a106-5b7b81f14350_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3873, theSiteId=1937, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3874, theSiteId=1937, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,751 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 28999 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a100395-e136-498e-a106-5b7b81f143504075successactive4076successactive -------------------------------------- 09:20:41,753 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29000 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a19a461-7bca-4d48-8630-f58be80a72fd -------------------------------------- 09:20:41,753 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,753 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,765 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2215, theDescription=7a19a461-7bca-4d48-8630-f58be80a72fd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2214, theAccountId=2215, isDefault=true, theDescription=7a19a461-7bca-4d48-8630-f58be80a72fd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4427, theSiteId=2214, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4428, theSiteId=2214, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,765 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,765 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,811 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29000 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a19a461-7bca-4d48-8630-f58be80a72fd4849successpaused4850successpaused4851successactive4852successactive -------------------------------------- 09:20:41,813 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29001 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a5bc789-fe38-4e12-8afa-c95b92703df2 -------------------------------------- 09:20:41,814 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,814 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,816 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,816 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,826 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1292, theDescription=7a5bc789-fe38-4e12-8afa-c95b92703df2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1291, theAccountId=1292, isDefault=true, theDescription=7a5bc789-fe38-4e12-8afa-c95b92703df2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2581, theSiteId=1291, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2582, theSiteId=1291, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,829 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,829 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,873 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29001 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a5bc789-fe38-4e12-8afa-c95b92703df22332successactive2333successpaused -------------------------------------- 09:20:41,875 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29002 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7baa759f-0c94-4174-8609-606c3998b348 -------------------------------------- 09:20:41,875 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,875 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,877 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,886 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1971, theDescription=7baa759f-0c94-4174-8609-606c3998b348, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1970, theAccountId=1971, isDefault=true, theDescription=7baa759f-0c94-4174-8609-606c3998b348_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3939, theSiteId=1970, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3940, theSiteId=1970, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,886 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,886 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,932 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29002 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7baa759f-0c94-4174-8609-606c3998b3484187successactive4188successactive4189successactive4190successactive -------------------------------------- 09:20:41,934 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29003 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7baad4e6-4bf9-4172-a9fb-fbbc01fd0a20 -------------------------------------- 09:20:41,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:41,945 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1905, theDescription=7baad4e6-4bf9-4172-a9fb-fbbc01fd0a20, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1904, theAccountId=1905, isDefault=true, theDescription=7baad4e6-4bf9-4172-a9fb-fbbc01fd0a20_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3807, theSiteId=1904, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3808, theSiteId=1904, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:41,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:41,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:41,991 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29003 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7baad4e6-4bf9-4172-a9fb-fbbc01fd0a203951successactive3952successactive3953successpaused3954successpaused -------------------------------------- 09:20:41,994 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29004 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7be2581a-0cca-448c-91d2-f7be1ee6cab3 -------------------------------------- 09:20:41,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:41,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:41,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:41,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,007 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2378, theDescription=7be2581a-0cca-448c-91d2-f7be1ee6cab3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:41 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2377, theAccountId=2378, isDefault=true, theDescription=7be2581a-0cca-448c-91d2-f7be1ee6cab3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4753, theSiteId=2377, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4754, theSiteId=2377, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,053 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29004 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7be2581a-0cca-448c-91d2-f7be1ee6cab36389successpaused6390successpaused6391successpaused6392successpaused6393successpaused6394successpaused6396successactive6397successpaused6403successpaused6408successpaused6693successpaused6701successpaused6704successpaused6723successpaused6727successpaused6735successpaused6765successactive -------------------------------------- 09:20:42,056 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29005 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7c22e4a3-df63-421e-b366-550aaede8d4c -------------------------------------- 09:20:42,056 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,056 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,068 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1772, theDescription=7c22e4a3-df63-421e-b366-550aaede8d4c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1771, theAccountId=1772, isDefault=true, theDescription=7c22e4a3-df63-421e-b366-550aaede8d4c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3541, theSiteId=1771, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3542, theSiteId=1771, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,114 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29005 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7c22e4a3-df63-421e-b366-550aaede8d4c3537successpaused3538successpaused3539successactive3540successactive -------------------------------------- 09:20:42,116 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29006 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7c56395e-8588-4f55-bdf6-5e3a038c05d9 -------------------------------------- 09:20:42,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,130 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2205, theDescription=7c56395e-8588-4f55-bdf6-5e3a038c05d9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2204, theAccountId=2205, isDefault=true, theDescription=7c56395e-8588-4f55-bdf6-5e3a038c05d9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4407, theSiteId=2204, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4408, theSiteId=2204, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,130 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,176 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29006 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7c56395e-8588-4f55-bdf6-5e3a038c05d94825successactive4826successactive -------------------------------------- 09:20:42,178 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29007 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7c7269b6-d555-4efd-985f-bc67eb477054 -------------------------------------- 09:20:42,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,190 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1974, theDescription=7c7269b6-d555-4efd-985f-bc67eb477054, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1973, theAccountId=1974, isDefault=true, theDescription=7c7269b6-d555-4efd-985f-bc67eb477054_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3945, theSiteId=1973, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3946, theSiteId=1973, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,236 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29007 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7c7269b6-d555-4efd-985f-bc67eb4770544196successactive4197successactive -------------------------------------- 09:20:42,238 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29008 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d -------------------------------------- 09:20:42,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,244 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,244 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,252 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1879, theDescription=7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1878, theAccountId=1879, isDefault=true, theDescription=7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3755, theSiteId=1878, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3756, theSiteId=1878, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,299 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29008 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d3883successactive3884successactive -------------------------------------- 09:20:42,301 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29009 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d -------------------------------------- 09:20:42,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,313 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1879, theDescription=7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1878, theAccountId=1879, isDefault=true, theDescription=7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3755, theSiteId=1878, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3756, theSiteId=1878, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,359 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29009 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7cabfb64-e8f5-4fda-a52f-a4eeb92fbd3d3883successactive3884successactive -------------------------------------- 09:20:42,361 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29010 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7d388a60-054a-45af-b82d-54abc6f2caf1 -------------------------------------- 09:20:42,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,373 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2334, theDescription=7d388a60-054a-45af-b82d-54abc6f2caf1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2333, theAccountId=2334, isDefault=true, theDescription=7d388a60-054a-45af-b82d-54abc6f2caf1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4665, theSiteId=2333, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4666, theSiteId=2333, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,420 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29010 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7d388a60-054a-45af-b82d-54abc6f2caf15706successactive5707successactive -------------------------------------- 09:20:42,423 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29011 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7d87268e-8714-4c34-94bd-d093b5612483 -------------------------------------- 09:20:42,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,435 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2626, theDescription=7d87268e-8714-4c34-94bd-d093b5612483, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2625, theAccountId=2626, isDefault=true, theDescription=7d87268e-8714-4c34-94bd-d093b5612483_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5249, theSiteId=2625, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5250, theSiteId=2625, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,481 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29011 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7d87268e-8714-4c34-94bd-d093b56124838861successpaused8862successpaused8863successactive8864successactive -------------------------------------- 09:20:42,484 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29012 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7da331f2-90c9-44ff-83b7-d00dbcf53c70 -------------------------------------- 09:20:42,484 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,496 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=90, theDescription=7da331f2-90c9-44ff-83b7-d00dbcf53c70, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=89, theAccountId=90, isDefault=true, theDescription=7da331f2-90c9-44ff-83b7-d00dbcf53c70_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=177, theSiteId=89, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=178, theSiteId=89, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,496 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,496 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,542 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29012 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7da331f2-90c9-44ff-83b7-d00dbcf53c70165successpaused -------------------------------------- 09:20:42,545 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29013 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7daa74d0-0f45-4950-aa03-371425ed5838 -------------------------------------- 09:20:42,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,596 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1416, theDescription=7daa74d0-0f45-4950-aa03-371425ed5838, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1415, theAccountId=1416, isDefault=true, theDescription=7daa74d0-0f45-4950-aa03-371425ed5838_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2829, theSiteId=1415, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2830, theSiteId=1415, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,599 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,599 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,648 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29013 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7daa74d0-0f45-4950-aa03-371425ed58382694successactive2695successactive -------------------------------------- 09:20:42,652 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29014 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7db52a51-8610-4c64-b8bc-d4872b92c4af -------------------------------------- 09:20:42,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,663 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=890, theDescription=7db52a51-8610-4c64-b8bc-d4872b92c4af, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=889, theAccountId=890, isDefault=true, theDescription=7db52a51-8610-4c64-b8bc-d4872b92c4af_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1777, theSiteId=889, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1778, theSiteId=889, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,710 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29014 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7db52a51-8610-4c64-b8bc-d4872b92c4af1457successactive -------------------------------------- 09:20:42,712 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29015 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e15c99c-ea20-4c95-b407-e579a828dad6 -------------------------------------- 09:20:42,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,724 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2472, theDescription=7e15c99c-ea20-4c95-b407-e579a828dad6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2471, theAccountId=2472, isDefault=true, theDescription=7e15c99c-ea20-4c95-b407-e579a828dad6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4941, theSiteId=2471, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4942, theSiteId=2471, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,725 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,727 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,772 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29015 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e15c99c-ea20-4c95-b407-e579a828dad67467successpaused7468successpaused7470successpaused7471successpaused7484successpaused7485successpaused7568successactive7569successactive7646successactive7647successactive7648successactive7649successactive -------------------------------------- 09:20:42,774 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29016 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e1dc61b-915f-431f-8d95-3e39ad280b6b -------------------------------------- 09:20:42,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,778 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,778 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,786 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1811, theDescription=7e1dc61b-915f-431f-8d95-3e39ad280b6b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1810, theAccountId=1811, isDefault=true, theDescription=7e1dc61b-915f-431f-8d95-3e39ad280b6b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3619, theSiteId=1810, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3620, theSiteId=1810, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,789 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,789 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,832 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29016 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e1dc61b-915f-431f-8d95-3e39ad280b6b3686successactive3687successactive -------------------------------------- 09:20:42,834 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29017 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e1dc61b-915f-431f-8d95-3e39ad280b6b -------------------------------------- 09:20:42,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,846 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1811, theDescription=7e1dc61b-915f-431f-8d95-3e39ad280b6b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1810, theAccountId=1811, isDefault=true, theDescription=7e1dc61b-915f-431f-8d95-3e39ad280b6b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3619, theSiteId=1810, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3620, theSiteId=1810, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,906 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29017 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e1dc61b-915f-431f-8d95-3e39ad280b6b3686successactive3687successactive -------------------------------------- 09:20:42,909 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29018 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e456251-b9f5-48d1-91af-c3fc795d6ec0 -------------------------------------- 09:20:42,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,920 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1217, theDescription=7e456251-b9f5-48d1-91af-c3fc795d6ec0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1216, theAccountId=1217, isDefault=true, theDescription=7e456251-b9f5-48d1-91af-c3fc795d6ec0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2431, theSiteId=1216, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2432, theSiteId=1216, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:42,967 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29018 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e456251-b9f5-48d1-91af-c3fc795d6ec02174successactive2175successactive -------------------------------------- 09:20:42,970 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29019 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e8eddcc-660e-4a12-931b-feb49ac77b42 -------------------------------------- 09:20:42,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:42,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:42,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:42,981 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1219, theDescription=7e8eddcc-660e-4a12-931b-feb49ac77b42, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:42 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1218, theAccountId=1219, isDefault=true, theDescription=7e8eddcc-660e-4a12-931b-feb49ac77b42_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2435, theSiteId=1218, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2436, theSiteId=1218, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:42,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:42,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:42,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,028 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29019 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e8eddcc-660e-4a12-931b-feb49ac77b422178successactive2179successactive -------------------------------------- 09:20:43,030 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29020 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7efb0a3b-1448-4b76-bd61-7ea580a15a73 -------------------------------------- 09:20:43,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,033 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,042 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1257, theDescription=7efb0a3b-1448-4b76-bd61-7ea580a15a73, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1256, theAccountId=1257, isDefault=true, theDescription=7efb0a3b-1448-4b76-bd61-7ea580a15a73_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2511, theSiteId=1256, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2512, theSiteId=1256, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,087 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29020 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7efb0a3b-1448-4b76-bd61-7ea580a15a732250successactive2251successactive2252successactive2253successactive -------------------------------------- 09:20:43,090 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29021 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7f10ce6c-c63c-446c-868a-804d68ba8d3f -------------------------------------- 09:20:43,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,102 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2361, theDescription=7f10ce6c-c63c-446c-868a-804d68ba8d3f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2360, theAccountId=2361, isDefault=true, theDescription=7f10ce6c-c63c-446c-868a-804d68ba8d3f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4719, theSiteId=2360, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4720, theSiteId=2360, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,148 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29021 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7f10ce6c-c63c-446c-868a-804d68ba8d3f5883successpaused5884successpaused5885successpaused6162successactive6163successactive6164successpaused6165successpaused6166successpaused6254successpaused6690successactive -------------------------------------- 09:20:43,150 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29022 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7fd8a938-4925-479c-b963-e01a9aacf89f -------------------------------------- 09:20:43,151 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,151 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,154 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,154 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,161 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2275, theDescription=7fd8a938-4925-479c-b963-e01a9aacf89f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2274, theAccountId=2275, isDefault=true, theDescription=7fd8a938-4925-479c-b963-e01a9aacf89f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4547, theSiteId=2274, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4548, theSiteId=2274, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,207 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29022 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7fd8a938-4925-479c-b963-e01a9aacf89f5030successactive5031successactive -------------------------------------- 09:20:43,210 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29023 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 803b003c-a6ff-41b2-9585-5b73194885b4 -------------------------------------- 09:20:43,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,210 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,212 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,212 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,222 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1532, theDescription=803b003c-a6ff-41b2-9585-5b73194885b4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1531, theAccountId=1532, isDefault=true, theDescription=803b003c-a6ff-41b2-9585-5b73194885b4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3061, theSiteId=1531, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3062, theSiteId=1531, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,222 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,222 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,224 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,224 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,268 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29023 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 803b003c-a6ff-41b2-9585-5b73194885b42884successactive -------------------------------------- 09:20:43,270 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29024 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 80617f3c-e0fa-4960-8d81-2c056c0acce5 -------------------------------------- 09:20:43,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,272 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,272 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,274 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,281 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1953, theDescription=80617f3c-e0fa-4960-8d81-2c056c0acce5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1952, theAccountId=1953, isDefault=true, theDescription=80617f3c-e0fa-4960-8d81-2c056c0acce5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3903, theSiteId=1952, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3904, theSiteId=1952, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,282 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,282 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,284 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,284 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,328 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29024 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 80617f3c-e0fa-4960-8d81-2c056c0acce54147successpaused4148successpaused4149successactive4150successactive -------------------------------------- 09:20:43,330 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29025 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 807d2c79-b0b3-44e7-b314-8e19d9fb1ba2 -------------------------------------- 09:20:43,330 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,330 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,343 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1746, theDescription=807d2c79-b0b3-44e7-b314-8e19d9fb1ba2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1745, theAccountId=1746, isDefault=true, theDescription=807d2c79-b0b3-44e7-b314-8e19d9fb1ba2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3489, theSiteId=1745, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3490, theSiteId=1745, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,346 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,389 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29025 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 807d2c79-b0b3-44e7-b314-8e19d9fb1ba23456successactive3457successactive -------------------------------------- 09:20:43,391 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29026 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8134dc60-7b81-4bd4-8c71-bf85279f3579 -------------------------------------- 09:20:43,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,402 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1075, theDescription=8134dc60-7b81-4bd4-8c71-bf85279f3579, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1074, theAccountId=1075, isDefault=true, theDescription=8134dc60-7b81-4bd4-8c71-bf85279f3579_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2147, theSiteId=1074, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2148, theSiteId=1074, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,449 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29026 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8134dc60-7b81-4bd4-8c71-bf85279f35791743successactive1744successactive -------------------------------------- 09:20:43,451 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29027 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 81a4e1c7-0c72-4762-a4fc-a1e4a4fbfe52 -------------------------------------- 09:20:43,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,463 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2033, theDescription=81a4e1c7-0c72-4762-a4fc-a1e4a4fbfe52, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2032, theAccountId=2033, isDefault=true, theDescription=81a4e1c7-0c72-4762-a4fc-a1e4a4fbfe52_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4063, theSiteId=2032, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4064, theSiteId=2032, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,510 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29027 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 81a4e1c7-0c72-4762-a4fc-a1e4a4fbfe524358successactive4359successactive -------------------------------------- 09:20:43,512 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29028 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 81aabee5-06ac-4a86-9580-f506eaa20aa4 -------------------------------------- 09:20:43,512 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,514 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,523 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2319, theDescription=81aabee5-06ac-4a86-9580-f506eaa20aa4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2318, theAccountId=2319, isDefault=true, theDescription=81aabee5-06ac-4a86-9580-f506eaa20aa4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4635, theSiteId=2318, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4636, theSiteId=2318, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,569 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29028 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 81aabee5-06ac-4a86-9580-f506eaa20aa45195successactive5196successactive -------------------------------------- 09:20:43,571 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29029 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 81b0b17b-2b13-4911-9ff2-0be4802470ab -------------------------------------- 09:20:43,572 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,572 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,574 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,584 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2157, theDescription=81b0b17b-2b13-4911-9ff2-0be4802470ab, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2156, theAccountId=2157, isDefault=true, theDescription=81b0b17b-2b13-4911-9ff2-0be4802470ab_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4311, theSiteId=2156, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4312, theSiteId=2156, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,587 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,587 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,630 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29029 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 81b0b17b-2b13-4911-9ff2-0be4802470ab4682successactive4683successactive -------------------------------------- 09:20:43,632 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29030 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 81cbe14e-d417-469d-b744-dc06c4bda630 -------------------------------------- 09:20:43,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,633 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,634 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,643 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1271, theDescription=81cbe14e-d417-469d-b744-dc06c4bda630, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1270, theAccountId=1271, isDefault=true, theDescription=81cbe14e-d417-469d-b744-dc06c4bda630_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2539, theSiteId=1270, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2540, theSiteId=1270, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,646 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,646 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,691 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29030 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 81cbe14e-d417-469d-b744-dc06c4bda6302288successactive2289successactive -------------------------------------- 09:20:43,694 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29031 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 822ed1ad-292b-43f1-8ab1-27f36fdf5fec -------------------------------------- 09:20:43,695 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,697 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,697 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,706 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1218, theDescription=822ed1ad-292b-43f1-8ab1-27f36fdf5fec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1217, theAccountId=1218, isDefault=true, theDescription=822ed1ad-292b-43f1-8ab1-27f36fdf5fec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2433, theSiteId=1217, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2434, theSiteId=1217, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,752 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29031 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 822ed1ad-292b-43f1-8ab1-27f36fdf5fec2176successactive2177successactive -------------------------------------- 09:20:43,755 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29032 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 82492699-1942-4817-9c76-84e05b642eef -------------------------------------- 09:20:43,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,785 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1824, theDescription=82492699-1942-4817-9c76-84e05b642eef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1823, theAccountId=1824, isDefault=true, theDescription=82492699-1942-4817-9c76-84e05b642eef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3645, theSiteId=1823, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3646, theSiteId=1823, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,786 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,859 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29032 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 82492699-1942-4817-9c76-84e05b642eef3728successactive3729successactive -------------------------------------- 09:20:43,861 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29033 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 824cc8bf-2db8-4d44-972c-b43b18ef1071 -------------------------------------- 09:20:43,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,865 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,865 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,873 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1797, theDescription=824cc8bf-2db8-4d44-972c-b43b18ef1071, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1796, theAccountId=1797, isDefault=true, theDescription=824cc8bf-2db8-4d44-972c-b43b18ef1071_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3591, theSiteId=1796, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3592, theSiteId=1796, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,873 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,873 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,921 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29033 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 824cc8bf-2db8-4d44-972c-b43b18ef10713614successpaused3615successpaused3616successpaused3617successpaused3618successpaused3619successpaused3620successpaused3621successpaused3622successpaused3623successpaused3624successpaused3625successpaused3626successpaused3627successpaused3628successpaused3629successpaused3630successpaused3631successpaused3632successpaused3633successpaused3634successactive3635successactive3636successactive3637successactive3638successactive3639successactive3640successactive3641successactive3642successactive3643successactive3644successactive3645successactive3646successactive3647successactive3648successactive3649successactive3650successactive3651successactive3652successactive3653successactive -------------------------------------- 09:20:43,924 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29034 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 827a58d3-6857-4603-bb85-ae68726bbe92 -------------------------------------- 09:20:43,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,926 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,926 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,928 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,928 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,935 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1827, theDescription=827a58d3-6857-4603-bb85-ae68726bbe92, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1826, theAccountId=1827, isDefault=true, theDescription=827a58d3-6857-4603-bb85-ae68726bbe92_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3651, theSiteId=1826, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3652, theSiteId=1826, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,939 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:43,982 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29034 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 827a58d3-6857-4603-bb85-ae68726bbe923734successactive3735successactive -------------------------------------- 09:20:43,985 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29035 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 82ddedcb-8377-4eaf-ad32-5af24f09aac9 -------------------------------------- 09:20:43,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:43,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:43,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:43,996 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2325, theDescription=82ddedcb-8377-4eaf-ad32-5af24f09aac9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:43 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2324, theAccountId=2325, isDefault=true, theDescription=82ddedcb-8377-4eaf-ad32-5af24f09aac9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4647, theSiteId=2324, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4648, theSiteId=2324, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:43,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:43,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:43,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,042 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29035 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 82ddedcb-8377-4eaf-ad32-5af24f09aac95673successactive5674successactive5675successactive5676successactive5677successactive5678successactive5679successactive5680successactive -------------------------------------- 09:20:44,045 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29036 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8308d6bd-8d35-4f63-8de0-df757eb74d6c -------------------------------------- 09:20:44,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,049 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,049 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,057 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1225, theDescription=8308d6bd-8d35-4f63-8de0-df757eb74d6c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1224, theAccountId=1225, isDefault=true, theDescription=8308d6bd-8d35-4f63-8de0-df757eb74d6c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2447, theSiteId=1224, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2448, theSiteId=1224, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,103 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29036 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8308d6bd-8d35-4f63-8de0-df757eb74d6c2190successactive2191successactive -------------------------------------- 09:20:44,106 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29037 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 831e82d8-272f-4147-acb4-39a410705cfc -------------------------------------- 09:20:44,106 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,106 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,117 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1705, theDescription=831e82d8-272f-4147-acb4-39a410705cfc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1704, theAccountId=1705, isDefault=true, theDescription=831e82d8-272f-4147-acb4-39a410705cfc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3407, theSiteId=1704, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3408, theSiteId=1704, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,163 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29037 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 831e82d8-272f-4147-acb4-39a410705cfc3216successactive3217successactive3218successactive3219successactive3220successactive3221successactive3222successactive3223successactive3224successpaused3225successpaused -------------------------------------- 09:20:44,165 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29038 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 83ca7cfe-b41b-4f1f-b92d-7b3bc379f81e -------------------------------------- 09:20:44,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,177 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2146, theDescription=83ca7cfe-b41b-4f1f-b92d-7b3bc379f81e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2145, theAccountId=2146, isDefault=true, theDescription=83ca7cfe-b41b-4f1f-b92d-7b3bc379f81e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4289, theSiteId=2145, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4290, theSiteId=2145, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,223 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29038 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 83ca7cfe-b41b-4f1f-b92d-7b3bc379f81e4658successactive4659successactive -------------------------------------- 09:20:44,227 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29039 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 83fb32be-f286-4d91-82c8-d2589186c437 -------------------------------------- 09:20:44,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,231 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,231 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,238 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2594, theDescription=83fb32be-f286-4d91-82c8-d2589186c437, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2593, theAccountId=2594, isDefault=true, theDescription=83fb32be-f286-4d91-82c8-d2589186c437_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5185, theSiteId=2593, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5186, theSiteId=2593, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,285 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29039 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 83fb32be-f286-4d91-82c8-d2589186c4378593successpaused8594successpaused8595successpaused8596successpaused8598successpaused8850successpaused8851successpaused8852successpaused8853successpaused8854successactive8855successactive -------------------------------------- 09:20:44,287 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29040 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 83feb88d-f751-44a4-9d6b-3a13b860944d -------------------------------------- 09:20:44,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,298 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1187, theDescription=83feb88d-f751-44a4-9d6b-3a13b860944d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1186, theAccountId=1187, isDefault=true, theDescription=83feb88d-f751-44a4-9d6b-3a13b860944d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2371, theSiteId=1186, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2372, theSiteId=1186, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,301 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,345 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29040 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 83feb88d-f751-44a4-9d6b-3a13b860944d2116successactive2117successactive -------------------------------------- 09:20:44,347 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29041 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 846ce2c4-58b5-47fb-b932-f86df4ebbfcb -------------------------------------- 09:20:44,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,349 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,358 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2116, theDescription=846ce2c4-58b5-47fb-b932-f86df4ebbfcb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2115, theAccountId=2116, isDefault=true, theDescription=846ce2c4-58b5-47fb-b932-f86df4ebbfcb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4229, theSiteId=2115, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4230, theSiteId=2115, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,359 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,359 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,404 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29041 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 846ce2c4-58b5-47fb-b932-f86df4ebbfcb4595successactive4596successactive -------------------------------------- 09:20:44,406 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29042 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 847a14bb-c1e9-46b6-809f-f3979439ceac -------------------------------------- 09:20:44,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,410 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,410 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,417 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1005, theDescription=847a14bb-c1e9-46b6-809f-f3979439ceac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1004, theAccountId=1005, isDefault=true, theDescription=847a14bb-c1e9-46b6-809f-f3979439ceac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2007, theSiteId=1004, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2008, theSiteId=1004, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,464 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29042 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 847a14bb-c1e9-46b6-809f-f3979439ceac1619successactive1620successactive -------------------------------------- 09:20:44,466 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29043 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 849551e2-feb9-4f58-bf40-c1995796a72b -------------------------------------- 09:20:44,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,477 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1937, theDescription=849551e2-feb9-4f58-bf40-c1995796a72b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1936, theAccountId=1937, isDefault=true, theDescription=849551e2-feb9-4f58-bf40-c1995796a72b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3871, theSiteId=1936, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3872, theSiteId=1936, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,524 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29043 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 849551e2-feb9-4f58-bf40-c1995796a72b4073successactive4074successactive -------------------------------------- 09:20:44,526 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29044 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 85867d83-f206-4791-ae4c-d46035a653bb -------------------------------------- 09:20:44,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,537 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1115, theDescription=85867d83-f206-4791-ae4c-d46035a653bb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1114, theAccountId=1115, isDefault=true, theDescription=85867d83-f206-4791-ae4c-d46035a653bb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2227, theSiteId=1114, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2228, theSiteId=1114, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,538 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,538 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,584 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29044 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 85867d83-f206-4791-ae4c-d46035a653bb1809successactive1810successactive -------------------------------------- 09:20:44,586 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29045 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8607ed5a-7a56-44b9-8c03-89456ce0f2d3 -------------------------------------- 09:20:44,587 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,587 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,588 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,588 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,597 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1127, theDescription=8607ed5a-7a56-44b9-8c03-89456ce0f2d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1126, theAccountId=1127, isDefault=true, theDescription=8607ed5a-7a56-44b9-8c03-89456ce0f2d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2251, theSiteId=1126, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2252, theSiteId=1126, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,598 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,598 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,600 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,600 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,642 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29045 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8607ed5a-7a56-44b9-8c03-89456ce0f2d31844successactive1845successactive -------------------------------------- 09:20:44,645 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29046 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 86cdbf79-098f-4acf-b217-d5ec41f565fe -------------------------------------- 09:20:44,645 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,645 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,648 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,648 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,656 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2203, theDescription=86cdbf79-098f-4acf-b217-d5ec41f565fe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2202, theAccountId=2203, isDefault=true, theDescription=86cdbf79-098f-4acf-b217-d5ec41f565fe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4403, theSiteId=2202, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4404, theSiteId=2202, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,658 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,658 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,703 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29046 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 86cdbf79-098f-4acf-b217-d5ec41f565fe4821successactive4822successactive -------------------------------------- 09:20:44,705 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29047 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 86fe5bc8-44dd-448e-b0a4-02a3082f4349 -------------------------------------- 09:20:44,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,717 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1964, theDescription=86fe5bc8-44dd-448e-b0a4-02a3082f4349, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1963, theAccountId=1964, isDefault=true, theDescription=86fe5bc8-44dd-448e-b0a4-02a3082f4349_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3925, theSiteId=1963, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3926, theSiteId=1963, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,717 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,717 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,764 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29047 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 86fe5bc8-44dd-448e-b0a4-02a3082f43494165successactive4166successactive -------------------------------------- 09:20:44,766 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29048 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 874a90f7-b4ee-4f56-b0be-5bc0c134f850 -------------------------------------- 09:20:44,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,779 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1826, theDescription=874a90f7-b4ee-4f56-b0be-5bc0c134f850, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1825, theAccountId=1826, isDefault=true, theDescription=874a90f7-b4ee-4f56-b0be-5bc0c134f850_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3649, theSiteId=1825, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3650, theSiteId=1825, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,779 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,779 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,782 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,782 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,825 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29048 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 874a90f7-b4ee-4f56-b0be-5bc0c134f8503732successactive3733successactive -------------------------------------- 09:20:44,827 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29049 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 879d3dd7-f684-457a-99a4-d28a5a5938a3 -------------------------------------- 09:20:44,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,831 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,840 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1936, theDescription=879d3dd7-f684-457a-99a4-d28a5a5938a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1935, theAccountId=1936, isDefault=true, theDescription=879d3dd7-f684-457a-99a4-d28a5a5938a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3869, theSiteId=1935, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3870, theSiteId=1935, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,840 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,840 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,842 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,842 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,885 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29049 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 879d3dd7-f684-457a-99a4-d28a5a5938a34071successactive4072successactive -------------------------------------- 09:20:44,887 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29050 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 87bb0f43-691f-4a5b-9c52-167d683afe68 -------------------------------------- 09:20:44,888 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,888 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,898 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1343, theDescription=87bb0f43-691f-4a5b-9c52-167d683afe68, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1342, theAccountId=1343, isDefault=true, theDescription=87bb0f43-691f-4a5b-9c52-167d683afe68_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2683, theSiteId=1342, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2684, theSiteId=1342, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,901 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,901 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:44,944 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29050 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 87bb0f43-691f-4a5b-9c52-167d683afe682506successactive2507successactive2508successactive2509successactive2510successpaused2511successpaused2512successpaused2513successpaused2514successactive2515successactive2516successactive2517successactive -------------------------------------- 09:20:44,947 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29051 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 87e3b03c-fa3d-4dc6-a3e4-8bc70f0e3916 -------------------------------------- 09:20:44,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:44,949 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,949 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:44,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:44,958 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1511, theDescription=87e3b03c-fa3d-4dc6-a3e4-8bc70f0e3916, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:44 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1510, theAccountId=1511, isDefault=true, theDescription=87e3b03c-fa3d-4dc6-a3e4-8bc70f0e3916_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3019, theSiteId=1510, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3020, theSiteId=1510, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:44,959 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,959 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:44,961 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:44,961 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,004 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29051 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 87e3b03c-fa3d-4dc6-a3e4-8bc70f0e39162863successactive -------------------------------------- 09:20:45,010 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29052 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8925154f-87d5-4706-b8cd-69a870769d95 -------------------------------------- 09:20:45,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,023 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1957, theDescription=8925154f-87d5-4706-b8cd-69a870769d95, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1956, theAccountId=1957, isDefault=true, theDescription=8925154f-87d5-4706-b8cd-69a870769d95_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3911, theSiteId=1956, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3912, theSiteId=1956, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,023 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,023 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,070 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29052 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8925154f-87d5-4706-b8cd-69a870769d954155successactive -------------------------------------- 09:20:45,073 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29053 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89417baf-56b0-4e2b-b388-0a148b585ccb -------------------------------------- 09:20:45,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,084 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2253, theDescription=89417baf-56b0-4e2b-b388-0a148b585ccb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2252, theAccountId=2253, isDefault=true, theDescription=89417baf-56b0-4e2b-b388-0a148b585ccb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4503, theSiteId=2252, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4504, theSiteId=2252, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,087 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,130 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29053 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89417baf-56b0-4e2b-b388-0a148b585ccb4974successactive4975successactive -------------------------------------- 09:20:45,133 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29054 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89599a07-6475-41f9-bea6-dd896c9066cf -------------------------------------- 09:20:45,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,145 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=962, theDescription=89599a07-6475-41f9-bea6-dd896c9066cf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=961, theAccountId=962, isDefault=true, theDescription=89599a07-6475-41f9-bea6-dd896c9066cf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1921, theSiteId=961, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1922, theSiteId=961, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,148 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,148 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29054 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89599a07-6475-41f9-bea6-dd896c9066cf1561successactive1562successactive -------------------------------------- 09:20:45,194 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29055 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 896c9032-df7c-40b2-a68e-e773cc1cbf5c -------------------------------------- 09:20:45,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,205 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2026, theDescription=896c9032-df7c-40b2-a68e-e773cc1cbf5c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2025, theAccountId=2026, isDefault=true, theDescription=896c9032-df7c-40b2-a68e-e773cc1cbf5c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4049, theSiteId=2025, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4050, theSiteId=2025, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,206 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,206 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,208 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,251 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29055 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 896c9032-df7c-40b2-a68e-e773cc1cbf5c4345successactive4346successactive -------------------------------------- 09:20:45,254 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29056 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 896fff3c-a3e1-4174-86cb-6c8bd2a8d142 -------------------------------------- 09:20:45,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,256 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,256 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,258 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,258 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,265 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1485, theDescription=896fff3c-a3e1-4174-86cb-6c8bd2a8d142, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1484, theAccountId=1485, isDefault=true, theDescription=896fff3c-a3e1-4174-86cb-6c8bd2a8d142_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2967, theSiteId=1484, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2968, theSiteId=1484, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,266 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,266 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,312 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29056 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 896fff3c-a3e1-4174-86cb-6c8bd2a8d1422831successactive -------------------------------------- 09:20:45,314 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29057 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89843f2f-7f23-4014-a9ef-9aaff677dcd6 -------------------------------------- 09:20:45,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,318 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,318 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,340 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=142, theDescription=89843f2f-7f23-4014-a9ef-9aaff677dcd6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=141, theAccountId=142, isDefault=true, theDescription=89843f2f-7f23-4014-a9ef-9aaff677dcd6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=281, theSiteId=141, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=282, theSiteId=141, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,386 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29057 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89843f2f-7f23-4014-a9ef-9aaff677dcd6230successpaused232successactive2551successactive2552successactive -------------------------------------- 09:20:45,388 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29058 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8999b4ae-9375-42ed-b429-0e7327516df8 -------------------------------------- 09:20:45,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,400 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1718, theDescription=8999b4ae-9375-42ed-b429-0e7327516df8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1717, theAccountId=1718, isDefault=true, theDescription=8999b4ae-9375-42ed-b429-0e7327516df8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3433, theSiteId=1717, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3434, theSiteId=1717, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,447 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29058 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8999b4ae-9375-42ed-b429-0e7327516df83282successactive3283successactive3285successactive3287successactive -------------------------------------- 09:20:45,449 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29059 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89d69a9e-1ce3-4e84-9afd-d75a1fd87f3a -------------------------------------- 09:20:45,450 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,450 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,460 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2197, theDescription=89d69a9e-1ce3-4e84-9afd-d75a1fd87f3a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2196, theAccountId=2197, isDefault=true, theDescription=89d69a9e-1ce3-4e84-9afd-d75a1fd87f3a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4391, theSiteId=2196, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4392, theSiteId=2196, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,463 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,506 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29059 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89d69a9e-1ce3-4e84-9afd-d75a1fd87f3a4792successactive4793successactive -------------------------------------- 09:20:45,509 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29060 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89f7d170-1863-473c-95da-dc016260ee49 -------------------------------------- 09:20:45,509 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,509 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,513 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,520 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1593, theDescription=89f7d170-1863-473c-95da-dc016260ee49, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1592, theAccountId=1593, isDefault=true, theDescription=89f7d170-1863-473c-95da-dc016260ee49_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3183, theSiteId=1592, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3184, theSiteId=1592, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,522 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,577 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29060 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89f7d170-1863-473c-95da-dc016260ee492961successactive -------------------------------------- 09:20:45,580 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29061 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8a1a53de-e168-438f-97f4-eb74a1f76f49 -------------------------------------- 09:20:45,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,591 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1369, theDescription=8a1a53de-e168-438f-97f4-eb74a1f76f49, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1368, theAccountId=1369, isDefault=true, theDescription=8a1a53de-e168-438f-97f4-eb74a1f76f49_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2735, theSiteId=1368, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2736, theSiteId=1368, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,636 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29061 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8a1a53de-e168-438f-97f4-eb74a1f76f492607successactive2608successactive -------------------------------------- 09:20:45,639 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29062 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8a7a7665-7ae9-4528-b81a-66fada3293da -------------------------------------- 09:20:45,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,651 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1669, theDescription=8a7a7665-7ae9-4528-b81a-66fada3293da, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1668, theAccountId=1669, isDefault=true, theDescription=8a7a7665-7ae9-4528-b81a-66fada3293da_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3335, theSiteId=1668, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3336, theSiteId=1668, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,699 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29062 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8a7a7665-7ae9-4528-b81a-66fada3293da3110successactive3111successactive -------------------------------------- 09:20:45,702 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29063 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8a9fee10-83db-492f-a5a9-a779bd21adee -------------------------------------- 09:20:45,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,738 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1955, theDescription=8a9fee10-83db-492f-a5a9-a779bd21adee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1954, theAccountId=1955, isDefault=true, theDescription=8a9fee10-83db-492f-a5a9-a779bd21adee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3907, theSiteId=1954, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3908, theSiteId=1954, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,739 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,739 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,801 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29063 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8a9fee10-83db-492f-a5a9-a779bd21adee4153successactive -------------------------------------- 09:20:45,804 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29064 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8a9fee10-83db-492f-a5a9-a779bd21adee -------------------------------------- 09:20:45,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,831 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1955, theDescription=8a9fee10-83db-492f-a5a9-a779bd21adee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1954, theAccountId=1955, isDefault=true, theDescription=8a9fee10-83db-492f-a5a9-a779bd21adee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3907, theSiteId=1954, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3908, theSiteId=1954, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:45,902 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29064 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8a9fee10-83db-492f-a5a9-a779bd21adee4153successactive -------------------------------------- 09:20:45,914 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29065 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8ac55048-a862-493f-a1c0-61c3c3d4b0e5 -------------------------------------- 09:20:45,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:45,916 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:45,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,918 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:45,949 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2093, theDescription=8ac55048-a862-493f-a1c0-61c3c3d4b0e5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:45 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2092, theAccountId=2093, isDefault=true, theDescription=8ac55048-a862-493f-a1c0-61c3c3d4b0e5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4183, theSiteId=2092, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4184, theSiteId=2092, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:45,949 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,949 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:45,952 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:45,952 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,082 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29065 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8ac55048-a862-493f-a1c0-61c3c3d4b0e54527successactive4528successactive -------------------------------------- 09:20:46,101 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29066 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8b771743-3cc6-4706-a133-2ae70f33a03c -------------------------------------- 09:20:46,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,112 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=798, theDescription=8b771743-3cc6-4706-a133-2ae70f33a03c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=797, theAccountId=798, isDefault=true, theDescription=8b771743-3cc6-4706-a133-2ae70f33a03c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1593, theSiteId=797, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1594, theSiteId=797, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,115 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,115 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,178 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29066 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8b771743-3cc6-4706-a133-2ae70f33a03c1362successactive -------------------------------------- 09:20:46,259 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29067 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8b95a3fd-09d5-43ce-a1c4-7e286b245702 -------------------------------------- 09:20:46,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,265 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,275 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1288, theDescription=8b95a3fd-09d5-43ce-a1c4-7e286b245702, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1287, theAccountId=1288, isDefault=true, theDescription=8b95a3fd-09d5-43ce-a1c4-7e286b245702_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2573, theSiteId=1287, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2574, theSiteId=1287, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,357 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29067 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8b95a3fd-09d5-43ce-a1c4-7e286b2457022324successactive2325successactive -------------------------------------- 09:20:46,359 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29068 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8c0c8447-8648-496e-8dbf-15a31c6fcc2e -------------------------------------- 09:20:46,360 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,360 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,441 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1340, theDescription=8c0c8447-8648-496e-8dbf-15a31c6fcc2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1339, theAccountId=1340, isDefault=true, theDescription=8c0c8447-8648-496e-8dbf-15a31c6fcc2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2677, theSiteId=1339, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2678, theSiteId=1339, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,489 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29068 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8c0c8447-8648-496e-8dbf-15a31c6fcc2e2492successpaused2493successpaused2494successpaused2495successpaused2496successactive2497successactive2498successactive2499successactive -------------------------------------- 09:20:46,491 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29069 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8c326cc9-414e-40d7-b9d7-add07c60950b -------------------------------------- 09:20:46,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,782 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2017, theDescription=8c326cc9-414e-40d7-b9d7-add07c60950b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2016, theAccountId=2017, isDefault=true, theDescription=8c326cc9-414e-40d7-b9d7-add07c60950b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4031, theSiteId=2016, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4032, theSiteId=2016, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,828 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29069 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8c326cc9-414e-40d7-b9d7-add07c60950b4302successactive4303successactive -------------------------------------- 09:20:46,831 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29070 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8cbe2bea-7e5b-43db-8d4b-c0ce509657c8 -------------------------------------- 09:20:46,831 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,843 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1310, theDescription=8cbe2bea-7e5b-43db-8d4b-c0ce509657c8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1309, theAccountId=1310, isDefault=true, theDescription=8cbe2bea-7e5b-43db-8d4b-c0ce509657c8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2617, theSiteId=1309, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2618, theSiteId=1309, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,843 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,843 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,889 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29070 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8cbe2bea-7e5b-43db-8d4b-c0ce509657c82392successpaused2393successpaused2396successactive2397successactive -------------------------------------- 09:20:46,891 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29071 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8d069a54-9f1a-4027-9911-c1d655de1f6b -------------------------------------- 09:20:46,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,903 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2156, theDescription=8d069a54-9f1a-4027-9911-c1d655de1f6b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2155, theAccountId=2156, isDefault=true, theDescription=8d069a54-9f1a-4027-9911-c1d655de1f6b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4309, theSiteId=2155, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4310, theSiteId=2155, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,903 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,903 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:46,949 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29071 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8d069a54-9f1a-4027-9911-c1d655de1f6b4680successactive4681successactive -------------------------------------- 09:20:46,951 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29072 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8d653505-8c5e-4c73-b15b-dae82152d368 -------------------------------------- 09:20:46,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:46,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:46,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:46,962 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1125, theDescription=8d653505-8c5e-4c73-b15b-dae82152d368, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:46 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1124, theAccountId=1125, isDefault=true, theDescription=8d653505-8c5e-4c73-b15b-dae82152d368_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2247, theSiteId=1124, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2248, theSiteId=1124, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:46,962 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,962 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:46,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:46,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,008 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29072 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8d653505-8c5e-4c73-b15b-dae82152d3681840successactive1841successactive -------------------------------------- 09:20:47,011 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29073 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8d7be0f6-09b0-405a-baf9-0dc0028a7ee3 -------------------------------------- 09:20:47,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,014 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,022 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2161, theDescription=8d7be0f6-09b0-405a-baf9-0dc0028a7ee3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2160, theAccountId=2161, isDefault=true, theDescription=8d7be0f6-09b0-405a-baf9-0dc0028a7ee3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4319, theSiteId=2160, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4320, theSiteId=2160, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,022 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,022 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,067 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29073 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8d7be0f6-09b0-405a-baf9-0dc0028a7ee34690successactive4691successactive -------------------------------------- 09:20:47,069 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29074 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8d7e8f88-e912-4d5a-8168-b5528b9a1696 -------------------------------------- 09:20:47,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,080 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1514, theDescription=8d7e8f88-e912-4d5a-8168-b5528b9a1696, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1513, theAccountId=1514, isDefault=true, theDescription=8d7e8f88-e912-4d5a-8168-b5528b9a1696_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3025, theSiteId=1513, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3026, theSiteId=1513, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,125 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29074 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8d7e8f88-e912-4d5a-8168-b5528b9a16962866successactive -------------------------------------- 09:20:47,128 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29075 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8dc7ed96-f799-41e5-9a11-68487e7abde2 -------------------------------------- 09:20:47,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,130 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,139 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2562, theDescription=8dc7ed96-f799-41e5-9a11-68487e7abde2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2561, theAccountId=2562, isDefault=true, theDescription=8dc7ed96-f799-41e5-9a11-68487e7abde2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5121, theSiteId=2561, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5122, theSiteId=2561, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,186 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29075 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8dc7ed96-f799-41e5-9a11-68487e7abde28460successpaused8461successpaused8463successpaused8464successpaused8467successpaused8468successpaused8469successpaused8470successpaused8473successpaused8474successpaused8475successpaused8476successpaused8650successpaused8651successactive -------------------------------------- 09:20:47,188 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29076 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8df8e8e8-d665-41d2-8c75-c9f5e9b521cb -------------------------------------- 09:20:47,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,199 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1349, theDescription=8df8e8e8-d665-41d2-8c75-c9f5e9b521cb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1348, theAccountId=1349, isDefault=true, theDescription=8df8e8e8-d665-41d2-8c75-c9f5e9b521cb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2695, theSiteId=1348, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2696, theSiteId=1348, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,245 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29076 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8df8e8e8-d665-41d2-8c75-c9f5e9b521cb2563successactive2564successactive -------------------------------------- 09:20:47,247 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29077 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8e380023-5adf-49e3-839d-1185a8b1c8de -------------------------------------- 09:20:47,248 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,248 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,250 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,250 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,258 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1714, theDescription=8e380023-5adf-49e3-839d-1185a8b1c8de, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1713, theAccountId=1714, isDefault=true, theDescription=8e380023-5adf-49e3-839d-1185a8b1c8de_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3425, theSiteId=1713, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3426, theSiteId=1713, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,303 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29077 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8e380023-5adf-49e3-839d-1185a8b1c8de3260successactive3261successpaused3262successactive3263successpaused3264successactive3265successpaused3268successactive3269successactive3270successactive -------------------------------------- 09:20:47,306 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29078 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8e41cabd-790b-4f80-b51a-86757b7f24dc -------------------------------------- 09:20:47,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,310 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,310 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,317 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2059, theDescription=8e41cabd-790b-4f80-b51a-86757b7f24dc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2058, theAccountId=2059, isDefault=true, theDescription=8e41cabd-790b-4f80-b51a-86757b7f24dc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4115, theSiteId=2058, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4116, theSiteId=2058, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,318 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,318 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,320 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,320 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,363 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29078 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8e41cabd-790b-4f80-b51a-86757b7f24dc4424successactive4425successactive4426successactive4427successactive -------------------------------------- 09:20:47,366 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29079 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8e54f749-0c8a-4a6e-b51c-1682e15c8290 -------------------------------------- 09:20:47,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,377 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=867, theDescription=8e54f749-0c8a-4a6e-b51c-1682e15c8290, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=866, theAccountId=867, isDefault=true, theDescription=8e54f749-0c8a-4a6e-b51c-1682e15c8290_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1731, theSiteId=866, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1732, theSiteId=866, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,424 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29079 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8e54f749-0c8a-4a6e-b51c-1682e15c82901432successactive -------------------------------------- 09:20:47,427 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29080 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8ef57ba8-2134-4fe0-89c3-7922a8a6f3e5 -------------------------------------- 09:20:47,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,429 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,429 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,438 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1105, theDescription=8ef57ba8-2134-4fe0-89c3-7922a8a6f3e5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1104, theAccountId=1105, isDefault=true, theDescription=8ef57ba8-2134-4fe0-89c3-7922a8a6f3e5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2207, theSiteId=1104, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2208, theSiteId=1104, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,484 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29080 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8ef57ba8-2134-4fe0-89c3-7922a8a6f3e51788successactive1789successactive -------------------------------------- 09:20:47,486 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29081 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8f2ec841-9982-4ef5-8b56-2eced794984b -------------------------------------- 09:20:47,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,490 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,490 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,497 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2230, theDescription=8f2ec841-9982-4ef5-8b56-2eced794984b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2229, theAccountId=2230, isDefault=true, theDescription=8f2ec841-9982-4ef5-8b56-2eced794984b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4457, theSiteId=2229, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4458, theSiteId=2229, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,498 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,498 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,542 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29081 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8f2ec841-9982-4ef5-8b56-2eced794984b4903successactive4904successactive -------------------------------------- 09:20:47,544 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29082 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8f4b4695-9934-49d8-918b-5c30fb4cd9b2 -------------------------------------- 09:20:47,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,546 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,546 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,555 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1084, theDescription=8f4b4695-9934-49d8-918b-5c30fb4cd9b2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1083, theAccountId=1084, isDefault=true, theDescription=8f4b4695-9934-49d8-918b-5c30fb4cd9b2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2165, theSiteId=1083, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2166, theSiteId=1083, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,555 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,555 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,600 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29082 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8f4b4695-9934-49d8-918b-5c30fb4cd9b21760successactive -------------------------------------- 09:20:47,603 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29083 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8f5c54b6-43ab-4158-8cd5-c904244a0b73 -------------------------------------- 09:20:47,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,614 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1215, theDescription=8f5c54b6-43ab-4158-8cd5-c904244a0b73, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1214, theAccountId=1215, isDefault=true, theDescription=8f5c54b6-43ab-4158-8cd5-c904244a0b73_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2427, theSiteId=1214, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2428, theSiteId=1214, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,614 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,614 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,616 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,616 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,659 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29083 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8f5c54b6-43ab-4158-8cd5-c904244a0b732170successactive2171successactive -------------------------------------- 09:20:47,662 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29084 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8f6d8b02-3d95-4c38-ad21-89463ddd6735 -------------------------------------- 09:20:47,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,685 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2629, theDescription=8f6d8b02-3d95-4c38-ad21-89463ddd6735, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2628, theAccountId=2629, isDefault=true, theDescription=8f6d8b02-3d95-4c38-ad21-89463ddd6735_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5255, theSiteId=2628, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5256, theSiteId=2628, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,730 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29084 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8f6d8b02-3d95-4c38-ad21-89463ddd67358894successpaused8895successpaused8896successpaused8897successpaused8899successactive8900successactive8901successactive8905successactive -------------------------------------- 09:20:47,733 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29085 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8fa02df0-80eb-4975-8341-08cc1872ae9e -------------------------------------- 09:20:47,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,743 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2244, theDescription=8fa02df0-80eb-4975-8341-08cc1872ae9e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2243, theAccountId=2244, isDefault=true, theDescription=8fa02df0-80eb-4975-8341-08cc1872ae9e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4485, theSiteId=2243, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4486, theSiteId=2243, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,789 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29085 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8fa02df0-80eb-4975-8341-08cc1872ae9e4941successactive4942successactive4943successpaused4944successpaused -------------------------------------- 09:20:47,791 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29086 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8fe4715e-fccc-4975-a982-dec9c68bc93e -------------------------------------- 09:20:47,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,803 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2366, theDescription=8fe4715e-fccc-4975-a982-dec9c68bc93e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2365, theAccountId=2366, isDefault=true, theDescription=8fe4715e-fccc-4975-a982-dec9c68bc93e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4729, theSiteId=2365, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4730, theSiteId=2365, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,803 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,803 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,848 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29086 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8fe4715e-fccc-4975-a982-dec9c68bc93e5980successpaused5981successpaused5982successpaused6005successactive6006successactive6007successpaused6012successpaused6694successactive -------------------------------------- 09:20:47,850 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29087 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9024360c-2170-49e1-9ccb-3b5a12c50264 -------------------------------------- 09:20:47,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,854 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,854 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,862 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2071, theDescription=9024360c-2170-49e1-9ccb-3b5a12c50264, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2070, theAccountId=2071, isDefault=true, theDescription=9024360c-2170-49e1-9ccb-3b5a12c50264_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4139, theSiteId=2070, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4140, theSiteId=2070, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,908 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29087 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9024360c-2170-49e1-9ccb-3b5a12c502644472successpaused4473successactive4474successactive -------------------------------------- 09:20:47,910 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29088 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 90f8bf12-4caf-485b-9cad-fe3e75b5a77b -------------------------------------- 09:20:47,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,912 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,912 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,914 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,914 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,921 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1207, theDescription=90f8bf12-4caf-485b-9cad-fe3e75b5a77b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1206, theAccountId=1207, isDefault=true, theDescription=90f8bf12-4caf-485b-9cad-fe3e75b5a77b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2411, theSiteId=1206, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2412, theSiteId=1206, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:47,967 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29088 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 90f8bf12-4caf-485b-9cad-fe3e75b5a77b2155successactive2156successactive -------------------------------------- 09:20:47,969 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29089 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 91155e96-16bd-416b-83ed-6244ec86bff4 -------------------------------------- 09:20:47,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:47,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:47,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:47,980 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=891, theDescription=91155e96-16bd-416b-83ed-6244ec86bff4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:47 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=890, theAccountId=891, isDefault=true, theDescription=91155e96-16bd-416b-83ed-6244ec86bff4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1779, theSiteId=890, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1780, theSiteId=890, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:47,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:47,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:47,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,029 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29089 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 91155e96-16bd-416b-83ed-6244ec86bff41458successactive -------------------------------------- 09:20:48,031 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29090 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9159eae3-7a8f-4fd7-bbc1-5efc8bcdfce5 -------------------------------------- 09:20:48,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,042 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2285, theDescription=9159eae3-7a8f-4fd7-bbc1-5efc8bcdfce5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2284, theAccountId=2285, isDefault=true, theDescription=9159eae3-7a8f-4fd7-bbc1-5efc8bcdfce5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4567, theSiteId=2284, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4568, theSiteId=2284, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,088 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29090 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9159eae3-7a8f-4fd7-bbc1-5efc8bcdfce55051successactive5052successactive -------------------------------------- 09:20:48,090 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29091 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 915b73d7-f14a-4d10-a489-a854e6deed5e -------------------------------------- 09:20:48,091 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,091 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,101 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1194, theDescription=915b73d7-f14a-4d10-a489-a854e6deed5e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1193, theAccountId=1194, isDefault=true, theDescription=915b73d7-f14a-4d10-a489-a854e6deed5e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2385, theSiteId=1193, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2386, theSiteId=1193, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,149 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29091 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 915b73d7-f14a-4d10-a489-a854e6deed5e2129successactive2130successactive -------------------------------------- 09:20:48,151 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29092 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 915cd9dd-4b83-4f0d-b0b8-eecbc90473df -------------------------------------- 09:20:48,152 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,152 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,155 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,155 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,162 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2109, theDescription=915cd9dd-4b83-4f0d-b0b8-eecbc90473df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2108, theAccountId=2109, isDefault=true, theDescription=915cd9dd-4b83-4f0d-b0b8-eecbc90473df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4215, theSiteId=2108, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4216, theSiteId=2108, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,165 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,165 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,207 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29092 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 915cd9dd-4b83-4f0d-b0b8-eecbc90473df4567successactive4568successactive -------------------------------------- 09:20:48,210 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29093 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 91a330af-6426-4677-91d6-efd75b377916 -------------------------------------- 09:20:48,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,212 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,212 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,214 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,214 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,220 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2592, theDescription=91a330af-6426-4677-91d6-efd75b377916, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2591, theAccountId=2592, isDefault=true, theDescription=91a330af-6426-4677-91d6-efd75b377916_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5181, theSiteId=2591, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5182, theSiteId=2591, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,265 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29093 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 91a330af-6426-4677-91d6-efd75b3779168584successactive8585successactive -------------------------------------- 09:20:48,267 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29094 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 922815d4-ff5c-44ee-855c-a86c0f0fff40 -------------------------------------- 09:20:48,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,280 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2229, theDescription=922815d4-ff5c-44ee-855c-a86c0f0fff40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2228, theAccountId=2229, isDefault=true, theDescription=922815d4-ff5c-44ee-855c-a86c0f0fff40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4455, theSiteId=2228, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4456, theSiteId=2228, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,283 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,283 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,327 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29094 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 922815d4-ff5c-44ee-855c-a86c0f0fff404901successactive4902successactive -------------------------------------- 09:20:48,329 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29095 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 92ced734-cc10-4f04-9e9f-151b88f98e79 -------------------------------------- 09:20:48,330 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,330 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,332 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,332 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,341 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2172, theDescription=92ced734-cc10-4f04-9e9f-151b88f98e79, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2171, theAccountId=2172, isDefault=true, theDescription=92ced734-cc10-4f04-9e9f-151b88f98e79_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4341, theSiteId=2171, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4342, theSiteId=2171, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,388 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29095 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 92ced734-cc10-4f04-9e9f-151b88f98e794724successactive4725successactive -------------------------------------- 09:20:48,390 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29096 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 92da5b9e-e6e5-400e-b383-11fa94fa5c56 -------------------------------------- 09:20:48,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,402 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=581, theDescription=92da5b9e-e6e5-400e-b383-11fa94fa5c56, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=580, theAccountId=581, isDefault=true, theDescription=92da5b9e-e6e5-400e-b383-11fa94fa5c56_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1159, theSiteId=580, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1160, theSiteId=580, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,402 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,402 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,448 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29096 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 92da5b9e-e6e5-400e-b383-11fa94fa5c561116successactive -------------------------------------- 09:20:48,450 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29097 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 934c422c-fb02-43f3-b0e3-555764952283 -------------------------------------- 09:20:48,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,462 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1012, theDescription=934c422c-fb02-43f3-b0e3-555764952283, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1011, theAccountId=1012, isDefault=true, theDescription=934c422c-fb02-43f3-b0e3-555764952283_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2021, theSiteId=1011, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2022, theSiteId=1011, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,507 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29097 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 934c422c-fb02-43f3-b0e3-5557649522831629successactive -------------------------------------- 09:20:48,509 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29098 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9392a40f-1702-4ea5-96d8-7e7f9adfb130 -------------------------------------- 09:20:48,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,513 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,520 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1390, theDescription=9392a40f-1702-4ea5-96d8-7e7f9adfb130, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1389, theAccountId=1390, isDefault=true, theDescription=9392a40f-1702-4ea5-96d8-7e7f9adfb130_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2777, theSiteId=1389, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2778, theSiteId=1389, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,569 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29098 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9392a40f-1702-4ea5-96d8-7e7f9adfb1302641successactive2642successpaused -------------------------------------- 09:20:48,571 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29099 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9396a3ff-196e-4abb-8b2b-b7c17dcb0a4a -------------------------------------- 09:20:48,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,573 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,573 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,575 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,582 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1997, theDescription=9396a3ff-196e-4abb-8b2b-b7c17dcb0a4a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1996, theAccountId=1997, isDefault=true, theDescription=9396a3ff-196e-4abb-8b2b-b7c17dcb0a4a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3991, theSiteId=1996, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3992, theSiteId=1996, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,583 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,629 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29099 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9396a3ff-196e-4abb-8b2b-b7c17dcb0a4a4250successactive4251successactive -------------------------------------- 09:20:48,631 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29100 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 93eeb3b9-41ef-4c80-9030-d7963eba296d -------------------------------------- 09:20:48,632 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,632 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,634 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,635 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,635 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,644 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1844, theDescription=93eeb3b9-41ef-4c80-9030-d7963eba296d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1843, theAccountId=1844, isDefault=true, theDescription=93eeb3b9-41ef-4c80-9030-d7963eba296d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3685, theSiteId=1843, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3686, theSiteId=1843, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,645 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,645 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,691 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29100 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 93eeb3b9-41ef-4c80-9030-d7963eba296d3781successactive3782successactive -------------------------------------- 09:20:48,693 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29101 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 93eeb3b9-41ef-4c80-9030-d7963eba296d -------------------------------------- 09:20:48,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,695 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,697 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,697 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,704 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1844, theDescription=93eeb3b9-41ef-4c80-9030-d7963eba296d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1843, theAccountId=1844, isDefault=true, theDescription=93eeb3b9-41ef-4c80-9030-d7963eba296d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3685, theSiteId=1843, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3686, theSiteId=1843, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,704 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,704 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,751 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29101 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 93eeb3b9-41ef-4c80-9030-d7963eba296d3781successactive3782successactive -------------------------------------- 09:20:48,753 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29102 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 941006c2-108a-4c80-9ce9-ff3477abbd3c -------------------------------------- 09:20:48,754 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,754 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,768 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1135, theDescription=941006c2-108a-4c80-9ce9-ff3477abbd3c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1134, theAccountId=1135, isDefault=true, theDescription=941006c2-108a-4c80-9ce9-ff3477abbd3c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2267, theSiteId=1134, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2268, theSiteId=1134, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,814 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29102 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 941006c2-108a-4c80-9ce9-ff3477abbd3c1871successactive1872successactive1873successactive1874successactive1875successactive -------------------------------------- 09:20:48,816 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29103 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94120c00-10f6-4eaf-a663-6e6bf0c47f81 -------------------------------------- 09:20:48,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,830 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2540, theDescription=94120c00-10f6-4eaf-a663-6e6bf0c47f81, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2539, theAccountId=2540, isDefault=true, theDescription=94120c00-10f6-4eaf-a663-6e6bf0c47f81_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5077, theSiteId=2539, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5078, theSiteId=2539, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,877 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29103 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94120c00-10f6-4eaf-a663-6e6bf0c47f818171successpaused8188successpaused8203successactive8204successpaused -------------------------------------- 09:20:48,879 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29104 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9456384f-8348-498d-9ba2-8c8f0ff60cbb -------------------------------------- 09:20:48,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,890 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1093, theDescription=9456384f-8348-498d-9ba2-8c8f0ff60cbb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1092, theAccountId=1093, isDefault=true, theDescription=9456384f-8348-498d-9ba2-8c8f0ff60cbb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2183, theSiteId=1092, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2184, theSiteId=1092, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:48,941 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29104 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9456384f-8348-498d-9ba2-8c8f0ff60cbb1769successactive1770successactive -------------------------------------- 09:20:48,944 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29105 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94665f8f-05e9-452a-b8da-41d50d6c6810 -------------------------------------- 09:20:48,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:48,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:48,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:48,955 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1870, theDescription=94665f8f-05e9-452a-b8da-41d50d6c6810, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:48 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1869, theAccountId=1870, isDefault=true, theDescription=94665f8f-05e9-452a-b8da-41d50d6c6810_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3737, theSiteId=1869, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3738, theSiteId=1869, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:48,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:48,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:48,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,003 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29105 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94665f8f-05e9-452a-b8da-41d50d6c68103852successactive3853successpaused3854successactive -------------------------------------- 09:20:49,006 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29106 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94e0920c-c458-4fa8-a5a3-43996c5a137b -------------------------------------- 09:20:49,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,020 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1512, theDescription=94e0920c-c458-4fa8-a5a3-43996c5a137b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1511, theAccountId=1512, isDefault=true, theDescription=94e0920c-c458-4fa8-a5a3-43996c5a137b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3021, theSiteId=1511, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3022, theSiteId=1511, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,020 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,020 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,023 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,023 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,066 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29106 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94e0920c-c458-4fa8-a5a3-43996c5a137b2864successactive -------------------------------------- 09:20:49,069 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29107 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94e38b7d-87fd-4670-b945-4d7a60df3dc6 -------------------------------------- 09:20:49,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,083 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1623, theDescription=94e38b7d-87fd-4670-b945-4d7a60df3dc6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1622, theAccountId=1623, isDefault=true, theDescription=94e38b7d-87fd-4670-b945-4d7a60df3dc6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3243, theSiteId=1622, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3244, theSiteId=1622, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,084 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,084 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,086 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,086 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,129 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29107 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94e38b7d-87fd-4670-b945-4d7a60df3dc63023successactive -------------------------------------- 09:20:49,132 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29108 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95130917-d771-4947-9f05-7ced8363bb8e -------------------------------------- 09:20:49,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,136 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,136 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,143 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2255, theDescription=95130917-d771-4947-9f05-7ced8363bb8e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2254, theAccountId=2255, isDefault=true, theDescription=95130917-d771-4947-9f05-7ced8363bb8e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4507, theSiteId=2254, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4508, theSiteId=2254, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,144 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,194 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29108 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95130917-d771-4947-9f05-7ced8363bb8e4978successpaused4979successpaused4980successactive4981successactive -------------------------------------- 09:20:49,196 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29109 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95420786-6409-4d14-bc40-123983dc69c8 -------------------------------------- 09:20:49,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,208 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1620, theDescription=95420786-6409-4d14-bc40-123983dc69c8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1619, theAccountId=1620, isDefault=true, theDescription=95420786-6409-4d14-bc40-123983dc69c8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3237, theSiteId=1619, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3238, theSiteId=1619, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,208 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,210 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,253 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29109 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95420786-6409-4d14-bc40-123983dc69c83015successactive3016successactive3017successactive -------------------------------------- 09:20:49,256 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29110 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9589bc0c-2a66-4ddc-bbb3-3630611afcec -------------------------------------- 09:20:49,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,268 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=204, theDescription=9589bc0c-2a66-4ddc-bbb3-3630611afcec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=203, theAccountId=204, isDefault=true, theDescription=9589bc0c-2a66-4ddc-bbb3-3630611afcec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=405, theSiteId=203, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=406, theSiteId=203, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,269 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,269 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,314 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29110 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9589bc0c-2a66-4ddc-bbb3-3630611afcec436successactive -------------------------------------- 09:20:49,317 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29111 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95a3e1a3-0703-4290-b0a7-a36a8b22604f -------------------------------------- 09:20:49,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,328 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1371, theDescription=95a3e1a3-0703-4290-b0a7-a36a8b22604f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1370, theAccountId=1371, isDefault=true, theDescription=95a3e1a3-0703-4290-b0a7-a36a8b22604f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2739, theSiteId=1370, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2740, theSiteId=1370, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,331 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,374 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29111 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95a3e1a3-0703-4290-b0a7-a36a8b22604f2611successactive2612successactive -------------------------------------- 09:20:49,377 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29112 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95a3e1a3-0703-4290-b0a7-a36a8b22604f -------------------------------------- 09:20:49,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,379 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,379 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,381 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,381 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,389 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1371, theDescription=95a3e1a3-0703-4290-b0a7-a36a8b22604f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1370, theAccountId=1371, isDefault=true, theDescription=95a3e1a3-0703-4290-b0a7-a36a8b22604f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2739, theSiteId=1370, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2740, theSiteId=1370, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,437 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29112 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95a3e1a3-0703-4290-b0a7-a36a8b22604f2611successactive2612successactive -------------------------------------- 09:20:49,439 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29113 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95ace513-9af1-4c80-b34a-4ef425605a9a -------------------------------------- 09:20:49,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,440 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,454 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=900, theDescription=95ace513-9af1-4c80-b34a-4ef425605a9a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=899, theAccountId=900, isDefault=true, theDescription=95ace513-9af1-4c80-b34a-4ef425605a9a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1797, theSiteId=899, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1798, theSiteId=899, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,499 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29113 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95ace513-9af1-4c80-b34a-4ef425605a9a1469successactive -------------------------------------- 09:20:49,502 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29114 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95bfe51b-b9df-4ef1-b671-e62e637a0403 -------------------------------------- 09:20:49,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,502 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,515 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1291, theDescription=95bfe51b-b9df-4ef1-b671-e62e637a0403, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1290, theAccountId=1291, isDefault=true, theDescription=95bfe51b-b9df-4ef1-b671-e62e637a0403_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2579, theSiteId=1290, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2580, theSiteId=1290, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,560 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29114 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95bfe51b-b9df-4ef1-b671-e62e637a04032330successactive2331successpaused -------------------------------------- 09:20:49,563 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29115 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95c615c6-eb1f-484b-9844-0d1b6163bad2 -------------------------------------- 09:20:49,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,577 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2222, theDescription=95c615c6-eb1f-484b-9844-0d1b6163bad2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2221, theAccountId=2222, isDefault=true, theDescription=95c615c6-eb1f-484b-9844-0d1b6163bad2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4441, theSiteId=2221, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4442, theSiteId=2221, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,579 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,579 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,623 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29115 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95c615c6-eb1f-484b-9844-0d1b6163bad24871successactive4872successactive -------------------------------------- 09:20:49,625 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29116 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95c6f698-6c0c-46d5-8e99-2e783a378adc -------------------------------------- 09:20:49,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,631 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,631 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,641 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1014, theDescription=95c6f698-6c0c-46d5-8e99-2e783a378adc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1013, theAccountId=1014, isDefault=true, theDescription=95c6f698-6c0c-46d5-8e99-2e783a378adc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2025, theSiteId=1013, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2026, theSiteId=1013, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,689 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29116 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95c6f698-6c0c-46d5-8e99-2e783a378adc1632successactive1633successactive -------------------------------------- 09:20:49,692 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29117 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95df9ceb-b76f-47c1-bf7b-e8c9621bc419 -------------------------------------- 09:20:49,692 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,692 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,703 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2078, theDescription=95df9ceb-b76f-47c1-bf7b-e8c9621bc419, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2077, theAccountId=2078, isDefault=true, theDescription=95df9ceb-b76f-47c1-bf7b-e8c9621bc419_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4153, theSiteId=2077, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4154, theSiteId=2077, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,753 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29117 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95df9ceb-b76f-47c1-bf7b-e8c9621bc4194493successactive4494successactive -------------------------------------- 09:20:49,755 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29118 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95f29991-9915-4e08-90e0-b6a9c62c9448 -------------------------------------- 09:20:49,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,767 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2314, theDescription=95f29991-9915-4e08-90e0-b6a9c62c9448, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2313, theAccountId=2314, isDefault=true, theDescription=95f29991-9915-4e08-90e0-b6a9c62c9448_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4625, theSiteId=2313, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4626, theSiteId=2313, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,814 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29118 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95f29991-9915-4e08-90e0-b6a9c62c94485177successpaused5178successpaused5179successpaused5180successpaused5181successactive5182successactive5183successactive5184successactive -------------------------------------- 09:20:49,817 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29119 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 966c0a2c-af7a-48af-9e64-e57d624cce5c -------------------------------------- 09:20:49,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,829 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2288, theDescription=966c0a2c-af7a-48af-9e64-e57d624cce5c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2287, theAccountId=2288, isDefault=true, theDescription=966c0a2c-af7a-48af-9e64-e57d624cce5c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4573, theSiteId=2287, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4574, theSiteId=2287, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,876 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29119 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 966c0a2c-af7a-48af-9e64-e57d624cce5c5057successactive5058successactive -------------------------------------- 09:20:49,879 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29120 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 96ac3af3-017f-42da-8921-8311c9bda6bf -------------------------------------- 09:20:49,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,892 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1400, theDescription=96ac3af3-017f-42da-8921-8311c9bda6bf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1399, theAccountId=1400, isDefault=true, theDescription=96ac3af3-017f-42da-8921-8311c9bda6bf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2797, theSiteId=1399, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2798, theSiteId=1399, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:49,939 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29120 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 96ac3af3-017f-42da-8921-8311c9bda6bf2659successactive2660successactive -------------------------------------- 09:20:49,941 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29121 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 96ba1bf3-0b52-41bd-b04e-57059a9529ff -------------------------------------- 09:20:49,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,942 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:49,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:49,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:49,953 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1542, theDescription=96ba1bf3-0b52-41bd-b04e-57059a9529ff, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:49 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1541, theAccountId=1542, isDefault=true, theDescription=96ba1bf3-0b52-41bd-b04e-57059a9529ff_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3081, theSiteId=1541, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3082, theSiteId=1541, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:49,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:49,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:49,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,006 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29121 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 96ba1bf3-0b52-41bd-b04e-57059a9529ff2896successactive -------------------------------------- 09:20:50,009 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29122 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 96e883b6-4895-4495-ab2e-14a12285e883 -------------------------------------- 09:20:50,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,012 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,022 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2076, theDescription=96e883b6-4895-4495-ab2e-14a12285e883, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2075, theAccountId=2076, isDefault=true, theDescription=96e883b6-4895-4495-ab2e-14a12285e883_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4149, theSiteId=2075, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4150, theSiteId=2075, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,023 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,023 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,073 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29122 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 96e883b6-4895-4495-ab2e-14a12285e8834489successactive4490successactive -------------------------------------- 09:20:50,076 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29123 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 96f332d1-06e3-4e00-bb82-dcd3c80e5b08 -------------------------------------- 09:20:50,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,088 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1899, theDescription=96f332d1-06e3-4e00-bb82-dcd3c80e5b08, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1898, theAccountId=1899, isDefault=true, theDescription=96f332d1-06e3-4e00-bb82-dcd3c80e5b08_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3795, theSiteId=1898, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3796, theSiteId=1898, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,088 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,091 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,091 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,134 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29123 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 96f332d1-06e3-4e00-bb82-dcd3c80e5b083939successactive3940successactive -------------------------------------- 09:20:50,136 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29124 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 96f332d1-06e3-4e00-bb82-dcd3c80e5b08 -------------------------------------- 09:20:50,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,144 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,166 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1899, theDescription=96f332d1-06e3-4e00-bb82-dcd3c80e5b08, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1898, theAccountId=1899, isDefault=true, theDescription=96f332d1-06e3-4e00-bb82-dcd3c80e5b08_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3795, theSiteId=1898, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3796, theSiteId=1898, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,213 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29124 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 96f332d1-06e3-4e00-bb82-dcd3c80e5b083939successactive3940successactive -------------------------------------- 09:20:50,216 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29125 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 976ef46c-81f7-4032-af63-a2b5f06e882d -------------------------------------- 09:20:50,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,219 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,219 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,228 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1171, theDescription=976ef46c-81f7-4032-af63-a2b5f06e882d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1170, theAccountId=1171, isDefault=true, theDescription=976ef46c-81f7-4032-af63-a2b5f06e882d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2339, theSiteId=1170, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2340, theSiteId=1170, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,274 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29125 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 976ef46c-81f7-4032-af63-a2b5f06e882d2002successactive2003successactive -------------------------------------- 09:20:50,276 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29126 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 97a75487-0dda-499b-8d20-3b31ff26da4c -------------------------------------- 09:20:50,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,280 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,280 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,288 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1950, theDescription=97a75487-0dda-499b-8d20-3b31ff26da4c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1949, theAccountId=1950, isDefault=true, theDescription=97a75487-0dda-499b-8d20-3b31ff26da4c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3897, theSiteId=1949, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3898, theSiteId=1949, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,334 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29126 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 97a75487-0dda-499b-8d20-3b31ff26da4c4133successpaused4134successpaused4139successactive4140successactive -------------------------------------- 09:20:50,337 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29127 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 987a069b-38ed-4cf8-a204-c0965c4637cd -------------------------------------- 09:20:50,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,350 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1128, theDescription=987a069b-38ed-4cf8-a204-c0965c4637cd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1127, theAccountId=1128, isDefault=true, theDescription=987a069b-38ed-4cf8-a204-c0965c4637cd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2253, theSiteId=1127, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2254, theSiteId=1127, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,397 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29127 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 987a069b-38ed-4cf8-a204-c0965c4637cd1846successactive1847successactive -------------------------------------- 09:20:50,399 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29128 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 988bb521-6184-4947-8a22-0d9ac343fd56 -------------------------------------- 09:20:50,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,402 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,402 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,413 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1779, theDescription=988bb521-6184-4947-8a22-0d9ac343fd56, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1778, theAccountId=1779, isDefault=true, theDescription=988bb521-6184-4947-8a22-0d9ac343fd56_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3555, theSiteId=1778, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3556, theSiteId=1778, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,413 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,413 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,459 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29128 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 988bb521-6184-4947-8a22-0d9ac343fd563553successactive3554successactive -------------------------------------- 09:20:50,462 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29129 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98bc974e-7c4d-4b6e-b057-dd91d9dadd1d -------------------------------------- 09:20:50,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,466 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,475 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1960, theDescription=98bc974e-7c4d-4b6e-b057-dd91d9dadd1d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1959, theAccountId=1960, isDefault=true, theDescription=98bc974e-7c4d-4b6e-b057-dd91d9dadd1d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3917, theSiteId=1959, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3918, theSiteId=1959, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,475 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,475 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,521 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29129 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98bc974e-7c4d-4b6e-b057-dd91d9dadd1d4158successactive4159successactive -------------------------------------- 09:20:50,523 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29130 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98eb6ce9-adbf-4e29-970b-2df94338248a -------------------------------------- 09:20:50,524 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,524 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,527 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,535 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2005, theDescription=98eb6ce9-adbf-4e29-970b-2df94338248a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2004, theAccountId=2005, isDefault=true, theDescription=98eb6ce9-adbf-4e29-970b-2df94338248a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4007, theSiteId=2004, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4008, theSiteId=2004, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,536 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,536 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,538 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,538 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,583 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29130 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98eb6ce9-adbf-4e29-970b-2df94338248a4268successactive4269successactive -------------------------------------- 09:20:50,585 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29131 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98ff3e0b-a61b-4545-91b4-c90fe2eb58b1 -------------------------------------- 09:20:50,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,587 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,587 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,598 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1068, theDescription=98ff3e0b-a61b-4545-91b4-c90fe2eb58b1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1067, theAccountId=1068, isDefault=true, theDescription=98ff3e0b-a61b-4545-91b4-c90fe2eb58b1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2133, theSiteId=1067, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2134, theSiteId=1067, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,598 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,598 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,644 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29131 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98ff3e0b-a61b-4545-91b4-c90fe2eb58b11724successpaused1725successpaused1726successactive1727successactive -------------------------------------- 09:20:50,646 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29132 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 99269a34-ef46-462a-bb57-e4ceaa68e57d -------------------------------------- 09:20:50,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,649 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,649 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,659 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1337, theDescription=99269a34-ef46-462a-bb57-e4ceaa68e57d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1336, theAccountId=1337, isDefault=true, theDescription=99269a34-ef46-462a-bb57-e4ceaa68e57d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2671, theSiteId=1336, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2672, theSiteId=1336, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,659 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,659 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,706 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29132 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 99269a34-ef46-462a-bb57-e4ceaa68e57d2466successactive2467successactive2468successactive2469successactive2470successactive2471successactive2472successactive2473successactive2474successactive2475successactive2476successactive2477successactive2478successactive2479successactive2480successactive2481successactive -------------------------------------- 09:20:50,709 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29133 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 995eec3f-1751-450f-b76a-b3ae9ed37860 -------------------------------------- 09:20:50,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,719 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2299, theDescription=995eec3f-1751-450f-b76a-b3ae9ed37860, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2298, theAccountId=2299, isDefault=true, theDescription=995eec3f-1751-450f-b76a-b3ae9ed37860_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4595, theSiteId=2298, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4596, theSiteId=2298, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,766 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29133 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 995eec3f-1751-450f-b76a-b3ae9ed378605101successactive5102successactive5103successpaused5104successpaused5105successactive5106successactive5107successpaused5108successpaused5431successactive5432successactive -------------------------------------- 09:20:50,768 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29134 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 99622f96-f8a4-4efe-b246-de3b9f187313 -------------------------------------- 09:20:50,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,783 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1990, theDescription=99622f96-f8a4-4efe-b246-de3b9f187313, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1989, theAccountId=1990, isDefault=true, theDescription=99622f96-f8a4-4efe-b246-de3b9f187313_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3977, theSiteId=1989, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3978, theSiteId=1989, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,828 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29134 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 99622f96-f8a4-4efe-b246-de3b9f1873134236successactive4237successactive -------------------------------------- 09:20:50,834 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29135 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 99a472a0-810e-4009-ab19-a3e1323c3615 -------------------------------------- 09:20:50,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1939, theDescription=99a472a0-810e-4009-ab19-a3e1323c3615, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1938, theAccountId=1939, isDefault=true, theDescription=99a472a0-810e-4009-ab19-a3e1323c3615_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3875, theSiteId=1938, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3876, theSiteId=1938, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,890 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29135 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 99a472a0-810e-4009-ab19-a3e1323c36154077successpaused4078successpaused4079successpaused4080successpaused4081successpaused4082successpaused4083successactive4084successactive4085successpaused4086successpaused4087successactive4088successactive -------------------------------------- 09:20:50,893 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29136 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9a00e272-4a4d-4b18-ba80-de56a133285f -------------------------------------- 09:20:50,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,905 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1041, theDescription=9a00e272-4a4d-4b18-ba80-de56a133285f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1040, theAccountId=1041, isDefault=true, theDescription=9a00e272-4a4d-4b18-ba80-de56a133285f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2079, theSiteId=1040, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2080, theSiteId=1040, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:50,951 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29136 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9a00e272-4a4d-4b18-ba80-de56a133285f1672successactive1673successactive -------------------------------------- 09:20:50,953 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29137 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9a408656-6f43-4edb-ac28-50e93e70228c -------------------------------------- 09:20:50,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:50,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:50,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:50,964 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1881, theDescription=9a408656-6f43-4edb-ac28-50e93e70228c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:50 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1880, theAccountId=1881, isDefault=true, theDescription=9a408656-6f43-4edb-ac28-50e93e70228c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3759, theSiteId=1880, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3760, theSiteId=1880, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:50,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:50,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:50,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,010 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29137 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9a408656-6f43-4edb-ac28-50e93e70228c3887successactive3888successactive -------------------------------------- 09:20:51,013 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29138 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9a408656-6f43-4edb-ac28-50e93e70228c -------------------------------------- 09:20:51,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,025 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1881, theDescription=9a408656-6f43-4edb-ac28-50e93e70228c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1880, theAccountId=1881, isDefault=true, theDescription=9a408656-6f43-4edb-ac28-50e93e70228c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3759, theSiteId=1880, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3760, theSiteId=1880, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,071 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29138 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9a408656-6f43-4edb-ac28-50e93e70228c3887successactive3888successactive -------------------------------------- 09:20:51,074 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29139 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9a88b2e9-e853-4944-9b09-bef8b97ee945 -------------------------------------- 09:20:51,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,086 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1109, theDescription=9a88b2e9-e853-4944-9b09-bef8b97ee945, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1108, theAccountId=1109, isDefault=true, theDescription=9a88b2e9-e853-4944-9b09-bef8b97ee945_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2215, theSiteId=1108, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2216, theSiteId=1108, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,086 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,138 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29139 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9a88b2e9-e853-4944-9b09-bef8b97ee9451795successactive1796successactive -------------------------------------- 09:20:51,141 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29140 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9ab9dd8c-deec-4439-84d0-3f9c4e2c38a6 -------------------------------------- 09:20:51,141 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,143 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,153 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1788, theDescription=9ab9dd8c-deec-4439-84d0-3f9c4e2c38a6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1787, theAccountId=1788, isDefault=true, theDescription=9ab9dd8c-deec-4439-84d0-3f9c4e2c38a6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3573, theSiteId=1787, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3574, theSiteId=1787, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,155 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,155 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,199 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29140 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9ab9dd8c-deec-4439-84d0-3f9c4e2c38a63597successactive3598successactive -------------------------------------- 09:20:51,201 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29141 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9ad6c293-cbeb-4f11-a109-07d56c96d10a -------------------------------------- 09:20:51,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,213 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1889, theDescription=9ad6c293-cbeb-4f11-a109-07d56c96d10a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1888, theAccountId=1889, isDefault=true, theDescription=9ad6c293-cbeb-4f11-a109-07d56c96d10a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3775, theSiteId=1888, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3776, theSiteId=1888, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,258 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29141 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9ad6c293-cbeb-4f11-a109-07d56c96d10a3911successactive3912successactive -------------------------------------- 09:20:51,261 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29142 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9ad93703-59e1-49d1-9503-f22553c1cb11 -------------------------------------- 09:20:51,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,265 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,273 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2006, theDescription=9ad93703-59e1-49d1-9503-f22553c1cb11, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2005, theAccountId=2006, isDefault=true, theDescription=9ad93703-59e1-49d1-9503-f22553c1cb11_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4009, theSiteId=2005, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4010, theSiteId=2005, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,319 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29142 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9ad93703-59e1-49d1-9503-f22553c1cb114270successpaused4271successpaused4278successpaused4279successpaused4280successactive4281successactive4284successpaused4285successpaused -------------------------------------- 09:20:51,322 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29143 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9b356922-6de0-4f98-8e71-8b0309dbec0e -------------------------------------- 09:20:51,323 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,323 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,334 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2002, theDescription=9b356922-6de0-4f98-8e71-8b0309dbec0e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2001, theAccountId=2002, isDefault=true, theDescription=9b356922-6de0-4f98-8e71-8b0309dbec0e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4001, theSiteId=2001, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4002, theSiteId=2001, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,380 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29143 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9b356922-6de0-4f98-8e71-8b0309dbec0e4260successactive4261successactive -------------------------------------- 09:20:51,382 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29144 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9ba16603-7104-4b3a-919f-451cafcb4792 -------------------------------------- 09:20:51,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,384 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,384 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,395 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1248, theDescription=9ba16603-7104-4b3a-919f-451cafcb4792, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1247, theAccountId=1248, isDefault=true, theDescription=9ba16603-7104-4b3a-919f-451cafcb4792_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2493, theSiteId=1247, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2494, theSiteId=1247, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,440 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29144 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9ba16603-7104-4b3a-919f-451cafcb47922235successactive -------------------------------------- 09:20:51,443 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29145 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9babb395-45ce-47a0-b241-0712c7f5e011 -------------------------------------- 09:20:51,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,447 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,447 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,458 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2209, theDescription=9babb395-45ce-47a0-b241-0712c7f5e011, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2208, theAccountId=2209, isDefault=true, theDescription=9babb395-45ce-47a0-b241-0712c7f5e011_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4415, theSiteId=2208, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4416, theSiteId=2208, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,461 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,461 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,503 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29145 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9babb395-45ce-47a0-b241-0712c7f5e0114835successactive4836successactive4837successpaused4838successpaused -------------------------------------- 09:20:51,506 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29146 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9bfd4245-b5e0-4cf7-9d34-ccc9c0f59d0e -------------------------------------- 09:20:51,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,517 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2121, theDescription=9bfd4245-b5e0-4cf7-9d34-ccc9c0f59d0e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2120, theAccountId=2121, isDefault=true, theDescription=9bfd4245-b5e0-4cf7-9d34-ccc9c0f59d0e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4239, theSiteId=2120, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4240, theSiteId=2120, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,562 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29146 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9bfd4245-b5e0-4cf7-9d34-ccc9c0f59d0e4605successactive -------------------------------------- 09:20:51,565 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29147 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c283f01-5804-4ad8-baf3-09f1c4ae7a4f -------------------------------------- 09:20:51,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,577 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1322, theDescription=9c283f01-5804-4ad8-baf3-09f1c4ae7a4f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1321, theAccountId=1322, isDefault=true, theDescription=9c283f01-5804-4ad8-baf3-09f1c4ae7a4f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2641, theSiteId=1321, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2642, theSiteId=1321, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,579 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,579 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,622 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29147 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c283f01-5804-4ad8-baf3-09f1c4ae7a4f2418successactive2419successactive -------------------------------------- 09:20:51,625 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29148 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c4e8747-6efe-4ce0-9af6-6502e7dab994 -------------------------------------- 09:20:51,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,625 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,636 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1391, theDescription=9c4e8747-6efe-4ce0-9af6-6502e7dab994, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1390, theAccountId=1391, isDefault=true, theDescription=9c4e8747-6efe-4ce0-9af6-6502e7dab994_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2779, theSiteId=1390, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2780, theSiteId=1390, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,683 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29148 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c4e8747-6efe-4ce0-9af6-6502e7dab9942644successactive -------------------------------------- 09:20:51,685 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29149 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c54bf9a-bfdb-4aaf-9f87-be7a841e8ec4 -------------------------------------- 09:20:51,686 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,686 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,696 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2624, theDescription=9c54bf9a-bfdb-4aaf-9f87-be7a841e8ec4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2623, theAccountId=2624, isDefault=true, theDescription=9c54bf9a-bfdb-4aaf-9f87-be7a841e8ec4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5245, theSiteId=2623, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5246, theSiteId=2623, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,741 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29149 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c54bf9a-bfdb-4aaf-9f87-be7a841e8ec48846successpaused8847successpaused8865successactive8866successactive -------------------------------------- 09:20:51,743 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29150 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c6c477d-aca2-400a-9e9f-5b694e3da529 -------------------------------------- 09:20:51,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,755 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2135, theDescription=9c6c477d-aca2-400a-9e9f-5b694e3da529, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2134, theAccountId=2135, isDefault=true, theDescription=9c6c477d-aca2-400a-9e9f-5b694e3da529_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4267, theSiteId=2134, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4268, theSiteId=2134, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,801 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29150 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c6c477d-aca2-400a-9e9f-5b694e3da5294632successactive4633successactive -------------------------------------- 09:20:51,803 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29151 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c82dd06-0e05-475f-bf5a-bee090813597 -------------------------------------- 09:20:51,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,819 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,819 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,827 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1498, theDescription=9c82dd06-0e05-475f-bf5a-bee090813597, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1497, theAccountId=1498, isDefault=true, theDescription=9c82dd06-0e05-475f-bf5a-bee090813597_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2993, theSiteId=1497, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2994, theSiteId=1497, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,828 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,828 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,873 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29151 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c82dd06-0e05-475f-bf5a-bee0908135972844successactive -------------------------------------- 09:20:51,875 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29152 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9c90e2ec-da0c-4663-afa4-62a172f79db4 -------------------------------------- 09:20:51,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,877 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,887 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2267, theDescription=9c90e2ec-da0c-4663-afa4-62a172f79db4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2266, theAccountId=2267, isDefault=true, theDescription=9c90e2ec-da0c-4663-afa4-62a172f79db4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4531, theSiteId=2266, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4532, theSiteId=2266, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,933 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29152 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9c90e2ec-da0c-4663-afa4-62a172f79db45010successactive5011successactive -------------------------------------- 09:20:51,935 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29153 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9d2d6fca-869c-4f79-a10b-7052f22453d7 -------------------------------------- 09:20:51,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,939 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:51,947 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2553, theDescription=9d2d6fca-869c-4f79-a10b-7052f22453d7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2552, theAccountId=2553, isDefault=true, theDescription=9d2d6fca-869c-4f79-a10b-7052f22453d7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5103, theSiteId=2552, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5104, theSiteId=2552, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:51,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:51,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:51,993 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29153 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9d2d6fca-869c-4f79-a10b-7052f22453d78434successactive8435successactive8436successactive -------------------------------------- 09:20:51,995 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29154 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9d57c387-1dfd-4028-97de-abe1b22de30e -------------------------------------- 09:20:51,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:51,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:51,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:51,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,008 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1185, theDescription=9d57c387-1dfd-4028-97de-abe1b22de30e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:51 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1184, theAccountId=1185, isDefault=true, theDescription=9d57c387-1dfd-4028-97de-abe1b22de30e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2367, theSiteId=1184, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2368, theSiteId=1184, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,059 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29154 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9d57c387-1dfd-4028-97de-abe1b22de30e2112successactive2113successactive -------------------------------------- 09:20:52,062 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29155 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9e2e8d45-a3a8-419f-a512-974559b995a3 -------------------------------------- 09:20:52,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,064 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,064 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,074 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2567, theDescription=9e2e8d45-a3a8-419f-a512-974559b995a3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2566, theAccountId=2567, isDefault=true, theDescription=9e2e8d45-a3a8-419f-a512-974559b995a3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5131, theSiteId=2566, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5132, theSiteId=2566, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,130 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29155 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9e2e8d45-a3a8-419f-a512-974559b995a38481successpaused8482successpaused8483successpaused8484successpaused8488successpaused8489successpaused8490successpaused8513successpaused8514successactive8519successpaused8520successactive -------------------------------------- 09:20:52,133 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29156 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9e424dcd-a21b-4211-827f-a4c959a70c65 -------------------------------------- 09:20:52,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,136 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,136 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,144 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2212, theDescription=9e424dcd-a21b-4211-827f-a4c959a70c65, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2211, theAccountId=2212, isDefault=true, theDescription=9e424dcd-a21b-4211-827f-a4c959a70c65_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4421, theSiteId=2211, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4422, theSiteId=2211, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,147 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,147 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29156 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9e424dcd-a21b-4211-827f-a4c959a70c654843successactive4844successactive -------------------------------------- 09:20:52,212 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29157 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9ec31d57-ac2b-4e94-8fee-4932d29801b8 -------------------------------------- 09:20:52,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,215 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,215 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,224 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1089, theDescription=9ec31d57-ac2b-4e94-8fee-4932d29801b8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1088, theAccountId=1089, isDefault=true, theDescription=9ec31d57-ac2b-4e94-8fee-4932d29801b8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2175, theSiteId=1088, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2176, theSiteId=1088, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,270 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29157 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9ec31d57-ac2b-4e94-8fee-4932d29801b81765successpaused -------------------------------------- 09:20:52,277 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29158 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9f41632b-6191-4c48-ab30-020c6004b442 -------------------------------------- 09:20:52,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,279 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,289 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1503, theDescription=9f41632b-6191-4c48-ab30-020c6004b442, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1502, theAccountId=1503, isDefault=true, theDescription=9f41632b-6191-4c48-ab30-020c6004b442_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3003, theSiteId=1502, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3004, theSiteId=1502, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,336 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29158 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9f41632b-6191-4c48-ab30-020c6004b4422849successactive -------------------------------------- 09:20:52,338 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29159 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9fc53b28-f5de-44d1-b94e-a87e7ae4493a -------------------------------------- 09:20:52,338 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,338 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,350 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1221, theDescription=9fc53b28-f5de-44d1-b94e-a87e7ae4493a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1220, theAccountId=1221, isDefault=true, theDescription=9fc53b28-f5de-44d1-b94e-a87e7ae4493a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2439, theSiteId=1220, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2440, theSiteId=1220, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,396 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29159 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9fc53b28-f5de-44d1-b94e-a87e7ae4493a2182successactive2183successactive -------------------------------------- 09:20:52,399 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29160 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a13f26c4-837b-452c-9850-031270f716f1 -------------------------------------- 09:20:52,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,411 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=57, theDescription=a13f26c4-837b-452c-9850-031270f716f1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=56, theAccountId=57, isDefault=true, theDescription=a13f26c4-837b-452c-9850-031270f716f1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=111, theSiteId=56, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=112, theSiteId=56, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,414 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,414 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,457 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29160 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a13f26c4-837b-452c-9850-031270f716f1114successactive -------------------------------------- 09:20:52,459 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29161 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a14beb40-07be-499c-bc31-90b487bd0f92 -------------------------------------- 09:20:52,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,461 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,461 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,463 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,463 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,471 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1061, theDescription=a14beb40-07be-499c-bc31-90b487bd0f92, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1060, theAccountId=1061, isDefault=true, theDescription=a14beb40-07be-499c-bc31-90b487bd0f92_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2119, theSiteId=1060, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2120, theSiteId=1060, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,474 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,474 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,517 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29161 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a14beb40-07be-499c-bc31-90b487bd0f921709successactive1710successactive -------------------------------------- 09:20:52,519 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29162 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a1728cfd-cede-4f4e-abc8-f14050b35f34 -------------------------------------- 09:20:52,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,522 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,522 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,531 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1962, theDescription=a1728cfd-cede-4f4e-abc8-f14050b35f34, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1961, theAccountId=1962, isDefault=true, theDescription=a1728cfd-cede-4f4e-abc8-f14050b35f34_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3921, theSiteId=1961, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3922, theSiteId=1961, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,532 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,532 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,576 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29162 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a1728cfd-cede-4f4e-abc8-f14050b35f344161successactive4162successactive -------------------------------------- 09:20:52,579 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29163 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a1728cfd-cede-4f4e-abc8-f14050b35f34 -------------------------------------- 09:20:52,579 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,579 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,590 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1962, theDescription=a1728cfd-cede-4f4e-abc8-f14050b35f34, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1961, theAccountId=1962, isDefault=true, theDescription=a1728cfd-cede-4f4e-abc8-f14050b35f34_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3921, theSiteId=1961, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3922, theSiteId=1961, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,636 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29163 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a1728cfd-cede-4f4e-abc8-f14050b35f344161successactive4162successactive -------------------------------------- 09:20:52,638 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29164 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a17b732c-2919-4a59-81d4-2fc2cdf6b04b -------------------------------------- 09:20:52,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,649 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1107, theDescription=a17b732c-2919-4a59-81d4-2fc2cdf6b04b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1106, theAccountId=1107, isDefault=true, theDescription=a17b732c-2919-4a59-81d4-2fc2cdf6b04b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2211, theSiteId=1106, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2212, theSiteId=1106, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,696 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29164 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a17b732c-2919-4a59-81d4-2fc2cdf6b04b1792successactive -------------------------------------- 09:20:52,698 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29165 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a189a9d5-6633-4888-8ac8-64dff1dfb563 -------------------------------------- 09:20:52,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,702 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,710 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1973, theDescription=a189a9d5-6633-4888-8ac8-64dff1dfb563, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1972, theAccountId=1973, isDefault=true, theDescription=a189a9d5-6633-4888-8ac8-64dff1dfb563_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3943, theSiteId=1972, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3944, theSiteId=1972, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,757 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29165 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a189a9d5-6633-4888-8ac8-64dff1dfb5634194successactive4195successactive -------------------------------------- 09:20:52,759 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29166 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a1b79465-6129-4b3a-a50b-cb3c3cb7f970 -------------------------------------- 09:20:52,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,763 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,763 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,771 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1296, theDescription=a1b79465-6129-4b3a-a50b-cb3c3cb7f970, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1295, theAccountId=1296, isDefault=true, theDescription=a1b79465-6129-4b3a-a50b-cb3c3cb7f970_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2589, theSiteId=1295, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2590, theSiteId=1295, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,818 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29166 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a1b79465-6129-4b3a-a50b-cb3c3cb7f9702340successactive2341successactive -------------------------------------- 09:20:52,820 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29167 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a1b9f567-1d16-4335-9ffb-3ba2a5e7fa04 -------------------------------------- 09:20:52,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,823 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,823 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,825 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,825 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,833 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2246, theDescription=a1b9f567-1d16-4335-9ffb-3ba2a5e7fa04, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2245, theAccountId=2246, isDefault=true, theDescription=a1b9f567-1d16-4335-9ffb-3ba2a5e7fa04_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4489, theSiteId=2245, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4490, theSiteId=2245, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,879 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29167 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a1b9f567-1d16-4335-9ffb-3ba2a5e7fa044947successpaused4948successpaused4949successactive4950successactive4951successactive4952successactive4953successactive4954successactive -------------------------------------- 09:20:52,881 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29168 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a24487f4-371a-48f1-a335-494da6b32cf5 -------------------------------------- 09:20:52,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,885 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,885 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,894 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1883, theDescription=a24487f4-371a-48f1-a335-494da6b32cf5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1882, theAccountId=1883, isDefault=true, theDescription=a24487f4-371a-48f1-a335-494da6b32cf5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3763, theSiteId=1882, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3764, theSiteId=1882, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:52,940 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29168 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a24487f4-371a-48f1-a335-494da6b32cf53891successpaused3892successpaused3893successactive3894successactive3895successactive3896successactive -------------------------------------- 09:20:52,942 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29169 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a293c45a-fa63-4f28-aac9-640a7dee073a -------------------------------------- 09:20:52,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:52,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:52,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:52,956 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2279, theDescription=a293c45a-fa63-4f28-aac9-640a7dee073a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:52 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2278, theAccountId=2279, isDefault=true, theDescription=a293c45a-fa63-4f28-aac9-640a7dee073a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4555, theSiteId=2278, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4556, theSiteId=2278, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:52,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:52,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:52,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,001 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29169 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a293c45a-fa63-4f28-aac9-640a7dee073a5040successactive5041successactive -------------------------------------- 09:20:53,004 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29170 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a2a8ad29-a2e7-40e2-8624-7a97a8c23e01 -------------------------------------- 09:20:53,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,021 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1815, theDescription=a2a8ad29-a2e7-40e2-8624-7a97a8c23e01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1814, theAccountId=1815, isDefault=true, theDescription=a2a8ad29-a2e7-40e2-8624-7a97a8c23e01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3627, theSiteId=1814, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3628, theSiteId=1814, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,021 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,021 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,068 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29170 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a2a8ad29-a2e7-40e2-8624-7a97a8c23e013694successactive3695successactive -------------------------------------- 09:20:53,070 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29171 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a32496c1-468b-4ec1-88df-a29e58e0a414 -------------------------------------- 09:20:53,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,083 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1223, theDescription=a32496c1-468b-4ec1-88df-a29e58e0a414, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1222, theAccountId=1223, isDefault=true, theDescription=a32496c1-468b-4ec1-88df-a29e58e0a414_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2443, theSiteId=1222, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2444, theSiteId=1222, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,083 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,083 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,128 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29171 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a32496c1-468b-4ec1-88df-a29e58e0a4142186successactive2187successactive -------------------------------------- 09:20:53,131 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29172 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a35d1c0c-2725-40e2-a20a-427b4288e963 -------------------------------------- 09:20:53,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,143 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1999, theDescription=a35d1c0c-2725-40e2-a20a-427b4288e963, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1998, theAccountId=1999, isDefault=true, theDescription=a35d1c0c-2725-40e2-a20a-427b4288e963_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3995, theSiteId=1998, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3996, theSiteId=1998, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,143 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,189 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29172 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a35d1c0c-2725-40e2-a20a-427b4288e9634254successactive4255successactive -------------------------------------- 09:20:53,191 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29173 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a37e1e11-c341-4533-bba7-259784a7dcfc -------------------------------------- 09:20:53,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,202 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2280, theDescription=a37e1e11-c341-4533-bba7-259784a7dcfc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2279, theAccountId=2280, isDefault=true, theDescription=a37e1e11-c341-4533-bba7-259784a7dcfc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4557, theSiteId=2279, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4558, theSiteId=2279, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,248 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29173 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a37e1e11-c341-4533-bba7-259784a7dcfc5042successactive -------------------------------------- 09:20:53,250 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29174 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a385ae0d-f60c-4756-95a7-fd24c4204b2e -------------------------------------- 09:20:53,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,262 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2261, theDescription=a385ae0d-f60c-4756-95a7-fd24c4204b2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2260, theAccountId=2261, isDefault=true, theDescription=a385ae0d-f60c-4756-95a7-fd24c4204b2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4519, theSiteId=2260, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4520, theSiteId=2260, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,262 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,308 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29174 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a385ae0d-f60c-4756-95a7-fd24c4204b2e4994successactive4995successactive -------------------------------------- 09:20:53,310 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29175 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a3a25056-2a4e-4f63-8057-f2c31bef32cb -------------------------------------- 09:20:53,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,312 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,312 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1336, theDescription=a3a25056-2a4e-4f63-8057-f2c31bef32cb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1335, theAccountId=1336, isDefault=true, theDescription=a3a25056-2a4e-4f63-8057-f2c31bef32cb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2669, theSiteId=1335, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2670, theSiteId=1335, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,371 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29175 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a3a25056-2a4e-4f63-8057-f2c31bef32cb2454successactive2455successactive2456successactive2457successactive2458successactive2459successactive2460successactive2461successactive2462successactive2463successactive2464successactive2465successactive -------------------------------------- 09:20:53,373 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29176 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a3afca2e-f834-4fcb-92ef-2d2b1840b4ba -------------------------------------- 09:20:53,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,385 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2284, theDescription=a3afca2e-f834-4fcb-92ef-2d2b1840b4ba, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2283, theAccountId=2284, isDefault=true, theDescription=a3afca2e-f834-4fcb-92ef-2d2b1840b4ba_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4565, theSiteId=2283, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4566, theSiteId=2283, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,388 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,388 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,431 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29176 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a3afca2e-f834-4fcb-92ef-2d2b1840b4ba5048successactive5050successactive -------------------------------------- 09:20:53,434 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29177 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a3cd9e2f-9913-4395-bb45-5b62c06667fc -------------------------------------- 09:20:53,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,445 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2214, theDescription=a3cd9e2f-9913-4395-bb45-5b62c06667fc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2213, theAccountId=2214, isDefault=true, theDescription=a3cd9e2f-9913-4395-bb45-5b62c06667fc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4425, theSiteId=2213, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4426, theSiteId=2213, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,448 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,448 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,490 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29177 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a3cd9e2f-9913-4395-bb45-5b62c06667fc4847successactive4848successactive -------------------------------------- 09:20:53,493 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29178 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a3d147b0-db2a-473f-b11d-c0df578c0ea6 -------------------------------------- 09:20:53,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,504 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2329, theDescription=a3d147b0-db2a-473f-b11d-c0df578c0ea6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2328, theAccountId=2329, isDefault=true, theDescription=a3d147b0-db2a-473f-b11d-c0df578c0ea6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4655, theSiteId=2328, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4656, theSiteId=2328, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,505 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,505 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,550 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29178 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a3d147b0-db2a-473f-b11d-c0df578c0ea65686successactive5687successactive -------------------------------------- 09:20:53,552 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29179 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a42cb40a-c775-4ead-a295-11dcec267b90 -------------------------------------- 09:20:53,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,555 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,555 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,566 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1595, theDescription=a42cb40a-c775-4ead-a295-11dcec267b90, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1594, theAccountId=1595, isDefault=true, theDescription=a42cb40a-c775-4ead-a295-11dcec267b90_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3187, theSiteId=1594, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3188, theSiteId=1594, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,566 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,566 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,612 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29179 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a42cb40a-c775-4ead-a295-11dcec267b902963successactive -------------------------------------- 09:20:53,614 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29180 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a450bf94-8abd-4c9a-b3cd-541fcc4cc515 -------------------------------------- 09:20:53,615 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,615 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,617 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,617 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,626 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1140, theDescription=a450bf94-8abd-4c9a-b3cd-541fcc4cc515, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1139, theAccountId=1140, isDefault=true, theDescription=a450bf94-8abd-4c9a-b3cd-541fcc4cc515_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2277, theSiteId=1139, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2278, theSiteId=1139, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,672 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29180 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a450bf94-8abd-4c9a-b3cd-541fcc4cc5151900successactive1901successactive1902successpaused1903successpaused1912successactive1913successactive -------------------------------------- 09:20:53,675 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29181 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a4a623e1-23d3-4d9e-9c8e-d88334ca2a1e -------------------------------------- 09:20:53,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,675 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,677 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,677 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,678 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,678 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,686 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1995, theDescription=a4a623e1-23d3-4d9e-9c8e-d88334ca2a1e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1994, theAccountId=1995, isDefault=true, theDescription=a4a623e1-23d3-4d9e-9c8e-d88334ca2a1e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3987, theSiteId=1994, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3988, theSiteId=1994, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,734 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29181 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a4a623e1-23d3-4d9e-9c8e-d88334ca2a1e4246successactive4247successactive -------------------------------------- 09:20:53,736 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29182 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee -------------------------------------- 09:20:53,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,740 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,740 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,747 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1842, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1841, theAccountId=1842, isDefault=true, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3681, theSiteId=1841, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3682, theSiteId=1841, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,793 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29182 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee3775successactive3776successactive -------------------------------------- 09:20:53,796 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29183 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee -------------------------------------- 09:20:53,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,808 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1842, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1841, theAccountId=1842, isDefault=true, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3681, theSiteId=1841, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3682, theSiteId=1841, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,854 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29183 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee3775successactive3776successactive -------------------------------------- 09:20:53,856 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29184 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee -------------------------------------- 09:20:53,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,868 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1842, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1841, theAccountId=1842, isDefault=true, theDescription=a56eade2-cbf9-4344-8dbc-60150fbf1aee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3681, theSiteId=1841, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3682, theSiteId=1841, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,914 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29184 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a56eade2-cbf9-4344-8dbc-60150fbf1aee3775successactive3776successactive -------------------------------------- 09:20:53,917 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29185 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a5741dd5-fd58-4bfe-9a62-ab8461dc0144 -------------------------------------- 09:20:53,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,929 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2420, theDescription=a5741dd5-fd58-4bfe-9a62-ab8461dc0144, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2419, theAccountId=2420, isDefault=true, theDescription=a5741dd5-fd58-4bfe-9a62-ab8461dc0144_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4837, theSiteId=2419, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4838, theSiteId=2419, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,931 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,931 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:53,975 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29185 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a5741dd5-fd58-4bfe-9a62-ab8461dc01447158successpaused7159successpaused7160successactive7161successactive -------------------------------------- 09:20:53,977 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29186 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a5a46137-f8f2-47ce-b893-a6cd48369006 -------------------------------------- 09:20:53,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:53,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:53,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:53,989 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1237, theDescription=a5a46137-f8f2-47ce-b893-a6cd48369006, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:53 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1236, theAccountId=1237, isDefault=true, theDescription=a5a46137-f8f2-47ce-b893-a6cd48369006_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2471, theSiteId=1236, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2472, theSiteId=1236, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:53,990 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,990 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:53,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:53,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,035 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29186 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a5a46137-f8f2-47ce-b893-a6cd483690062214successactive2215successactive -------------------------------------- 09:20:54,037 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29187 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a671be74-cba1-419a-adcf-45498e46b92c -------------------------------------- 09:20:54,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,038 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,040 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,040 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,050 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1263, theDescription=a671be74-cba1-419a-adcf-45498e46b92c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1262, theAccountId=1263, isDefault=true, theDescription=a671be74-cba1-419a-adcf-45498e46b92c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2523, theSiteId=1262, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2524, theSiteId=1262, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,096 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29187 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a671be74-cba1-419a-adcf-45498e46b92c2265successactive -------------------------------------- 09:20:54,098 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29188 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a6a64cc6-0dbc-4a2d-8a86-d609db4806e0 -------------------------------------- 09:20:54,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,110 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2563, theDescription=a6a64cc6-0dbc-4a2d-8a86-d609db4806e0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2562, theAccountId=2563, isDefault=true, theDescription=a6a64cc6-0dbc-4a2d-8a86-d609db4806e0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5123, theSiteId=2562, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5124, theSiteId=2562, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,155 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29188 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a6a64cc6-0dbc-4a2d-8a86-d609db4806e08465successactive8466successactive -------------------------------------- 09:20:54,157 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29189 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a7316753-08e1-459c-a820-91f465e6fc9b -------------------------------------- 09:20:54,158 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,158 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,160 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,160 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,161 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,161 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,169 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1761, theDescription=a7316753-08e1-459c-a820-91f465e6fc9b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1760, theAccountId=1761, isDefault=true, theDescription=a7316753-08e1-459c-a820-91f465e6fc9b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3519, theSiteId=1760, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3520, theSiteId=1760, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,215 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29189 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a7316753-08e1-459c-a820-91f465e6fc9b3494successactive3495successactive -------------------------------------- 09:20:54,218 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29190 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a751faff-08d0-4847-8dea-29fab9dc8240 -------------------------------------- 09:20:54,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,220 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,220 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,230 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1035, theDescription=a751faff-08d0-4847-8dea-29fab9dc8240, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1034, theAccountId=1035, isDefault=true, theDescription=a751faff-08d0-4847-8dea-29fab9dc8240_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2067, theSiteId=1034, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2068, theSiteId=1034, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,275 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29190 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a751faff-08d0-4847-8dea-29fab9dc82401664successactive -------------------------------------- 09:20:54,293 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29191 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a7bfe6f3-bb44-40f2-a85e-16880a2b82ec -------------------------------------- 09:20:54,293 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,293 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,295 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,295 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,306 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1062, theDescription=a7bfe6f3-bb44-40f2-a85e-16880a2b82ec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1061, theAccountId=1062, isDefault=true, theDescription=a7bfe6f3-bb44-40f2-a85e-16880a2b82ec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2121, theSiteId=1061, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2122, theSiteId=1061, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,306 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,352 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29191 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a7bfe6f3-bb44-40f2-a85e-16880a2b82ec1711successactive1712successactive -------------------------------------- 09:20:54,355 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29192 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a7c50eeb-2619-4fed-8c92-9bf5b7d54e40 -------------------------------------- 09:20:54,355 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,355 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,359 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,359 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,366 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2588, theDescription=a7c50eeb-2619-4fed-8c92-9bf5b7d54e40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2587, theAccountId=2588, isDefault=true, theDescription=a7c50eeb-2619-4fed-8c92-9bf5b7d54e40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5173, theSiteId=2587, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5174, theSiteId=2587, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,369 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,369 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,412 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29192 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a7c50eeb-2619-4fed-8c92-9bf5b7d54e408576successactive8577successactive -------------------------------------- 09:20:54,415 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29193 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a8af1698-0a12-47c0-a4a2-938173cc5739 -------------------------------------- 09:20:54,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,419 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,419 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,426 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2277, theDescription=a8af1698-0a12-47c0-a4a2-938173cc5739, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2276, theAccountId=2277, isDefault=true, theDescription=a8af1698-0a12-47c0-a4a2-938173cc5739_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4551, theSiteId=2276, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4552, theSiteId=2276, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,426 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,426 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,428 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,428 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,474 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29193 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a8af1698-0a12-47c0-a4a2-938173cc57395034successactive5035successactive5036successactive5037successactive -------------------------------------- 09:20:54,477 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29194 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a90eb981-f670-451b-bdb3-84e7177bc5d1 -------------------------------------- 09:20:54,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,489 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1537, theDescription=a90eb981-f670-451b-bdb3-84e7177bc5d1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1536, theAccountId=1537, isDefault=true, theDescription=a90eb981-f670-451b-bdb3-84e7177bc5d1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3071, theSiteId=1536, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3072, theSiteId=1536, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,534 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29194 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a90eb981-f670-451b-bdb3-84e7177bc5d12889successactive -------------------------------------- 09:20:54,537 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29195 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a914a39b-d796-4409-86c1-aa857181c183 -------------------------------------- 09:20:54,537 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,539 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,539 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,548 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1203, theDescription=a914a39b-d796-4409-86c1-aa857181c183, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1202, theAccountId=1203, isDefault=true, theDescription=a914a39b-d796-4409-86c1-aa857181c183_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2403, theSiteId=1202, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2404, theSiteId=1202, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,594 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29195 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a914a39b-d796-4409-86c1-aa857181c1832147successactive2148successactive -------------------------------------- 09:20:54,596 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29196 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a943cfc4-77a3-4491-8335-8e4680c5d2d2 -------------------------------------- 09:20:54,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,611 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2045, theDescription=a943cfc4-77a3-4491-8335-8e4680c5d2d2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2044, theAccountId=2045, isDefault=true, theDescription=a943cfc4-77a3-4491-8335-8e4680c5d2d2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4087, theSiteId=2044, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4088, theSiteId=2044, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,614 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,614 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,658 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29196 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a943cfc4-77a3-4491-8335-8e4680c5d2d24382successactive4383successactive -------------------------------------- 09:20:54,660 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29197 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a94b2834-05e6-417a-8ad1-549ef6b755e9 -------------------------------------- 09:20:54,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,672 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1090, theDescription=a94b2834-05e6-417a-8ad1-549ef6b755e9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1089, theAccountId=1090, isDefault=true, theDescription=a94b2834-05e6-417a-8ad1-549ef6b755e9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2177, theSiteId=1089, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2178, theSiteId=1089, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,675 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,720 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29197 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a94b2834-05e6-417a-8ad1-549ef6b755e91766successactive -------------------------------------- 09:20:54,722 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29198 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a9b01d21-ab05-4ac6-80bd-ef421f8aad1c -------------------------------------- 09:20:54,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,734 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2266, theDescription=a9b01d21-ab05-4ac6-80bd-ef421f8aad1c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2265, theAccountId=2266, isDefault=true, theDescription=a9b01d21-ab05-4ac6-80bd-ef421f8aad1c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4529, theSiteId=2265, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4530, theSiteId=2265, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,737 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,781 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29198 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a9b01d21-ab05-4ac6-80bd-ef421f8aad1c5006successactive5007successactive5008successactive5009successactive -------------------------------------- 09:20:54,783 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29199 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a9b8f4bc-7e34-47a8-a3ac-569496ed4cec -------------------------------------- 09:20:54,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,795 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1258, theDescription=a9b8f4bc-7e34-47a8-a3ac-569496ed4cec, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1257, theAccountId=1258, isDefault=true, theDescription=a9b8f4bc-7e34-47a8-a3ac-569496ed4cec_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2513, theSiteId=1257, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2514, theSiteId=1257, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,841 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29199 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a9b8f4bc-7e34-47a8-a3ac-569496ed4cec2254successactive2255successactive -------------------------------------- 09:20:54,844 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29200 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a9bd497d-5ca2-442a-b672-0bf13e55f0ea -------------------------------------- 09:20:54,844 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,844 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,856 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1122, theDescription=a9bd497d-5ca2-442a-b672-0bf13e55f0ea, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1121, theAccountId=1122, isDefault=true, theDescription=a9bd497d-5ca2-442a-b672-0bf13e55f0ea_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2241, theSiteId=1121, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2242, theSiteId=1121, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,901 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29200 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a9bd497d-5ca2-442a-b672-0bf13e55f0ea1835successactive -------------------------------------- 09:20:54,904 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29201 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a9d315ec-5c1b-4cd8-9a05-93fa61bb1395 -------------------------------------- 09:20:54,904 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,904 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,915 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1910, theDescription=a9d315ec-5c1b-4cd8-9a05-93fa61bb1395, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1909, theAccountId=1910, isDefault=true, theDescription=a9d315ec-5c1b-4cd8-9a05-93fa61bb1395_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3817, theSiteId=1909, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3818, theSiteId=1909, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,916 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,916 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,918 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:54,961 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29201 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a9d315ec-5c1b-4cd8-9a05-93fa61bb13953995successactive3996successactive -------------------------------------- 09:20:54,964 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29202 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aa355ec5-4f39-4924-b308-7bbbac898dac -------------------------------------- 09:20:54,964 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,964 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:54,966 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,966 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:54,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:54,975 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1854, theDescription=aa355ec5-4f39-4924-b308-7bbbac898dac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:54 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1853, theAccountId=1854, isDefault=true, theDescription=aa355ec5-4f39-4924-b308-7bbbac898dac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3705, theSiteId=1853, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3706, theSiteId=1853, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:54,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:54,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:54,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,021 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29202 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aa355ec5-4f39-4924-b308-7bbbac898dac3813successpaused3814successpaused3987successactive3988successactive -------------------------------------- 09:20:55,024 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29203 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aa712d91-4231-48ce-bd64-f72c186c0d85 -------------------------------------- 09:20:55,025 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,025 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,036 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1184, theDescription=aa712d91-4231-48ce-bd64-f72c186c0d85, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1183, theAccountId=1184, isDefault=true, theDescription=aa712d91-4231-48ce-bd64-f72c186c0d85_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2365, theSiteId=1183, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2366, theSiteId=1183, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,039 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,082 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29203 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aa712d91-4231-48ce-bd64-f72c186c0d852110successactive2111successactive -------------------------------------- 09:20:55,085 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29204 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aa80ab81-f199-44f8-941f-f0e17bc8df3b -------------------------------------- 09:20:55,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,087 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,096 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2596, theDescription=aa80ab81-f199-44f8-941f-f0e17bc8df3b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2595, theAccountId=2596, isDefault=true, theDescription=aa80ab81-f199-44f8-941f-f0e17bc8df3b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5189, theSiteId=2595, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5190, theSiteId=2595, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,099 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,099 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,142 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29204 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aa80ab81-f199-44f8-941f-f0e17bc8df3b8652successpaused8653successactive -------------------------------------- 09:20:55,145 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29205 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aaa36bc9-7800-4f48-aa07-97b03bc2f6c6 -------------------------------------- 09:20:55,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,147 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,147 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,156 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2306, theDescription=aaa36bc9-7800-4f48-aa07-97b03bc2f6c6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2305, theAccountId=2306, isDefault=true, theDescription=aaa36bc9-7800-4f48-aa07-97b03bc2f6c6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4609, theSiteId=2305, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4610, theSiteId=2305, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,156 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,156 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,158 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,158 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,201 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29205 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aaa36bc9-7800-4f48-aa07-97b03bc2f6c65147successactive5148successactive5149successactive5150successactive5151successactive5152successactive5153successactive5154successactive -------------------------------------- 09:20:55,204 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29206 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aae4c67e-af80-4abe-80dc-bdbc1ff3b63f -------------------------------------- 09:20:55,204 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,204 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,206 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,206 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,215 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1317, theDescription=aae4c67e-af80-4abe-80dc-bdbc1ff3b63f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1316, theAccountId=1317, isDefault=true, theDescription=aae4c67e-af80-4abe-80dc-bdbc1ff3b63f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2631, theSiteId=1316, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2632, theSiteId=1316, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,261 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29206 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aae4c67e-af80-4abe-80dc-bdbc1ff3b63f2408successactive2409successactive -------------------------------------- 09:20:55,264 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29207 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ab172481-e2d2-4666-8500-aeaca1a592e6 -------------------------------------- 09:20:55,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,266 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,266 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,276 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2009, theDescription=ab172481-e2d2-4666-8500-aeaca1a592e6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2008, theAccountId=2009, isDefault=true, theDescription=ab172481-e2d2-4666-8500-aeaca1a592e6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4015, theSiteId=2008, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4016, theSiteId=2008, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,279 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,279 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,323 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29207 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ab172481-e2d2-4666-8500-aeaca1a592e64282successactive4283successactive -------------------------------------- 09:20:55,326 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29208 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac -------------------------------------- 09:20:55,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,330 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,330 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,337 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2662, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2661, theAccountId=2662, isDefault=true, theDescription=abc39190-19a6-438e-b8ed-7e41c14668ac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5321, theSiteId=2661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5322, theSiteId=2661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,338 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,338 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,383 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29208 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abc39190-19a6-438e-b8ed-7e41c14668ac9177successpaused9178successactive9179successactive9183successactive9184successactive -------------------------------------- 09:20:55,386 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29209 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: abec3d4b-5e6a-42e2-b53e-49dbfb8d980a -------------------------------------- 09:20:55,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,388 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,388 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,390 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,390 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,397 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2223, theDescription=abec3d4b-5e6a-42e2-b53e-49dbfb8d980a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2222, theAccountId=2223, isDefault=true, theDescription=abec3d4b-5e6a-42e2-b53e-49dbfb8d980a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4443, theSiteId=2222, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4444, theSiteId=2222, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,398 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,398 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,443 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29209 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: abec3d4b-5e6a-42e2-b53e-49dbfb8d980a4873successpaused4874successpaused4875successpaused4876successpaused4877successpaused4878successpaused4879successpaused4880successpaused4881successpaused4882successpaused4883successpaused4884successpaused4885successpaused4886successpaused5716successactive5717successactive -------------------------------------- 09:20:55,446 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29210 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ac1da293-e01a-433b-805f-09908b6da32e -------------------------------------- 09:20:55,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,448 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,448 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,450 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,450 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,457 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2544, theDescription=ac1da293-e01a-433b-805f-09908b6da32e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2543, theAccountId=2544, isDefault=true, theDescription=ac1da293-e01a-433b-805f-09908b6da32e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5085, theSiteId=2543, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5086, theSiteId=2543, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,503 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29210 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ac1da293-e01a-433b-805f-09908b6da32e8319successactive8320successactive8321successactive8322successactive8323successactive8324successactive8325successactive8326successactive -------------------------------------- 09:20:55,506 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29211 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ac360574-2f3c-41db-9fba-8bd2238a99df -------------------------------------- 09:20:55,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,509 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,509 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,517 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2024, theDescription=ac360574-2f3c-41db-9fba-8bd2238a99df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2023, theAccountId=2024, isDefault=true, theDescription=ac360574-2f3c-41db-9fba-8bd2238a99df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4045, theSiteId=2023, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4046, theSiteId=2023, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,562 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29211 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ac360574-2f3c-41db-9fba-8bd2238a99df4341successactive4342successactive -------------------------------------- 09:20:55,565 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29212 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ac507ac4-deb8-41d5-b0f8-e706e7b0080e -------------------------------------- 09:20:55,566 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,566 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,577 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1270, theDescription=ac507ac4-deb8-41d5-b0f8-e706e7b0080e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1269, theAccountId=1270, isDefault=true, theDescription=ac507ac4-deb8-41d5-b0f8-e706e7b0080e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2537, theSiteId=1269, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2538, theSiteId=1269, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,623 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29212 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ac507ac4-deb8-41d5-b0f8-e706e7b0080e2282successactive2283successactive2284successpaused2285successpaused2286successactive2287successactive -------------------------------------- 09:20:55,626 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29213 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ac71975a-b849-48eb-b009-3629c9e4c1f6 -------------------------------------- 09:20:55,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,628 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,628 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,630 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,630 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,637 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2094, theDescription=ac71975a-b849-48eb-b009-3629c9e4c1f6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2093, theAccountId=2094, isDefault=true, theDescription=ac71975a-b849-48eb-b009-3629c9e4c1f6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4185, theSiteId=2093, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4186, theSiteId=2093, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,684 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29213 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ac71975a-b849-48eb-b009-3629c9e4c1f64529successpaused4530successpaused4537successactive4538successactive -------------------------------------- 09:20:55,687 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29214 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: acd7823b-b69d-4262-9b61-6635b0c7dac4 -------------------------------------- 09:20:55,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,691 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,691 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,698 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1888, theDescription=acd7823b-b69d-4262-9b61-6635b0c7dac4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1887, theAccountId=1888, isDefault=true, theDescription=acd7823b-b69d-4262-9b61-6635b0c7dac4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3773, theSiteId=1887, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3774, theSiteId=1887, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,744 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29214 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: acd7823b-b69d-4262-9b61-6635b0c7dac43909successactive3910successactive -------------------------------------- 09:20:55,747 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29215 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad0bfd48-71f2-4f11-9d4d-58c4314c20d9 -------------------------------------- 09:20:55,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,758 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1046, theDescription=ad0bfd48-71f2-4f11-9d4d-58c4314c20d9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1045, theAccountId=1046, isDefault=true, theDescription=ad0bfd48-71f2-4f11-9d4d-58c4314c20d9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2089, theSiteId=1045, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2090, theSiteId=1045, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,804 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29215 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad0bfd48-71f2-4f11-9d4d-58c4314c20d91682successactive1683successactive -------------------------------------- 09:20:55,807 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29216 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b9 -------------------------------------- 09:20:55,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,819 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1802, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1801, theAccountId=1802, isDefault=true, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3601, theSiteId=1801, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3602, theSiteId=1801, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,866 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29216 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b93666successactive3667successactive -------------------------------------- 09:20:55,869 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29217 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b9 -------------------------------------- 09:20:55,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,873 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,873 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,880 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1802, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1801, theAccountId=1802, isDefault=true, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3601, theSiteId=1801, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3602, theSiteId=1801, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,927 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29217 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b93666successactive3667successactive -------------------------------------- 09:20:55,930 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29218 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b9 -------------------------------------- 09:20:55,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,933 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,933 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:55,941 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1802, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1801, theAccountId=1802, isDefault=true, theDescription=ad4ffa31-6b3f-4303-8b37-090006e807b9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3601, theSiteId=1801, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3602, theSiteId=1801, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:55,942 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,942 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:55,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:55,988 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29218 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad4ffa31-6b3f-4303-8b37-090006e807b93666successactive3667successactive -------------------------------------- 09:20:55,991 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29219 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad6d2305-d553-40d1-b5bc-5928723f776b -------------------------------------- 09:20:55,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:55,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,993 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:55,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:55,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,003 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1517, theDescription=ad6d2305-d553-40d1-b5bc-5928723f776b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:55 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1516, theAccountId=1517, isDefault=true, theDescription=ad6d2305-d553-40d1-b5bc-5928723f776b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3031, theSiteId=1516, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3032, theSiteId=1516, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,004 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,050 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29219 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad6d2305-d553-40d1-b5bc-5928723f776b2869successactive -------------------------------------- 09:20:56,053 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29220 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: adae61ae-2434-45f5-8406-7e654dbd5d41 -------------------------------------- 09:20:56,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,055 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,055 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,065 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=69, theDescription=adae61ae-2434-45f5-8406-7e654dbd5d41, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=68, theAccountId=69, isDefault=true, theDescription=adae61ae-2434-45f5-8406-7e654dbd5d41_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=135, theSiteId=68, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=136, theSiteId=68, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,067 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,067 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,110 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29220 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: adae61ae-2434-45f5-8406-7e654dbd5d41134successactive -------------------------------------- 09:20:56,113 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29221 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: adafa3b3-5228-4767-84f2-8fb8597c2810 -------------------------------------- 09:20:56,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,115 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,115 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,124 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2609, theDescription=adafa3b3-5228-4767-84f2-8fb8597c2810, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2608, theAccountId=2609, isDefault=true, theDescription=adafa3b3-5228-4767-84f2-8fb8597c2810_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5215, theSiteId=2608, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5216, theSiteId=2608, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,171 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29221 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: adafa3b3-5228-4767-84f2-8fb8597c28108723successpaused8726successpaused8727successpaused8730successpaused8731successpaused8732successpaused8759successpaused8760successpaused8763successpaused8764successpaused8765successpaused8768successpaused8776successpaused8787successpaused8788successpaused8789successpaused8790successpaused8801successactive8802successpaused8807successpaused8808successpaused8809successpaused8810successpaused8811successpaused8812successpaused8813successpaused8814successpaused8815successpaused8818successpaused8821successpaused8823successpaused8824successpaused8825successpaused8831successactive8835successactive8836successpaused8880successpaused8882successactive -------------------------------------- 09:20:56,175 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29222 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ade203dc-0c38-4053-9c77-76879f4b888b -------------------------------------- 09:20:56,176 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,176 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,187 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2401, theDescription=ade203dc-0c38-4053-9c77-76879f4b888b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2400, theAccountId=2401, isDefault=true, theDescription=ade203dc-0c38-4053-9c77-76879f4b888b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4799, theSiteId=2400, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4800, theSiteId=2400, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,233 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29222 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ade203dc-0c38-4053-9c77-76879f4b888b6805successactive6806successactive6807successactive6808successpaused6809successactive6810successactive6874successpaused6875successpaused6877successpaused6917successpaused6921successpaused6924successactive -------------------------------------- 09:20:56,236 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29223 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: af53e481-3135-4dcd-aa4f-28fa6bc19b55 -------------------------------------- 09:20:56,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,249 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1216, theDescription=af53e481-3135-4dcd-aa4f-28fa6bc19b55, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1215, theAccountId=1216, isDefault=true, theDescription=af53e481-3135-4dcd-aa4f-28fa6bc19b55_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2429, theSiteId=1215, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2430, theSiteId=1215, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,250 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,250 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,296 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29223 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: af53e481-3135-4dcd-aa4f-28fa6bc19b552172successactive2173successactive -------------------------------------- 09:20:56,299 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29224 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: afdeabde-ccb2-4390-a9c0-a407ed0f119f -------------------------------------- 09:20:56,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,301 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,310 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1249, theDescription=afdeabde-ccb2-4390-a9c0-a407ed0f119f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1248, theAccountId=1249, isDefault=true, theDescription=afdeabde-ccb2-4390-a9c0-a407ed0f119f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2495, theSiteId=1248, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2496, theSiteId=1248, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,357 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29224 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: afdeabde-ccb2-4390-a9c0-a407ed0f119f2236successactive2237successactive -------------------------------------- 09:20:56,360 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29225 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: afe7b96a-86a1-4cb0-8c1c-5c8bd8578e40 -------------------------------------- 09:20:56,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,413 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1885, theDescription=afe7b96a-86a1-4cb0-8c1c-5c8bd8578e40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1884, theAccountId=1885, isDefault=true, theDescription=afe7b96a-86a1-4cb0-8c1c-5c8bd8578e40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3767, theSiteId=1884, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3768, theSiteId=1884, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,414 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,414 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,458 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29225 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: afe7b96a-86a1-4cb0-8c1c-5c8bd8578e403899successactive3900successactive3901successactive3902successactive -------------------------------------- 09:20:56,461 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29226 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: afe95fc2-480d-4f58-9b7f-ab6d74de4439 -------------------------------------- 09:20:56,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,463 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,463 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,473 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2191, theDescription=afe95fc2-480d-4f58-9b7f-ab6d74de4439, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2190, theAccountId=2191, isDefault=true, theDescription=afe95fc2-480d-4f58-9b7f-ab6d74de4439_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4379, theSiteId=2190, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4380, theSiteId=2190, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,473 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,473 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,475 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,476 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,519 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29226 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: afe95fc2-480d-4f58-9b7f-ab6d74de44394772successactive4773successactive -------------------------------------- 09:20:56,522 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29227 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0014fe1-2878-43f6-b333-75015b3271a5 -------------------------------------- 09:20:56,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,524 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,524 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,534 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=937, theDescription=b0014fe1-2878-43f6-b333-75015b3271a5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=936, theAccountId=937, isDefault=true, theDescription=b0014fe1-2878-43f6-b333-75015b3271a5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1871, theSiteId=936, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1872, theSiteId=936, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,536 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,579 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29227 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0014fe1-2878-43f6-b333-75015b3271a51515successactive -------------------------------------- 09:20:56,582 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29228 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b08299b5-f40c-450c-86c2-d7cb56b08273 -------------------------------------- 09:20:56,583 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,594 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2163, theDescription=b08299b5-f40c-450c-86c2-d7cb56b08273, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2162, theAccountId=2163, isDefault=true, theDescription=b08299b5-f40c-450c-86c2-d7cb56b08273_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4323, theSiteId=2162, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4324, theSiteId=2162, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,596 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,596 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,639 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29228 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b08299b5-f40c-450c-86c2-d7cb56b082734694successactive4695successactive -------------------------------------- 09:20:56,642 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29229 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0c3936e-592d-419b-8547-545eb7362ee6 -------------------------------------- 09:20:56,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,646 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,646 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,653 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1906, theDescription=b0c3936e-592d-419b-8547-545eb7362ee6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1905, theAccountId=1906, isDefault=true, theDescription=b0c3936e-592d-419b-8547-545eb7362ee6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3809, theSiteId=1905, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3810, theSiteId=1905, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,656 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,700 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29229 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0c3936e-592d-419b-8547-545eb7362ee63955successactive3956successactive3957successactive3958successactive -------------------------------------- 09:20:56,703 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29230 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0c518aa-f1e9-4f19-bd53-17ce91ae1ef6 -------------------------------------- 09:20:56,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,714 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=582, theDescription=b0c518aa-f1e9-4f19-bd53-17ce91ae1ef6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=581, theAccountId=582, isDefault=true, theDescription=b0c518aa-f1e9-4f19-bd53-17ce91ae1ef6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1161, theSiteId=581, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1162, theSiteId=581, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,717 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,717 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,760 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29230 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0c518aa-f1e9-4f19-bd53-17ce91ae1ef61117successactive -------------------------------------- 09:20:56,763 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29231 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0f8c72d-cef7-4fd9-afb7-059584183749 -------------------------------------- 09:20:56,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,764 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,766 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,766 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,774 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1631, theDescription=b0f8c72d-cef7-4fd9-afb7-059584183749, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1630, theAccountId=1631, isDefault=true, theDescription=b0f8c72d-cef7-4fd9-afb7-059584183749_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3259, theSiteId=1630, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3260, theSiteId=1630, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,820 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29231 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0f8c72d-cef7-4fd9-afb7-0595841837493043successactive -------------------------------------- 09:20:56,823 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29232 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0fdc776-37dd-410b-8747-1e387c0cc968 -------------------------------------- 09:20:56,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,827 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,827 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,835 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=944, theDescription=b0fdc776-37dd-410b-8747-1e387c0cc968, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=943, theAccountId=944, isDefault=true, theDescription=b0fdc776-37dd-410b-8747-1e387c0cc968_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1885, theSiteId=943, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1886, theSiteId=943, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,880 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29232 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0fdc776-37dd-410b-8747-1e387c0cc9681525successactive -------------------------------------- 09:20:56,883 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29233 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b16a8f12-41fe-46b7-85f0-3a72563ef8d4 -------------------------------------- 09:20:56,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,885 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,885 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,894 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1186, theDescription=b16a8f12-41fe-46b7-85f0-3a72563ef8d4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1185, theAccountId=1186, isDefault=true, theDescription=b16a8f12-41fe-46b7-85f0-3a72563ef8d4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2369, theSiteId=1185, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2370, theSiteId=1185, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:56,941 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29233 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b16a8f12-41fe-46b7-85f0-3a72563ef8d42114successactive2115successactive -------------------------------------- 09:20:56,944 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29234 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b1a6bc85-1495-4048-a220-99ae0e3ccacd -------------------------------------- 09:20:56,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:56,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:56,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:56,956 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2263, theDescription=b1a6bc85-1495-4048-a220-99ae0e3ccacd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:56 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2262, theAccountId=2263, isDefault=true, theDescription=b1a6bc85-1495-4048-a220-99ae0e3ccacd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4523, theSiteId=2262, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4524, theSiteId=2262, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:56,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:56,959 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:56,959 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,002 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29234 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b1a6bc85-1495-4048-a220-99ae0e3ccacd4998successactive4999successactive -------------------------------------- 09:20:57,006 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29235 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b270ff6c-fcfe-4bc1-8087-e8f1a31c310d -------------------------------------- 09:20:57,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,017 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1529, theDescription=b270ff6c-fcfe-4bc1-8087-e8f1a31c310d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1528, theAccountId=1529, isDefault=true, theDescription=b270ff6c-fcfe-4bc1-8087-e8f1a31c310d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3055, theSiteId=1528, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3056, theSiteId=1528, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,020 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,020 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,063 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29235 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b270ff6c-fcfe-4bc1-8087-e8f1a31c310d2881successactive -------------------------------------- 09:20:57,066 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29236 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b281bb61-ddc9-46c8-86e8-5519886b92f5 -------------------------------------- 09:20:57,067 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,067 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,078 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=883, theDescription=b281bb61-ddc9-46c8-86e8-5519886b92f5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=882, theAccountId=883, isDefault=true, theDescription=b281bb61-ddc9-46c8-86e8-5519886b92f5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1763, theSiteId=882, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1764, theSiteId=882, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,081 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,124 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29236 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b281bb61-ddc9-46c8-86e8-5519886b92f51450successactive -------------------------------------- 09:20:57,127 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29237 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b29bbea5-0143-4898-8b39-bdd930b567ca -------------------------------------- 09:20:57,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,139 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2240, theDescription=b29bbea5-0143-4898-8b39-bdd930b567ca, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2239, theAccountId=2240, isDefault=true, theDescription=b29bbea5-0143-4898-8b39-bdd930b567ca_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4477, theSiteId=2239, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4478, theSiteId=2239, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,141 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,185 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29237 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b29bbea5-0143-4898-8b39-bdd930b567ca4929successactive4930successactive -------------------------------------- 09:20:57,188 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29238 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b3680047-f063-489a-8ebb-394e4d4b3dc6 -------------------------------------- 09:20:57,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,200 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1167, theDescription=b3680047-f063-489a-8ebb-394e4d4b3dc6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1166, theAccountId=1167, isDefault=true, theDescription=b3680047-f063-489a-8ebb-394e4d4b3dc6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2331, theSiteId=1166, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2332, theSiteId=1166, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,246 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29238 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b3680047-f063-489a-8ebb-394e4d4b3dc61995successactive1996successactive -------------------------------------- 09:20:57,251 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29239 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b36f4f7e-3b06-4f1c-ac04-d58a1ce0a761 -------------------------------------- 09:20:57,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,263 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2619, theDescription=b36f4f7e-3b06-4f1c-ac04-d58a1ce0a761, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2618, theAccountId=2619, isDefault=true, theDescription=b36f4f7e-3b06-4f1c-ac04-d58a1ce0a761_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5235, theSiteId=2618, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5236, theSiteId=2618, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,266 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,266 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,310 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29239 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b36f4f7e-3b06-4f1c-ac04-d58a1ce0a7618816successactive8817successactive -------------------------------------- 09:20:57,313 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29240 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b419ed44-efc6-481b-9627-4447b396f75b -------------------------------------- 09:20:57,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1409, theDescription=b419ed44-efc6-481b-9627-4447b396f75b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1408, theAccountId=1409, isDefault=true, theDescription=b419ed44-efc6-481b-9627-4447b396f75b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2815, theSiteId=1408, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2816, theSiteId=1408, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,371 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29240 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b419ed44-efc6-481b-9627-4447b396f75b2678successactive2679successactive -------------------------------------- 09:20:57,374 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29241 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b430371e-ac84-453e-9bf3-0df1177135db -------------------------------------- 09:20:57,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,379 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,379 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,386 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2142, theDescription=b430371e-ac84-453e-9bf3-0df1177135db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2141, theAccountId=2142, isDefault=true, theDescription=b430371e-ac84-453e-9bf3-0df1177135db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4281, theSiteId=2141, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4282, theSiteId=2141, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,432 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29241 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b430371e-ac84-453e-9bf3-0df1177135db4650successactive4651successactive -------------------------------------- 09:20:57,435 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29242 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b48e90ba-fa1e-4566-8c82-1f89138212ff -------------------------------------- 09:20:57,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,446 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1434, theDescription=b48e90ba-fa1e-4566-8c82-1f89138212ff, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1433, theAccountId=1434, isDefault=true, theDescription=b48e90ba-fa1e-4566-8c82-1f89138212ff_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2865, theSiteId=1433, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2866, theSiteId=1433, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,447 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,447 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,492 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29242 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b48e90ba-fa1e-4566-8c82-1f89138212ff2736successactive -------------------------------------- 09:20:57,495 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29243 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b491a623-2282-4502-af3d-59c9ed5836e8 -------------------------------------- 09:20:57,496 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,496 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,508 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2200, theDescription=b491a623-2282-4502-af3d-59c9ed5836e8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2199, theAccountId=2200, isDefault=true, theDescription=b491a623-2282-4502-af3d-59c9ed5836e8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4397, theSiteId=2199, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4398, theSiteId=2199, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,553 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29243 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b491a623-2282-4502-af3d-59c9ed5836e84815successactive4816successactive -------------------------------------- 09:20:57,556 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29244 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b4eff67b-00fa-44b1-832c-65c2db8456b1 -------------------------------------- 09:20:57,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,568 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2211, theDescription=b4eff67b-00fa-44b1-832c-65c2db8456b1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2210, theAccountId=2211, isDefault=true, theDescription=b4eff67b-00fa-44b1-832c-65c2db8456b1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4419, theSiteId=2210, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4420, theSiteId=2210, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,613 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29244 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b4eff67b-00fa-44b1-832c-65c2db8456b14841successactive4842successactive -------------------------------------- 09:20:57,654 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29245 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b5123f58-3ee5-416f-b88f-71925135ba5b -------------------------------------- 09:20:57,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,658 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,658 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,666 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=147, theDescription=b5123f58-3ee5-416f-b88f-71925135ba5b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=146, theAccountId=147, isDefault=true, theDescription=b5123f58-3ee5-416f-b88f-71925135ba5b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=291, theSiteId=146, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=292, theSiteId=146, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,669 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,669 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,712 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29245 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b5123f58-3ee5-416f-b88f-71925135ba5b236successactive -------------------------------------- 09:20:57,715 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29246 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b513b1be-2d89-4ad5-bfaa-87ee3aacfcbf -------------------------------------- 09:20:57,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,717 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,717 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,719 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,719 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,726 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2260, theDescription=b513b1be-2d89-4ad5-bfaa-87ee3aacfcbf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2259, theAccountId=2260, isDefault=true, theDescription=b513b1be-2d89-4ad5-bfaa-87ee3aacfcbf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4517, theSiteId=2259, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4518, theSiteId=2259, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,729 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,729 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,772 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29246 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b513b1be-2d89-4ad5-bfaa-87ee3aacfcbf4992successactive4993successactive -------------------------------------- 09:20:57,774 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29247 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b52119d6-1c5a-45a6-b2e5-122376b66773 -------------------------------------- 09:20:57,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,778 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,778 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,785 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1311, theDescription=b52119d6-1c5a-45a6-b2e5-122376b66773, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1310, theAccountId=1311, isDefault=true, theDescription=b52119d6-1c5a-45a6-b2e5-122376b66773_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2619, theSiteId=1310, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2620, theSiteId=1310, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,786 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,831 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29247 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b52119d6-1c5a-45a6-b2e5-122376b667732394successactive -------------------------------------- 09:20:57,833 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29248 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b52a9a15-3be5-4d36-8904-5e9f3cf0c243 -------------------------------------- 09:20:57,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1919, theDescription=b52a9a15-3be5-4d36-8904-5e9f3cf0c243, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1918, theAccountId=1919, isDefault=true, theDescription=b52a9a15-3be5-4d36-8904-5e9f3cf0c243_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3835, theSiteId=1918, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3836, theSiteId=1918, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,890 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29248 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b52a9a15-3be5-4d36-8904-5e9f3cf0c2434027successactive4028successactive -------------------------------------- 09:20:57,892 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29249 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b5524203-1cc2-45e9-a8a6-48e6138c7e7d -------------------------------------- 09:20:57,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,903 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1489, theDescription=b5524203-1cc2-45e9-a8a6-48e6138c7e7d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1488, theAccountId=1489, isDefault=true, theDescription=b5524203-1cc2-45e9-a8a6-48e6138c7e7d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2975, theSiteId=1488, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2976, theSiteId=1488, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,904 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,904 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:57,950 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29249 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b5524203-1cc2-45e9-a8a6-48e6138c7e7d2835successactive -------------------------------------- 09:20:57,952 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29250 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b598f63f-a5c5-4525-94c4-434fff4fc8a9 -------------------------------------- 09:20:57,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:57,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:57,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:57,964 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2308, theDescription=b598f63f-a5c5-4525-94c4-434fff4fc8a9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:57 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2307, theAccountId=2308, isDefault=true, theDescription=b598f63f-a5c5-4525-94c4-434fff4fc8a9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4613, theSiteId=2307, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4614, theSiteId=2307, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:57,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:57,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:57,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,010 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29250 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b598f63f-a5c5-4525-94c4-434fff4fc8a95157successactive5158successactive -------------------------------------- 09:20:58,012 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29251 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b5d67490-d55b-4807-9d24-29f5a49b5189 -------------------------------------- 09:20:58,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,024 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1519, theDescription=b5d67490-d55b-4807-9d24-29f5a49b5189, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1518, theAccountId=1519, isDefault=true, theDescription=b5d67490-d55b-4807-9d24-29f5a49b5189_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3035, theSiteId=1518, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3036, theSiteId=1518, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,070 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29251 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b5d67490-d55b-4807-9d24-29f5a49b51892871successactive -------------------------------------- 09:20:58,073 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29252 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b609ba59-f3db-4a98-9d31-42493b626c6f -------------------------------------- 09:20:58,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,085 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1466, theDescription=b609ba59-f3db-4a98-9d31-42493b626c6f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1465, theAccountId=1466, isDefault=true, theDescription=b609ba59-f3db-4a98-9d31-42493b626c6f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2929, theSiteId=1465, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2930, theSiteId=1465, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,087 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,131 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29252 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b609ba59-f3db-4a98-9d31-42493b626c6f2811successactive2812successactive -------------------------------------- 09:20:58,133 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29253 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b624813b-af12-4094-b1ad-993bf5d26cef -------------------------------------- 09:20:58,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,144 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2025, theDescription=b624813b-af12-4094-b1ad-993bf5d26cef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2024, theAccountId=2025, isDefault=true, theDescription=b624813b-af12-4094-b1ad-993bf5d26cef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4047, theSiteId=2024, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4048, theSiteId=2024, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,145 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,145 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,147 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,147 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29253 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b624813b-af12-4094-b1ad-993bf5d26cef4343successactive4344successactive -------------------------------------- 09:20:58,193 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29254 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b6545deb-d134-4607-9674-b4b0d912690f -------------------------------------- 09:20:58,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,204 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2273, theDescription=b6545deb-d134-4607-9674-b4b0d912690f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2272, theAccountId=2273, isDefault=true, theDescription=b6545deb-d134-4607-9674-b4b0d912690f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4543, theSiteId=2272, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4544, theSiteId=2272, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,250 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29254 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b6545deb-d134-4607-9674-b4b0d912690f5024successactive5025successactive5026successactive5027successactive -------------------------------------- 09:20:58,253 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29255 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b6a915d7-00db-476a-9e79-d80235e54416 -------------------------------------- 09:20:58,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,265 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1334, theDescription=b6a915d7-00db-476a-9e79-d80235e54416, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1333, theAccountId=1334, isDefault=true, theDescription=b6a915d7-00db-476a-9e79-d80235e54416_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2665, theSiteId=1333, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2666, theSiteId=1333, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,265 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,311 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29255 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b6a915d7-00db-476a-9e79-d80235e544162446successactive2447successactive -------------------------------------- 09:20:58,313 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29256 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b7a8e549-b507-4f9c-b523-0c8a2eccd31a -------------------------------------- 09:20:58,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1226, theDescription=b7a8e549-b507-4f9c-b523-0c8a2eccd31a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1225, theAccountId=1226, isDefault=true, theDescription=b7a8e549-b507-4f9c-b523-0c8a2eccd31a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2449, theSiteId=1225, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2450, theSiteId=1225, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,371 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29256 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b7a8e549-b507-4f9c-b523-0c8a2eccd31a2192successactive2193successactive -------------------------------------- 09:20:58,373 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29257 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b7bab715-8bd5-487b-966a-5f8b5a48abc9 -------------------------------------- 09:20:58,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,398 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1475, theDescription=b7bab715-8bd5-487b-966a-5f8b5a48abc9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1474, theAccountId=1475, isDefault=true, theDescription=b7bab715-8bd5-487b-966a-5f8b5a48abc9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2947, theSiteId=1474, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2948, theSiteId=1474, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,398 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,398 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,445 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29257 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b7bab715-8bd5-487b-966a-5f8b5a48abc92821successactive -------------------------------------- 09:20:58,447 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29258 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b7c1d893-fc97-4320-b641-9b791602912a -------------------------------------- 09:20:58,448 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,448 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,458 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1963, theDescription=b7c1d893-fc97-4320-b641-9b791602912a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1962, theAccountId=1963, isDefault=true, theDescription=b7c1d893-fc97-4320-b641-9b791602912a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3923, theSiteId=1962, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3924, theSiteId=1962, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,461 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,461 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,504 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29258 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b7c1d893-fc97-4320-b641-9b791602912a4163successactive4164successactive -------------------------------------- 09:20:58,507 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29259 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b7d676e7-ded9-4e23-9b44-562da48ca842 -------------------------------------- 09:20:58,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,509 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,509 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,518 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1438, theDescription=b7d676e7-ded9-4e23-9b44-562da48ca842, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1437, theAccountId=1438, isDefault=true, theDescription=b7d676e7-ded9-4e23-9b44-562da48ca842_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2873, theSiteId=1437, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2874, theSiteId=1437, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,563 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29259 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b7d676e7-ded9-4e23-9b44-562da48ca8422740successactive2741successactive -------------------------------------- 09:20:58,565 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29260 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8013544-896e-47aa-8c3b-4ec6bdbe926b -------------------------------------- 09:20:58,566 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,566 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,578 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1967, theDescription=b8013544-896e-47aa-8c3b-4ec6bdbe926b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1966, theAccountId=1967, isDefault=true, theDescription=b8013544-896e-47aa-8c3b-4ec6bdbe926b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3931, theSiteId=1966, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3932, theSiteId=1966, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,624 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29260 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8013544-896e-47aa-8c3b-4ec6bdbe926b4177successactive4178successactive -------------------------------------- 09:20:58,626 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29261 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b802c772-02fa-43fa-bfa4-aa014f18c92f -------------------------------------- 09:20:58,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,630 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,630 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,638 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2193, theDescription=b802c772-02fa-43fa-bfa4-aa014f18c92f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2192, theAccountId=2193, isDefault=true, theDescription=b802c772-02fa-43fa-bfa4-aa014f18c92f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4383, theSiteId=2192, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4384, theSiteId=2192, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,686 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29261 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b802c772-02fa-43fa-bfa4-aa014f18c92f4776successactive4777successactive -------------------------------------- 09:20:58,688 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29262 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8086356-231d-44f4-9739-f06b9c42bde6 -------------------------------------- 09:20:58,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,690 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,691 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,692 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,692 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,699 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1159, theDescription=b8086356-231d-44f4-9739-f06b9c42bde6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1158, theAccountId=1159, isDefault=true, theDescription=b8086356-231d-44f4-9739-f06b9c42bde6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2315, theSiteId=1158, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2316, theSiteId=1158, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,700 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,702 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,745 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29262 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8086356-231d-44f4-9739-f06b9c42bde61979successactive1980successactive -------------------------------------- 09:20:58,747 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29263 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8239343-9cda-45ae-9bdc-e9aa8e4cb447 -------------------------------------- 09:20:58,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,758 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1952, theDescription=b8239343-9cda-45ae-9bdc-e9aa8e4cb447, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1951, theAccountId=1952, isDefault=true, theDescription=b8239343-9cda-45ae-9bdc-e9aa8e4cb447_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3901, theSiteId=1951, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3902, theSiteId=1951, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,804 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29263 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8239343-9cda-45ae-9bdc-e9aa8e4cb4474145successactive4146successactive -------------------------------------- 09:20:58,807 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29264 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8239343-9cda-45ae-9bdc-e9aa8e4cb447 -------------------------------------- 09:20:58,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,819 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1952, theDescription=b8239343-9cda-45ae-9bdc-e9aa8e4cb447, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1951, theAccountId=1952, isDefault=true, theDescription=b8239343-9cda-45ae-9bdc-e9aa8e4cb447_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3901, theSiteId=1951, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3902, theSiteId=1951, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,819 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,819 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,864 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29264 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8239343-9cda-45ae-9bdc-e9aa8e4cb4474145successactive4146successactive -------------------------------------- 09:20:58,867 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29265 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b831449d-7e48-410c-808f-f56033cf5458 -------------------------------------- 09:20:58,867 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,867 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,878 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=956, theDescription=b831449d-7e48-410c-808f-f56033cf5458, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=955, theAccountId=956, isDefault=true, theDescription=b831449d-7e48-410c-808f-f56033cf5458_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1909, theSiteId=955, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1910, theSiteId=955, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,926 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29265 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b831449d-7e48-410c-808f-f56033cf54581544successactive1545successactive -------------------------------------- 09:20:58,928 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29266 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8621530-c054-49e5-8102-a6ed5cc8bd2e -------------------------------------- 09:20:58,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:58,940 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1493, theDescription=b8621530-c054-49e5-8102-a6ed5cc8bd2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1492, theAccountId=1493, isDefault=true, theDescription=b8621530-c054-49e5-8102-a6ed5cc8bd2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2983, theSiteId=1492, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2984, theSiteId=1492, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:58,941 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:58,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:58,988 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29266 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8621530-c054-49e5-8102-a6ed5cc8bd2e2839successactive -------------------------------------- 09:20:58,990 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29267 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b8bb84db-40e8-4708-a5f0-7066bbca4a06 -------------------------------------- 09:20:58,991 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,991 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:58,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:58,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:58,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,001 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2543, theDescription=b8bb84db-40e8-4708-a5f0-7066bbca4a06, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:58 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2542, theAccountId=2543, isDefault=true, theDescription=b8bb84db-40e8-4708-a5f0-7066bbca4a06_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5083, theSiteId=2542, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5084, theSiteId=2542, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,002 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,002 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,004 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,048 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29267 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b8bb84db-40e8-4708-a5f0-7066bbca4a068269successactive8270successactive -------------------------------------- 09:20:59,051 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29268 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b95726aa-4034-4242-b68a-300da377e92e -------------------------------------- 09:20:59,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,055 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,055 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,062 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=963, theDescription=b95726aa-4034-4242-b68a-300da377e92e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=962, theAccountId=963, isDefault=true, theDescription=b95726aa-4034-4242-b68a-300da377e92e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1923, theSiteId=962, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1924, theSiteId=962, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,108 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29268 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b95726aa-4034-4242-b68a-300da377e92e1563successactive1564successactive -------------------------------------- 09:20:59,111 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29269 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b9acd42c-e7ee-445f-9263-fa4135cece34 -------------------------------------- 09:20:59,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,115 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,115 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,122 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1231, theDescription=b9acd42c-e7ee-445f-9263-fa4135cece34, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1230, theAccountId=1231, isDefault=true, theDescription=b9acd42c-e7ee-445f-9263-fa4135cece34_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2459, theSiteId=1230, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2460, theSiteId=1230, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,168 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29269 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b9acd42c-e7ee-445f-9263-fa4135cece342202successactive2203successactive -------------------------------------- 09:20:59,171 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29270 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b9fd8356-aa62-4553-b15d-d2e3ef22fc33 -------------------------------------- 09:20:59,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,173 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,173 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,174 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,174 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,182 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=263, theDescription=b9fd8356-aa62-4553-b15d-d2e3ef22fc33, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=262, theAccountId=263, isDefault=true, theDescription=b9fd8356-aa62-4553-b15d-d2e3ef22fc33_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=523, theSiteId=262, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=524, theSiteId=262, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,229 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29270 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b9fd8356-aa62-4553-b15d-d2e3ef22fc33521successpaused2558successactive -------------------------------------- 09:20:59,231 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29271 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: baac1c46-321a-4e6e-95ca-63b0f70c005d -------------------------------------- 09:20:59,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,233 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,233 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,235 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,235 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,243 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1833, theDescription=baac1c46-321a-4e6e-95ca-63b0f70c005d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1832, theAccountId=1833, isDefault=true, theDescription=baac1c46-321a-4e6e-95ca-63b0f70c005d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3663, theSiteId=1832, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3664, theSiteId=1832, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,288 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29271 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: baac1c46-321a-4e6e-95ca-63b0f70c005d3747successactive3748successactive -------------------------------------- 09:20:59,292 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29272 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: baac1c46-321a-4e6e-95ca-63b0f70c005d -------------------------------------- 09:20:59,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,303 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1833, theDescription=baac1c46-321a-4e6e-95ca-63b0f70c005d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1832, theAccountId=1833, isDefault=true, theDescription=baac1c46-321a-4e6e-95ca-63b0f70c005d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3663, theSiteId=1832, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3664, theSiteId=1832, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,306 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,351 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29272 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: baac1c46-321a-4e6e-95ca-63b0f70c005d3747successactive3748successactive -------------------------------------- 09:20:59,354 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29273 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bac374b0-2870-4b97-8f62-1938001da78a -------------------------------------- 09:20:59,354 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,354 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,356 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,356 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,358 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,365 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2352, theDescription=bac374b0-2870-4b97-8f62-1938001da78a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2351, theAccountId=2352, isDefault=true, theDescription=bac374b0-2870-4b97-8f62-1938001da78a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4701, theSiteId=2351, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4702, theSiteId=2351, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,411 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29273 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bac374b0-2870-4b97-8f62-1938001da78a5799successpaused5800successpaused5801successpaused5812successactive5813successactive5814successactive5815successactive5816successactive5817successactive5818successactive5819successactive5820successactive5821successactive5930successactive5931successactive5932successactive5933successactive5934successactive5935successactive5936successactive5947successpaused5948successpaused5949successpaused5950successpaused5951successpaused5952successactive5953successactive5954successpaused5955successactive5956successactive6691successactive -------------------------------------- 09:20:59,414 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29274 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bafc0b03-eae7-4866-a3bd-1ec9f2856a15 -------------------------------------- 09:20:59,414 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,414 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,425 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1321, theDescription=bafc0b03-eae7-4866-a3bd-1ec9f2856a15, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1320, theAccountId=1321, isDefault=true, theDescription=bafc0b03-eae7-4866-a3bd-1ec9f2856a15_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2639, theSiteId=1320, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2640, theSiteId=1320, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,471 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29274 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bafc0b03-eae7-4866-a3bd-1ec9f2856a152416successactive2417successactive -------------------------------------- 09:20:59,473 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29275 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bb09a397-f796-4118-9d8f-eb12ef2fd4ab -------------------------------------- 09:20:59,473 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,473 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,475 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,475 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,484 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1823, theDescription=bb09a397-f796-4118-9d8f-eb12ef2fd4ab, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1822, theAccountId=1823, isDefault=true, theDescription=bb09a397-f796-4118-9d8f-eb12ef2fd4ab_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3643, theSiteId=1822, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3644, theSiteId=1822, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,529 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29275 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bb09a397-f796-4118-9d8f-eb12ef2fd4ab3726successactive3727successactive -------------------------------------- 09:20:59,532 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29276 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bb792210-5257-412b-bd3f-212d10dad919 -------------------------------------- 09:20:59,532 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,532 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,550 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1045, theDescription=bb792210-5257-412b-bd3f-212d10dad919, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1044, theAccountId=1045, isDefault=true, theDescription=bb792210-5257-412b-bd3f-212d10dad919_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2087, theSiteId=1044, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2088, theSiteId=1044, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,601 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29276 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bb792210-5257-412b-bd3f-212d10dad9191680successactive1681successactive -------------------------------------- 09:20:59,603 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29277 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bbbaeb3f-da45-4592-bef3-f6938fbc39d5 -------------------------------------- 09:20:59,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,615 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1350, theDescription=bbbaeb3f-da45-4592-bef3-f6938fbc39d5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1349, theAccountId=1350, isDefault=true, theDescription=bbbaeb3f-da45-4592-bef3-f6938fbc39d5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2697, theSiteId=1349, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2698, theSiteId=1349, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,615 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,615 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,617 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,617 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,661 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29277 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bbbaeb3f-da45-4592-bef3-f6938fbc39d52566successactive -------------------------------------- 09:20:59,663 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29278 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc24ddab-265b-4326-944a-d4247a37e8a9 -------------------------------------- 09:20:59,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,667 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,667 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,675 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2385, theDescription=bc24ddab-265b-4326-944a-d4247a37e8a9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2384, theAccountId=2385, isDefault=true, theDescription=bc24ddab-265b-4326-944a-d4247a37e8a9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4767, theSiteId=2384, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4768, theSiteId=2384, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,678 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,678 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,721 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29278 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc24ddab-265b-4326-944a-d4247a37e8a96592successactive6593successactive6594successpaused6599successpaused6603successpaused6617successpaused -------------------------------------- 09:20:59,724 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29279 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc744edc-49e0-4461-9ca7-bb375cd4087c -------------------------------------- 09:20:59,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,735 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2201, theDescription=bc744edc-49e0-4461-9ca7-bb375cd4087c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2200, theAccountId=2201, isDefault=true, theDescription=bc744edc-49e0-4461-9ca7-bb375cd4087c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4399, theSiteId=2200, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4400, theSiteId=2200, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,781 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29279 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc744edc-49e0-4461-9ca7-bb375cd4087c4817successactive4818successactive -------------------------------------- 09:20:59,784 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29280 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc83d19e-4a9a-4cf8-8253-7d7d3c964a3b -------------------------------------- 09:20:59,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,786 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,786 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,796 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2134, theDescription=bc83d19e-4a9a-4cf8-8253-7d7d3c964a3b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2133, theAccountId=2134, isDefault=true, theDescription=bc83d19e-4a9a-4cf8-8253-7d7d3c964a3b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4265, theSiteId=2133, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4266, theSiteId=2133, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,841 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29280 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc83d19e-4a9a-4cf8-8253-7d7d3c964a3b4630successactive4631successactive -------------------------------------- 09:20:59,844 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29281 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc84e677-8816-4686-a493-6a4884ecd346 -------------------------------------- 09:20:59,844 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,844 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,846 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,855 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2128, theDescription=bc84e677-8816-4686-a493-6a4884ecd346, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2127, theAccountId=2128, isDefault=true, theDescription=bc84e677-8816-4686-a493-6a4884ecd346_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4253, theSiteId=2127, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4254, theSiteId=2127, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,902 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29281 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc84e677-8816-4686-a493-6a4884ecd3464618successactive4619successactive -------------------------------------- 09:20:59,904 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29282 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc9cbc37-18a8-451d-ad34-1846f89c9039 -------------------------------------- 09:20:59,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,916 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=930, theDescription=bc9cbc37-18a8-451d-ad34-1846f89c9039, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=929, theAccountId=930, isDefault=true, theDescription=bc9cbc37-18a8-451d-ad34-1846f89c9039_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1857, theSiteId=929, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1858, theSiteId=929, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:20:59,963 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29282 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc9cbc37-18a8-451d-ad34-1846f89c90391508successactive -------------------------------------- 09:20:59,965 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29283 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bc9d619e-4568-4d71-9074-d7ddaebeb188 -------------------------------------- 09:20:59,966 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,966 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:20:59,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:20:59,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:20:59,977 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1914, theDescription=bc9d619e-4568-4d71-9074-d7ddaebeb188, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:20:59 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1913, theAccountId=1914, isDefault=true, theDescription=bc9d619e-4568-4d71-9074-d7ddaebeb188_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3825, theSiteId=1913, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3826, theSiteId=1913, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:20:59,977 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,977 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:20:59,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:20:59,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,024 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29283 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bc9d619e-4568-4d71-9074-d7ddaebeb1884005successactive4006successactive4007successpaused4008successpaused4089successactive4090successactive -------------------------------------- 09:21:00,026 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29284 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bcf60ba1-e669-4ca2-838a-664a1ef498ca -------------------------------------- 09:21:00,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,039 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1817, theDescription=bcf60ba1-e669-4ca2-838a-664a1ef498ca, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1816, theAccountId=1817, isDefault=true, theDescription=bcf60ba1-e669-4ca2-838a-664a1ef498ca_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3631, theSiteId=1816, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3632, theSiteId=1816, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,040 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,040 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,086 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29284 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bcf60ba1-e669-4ca2-838a-664a1ef498ca3706successactive3707successactive3708successactive3709successactive -------------------------------------- 09:21:00,089 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29285 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bd7c1372-9a06-4096-8222-78069432c187 -------------------------------------- 09:21:00,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,091 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,091 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,093 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,093 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,100 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1959, theDescription=bd7c1372-9a06-4096-8222-78069432c187, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1958, theAccountId=1959, isDefault=true, theDescription=bd7c1372-9a06-4096-8222-78069432c187_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3915, theSiteId=1958, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3916, theSiteId=1958, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,147 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29285 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bd7c1372-9a06-4096-8222-78069432c1874157successactive -------------------------------------- 09:21:00,149 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29286 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bd7c1372-9a06-4096-8222-78069432c187 -------------------------------------- 09:21:00,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,151 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,151 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,160 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1959, theDescription=bd7c1372-9a06-4096-8222-78069432c187, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1958, theAccountId=1959, isDefault=true, theDescription=bd7c1372-9a06-4096-8222-78069432c187_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3915, theSiteId=1958, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3916, theSiteId=1958, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,161 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,161 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,163 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,163 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,206 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29286 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bd7c1372-9a06-4096-8222-78069432c1874157successactive -------------------------------------- 09:21:00,209 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29287 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bd876b72-c776-462b-b282-03eb7e47fb20 -------------------------------------- 09:21:00,209 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,220 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1932, theDescription=bd876b72-c776-462b-b282-03eb7e47fb20, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1931, theAccountId=1932, isDefault=true, theDescription=bd876b72-c776-462b-b282-03eb7e47fb20_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3861, theSiteId=1931, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3862, theSiteId=1931, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,266 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29287 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bd876b72-c776-462b-b282-03eb7e47fb204063successactive4064successactive -------------------------------------- 09:21:00,269 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29288 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bd8e2a51-750d-492f-98c6-5661e8a73a6f -------------------------------------- 09:21:00,269 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,269 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,282 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2628, theDescription=bd8e2a51-750d-492f-98c6-5661e8a73a6f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2627, theAccountId=2628, isDefault=true, theDescription=bd8e2a51-750d-492f-98c6-5661e8a73a6f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5253, theSiteId=2627, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5254, theSiteId=2627, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,283 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,283 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,285 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,285 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,329 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29288 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bd8e2a51-750d-492f-98c6-5661e8a73a6f8873successpaused8874successpaused8875successpaused8876successpaused8877successpaused8878successpaused8883successpaused8886successpaused8887successpaused8888successpaused8889successpaused8890successpaused8891successpaused8892successpaused8893successpaused8898successpaused8902successactive8903successactive8904successactive -------------------------------------- 09:21:00,332 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29289 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bd953595-3933-4b40-a2bb-7b593413db8b -------------------------------------- 09:21:00,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,335 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,335 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,344 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2460, theDescription=bd953595-3933-4b40-a2bb-7b593413db8b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2459, theAccountId=2460, isDefault=true, theDescription=bd953595-3933-4b40-a2bb-7b593413db8b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4917, theSiteId=2459, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4918, theSiteId=2459, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,346 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,391 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29289 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bd953595-3933-4b40-a2bb-7b593413db8b7400successactive7401successpaused7402successpaused7403successpaused7404successpaused7405successpaused7406successpaused7407successpaused7515successpaused7584successpaused7585successpaused7586successpaused7587successpaused7588successpaused7589successpaused7590successpaused7598successactive7599successactive7600successactive7601successactive7602successactive7603successpaused7604successpaused7605successpaused7606successpaused7607successpaused7608successpaused7609successpaused7719successactive7720successactive7721successactive7722successactive7723successactive7866successpaused7867successpaused7868successpaused7869successactive7870successactive8010successpaused8032successactive8033successpaused8034successpaused8035successpaused8036successpaused8037successpaused8038successpaused8039successpaused8040successpaused8041successpaused8042successactive8043successactive8044successactive -------------------------------------- 09:21:00,394 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29290 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: be351dad-df30-45fc-86b7-330d1f6fdc68 -------------------------------------- 09:21:00,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,396 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,398 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,398 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,405 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2110, theDescription=be351dad-df30-45fc-86b7-330d1f6fdc68, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2109, theAccountId=2110, isDefault=true, theDescription=be351dad-df30-45fc-86b7-330d1f6fdc68_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4217, theSiteId=2109, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4218, theSiteId=2109, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,451 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29290 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: be351dad-df30-45fc-86b7-330d1f6fdc684569successactive4570successactive4571successpaused4572successpaused4573successpaused4574successpaused4575successpaused4576successpaused4577successactive4578successactive -------------------------------------- 09:21:00,454 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29291 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: be59bd82-29da-4e2d-b25b-4fa96e0c06c5 -------------------------------------- 09:21:00,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,456 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,456 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,466 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2204, theDescription=be59bd82-29da-4e2d-b25b-4fa96e0c06c5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2203, theAccountId=2204, isDefault=true, theDescription=be59bd82-29da-4e2d-b25b-4fa96e0c06c5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4405, theSiteId=2203, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4406, theSiteId=2203, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,467 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,512 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29291 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: be59bd82-29da-4e2d-b25b-4fa96e0c06c54823successactive4824successactive -------------------------------------- 09:21:00,515 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29292 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: be863a2e-07ef-4d19-864d-dc207b5cf95b -------------------------------------- 09:21:00,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,528 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2297, theDescription=be863a2e-07ef-4d19-864d-dc207b5cf95b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2296, theAccountId=2297, isDefault=true, theDescription=be863a2e-07ef-4d19-864d-dc207b5cf95b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4591, theSiteId=2296, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4592, theSiteId=2296, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,574 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29292 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: be863a2e-07ef-4d19-864d-dc207b5cf95b5083successactive5084successactive5085successactive5086successactive5087successactive5088successactive5089successactive5090successactive -------------------------------------- 09:21:00,576 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29293 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bec9a47a-9b35-49ef-b909-4dfa1fb3967b -------------------------------------- 09:21:00,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,579 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,579 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,589 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1966, theDescription=bec9a47a-9b35-49ef-b909-4dfa1fb3967b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1965, theAccountId=1966, isDefault=true, theDescription=bec9a47a-9b35-49ef-b909-4dfa1fb3967b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3929, theSiteId=1965, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3930, theSiteId=1965, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,635 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29293 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bec9a47a-9b35-49ef-b909-4dfa1fb3967b4175successactive4176successactive -------------------------------------- 09:21:00,637 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29294 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bec9a47a-9b35-49ef-b909-4dfa1fb3967b -------------------------------------- 09:21:00,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,649 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1966, theDescription=bec9a47a-9b35-49ef-b909-4dfa1fb3967b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1965, theAccountId=1966, isDefault=true, theDescription=bec9a47a-9b35-49ef-b909-4dfa1fb3967b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3929, theSiteId=1965, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3930, theSiteId=1965, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,649 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,649 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,695 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29294 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bec9a47a-9b35-49ef-b909-4dfa1fb3967b4175successactive4176successactive -------------------------------------- 09:21:00,697 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29295 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bed21312-cabe-4359-bd4c-1b1d32c62d68 -------------------------------------- 09:21:00,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,700 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,701 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,701 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,709 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1958, theDescription=bed21312-cabe-4359-bd4c-1b1d32c62d68, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1957, theAccountId=1958, isDefault=true, theDescription=bed21312-cabe-4359-bd4c-1b1d32c62d68_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3913, theSiteId=1957, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3914, theSiteId=1957, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,755 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29295 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bed21312-cabe-4359-bd4c-1b1d32c62d684156successactive -------------------------------------- 09:21:00,758 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29296 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: beda1c29-acce-4c64-9b0a-1bc26efa313e -------------------------------------- 09:21:00,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,769 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2181, theDescription=beda1c29-acce-4c64-9b0a-1bc26efa313e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2180, theAccountId=2181, isDefault=true, theDescription=beda1c29-acce-4c64-9b0a-1bc26efa313e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4359, theSiteId=2180, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4360, theSiteId=2180, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,833 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29296 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: beda1c29-acce-4c64-9b0a-1bc26efa313e4750successactive4751successactive -------------------------------------- 09:21:00,836 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29297 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: beef6934-f834-42f6-b107-6d51257ee8e0 -------------------------------------- 09:21:00,836 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,836 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,838 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,838 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,840 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,840 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,847 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2086, theDescription=beef6934-f834-42f6-b107-6d51257ee8e0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2085, theAccountId=2086, isDefault=true, theDescription=beef6934-f834-42f6-b107-6d51257ee8e0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4169, theSiteId=2085, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4170, theSiteId=2085, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,893 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29297 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: beef6934-f834-42f6-b107-6d51257ee8e04513successactive4514successactive -------------------------------------- 09:21:00,895 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29298 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bf162c9c-855f-4be3-8ed5-3cccfb64aba2 -------------------------------------- 09:21:00,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,898 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,898 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,907 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=920, theDescription=bf162c9c-855f-4be3-8ed5-3cccfb64aba2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=919, theAccountId=920, isDefault=true, theDescription=bf162c9c-855f-4be3-8ed5-3cccfb64aba2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1837, theSiteId=919, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1838, theSiteId=919, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:00,953 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29298 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bf162c9c-855f-4be3-8ed5-3cccfb64aba21495successactive -------------------------------------- 09:21:00,956 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29299 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bf78e147-f7b5-4b82-bc9b-32d2ba4f677b -------------------------------------- 09:21:00,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:00,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:00,959 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,959 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:00,966 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1918, theDescription=bf78e147-f7b5-4b82-bc9b-32d2ba4f677b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:00 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1917, theAccountId=1918, isDefault=true, theDescription=bf78e147-f7b5-4b82-bc9b-32d2ba4f677b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3833, theSiteId=1917, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3834, theSiteId=1917, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:00,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:00,969 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:00,969 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,012 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29299 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bf78e147-f7b5-4b82-bc9b-32d2ba4f677b4023successactive4024successactive -------------------------------------- 09:21:01,015 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29300 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c0005b2b-f40a-4a5a-a662-34f9987a4849 -------------------------------------- 09:21:01,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,019 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,019 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,026 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2555, theDescription=c0005b2b-f40a-4a5a-a662-34f9987a4849, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2554, theAccountId=2555, isDefault=true, theDescription=c0005b2b-f40a-4a5a-a662-34f9987a4849_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5107, theSiteId=2554, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5108, theSiteId=2554, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,071 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29300 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c0005b2b-f40a-4a5a-a662-34f9987a48498441successactive8442successactive -------------------------------------- 09:21:01,074 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29301 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c0a6b011-731b-4ac9-8a7e-666ebc7ba499 -------------------------------------- 09:21:01,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,076 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,085 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2287, theDescription=c0a6b011-731b-4ac9-8a7e-666ebc7ba499, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2286, theAccountId=2287, isDefault=true, theDescription=c0a6b011-731b-4ac9-8a7e-666ebc7ba499_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4571, theSiteId=2286, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4572, theSiteId=2286, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,088 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,088 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,132 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29301 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c0a6b011-731b-4ac9-8a7e-666ebc7ba4995055successactive5056successactive -------------------------------------- 09:21:01,134 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29302 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c14b083c-0c28-4555-b382-4e399634b053 -------------------------------------- 09:21:01,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,136 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,136 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,138 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,146 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1019, theDescription=c14b083c-0c28-4555-b382-4e399634b053, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1018, theAccountId=1019, isDefault=true, theDescription=c14b083c-0c28-4555-b382-4e399634b053_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2035, theSiteId=1018, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2036, theSiteId=1018, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,148 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,148 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,192 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29302 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c14b083c-0c28-4555-b382-4e399634b0531641successactive -------------------------------------- 09:21:01,195 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29303 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c16100f4-050c-4244-8319-8560bfc5863e -------------------------------------- 09:21:01,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,206 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1940, theDescription=c16100f4-050c-4244-8319-8560bfc5863e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1939, theAccountId=1940, isDefault=true, theDescription=c16100f4-050c-4244-8319-8560bfc5863e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3877, theSiteId=1939, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3878, theSiteId=1939, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,209 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,254 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29303 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c16100f4-050c-4244-8319-8560bfc5863e4093successactive4094successactive -------------------------------------- 09:21:01,256 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29304 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c1a031a9-3def-4d4e-9ef2-75b401f21d16 -------------------------------------- 09:21:01,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,268 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1335, theDescription=c1a031a9-3def-4d4e-9ef2-75b401f21d16, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1334, theAccountId=1335, isDefault=true, theDescription=c1a031a9-3def-4d4e-9ef2-75b401f21d16_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2667, theSiteId=1334, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2668, theSiteId=1334, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,269 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,269 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,314 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29304 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c1a031a9-3def-4d4e-9ef2-75b401f21d162448successactive2449successactive2450successpaused2451successpaused2452successpaused2453successpaused2484successactive2485successactive -------------------------------------- 09:21:01,316 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29305 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c21427a6-8169-41f2-a1e7-dc66c68750f2 -------------------------------------- 09:21:01,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,320 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,320 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,328 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1898, theDescription=c21427a6-8169-41f2-a1e7-dc66c68750f2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1897, theAccountId=1898, isDefault=true, theDescription=c21427a6-8169-41f2-a1e7-dc66c68750f2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3793, theSiteId=1897, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3794, theSiteId=1897, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,330 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,330 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,375 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29305 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c21427a6-8169-41f2-a1e7-dc66c68750f23937successactive3938successactive -------------------------------------- 09:21:01,378 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29306 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c21c2e22-3351-45b5-9f5b-cc75199104b7 -------------------------------------- 09:21:01,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,392 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2458, theDescription=c21c2e22-3351-45b5-9f5b-cc75199104b7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2457, theAccountId=2458, isDefault=true, theDescription=c21c2e22-3351-45b5-9f5b-cc75199104b7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4913, theSiteId=2457, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4914, theSiteId=2457, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,439 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29306 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c21c2e22-3351-45b5-9f5b-cc75199104b77392successpaused7393successpaused7394successpaused7516successpaused7567successpaused7576successpaused7578successpaused7579successpaused7580successpaused7581successpaused7582successpaused -------------------------------------- 09:21:01,441 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29307 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c2c42453-3d26-4058-8b5e-40d21a6ec299 -------------------------------------- 09:21:01,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,444 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,444 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,448 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,448 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,456 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2317, theDescription=c2c42453-3d26-4058-8b5e-40d21a6ec299, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2316, theAccountId=2317, isDefault=true, theDescription=c2c42453-3d26-4058-8b5e-40d21a6ec299_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4631, theSiteId=2316, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4632, theSiteId=2316, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,456 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,456 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,502 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29307 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c2c42453-3d26-4058-8b5e-40d21a6ec2995191successactive5192successactive -------------------------------------- 09:21:01,505 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29308 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c2fdec2a-9d6b-41af-bead-0073ef180d63 -------------------------------------- 09:21:01,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,510 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,510 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,518 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2258, theDescription=c2fdec2a-9d6b-41af-bead-0073ef180d63, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2257, theAccountId=2258, isDefault=true, theDescription=c2fdec2a-9d6b-41af-bead-0073ef180d63_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4513, theSiteId=2257, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4514, theSiteId=2257, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,564 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29308 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c2fdec2a-9d6b-41af-bead-0073ef180d634988successactive4989successactive -------------------------------------- 09:21:01,566 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29309 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c364311e-0c22-4fae-971f-8862d28bda16 -------------------------------------- 09:21:01,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,570 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,570 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,580 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1312, theDescription=c364311e-0c22-4fae-971f-8862d28bda16, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1311, theAccountId=1312, isDefault=true, theDescription=c364311e-0c22-4fae-971f-8862d28bda16_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2621, theSiteId=1311, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2622, theSiteId=1311, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,583 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,583 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,626 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29309 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c364311e-0c22-4fae-971f-8862d28bda162395successactive -------------------------------------- 09:21:01,629 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29310 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b59 -------------------------------------- 09:21:01,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,631 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,631 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,633 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,641 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=40, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=39, theAccountId=40, isDefault=true, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=77, theSiteId=39, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=78, theSiteId=39, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,687 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29310 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b5978successpaused2535successactive2536successactive -------------------------------------- 09:21:01,691 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29311 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b59 -------------------------------------- 09:21:01,691 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,691 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,693 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,693 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,695 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,703 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=40, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=39, theAccountId=40, isDefault=true, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=77, theSiteId=39, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=78, theSiteId=39, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,751 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29311 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b5978successpaused2535successactive2536successactive -------------------------------------- 09:21:01,754 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29312 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b59 -------------------------------------- 09:21:01,754 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,754 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,765 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=40, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=39, theAccountId=40, isDefault=true, theDescription=c386f996-c874-4a2f-a745-1b6ec7b21b59_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=77, theSiteId=39, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=78, theSiteId=39, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,766 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,766 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,812 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29312 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c386f996-c874-4a2f-a745-1b6ec7b21b5978successpaused2535successactive2536successactive -------------------------------------- 09:21:01,814 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29313 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c3ce0d39-eb8c-4c38-9ad0-1325e629da09 -------------------------------------- 09:21:01,814 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,814 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,816 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,816 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,826 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=795, theDescription=c3ce0d39-eb8c-4c38-9ad0-1325e629da09, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=794, theAccountId=795, isDefault=true, theDescription=c3ce0d39-eb8c-4c38-9ad0-1325e629da09_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1587, theSiteId=794, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1588, theSiteId=794, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,827 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,827 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,873 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29313 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c3ce0d39-eb8c-4c38-9ad0-1325e629da091359successactive -------------------------------------- 09:21:01,876 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29314 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c420734b-d522-413e-8f3a-21f704d44e34 -------------------------------------- 09:21:01,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,887 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=943, theDescription=c420734b-d522-413e-8f3a-21f704d44e34, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=942, theAccountId=943, isDefault=true, theDescription=c420734b-d522-413e-8f3a-21f704d44e34_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1883, theSiteId=942, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1884, theSiteId=942, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,888 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,888 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,934 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29314 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c420734b-d522-413e-8f3a-21f704d44e341524successactive1526successactive -------------------------------------- 09:21:01,937 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29315 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4262891-a826-4db6-acfc-3011f263c104 -------------------------------------- 09:21:01,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,939 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:01,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:01,948 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2173, theDescription=c4262891-a826-4db6-acfc-3011f263c104, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2172, theAccountId=2173, isDefault=true, theDescription=c4262891-a826-4db6-acfc-3011f263c104_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4343, theSiteId=2172, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4344, theSiteId=2172, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:01,948 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,948 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:01,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:01,994 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29315 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4262891-a826-4db6-acfc-3011f263c1044726successactive4727successactive -------------------------------------- 09:21:01,997 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29316 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c43704b3-bad0-47a1-aa21-15e46f97f6e7 -------------------------------------- 09:21:01,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:01,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:01,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,015 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1087, theDescription=c43704b3-bad0-47a1-aa21-15e46f97f6e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:01 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1086, theAccountId=1087, isDefault=true, theDescription=c43704b3-bad0-47a1-aa21-15e46f97f6e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2171, theSiteId=1086, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2172, theSiteId=1086, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,018 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,063 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29316 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c43704b3-bad0-47a1-aa21-15e46f97f6e71763successactive -------------------------------------- 09:21:02,065 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29317 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c46227c8-67e4-4485-b4f5-2ccb36640121 -------------------------------------- 09:21:02,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,078 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1126, theDescription=c46227c8-67e4-4485-b4f5-2ccb36640121, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1125, theAccountId=1126, isDefault=true, theDescription=c46227c8-67e4-4485-b4f5-2ccb36640121_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2249, theSiteId=1125, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2250, theSiteId=1125, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,081 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,126 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29317 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c46227c8-67e4-4485-b4f5-2ccb366401211842successactive1843successactive -------------------------------------- 09:21:02,128 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29318 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4cebf56-f164-41e1-8ef2-e0d3aa05abde -------------------------------------- 09:21:02,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,140 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1179, theDescription=c4cebf56-f164-41e1-8ef2-e0d3aa05abde, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1178, theAccountId=1179, isDefault=true, theDescription=c4cebf56-f164-41e1-8ef2-e0d3aa05abde_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2355, theSiteId=1178, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2356, theSiteId=1178, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,141 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29318 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4cebf56-f164-41e1-8ef2-e0d3aa05abde2076successactive2077successactive -------------------------------------- 09:21:02,194 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29319 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c50cc58e-e7b5-4c03-8c06-d91dd594a523 -------------------------------------- 09:21:02,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,207 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1895, theDescription=c50cc58e-e7b5-4c03-8c06-d91dd594a523, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1894, theAccountId=1895, isDefault=true, theDescription=c50cc58e-e7b5-4c03-8c06-d91dd594a523_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3787, theSiteId=1894, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3788, theSiteId=1894, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,208 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,210 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,255 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29319 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c50cc58e-e7b5-4c03-8c06-d91dd594a5233927successactive3928successactive3929successactive3930successactive -------------------------------------- 09:21:02,258 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29320 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c57c8602-62e0-4e7e-aa5c-621fc8047a73 -------------------------------------- 09:21:02,258 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,258 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,274 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=157, theDescription=c57c8602-62e0-4e7e-aa5c-621fc8047a73, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=156, theAccountId=157, isDefault=true, theDescription=c57c8602-62e0-4e7e-aa5c-621fc8047a73_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=311, theSiteId=156, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=312, theSiteId=156, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,274 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,321 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29320 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c57c8602-62e0-4e7e-aa5c-621fc8047a73246successactive -------------------------------------- 09:21:02,324 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29321 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c586996d-baeb-404b-b9e6-f24d1188025c -------------------------------------- 09:21:02,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,338 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=236, theDescription=c586996d-baeb-404b-b9e6-f24d1188025c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=235, theAccountId=236, isDefault=true, theDescription=c586996d-baeb-404b-b9e6-f24d1188025c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=469, theSiteId=235, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=470, theSiteId=235, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,338 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,338 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,342 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,342 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,387 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29321 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c586996d-baeb-404b-b9e6-f24d1188025c483successpaused2565successactive -------------------------------------- 09:21:02,393 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29322 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c5c63c13-536d-45ac-a5b8-4a2f5bd43bc2 -------------------------------------- 09:21:02,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,405 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1803, theDescription=c5c63c13-536d-45ac-a5b8-4a2f5bd43bc2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1802, theAccountId=1803, isDefault=true, theDescription=c5c63c13-536d-45ac-a5b8-4a2f5bd43bc2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3603, theSiteId=1802, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3604, theSiteId=1802, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,408 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,453 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29322 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c5c63c13-536d-45ac-a5b8-4a2f5bd43bc23668successpaused3669successpaused3698successactive3699successactive3700successpaused3701successpaused -------------------------------------- 09:21:02,455 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29323 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c5f21633-c68f-4d77-a4ed-fe044fbb4510 -------------------------------------- 09:21:02,456 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,456 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,479 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1353, theDescription=c5f21633-c68f-4d77-a4ed-fe044fbb4510, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1352, theAccountId=1353, isDefault=true, theDescription=c5f21633-c68f-4d77-a4ed-fe044fbb4510_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2703, theSiteId=1352, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2704, theSiteId=1352, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,482 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,526 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29323 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c5f21633-c68f-4d77-a4ed-fe044fbb45102571successactive2572successactive -------------------------------------- 09:21:02,528 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29324 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c60d8217-9a36-43dc-878d-6ea30bde756d -------------------------------------- 09:21:02,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,541 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1316, theDescription=c60d8217-9a36-43dc-878d-6ea30bde756d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1315, theAccountId=1316, isDefault=true, theDescription=c60d8217-9a36-43dc-878d-6ea30bde756d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2629, theSiteId=1315, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2630, theSiteId=1315, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,544 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,544 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,589 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29324 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c60d8217-9a36-43dc-878d-6ea30bde756d2404successpaused2405successpaused2406successactive2407successactive -------------------------------------- 09:21:02,591 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29325 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c61ddf21-923d-40c7-9a19-078d0088a43b -------------------------------------- 09:21:02,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,595 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,595 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,604 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2040, theDescription=c61ddf21-923d-40c7-9a19-078d0088a43b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2039, theAccountId=2040, isDefault=true, theDescription=c61ddf21-923d-40c7-9a19-078d0088a43b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4077, theSiteId=2039, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4078, theSiteId=2039, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,652 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29325 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c61ddf21-923d-40c7-9a19-078d0088a43b4372successactive4373successactive -------------------------------------- 09:21:02,654 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29326 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c7a2d643-e69e-4908-8b65-9174515e8305 -------------------------------------- 09:21:02,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,660 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,660 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,669 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2611, theDescription=c7a2d643-e69e-4908-8b65-9174515e8305, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2610, theAccountId=2611, isDefault=true, theDescription=c7a2d643-e69e-4908-8b65-9174515e8305_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5219, theSiteId=2610, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5220, theSiteId=2610, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,719 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29326 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c7a2d643-e69e-4908-8b65-9174515e83058735successactive8749successactive8769successactive8770successactive -------------------------------------- 09:21:02,721 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29327 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c8090f8b-9393-4702-bdde-9df96d8b379b -------------------------------------- 09:21:02,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,734 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1158, theDescription=c8090f8b-9393-4702-bdde-9df96d8b379b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1157, theAccountId=1158, isDefault=true, theDescription=c8090f8b-9393-4702-bdde-9df96d8b379b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2313, theSiteId=1157, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2314, theSiteId=1157, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,782 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29327 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c8090f8b-9393-4702-bdde-9df96d8b379b1977successactive1978successactive -------------------------------------- 09:21:02,785 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29328 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c81480e3-a64d-4086-9a29-f0b534f835ed -------------------------------------- 09:21:02,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,798 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1104, theDescription=c81480e3-a64d-4086-9a29-f0b534f835ed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1103, theAccountId=1104, isDefault=true, theDescription=c81480e3-a64d-4086-9a29-f0b534f835ed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2205, theSiteId=1103, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2206, theSiteId=1103, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,801 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,801 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,844 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29328 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c81480e3-a64d-4086-9a29-f0b534f835ed1786successactive1787successactive -------------------------------------- 09:21:02,847 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29329 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c82e0071-ab4d-4ded-85d0-564ec0c11f26 -------------------------------------- 09:21:02,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,859 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2178, theDescription=c82e0071-ab4d-4ded-85d0-564ec0c11f26, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2177, theAccountId=2178, isDefault=true, theDescription=c82e0071-ab4d-4ded-85d0-564ec0c11f26_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4353, theSiteId=2177, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4354, theSiteId=2177, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,909 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29329 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c82e0071-ab4d-4ded-85d0-564ec0c11f264740successactive4741successactive -------------------------------------- 09:21:02,932 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29330 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c8914a28-c7a8-4134-9443-8644fa51b51d -------------------------------------- 09:21:02,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:02,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:02,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:02,944 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=572, theDescription=c8914a28-c7a8-4134-9443-8644fa51b51d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=571, theAccountId=572, isDefault=true, theDescription=c8914a28-c7a8-4134-9443-8644fa51b51d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1141, theSiteId=571, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1142, theSiteId=571, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:02,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:02,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:02,991 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29330 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c8914a28-c7a8-4134-9443-8644fa51b51d1100successactive -------------------------------------- 09:21:02,998 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29331 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c90dd0a8-39d7-497c-9826-c944f0d59336 -------------------------------------- 09:21:02,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:02,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,002 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,002 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,010 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1266, theDescription=c90dd0a8-39d7-497c-9826-c944f0d59336, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:02 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1265, theAccountId=1266, isDefault=true, theDescription=c90dd0a8-39d7-497c-9826-c944f0d59336_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2529, theSiteId=1265, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2530, theSiteId=1265, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,058 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29331 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c90dd0a8-39d7-497c-9826-c944f0d593362273successactive2274successpaused2275successactive -------------------------------------- 09:21:03,060 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29332 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c95e6a0c-3edf-4a9a-a985-04a00ca6f141 -------------------------------------- 09:21:03,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,079 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1752, theDescription=c95e6a0c-3edf-4a9a-a985-04a00ca6f141, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1751, theAccountId=1752, isDefault=true, theDescription=c95e6a0c-3edf-4a9a-a985-04a00ca6f141_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3501, theSiteId=1751, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3502, theSiteId=1751, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,125 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29332 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c95e6a0c-3edf-4a9a-a985-04a00ca6f1413468successactive3469successactive -------------------------------------- 09:21:03,127 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29333 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c98147bb-e659-4536-88d6-22b6504aaf75 -------------------------------------- 09:21:03,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,139 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2192, theDescription=c98147bb-e659-4536-88d6-22b6504aaf75, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2191, theAccountId=2192, isDefault=true, theDescription=c98147bb-e659-4536-88d6-22b6504aaf75_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4381, theSiteId=2191, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4382, theSiteId=2191, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,187 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29333 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c98147bb-e659-4536-88d6-22b6504aaf754774successactive4775successactive -------------------------------------- 09:21:03,189 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29334 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c9bedd20-78e4-496c-8791-f10d13c88b24 -------------------------------------- 09:21:03,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,202 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1275, theDescription=c9bedd20-78e4-496c-8791-f10d13c88b24, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1274, theAccountId=1275, isDefault=true, theDescription=c9bedd20-78e4-496c-8791-f10d13c88b24_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2547, theSiteId=1274, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2548, theSiteId=1274, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,205 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,205 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,252 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29334 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c9bedd20-78e4-496c-8791-f10d13c88b242296successpaused2297successactive2300successactive -------------------------------------- 09:21:03,255 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29335 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c9f2ef51-726d-4256-9633-9347de48055e -------------------------------------- 09:21:03,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,259 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,259 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,267 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2030, theDescription=c9f2ef51-726d-4256-9633-9347de48055e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2029, theAccountId=2030, isDefault=true, theDescription=c9f2ef51-726d-4256-9633-9347de48055e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4057, theSiteId=2029, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4058, theSiteId=2029, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,314 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29335 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c9f2ef51-726d-4256-9633-9347de48055e4353successactive4354successactive -------------------------------------- 09:21:03,316 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29336 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ca42dbec-5d02-4b44-9c84-55219f996bcf -------------------------------------- 09:21:03,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,320 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,320 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,331 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2500, theDescription=ca42dbec-5d02-4b44-9c84-55219f996bcf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2499, theAccountId=2500, isDefault=true, theDescription=ca42dbec-5d02-4b44-9c84-55219f996bcf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4997, theSiteId=2499, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4998, theSiteId=2499, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,331 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,378 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29336 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ca42dbec-5d02-4b44-9c84-55219f996bcf7762successactive7763successactive7764successpaused7765successpaused7766successactive7767successactive7768successactive7769successactive -------------------------------------- 09:21:03,381 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29337 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ca6ff2b9-1845-48ab-9445-2a533d6e2b0a -------------------------------------- 09:21:03,381 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,381 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,392 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2171, theDescription=ca6ff2b9-1845-48ab-9445-2a533d6e2b0a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2170, theAccountId=2171, isDefault=true, theDescription=ca6ff2b9-1845-48ab-9445-2a533d6e2b0a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4339, theSiteId=2170, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4340, theSiteId=2170, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,439 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29337 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ca6ff2b9-1845-48ab-9445-2a533d6e2b0a4722successactive4723successactive -------------------------------------- 09:21:03,442 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29338 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ca81344d-a355-46a3-8bb0-6cb72ac36e26 -------------------------------------- 09:21:03,442 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,442 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,444 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,444 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,454 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1314, theDescription=ca81344d-a355-46a3-8bb0-6cb72ac36e26, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1313, theAccountId=1314, isDefault=true, theDescription=ca81344d-a355-46a3-8bb0-6cb72ac36e26_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2625, theSiteId=1313, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2626, theSiteId=1313, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,501 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29338 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ca81344d-a355-46a3-8bb0-6cb72ac36e262400successactive2401successactive -------------------------------------- 09:21:03,504 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29339 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cac43fa8-2f91-4f79-9e80-068f2c2ee550 -------------------------------------- 09:21:03,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,517 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1351, theDescription=cac43fa8-2f91-4f79-9e80-068f2c2ee550, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1350, theAccountId=1351, isDefault=true, theDescription=cac43fa8-2f91-4f79-9e80-068f2c2ee550_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2699, theSiteId=1350, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2700, theSiteId=1350, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,565 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29339 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cac43fa8-2f91-4f79-9e80-068f2c2ee5502567successactive2568successactive -------------------------------------- 09:21:03,567 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29340 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: caca3818-83ad-46bd-90e3-2554a8a0bad3 -------------------------------------- 09:21:03,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,579 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1156, theDescription=caca3818-83ad-46bd-90e3-2554a8a0bad3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1155, theAccountId=1156, isDefault=true, theDescription=caca3818-83ad-46bd-90e3-2554a8a0bad3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2309, theSiteId=1155, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2310, theSiteId=1155, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,626 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29340 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: caca3818-83ad-46bd-90e3-2554a8a0bad31969successactive1970successactive1971successactive1972successactive -------------------------------------- 09:21:03,629 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29341 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cb5b27f2-e427-4a85-9c96-d7d80d02b932 -------------------------------------- 09:21:03,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,632 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,632 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,634 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,643 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2495, theDescription=cb5b27f2-e427-4a85-9c96-d7d80d02b932, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2494, theAccountId=2495, isDefault=true, theDescription=cb5b27f2-e427-4a85-9c96-d7d80d02b932_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4987, theSiteId=2494, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4988, theSiteId=2494, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,691 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29341 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cb5b27f2-e427-4a85-9c96-d7d80d02b9327703successactive7704successpaused7705successpaused7706successpaused7707successpaused7708successpaused7709successpaused7710successpaused7713successpaused7714successpaused7715successactive7716successpaused7717successactive7718successpaused7724successactive7725successpaused -------------------------------------- 09:21:03,694 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29342 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cb8dd4be-19bf-4956-af06-08b9190c975d -------------------------------------- 09:21:03,694 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,694 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,706 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=243, theDescription=cb8dd4be-19bf-4956-af06-08b9190c975d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=242, theAccountId=243, isDefault=true, theDescription=cb8dd4be-19bf-4956-af06-08b9190c975d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=483, theSiteId=242, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=484, theSiteId=242, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,706 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,706 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,752 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29342 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cb8dd4be-19bf-4956-af06-08b9190c975d490successpaused2522successactive2523successactive -------------------------------------- 09:21:03,755 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29343 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ccc6ae38-9396-44d2-8c52-7c9cba45c1b6 -------------------------------------- 09:21:03,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,766 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2335, theDescription=ccc6ae38-9396-44d2-8c52-7c9cba45c1b6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2334, theAccountId=2335, isDefault=true, theDescription=ccc6ae38-9396-44d2-8c52-7c9cba45c1b6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4667, theSiteId=2334, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4668, theSiteId=2334, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,814 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29343 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ccc6ae38-9396-44d2-8c52-7c9cba45c1b65708successpaused5709successpaused5710successactive5711successactive -------------------------------------- 09:21:03,816 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29344 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cccffac8-90b8-480e-bd99-684a1d48d23d -------------------------------------- 09:21:03,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,819 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,819 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,829 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1287, theDescription=cccffac8-90b8-480e-bd99-684a1d48d23d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1286, theAccountId=1287, isDefault=true, theDescription=cccffac8-90b8-480e-bd99-684a1d48d23d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2571, theSiteId=1286, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2572, theSiteId=1286, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,875 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29344 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cccffac8-90b8-480e-bd99-684a1d48d23d2322successactive2323successactive -------------------------------------- 09:21:03,878 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29345 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cccffac8-90b8-480e-bd99-684a1d48d23d -------------------------------------- 09:21:03,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,890 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1287, theDescription=cccffac8-90b8-480e-bd99-684a1d48d23d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1286, theAccountId=1287, isDefault=true, theDescription=cccffac8-90b8-480e-bd99-684a1d48d23d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2571, theSiteId=1286, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2572, theSiteId=1286, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,890 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,890 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,936 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29345 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cccffac8-90b8-480e-bd99-684a1d48d23d2322successactive2323successactive -------------------------------------- 09:21:03,938 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29346 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cd64d684-d2df-4360-8d93-b6043d053c29 -------------------------------------- 09:21:03,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:03,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:03,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:03,950 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2068, theDescription=cd64d684-d2df-4360-8d93-b6043d053c29, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:03 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2067, theAccountId=2068, isDefault=true, theDescription=cd64d684-d2df-4360-8d93-b6043d053c29_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4133, theSiteId=2067, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4134, theSiteId=2067, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:03,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:03,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:03,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:03,997 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29346 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cd64d684-d2df-4360-8d93-b6043d053c294466successactive4467successactive -------------------------------------- 09:21:04,000 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29347 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cd9cdd95-7cba-44f1-8c31-3302f55b5f3a -------------------------------------- 09:21:04,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,012 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2300, theDescription=cd9cdd95-7cba-44f1-8c31-3302f55b5f3a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2299, theAccountId=2300, isDefault=true, theDescription=cd9cdd95-7cba-44f1-8c31-3302f55b5f3a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4597, theSiteId=2299, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4598, theSiteId=2299, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,059 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29347 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cd9cdd95-7cba-44f1-8c31-3302f55b5f3a5109successactive5110successactive5111successactive5112successactive5113successactive5114successactive5115successactive5116successactive -------------------------------------- 09:21:04,061 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29348 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cdb6591a-87b9-48e2-837f-4bed80a75c52 -------------------------------------- 09:21:04,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,072 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2243, theDescription=cdb6591a-87b9-48e2-837f-4bed80a75c52, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2242, theAccountId=2243, isDefault=true, theDescription=cdb6591a-87b9-48e2-837f-4bed80a75c52_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4483, theSiteId=2242, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4484, theSiteId=2242, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,118 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29348 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cdb6591a-87b9-48e2-837f-4bed80a75c524939successactive4940successactive -------------------------------------- 09:21:04,121 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29349 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cdc28f72-5894-477d-a0a8-7c979bc1af3c -------------------------------------- 09:21:04,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,132 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2248, theDescription=cdc28f72-5894-477d-a0a8-7c979bc1af3c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2247, theAccountId=2248, isDefault=true, theDescription=cdc28f72-5894-477d-a0a8-7c979bc1af3c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4493, theSiteId=2247, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4494, theSiteId=2247, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,179 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29349 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cdc28f72-5894-477d-a0a8-7c979bc1af3c4959successpaused4960successpaused4968successactive4969successactive -------------------------------------- 09:21:04,181 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29350 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ce2b3c91-bf2a-4bb9-8c34-906e39418acd -------------------------------------- 09:21:04,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,184 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,184 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,193 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2113, theDescription=ce2b3c91-bf2a-4bb9-8c34-906e39418acd, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2112, theAccountId=2113, isDefault=true, theDescription=ce2b3c91-bf2a-4bb9-8c34-906e39418acd_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4223, theSiteId=2112, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4224, theSiteId=2112, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,196 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,240 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29350 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ce2b3c91-bf2a-4bb9-8c34-906e39418acd4583successactive4584successactive -------------------------------------- 09:21:04,242 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29351 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cefb0f92-a4ad-489a-9eed-c7be7886af01 -------------------------------------- 09:21:04,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,246 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,246 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,254 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1034, theDescription=cefb0f92-a4ad-489a-9eed-c7be7886af01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1033, theAccountId=1034, isDefault=true, theDescription=cefb0f92-a4ad-489a-9eed-c7be7886af01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2065, theSiteId=1033, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2066, theSiteId=1033, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,301 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29351 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cefb0f92-a4ad-489a-9eed-c7be7886af011663successactive -------------------------------------- 09:21:04,304 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29352 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cf0deb9b-4648-4a3a-abc6-b5c1edb5a48e -------------------------------------- 09:21:04,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,307 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,308 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,316 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1912, theDescription=cf0deb9b-4648-4a3a-abc6-b5c1edb5a48e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1911, theAccountId=1912, isDefault=true, theDescription=cf0deb9b-4648-4a3a-abc6-b5c1edb5a48e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3821, theSiteId=1911, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3822, theSiteId=1911, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,362 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29352 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cf0deb9b-4648-4a3a-abc6-b5c1edb5a48e3999successactive4000successactive -------------------------------------- 09:21:04,364 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29353 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cf479e8a-3874-438b-aa1f-a18eb94497aa -------------------------------------- 09:21:04,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,367 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,367 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,375 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1255, theDescription=cf479e8a-3874-438b-aa1f-a18eb94497aa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1254, theAccountId=1255, isDefault=true, theDescription=cf479e8a-3874-438b-aa1f-a18eb94497aa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2507, theSiteId=1254, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2508, theSiteId=1254, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,424 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29353 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cf479e8a-3874-438b-aa1f-a18eb94497aa2246successactive2247successactive -------------------------------------- 09:21:04,427 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29354 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cf479e8a-3874-438b-aa1f-a18eb94497aa -------------------------------------- 09:21:04,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,429 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,429 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,438 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1255, theDescription=cf479e8a-3874-438b-aa1f-a18eb94497aa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1254, theAccountId=1255, isDefault=true, theDescription=cf479e8a-3874-438b-aa1f-a18eb94497aa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2507, theSiteId=1254, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2508, theSiteId=1254, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,485 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29354 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cf479e8a-3874-438b-aa1f-a18eb94497aa2246successactive2247successactive -------------------------------------- 09:21:04,488 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29355 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cf4ca919-17c5-4f81-a1b9-42e0e21d8de5 -------------------------------------- 09:21:04,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,500 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1401, theDescription=cf4ca919-17c5-4f81-a1b9-42e0e21d8de5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1400, theAccountId=1401, isDefault=true, theDescription=cf4ca919-17c5-4f81-a1b9-42e0e21d8de5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2799, theSiteId=1400, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2800, theSiteId=1400, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,547 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29355 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cf4ca919-17c5-4f81-a1b9-42e0e21d8de52661successactive2662successactive2680successactive2681successactive3341successactive3342successactive -------------------------------------- 09:21:04,549 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29356 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d00c8167-f451-4b4d-b75d-46236eb3f043 -------------------------------------- 09:21:04,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,550 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,552 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,552 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,561 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1887, theDescription=d00c8167-f451-4b4d-b75d-46236eb3f043, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1886, theAccountId=1887, isDefault=true, theDescription=d00c8167-f451-4b4d-b75d-46236eb3f043_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3771, theSiteId=1886, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3772, theSiteId=1886, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,564 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,564 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,608 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29356 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d00c8167-f451-4b4d-b75d-46236eb3f0433905successactive3906successactive3907successactive3908successactive -------------------------------------- 09:21:04,611 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29357 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d00c8167-f451-4b4d-b75d-46236eb3f043 -------------------------------------- 09:21:04,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,615 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,615 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,623 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1887, theDescription=d00c8167-f451-4b4d-b75d-46236eb3f043, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1886, theAccountId=1887, isDefault=true, theDescription=d00c8167-f451-4b4d-b75d-46236eb3f043_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3771, theSiteId=1886, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3772, theSiteId=1886, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,670 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29357 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d00c8167-f451-4b4d-b75d-46236eb3f0433905successactive3906successactive3907successactive3908successactive -------------------------------------- 09:21:04,673 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29358 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d093be5f-28bb-47c2-a08c-4120fedda56d -------------------------------------- 09:21:04,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,675 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,677 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,677 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,685 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1702, theDescription=d093be5f-28bb-47c2-a08c-4120fedda56d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1701, theAccountId=1702, isDefault=true, theDescription=d093be5f-28bb-47c2-a08c-4120fedda56d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3401, theSiteId=1701, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3402, theSiteId=1701, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,732 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29358 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d093be5f-28bb-47c2-a08c-4120fedda56d3208successactive3209successactive -------------------------------------- 09:21:04,734 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29359 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d09bce7a-9f68-42ba-8403-704f2263a796 -------------------------------------- 09:21:04,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,735 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,738 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,738 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,746 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2216, theDescription=d09bce7a-9f68-42ba-8403-704f2263a796, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2215, theAccountId=2216, isDefault=true, theDescription=d09bce7a-9f68-42ba-8403-704f2263a796_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4429, theSiteId=2215, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4430, theSiteId=2215, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,792 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29359 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d09bce7a-9f68-42ba-8403-704f2263a7964853successactive4854successactive -------------------------------------- 09:21:04,795 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29360 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d0dad1a8-683a-433d-9b9e-2639e25b239a -------------------------------------- 09:21:04,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,799 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,799 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,807 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2170, theDescription=d0dad1a8-683a-433d-9b9e-2639e25b239a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2169, theAccountId=2170, isDefault=true, theDescription=d0dad1a8-683a-433d-9b9e-2639e25b239a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4337, theSiteId=2169, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4338, theSiteId=2169, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,854 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29360 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d0dad1a8-683a-433d-9b9e-2639e25b239a4720successactive4721successactive -------------------------------------- 09:21:04,857 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29361 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d0f0bf4e-fd4e-463d-83d8-bfffab467e85 -------------------------------------- 09:21:04,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,870 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1546, theDescription=d0f0bf4e-fd4e-463d-83d8-bfffab467e85, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1545, theAccountId=1546, isDefault=true, theDescription=d0f0bf4e-fd4e-463d-83d8-bfffab467e85_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3089, theSiteId=1545, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3090, theSiteId=1545, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,873 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,873 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,918 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29361 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d0f0bf4e-fd4e-463d-83d8-bfffab467e852900successactive2901successactive2902successactive2903successactive2904successactive2905successactive -------------------------------------- 09:21:04,920 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29362 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d160c61d-e45f-4736-bc75-3970c7f94afe -------------------------------------- 09:21:04,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:04,933 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=919, theDescription=d160c61d-e45f-4736-bc75-3970c7f94afe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=918, theAccountId=919, isDefault=true, theDescription=d160c61d-e45f-4736-bc75-3970c7f94afe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1835, theSiteId=918, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1836, theSiteId=918, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:04,933 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,933 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:04,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:04,979 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29362 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d160c61d-e45f-4736-bc75-3970c7f94afe1494successpaused1498successactive -------------------------------------- 09:21:04,981 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29363 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d184d559-1570-48e1-a12f-e51b96414eb8 -------------------------------------- 09:21:04,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:04,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:04,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:04,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,008 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1205, theDescription=d184d559-1570-48e1-a12f-e51b96414eb8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:04 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1204, theAccountId=1205, isDefault=true, theDescription=d184d559-1570-48e1-a12f-e51b96414eb8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2407, theSiteId=1204, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2408, theSiteId=1204, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,055 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29363 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d184d559-1570-48e1-a12f-e51b96414eb82151successpaused2152successactive -------------------------------------- 09:21:05,057 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29364 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d1964490-fb3e-484d-a316-6fee7bc8ce47 -------------------------------------- 09:21:05,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,069 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1013, theDescription=d1964490-fb3e-484d-a316-6fee7bc8ce47, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1012, theAccountId=1013, isDefault=true, theDescription=d1964490-fb3e-484d-a316-6fee7bc8ce47_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2023, theSiteId=1012, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2024, theSiteId=1012, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,116 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29364 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d1964490-fb3e-484d-a316-6fee7bc8ce471630successactive1631successactive -------------------------------------- 09:21:05,118 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29365 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d1c13f58-bb93-4f1d-ab85-a0ea59a293ba -------------------------------------- 09:21:05,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,131 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2477, theDescription=d1c13f58-bb93-4f1d-ab85-a0ea59a293ba, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2476, theAccountId=2477, isDefault=true, theDescription=d1c13f58-bb93-4f1d-ab85-a0ea59a293ba_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4951, theSiteId=2476, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4952, theSiteId=2476, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,177 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29365 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d1c13f58-bb93-4f1d-ab85-a0ea59a293ba7523successactive7524successpaused7525successpaused7583successactive -------------------------------------- 09:21:05,179 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29366 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d1f97cd7-d65a-4542-aaea-94985517d4b1 -------------------------------------- 09:21:05,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,191 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2140, theDescription=d1f97cd7-d65a-4542-aaea-94985517d4b1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2139, theAccountId=2140, isDefault=true, theDescription=d1f97cd7-d65a-4542-aaea-94985517d4b1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4277, theSiteId=2139, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4278, theSiteId=2139, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,203 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29366 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d1f97cd7-d65a-4542-aaea-94985517d4b1 -------------------------------------- 09:21:05,205 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29367 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d20d4872-b36c-43f4-a7b1-8b0bb2a11710 -------------------------------------- 09:21:05,206 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,206 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,207 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,207 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,209 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,217 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=58, theDescription=d20d4872-b36c-43f4-a7b1-8b0bb2a11710, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=57, theAccountId=58, isDefault=true, theDescription=d20d4872-b36c-43f4-a7b1-8b0bb2a11710_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=113, theSiteId=57, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=114, theSiteId=57, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,222 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,222 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,265 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29367 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d20d4872-b36c-43f4-a7b1-8b0bb2a11710115successactive -------------------------------------- 09:21:05,267 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29368 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d2648d19-4c65-48d2-acff-e02cba7ac8d3 -------------------------------------- 09:21:05,268 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,268 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,271 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,271 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,280 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1070, theDescription=d2648d19-4c65-48d2-acff-e02cba7ac8d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1069, theAccountId=1070, isDefault=true, theDescription=d2648d19-4c65-48d2-acff-e02cba7ac8d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2137, theSiteId=1069, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2138, theSiteId=1069, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,283 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,283 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,329 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29368 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d2648d19-4c65-48d2-acff-e02cba7ac8d31734successactive1735successactive -------------------------------------- 09:21:05,331 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29369 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d265a26f-7918-4a50-8b56-e55df37b09cf -------------------------------------- 09:21:05,332 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,332 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,345 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1980, theDescription=d265a26f-7918-4a50-8b56-e55df37b09cf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1979, theAccountId=1980, isDefault=true, theDescription=d265a26f-7918-4a50-8b56-e55df37b09cf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3957, theSiteId=1979, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3958, theSiteId=1979, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,345 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,345 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,347 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,347 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,391 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29369 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d265a26f-7918-4a50-8b56-e55df37b09cf4210successactive4211successactive -------------------------------------- 09:21:05,395 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29370 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d27af288-b220-452c-964a-48de558f4639 -------------------------------------- 09:21:05,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,407 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=933, theDescription=d27af288-b220-452c-964a-48de558f4639, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=932, theAccountId=933, isDefault=true, theDescription=d27af288-b220-452c-964a-48de558f4639_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1863, theSiteId=932, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1864, theSiteId=932, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,407 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,407 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,410 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,410 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,455 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29370 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d27af288-b220-452c-964a-48de558f46391511successactive -------------------------------------- 09:21:05,457 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29371 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d2aa3ac4-edb3-4598-bcb8-b0de255bbd0f -------------------------------------- 09:21:05,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,461 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,461 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,468 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2138, theDescription=d2aa3ac4-edb3-4598-bcb8-b0de255bbd0f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2137, theAccountId=2138, isDefault=true, theDescription=d2aa3ac4-edb3-4598-bcb8-b0de255bbd0f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4273, theSiteId=2137, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4274, theSiteId=2137, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,516 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29371 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d2aa3ac4-edb3-4598-bcb8-b0de255bbd0f4642successactive4643successactive -------------------------------------- 09:21:05,519 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29372 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d2aa5c05-ef6c-4ca8-91e6-f13ae9052ff4 -------------------------------------- 09:21:05,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,523 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,523 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,530 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1170, theDescription=d2aa5c05-ef6c-4ca8-91e6-f13ae9052ff4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1169, theAccountId=1170, isDefault=true, theDescription=d2aa5c05-ef6c-4ca8-91e6-f13ae9052ff4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2337, theSiteId=1169, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2338, theSiteId=1169, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,578 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29372 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d2aa5c05-ef6c-4ca8-91e6-f13ae9052ff42000successactive2001successactive -------------------------------------- 09:21:05,581 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29373 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d2e92c17-4dc9-4055-9894-e266f10bc51e -------------------------------------- 09:21:05,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,585 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,585 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,594 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2545, theDescription=d2e92c17-4dc9-4055-9894-e266f10bc51e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2544, theAccountId=2545, isDefault=true, theDescription=d2e92c17-4dc9-4055-9894-e266f10bc51e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5087, theSiteId=2544, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5088, theSiteId=2544, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,643 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29373 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d2e92c17-4dc9-4055-9894-e266f10bc51e8327successactive8328successactive8329successactive8330successactive8331successactive8332successactive8333successactive8334successactive -------------------------------------- 09:21:05,647 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29374 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d3416b33-41c8-4c21-aa4c-0172a2cdb9df -------------------------------------- 09:21:05,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,661 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1344, theDescription=d3416b33-41c8-4c21-aa4c-0172a2cdb9df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1343, theAccountId=1344, isDefault=true, theDescription=d3416b33-41c8-4c21-aa4c-0172a2cdb9df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2685, theSiteId=1343, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2686, theSiteId=1343, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,708 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29374 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d3416b33-41c8-4c21-aa4c-0172a2cdb9df2518successactive2519successactive -------------------------------------- 09:21:05,711 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29375 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d3944bce-535f-49da-8884-a95cef08e0e6 -------------------------------------- 09:21:05,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,723 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1792, theDescription=d3944bce-535f-49da-8884-a95cef08e0e6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1791, theAccountId=1792, isDefault=true, theDescription=d3944bce-535f-49da-8884-a95cef08e0e6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3581, theSiteId=1791, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3582, theSiteId=1791, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,769 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29375 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d3944bce-535f-49da-8884-a95cef08e0e63605successactive -------------------------------------- 09:21:05,772 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29376 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d3944bce-535f-49da-8884-a95cef08e0e6 -------------------------------------- 09:21:05,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,785 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1792, theDescription=d3944bce-535f-49da-8884-a95cef08e0e6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1791, theAccountId=1792, isDefault=true, theDescription=d3944bce-535f-49da-8884-a95cef08e0e6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3581, theSiteId=1791, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3582, theSiteId=1791, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,831 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29376 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d3944bce-535f-49da-8884-a95cef08e0e63605successactive -------------------------------------- 09:21:05,834 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29377 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d39e1dcb-c217-49ce-82e7-6cf23d2e01a0 -------------------------------------- 09:21:05,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,839 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,848 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=174, theDescription=d39e1dcb-c217-49ce-82e7-6cf23d2e01a0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=173, theAccountId=174, isDefault=true, theDescription=d39e1dcb-c217-49ce-82e7-6cf23d2e01a0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=345, theSiteId=173, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=346, theSiteId=173, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,895 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29377 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d39e1dcb-c217-49ce-82e7-6cf23d2e01a0284successactive285successactive286successactive296successactive297successactive -------------------------------------- 09:21:05,898 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29378 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d4c046d9-423f-4469-982a-c1379d131973 -------------------------------------- 09:21:05,899 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,899 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,900 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,900 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,902 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,902 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,910 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=584, theDescription=d4c046d9-423f-4469-982a-c1379d131973, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=583, theAccountId=584, isDefault=true, theDescription=d4c046d9-423f-4469-982a-c1379d131973_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1165, theSiteId=583, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1166, theSiteId=583, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,911 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,911 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,913 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,913 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:05,957 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29378 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d4c046d9-423f-4469-982a-c1379d1319731121successactive -------------------------------------- 09:21:05,961 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29379 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d4e1c96a-1f90-4432-8b48-ac5870e9235e -------------------------------------- 09:21:05,961 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,961 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:05,963 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,963 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:05,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:05,973 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=860, theDescription=d4e1c96a-1f90-4432-8b48-ac5870e9235e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:05 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=859, theAccountId=860, isDefault=true, theDescription=d4e1c96a-1f90-4432-8b48-ac5870e9235e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1717, theSiteId=859, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1718, theSiteId=859, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:05,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:05,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:05,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,020 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29379 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d4e1c96a-1f90-4432-8b48-ac5870e9235e1425successactive -------------------------------------- 09:21:06,023 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29380 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d5f1dcd1-64dc-4885-a260-41639d32af46 -------------------------------------- 09:21:06,024 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,024 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,036 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2618, theDescription=d5f1dcd1-64dc-4885-a260-41639d32af46, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2617, theAccountId=2618, isDefault=true, theDescription=d5f1dcd1-64dc-4885-a260-41639d32af46_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5233, theSiteId=2617, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5234, theSiteId=2617, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,081 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29380 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d5f1dcd1-64dc-4885-a260-41639d32af468777successactive8778successpaused8779successactive8782successactive8783successactive -------------------------------------- 09:21:06,084 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29381 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d6291162-d0df-4850-9595-c9e05cd271d4 -------------------------------------- 09:21:06,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,087 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,089 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,089 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,097 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1992, theDescription=d6291162-d0df-4850-9595-c9e05cd271d4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1991, theAccountId=1992, isDefault=true, theDescription=d6291162-d0df-4850-9595-c9e05cd271d4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3981, theSiteId=1991, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3982, theSiteId=1991, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,097 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,097 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,145 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29381 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d6291162-d0df-4850-9595-c9e05cd271d44240successactive4241successactive -------------------------------------- 09:21:06,148 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29382 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d699d4fe-4c05-4a54-a34b-432baa72d991 -------------------------------------- 09:21:06,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,151 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,151 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,164 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2220, theDescription=d699d4fe-4c05-4a54-a34b-432baa72d991, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2219, theAccountId=2220, isDefault=true, theDescription=d699d4fe-4c05-4a54-a34b-432baa72d991_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4437, theSiteId=2219, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4438, theSiteId=2219, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,211 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29382 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d699d4fe-4c05-4a54-a34b-432baa72d9914863successpaused4864successpaused4867successpaused4868successpaused5714successactive5715successactive -------------------------------------- 09:21:06,214 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29383 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d767fddd-c891-4f07-a827-119dac2870ed -------------------------------------- 09:21:06,214 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,214 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,216 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,216 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,227 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2322, theDescription=d767fddd-c891-4f07-a827-119dac2870ed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2321, theAccountId=2322, isDefault=true, theDescription=d767fddd-c891-4f07-a827-119dac2870ed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4641, theSiteId=2321, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4642, theSiteId=2321, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,273 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29383 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d767fddd-c891-4f07-a827-119dac2870ed5663successactive5664successactive5665successactive5666successactive -------------------------------------- 09:21:06,276 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29384 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d790b431-ecb2-4b8f-bd21-1ff512aa2542 -------------------------------------- 09:21:06,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,282 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,291 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=954, theDescription=d790b431-ecb2-4b8f-bd21-1ff512aa2542, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=953, theAccountId=954, isDefault=true, theDescription=d790b431-ecb2-4b8f-bd21-1ff512aa2542_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1905, theSiteId=953, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1906, theSiteId=953, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,337 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29384 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d790b431-ecb2-4b8f-bd21-1ff512aa25421539successactive1540successactive -------------------------------------- 09:21:06,340 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29385 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d7a9d3e1-4e27-4026-8b1d-9add08ebaa01 -------------------------------------- 09:21:06,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,354 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1872, theDescription=d7a9d3e1-4e27-4026-8b1d-9add08ebaa01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1871, theAccountId=1872, isDefault=true, theDescription=d7a9d3e1-4e27-4026-8b1d-9add08ebaa01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3741, theSiteId=1871, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3742, theSiteId=1871, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,354 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,354 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,357 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,357 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,400 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29385 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d7a9d3e1-4e27-4026-8b1d-9add08ebaa013857successactive3858successactive -------------------------------------- 09:21:06,403 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29386 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d7c8dfec-9e74-4efc-aad0-1cecae1c9894 -------------------------------------- 09:21:06,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,408 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,417 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1214, theDescription=d7c8dfec-9e74-4efc-aad0-1cecae1c9894, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1213, theAccountId=1214, isDefault=true, theDescription=d7c8dfec-9e74-4efc-aad0-1cecae1c9894_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2425, theSiteId=1213, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2426, theSiteId=1213, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,418 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,418 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,464 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29386 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d7c8dfec-9e74-4efc-aad0-1cecae1c98942168successactive2169successactive -------------------------------------- 09:21:06,467 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29387 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d7e36841-d5e9-47fc-a0e9-8426e308afcf -------------------------------------- 09:21:06,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,478 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1901, theDescription=d7e36841-d5e9-47fc-a0e9-8426e308afcf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1900, theAccountId=1901, isDefault=true, theDescription=d7e36841-d5e9-47fc-a0e9-8426e308afcf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3799, theSiteId=1900, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3800, theSiteId=1900, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,526 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29387 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d7e36841-d5e9-47fc-a0e9-8426e308afcf3943successactive3944successactive -------------------------------------- 09:21:06,529 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29388 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d7e98a9d-ce1d-485f-8862-d09c813e850d -------------------------------------- 09:21:06,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,542 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1392, theDescription=d7e98a9d-ce1d-485f-8862-d09c813e850d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1391, theAccountId=1392, isDefault=true, theDescription=d7e98a9d-ce1d-485f-8862-d09c813e850d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2781, theSiteId=1391, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2782, theSiteId=1391, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,589 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29388 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d7e98a9d-ce1d-485f-8862-d09c813e850d2645successactive2646successactive -------------------------------------- 09:21:06,592 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29389 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d8140530-afa9-4427-a828-bdb8e446c78d -------------------------------------- 09:21:06,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,597 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,597 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,605 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2564, theDescription=d8140530-afa9-4427-a828-bdb8e446c78d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2563, theAccountId=2564, isDefault=true, theDescription=d8140530-afa9-4427-a828-bdb8e446c78d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5125, theSiteId=2563, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5126, theSiteId=2563, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,608 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,608 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,651 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29389 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d8140530-afa9-4427-a828-bdb8e446c78d8471successactive8472successactive -------------------------------------- 09:21:06,654 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29390 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d87dc5b9-1d5c-4514-896b-4255d950378f -------------------------------------- 09:21:06,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,655 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,657 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,657 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,658 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,658 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,679 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1230, theDescription=d87dc5b9-1d5c-4514-896b-4255d950378f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1229, theAccountId=1230, isDefault=true, theDescription=d87dc5b9-1d5c-4514-896b-4255d950378f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2457, theSiteId=1229, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2458, theSiteId=1229, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,725 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29390 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d87dc5b9-1d5c-4514-896b-4255d950378f2200successactive2201successactive -------------------------------------- 09:21:06,728 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29391 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d89fe2d2-9cff-49b6-bf5a-bd3fcc3d77c1 -------------------------------------- 09:21:06,729 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,729 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,731 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,731 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,741 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1066, theDescription=d89fe2d2-9cff-49b6-bf5a-bd3fcc3d77c1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1065, theAccountId=1066, isDefault=true, theDescription=d89fe2d2-9cff-49b6-bf5a-bd3fcc3d77c1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2129, theSiteId=1065, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2130, theSiteId=1065, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,741 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,741 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,787 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29391 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d89fe2d2-9cff-49b6-bf5a-bd3fcc3d77c11718successpaused1719successpaused1720successactive1721successactive -------------------------------------- 09:21:06,790 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29392 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d8d1c78b-994e-4407-93ef-d49305354496 -------------------------------------- 09:21:06,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,804 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2165, theDescription=d8d1c78b-994e-4407-93ef-d49305354496, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2164, theAccountId=2165, isDefault=true, theDescription=d8d1c78b-994e-4407-93ef-d49305354496_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4327, theSiteId=2164, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4328, theSiteId=2164, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,850 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29392 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d8d1c78b-994e-4407-93ef-d493053544964704successactive4705successactive4706successactive4707successactive -------------------------------------- 09:21:06,854 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29393 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d9205d11-457f-43ec-9f17-2dcf20126181 -------------------------------------- 09:21:06,855 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,855 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,867 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1293, theDescription=d9205d11-457f-43ec-9f17-2dcf20126181, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1292, theAccountId=1293, isDefault=true, theDescription=d9205d11-457f-43ec-9f17-2dcf20126181_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2583, theSiteId=1292, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2584, theSiteId=1292, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,868 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,868 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,914 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29393 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d9205d11-457f-43ec-9f17-2dcf201261812334successactive2335successactive -------------------------------------- 09:21:06,917 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29394 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d92eda08-6cde-44cb-ba9c-9624f566c816 -------------------------------------- 09:21:06,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,918 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,930 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2635, theDescription=d92eda08-6cde-44cb-ba9c-9624f566c816, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2634, theAccountId=2635, isDefault=true, theDescription=d92eda08-6cde-44cb-ba9c-9624f566c816_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5267, theSiteId=2634, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5268, theSiteId=2634, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,933 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:06,976 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29394 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d92eda08-6cde-44cb-ba9c-9624f566c8168940successactive8941successactive8942successactive8943successactive8944successactive8945successactive -------------------------------------- 09:21:06,979 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29395 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d95586b3-54bb-478a-8595-bd2a46829016 -------------------------------------- 09:21:06,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:06,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:06,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:06,994 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1848, theDescription=d95586b3-54bb-478a-8595-bd2a46829016, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:06 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1847, theAccountId=1848, isDefault=true, theDescription=d95586b3-54bb-478a-8595-bd2a46829016_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3693, theSiteId=1847, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3694, theSiteId=1847, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:06,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:06,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:06,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,042 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29395 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d95586b3-54bb-478a-8595-bd2a468290163791successactive3792successactive -------------------------------------- 09:21:07,045 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29396 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d95586b3-54bb-478a-8595-bd2a46829016 -------------------------------------- 09:21:07,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,058 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1848, theDescription=d95586b3-54bb-478a-8595-bd2a46829016, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1847, theAccountId=1848, isDefault=true, theDescription=d95586b3-54bb-478a-8595-bd2a46829016_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3693, theSiteId=1847, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3694, theSiteId=1847, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,104 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29396 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d95586b3-54bb-478a-8595-bd2a468290163791successactive3792successactive -------------------------------------- 09:21:07,107 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29397 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d9c7cb6f-b867-412a-b749-3526d432e39d -------------------------------------- 09:21:07,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,110 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,110 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,120 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1136, theDescription=d9c7cb6f-b867-412a-b749-3526d432e39d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1135, theAccountId=1136, isDefault=true, theDescription=d9c7cb6f-b867-412a-b749-3526d432e39d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2269, theSiteId=1135, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2270, theSiteId=1135, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,167 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29397 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d9c7cb6f-b867-412a-b749-3526d432e39d1876successpaused1877successpaused1878successactive1879successactive -------------------------------------- 09:21:07,171 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29398 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d9e1940b-e7d8-49b4-8e83-50ceeb95e9df -------------------------------------- 09:21:07,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,174 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,174 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,176 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,176 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,184 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2162, theDescription=d9e1940b-e7d8-49b4-8e83-50ceeb95e9df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2161, theAccountId=2162, isDefault=true, theDescription=d9e1940b-e7d8-49b4-8e83-50ceeb95e9df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4321, theSiteId=2161, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4322, theSiteId=2161, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,184 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,184 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,231 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29398 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d9e1940b-e7d8-49b4-8e83-50ceeb95e9df4692successactive4693successactive -------------------------------------- 09:21:07,234 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29399 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d9f01505-15ca-42b4-adc1-aed51b06ecdc -------------------------------------- 09:21:07,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,236 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,248 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1998, theDescription=d9f01505-15ca-42b4-adc1-aed51b06ecdc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1997, theAccountId=1998, isDefault=true, theDescription=d9f01505-15ca-42b4-adc1-aed51b06ecdc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3993, theSiteId=1997, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3994, theSiteId=1997, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,295 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29399 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d9f01505-15ca-42b4-adc1-aed51b06ecdc4252successactive4253successactive -------------------------------------- 09:21:07,298 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29400 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: da1f707c-73fa-4c06-bd43-4df599cbd49c -------------------------------------- 09:21:07,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,312 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1076, theDescription=da1f707c-73fa-4c06-bd43-4df599cbd49c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1075, theAccountId=1076, isDefault=true, theDescription=da1f707c-73fa-4c06-bd43-4df599cbd49c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2149, theSiteId=1075, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2150, theSiteId=1075, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,358 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29400 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: da1f707c-73fa-4c06-bd43-4df599cbd49c1745successactive1746successactive -------------------------------------- 09:21:07,361 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29401 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: da9546e1-a230-43b0-bd94-a1af79e69321 -------------------------------------- 09:21:07,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,373 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1182, theDescription=da9546e1-a230-43b0-bd94-a1af79e69321, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1181, theAccountId=1182, isDefault=true, theDescription=da9546e1-a230-43b0-bd94-a1af79e69321_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2361, theSiteId=1181, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2362, theSiteId=1181, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,419 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29401 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: da9546e1-a230-43b0-bd94-a1af79e693212106successactive2107successactive -------------------------------------- 09:21:07,423 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29402 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: daf57f34-03a7-421d-94b4-0b5739e94a01 -------------------------------------- 09:21:07,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,435 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1794, theDescription=daf57f34-03a7-421d-94b4-0b5739e94a01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1793, theAccountId=1794, isDefault=true, theDescription=daf57f34-03a7-421d-94b4-0b5739e94a01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3585, theSiteId=1793, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3586, theSiteId=1793, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,482 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29402 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: daf57f34-03a7-421d-94b4-0b5739e94a013608successactive3609successactive -------------------------------------- 09:21:07,486 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29403 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: db332d78-31ff-444d-9d52-9f727fa3d8ad -------------------------------------- 09:21:07,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,498 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2270, theDescription=db332d78-31ff-444d-9d52-9f727fa3d8ad, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2269, theAccountId=2270, isDefault=true, theDescription=db332d78-31ff-444d-9d52-9f727fa3d8ad_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4537, theSiteId=2269, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4538, theSiteId=2269, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,498 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,498 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,545 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29403 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: db332d78-31ff-444d-9d52-9f727fa3d8ad5018successactive5019successactive -------------------------------------- 09:21:07,548 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29404 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: db35876a-760e-4c62-aa23-7913e5461bd9 -------------------------------------- 09:21:07,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,550 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,552 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,552 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,559 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1236, theDescription=db35876a-760e-4c62-aa23-7913e5461bd9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1235, theAccountId=1236, isDefault=true, theDescription=db35876a-760e-4c62-aa23-7913e5461bd9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2469, theSiteId=1235, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2470, theSiteId=1235, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,605 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29404 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: db35876a-760e-4c62-aa23-7913e5461bd92212successactive2213successactive -------------------------------------- 09:21:07,609 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29405 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: db8e480c-d7b8-4e54-9df8-d6be98e612fe -------------------------------------- 09:21:07,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,623 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2144, theDescription=db8e480c-d7b8-4e54-9df8-d6be98e612fe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2143, theAccountId=2144, isDefault=true, theDescription=db8e480c-d7b8-4e54-9df8-d6be98e612fe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4285, theSiteId=2143, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4286, theSiteId=2143, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,671 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29405 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: db8e480c-d7b8-4e54-9df8-d6be98e612fe4654successactive4655successactive -------------------------------------- 09:21:07,674 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29406 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dba87d95-aa7b-4e42-b78c-ead8d1b44034 -------------------------------------- 09:21:07,674 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,674 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,678 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,678 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,686 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1892, theDescription=dba87d95-aa7b-4e42-b78c-ead8d1b44034, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1891, theAccountId=1892, isDefault=true, theDescription=dba87d95-aa7b-4e42-b78c-ead8d1b44034_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3781, theSiteId=1891, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3782, theSiteId=1891, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,686 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,686 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,731 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29406 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dba87d95-aa7b-4e42-b78c-ead8d1b440343919successactive3920successactive -------------------------------------- 09:21:07,735 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29407 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dbc98116-e648-4ff9-9d43-d7f94abb60fb -------------------------------------- 09:21:07,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,737 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,739 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,739 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,747 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2591, theDescription=dbc98116-e648-4ff9-9d43-d7f94abb60fb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2590, theAccountId=2591, isDefault=true, theDescription=dbc98116-e648-4ff9-9d43-d7f94abb60fb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5179, theSiteId=2590, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5180, theSiteId=2590, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,794 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29407 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dbc98116-e648-4ff9-9d43-d7f94abb60fb8582successactive8583successactive -------------------------------------- 09:21:07,797 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29408 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dc096305-d968-48a1-a49a-f4bec8117060 -------------------------------------- 09:21:07,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,800 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,800 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,801 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,801 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,809 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1193, theDescription=dc096305-d968-48a1-a49a-f4bec8117060, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1192, theAccountId=1193, isDefault=true, theDescription=dc096305-d968-48a1-a49a-f4bec8117060_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2383, theSiteId=1192, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2384, theSiteId=1192, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,856 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29408 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dc096305-d968-48a1-a49a-f4bec81170602128successactive -------------------------------------- 09:21:07,859 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29409 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dca6b753-6cf4-497a-80de-7a9d9a43dc5e -------------------------------------- 09:21:07,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,875 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1332, theDescription=dca6b753-6cf4-497a-80de-7a9d9a43dc5e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1331, theAccountId=1332, isDefault=true, theDescription=dca6b753-6cf4-497a-80de-7a9d9a43dc5e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2661, theSiteId=1331, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2662, theSiteId=1331, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,875 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,875 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,925 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29409 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dca6b753-6cf4-497a-80de-7a9d9a43dc5e2438successactive2439successactive -------------------------------------- 09:21:07,928 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29410 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dd38634e-4ddf-454c-92a3-4817ea97cbc4 -------------------------------------- 09:21:07,928 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,928 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:07,941 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1017, theDescription=dd38634e-4ddf-454c-92a3-4817ea97cbc4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1016, theAccountId=1017, isDefault=true, theDescription=dd38634e-4ddf-454c-92a3-4817ea97cbc4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2031, theSiteId=1016, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2032, theSiteId=1016, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:07,942 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,942 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:07,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:07,988 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29410 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dd38634e-4ddf-454c-92a3-4817ea97cbc41637successactive1638successactive -------------------------------------- 09:21:07,991 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29411 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dd6469c7-b1f4-4377-b5c8-99dfa99ce72a -------------------------------------- 09:21:07,991 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,991 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:07,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,993 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:07,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:07,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,003 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=56, theDescription=dd6469c7-b1f4-4377-b5c8-99dfa99ce72a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:07 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=55, theAccountId=56, isDefault=true, theDescription=dd6469c7-b1f4-4377-b5c8-99dfa99ce72a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=109, theSiteId=55, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=110, theSiteId=55, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,051 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29411 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dd6469c7-b1f4-4377-b5c8-99dfa99ce72a113successactive -------------------------------------- 09:21:08,054 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29412 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dd9c5c0f-9034-4f95-ad1b-f38ac0b72b18 -------------------------------------- 09:21:08,055 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,055 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,066 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2289, theDescription=dd9c5c0f-9034-4f95-ad1b-f38ac0b72b18, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2288, theAccountId=2289, isDefault=true, theDescription=dd9c5c0f-9034-4f95-ad1b-f38ac0b72b18_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4575, theSiteId=2288, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4576, theSiteId=2288, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,067 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,067 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,115 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29412 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dd9c5c0f-9034-4f95-ad1b-f38ac0b72b185059successactive5060successactive -------------------------------------- 09:21:08,118 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29413 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dda48852-3e45-4ffb-ab14-7fd2d1cd0116 -------------------------------------- 09:21:08,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,132 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2365, theDescription=dda48852-3e45-4ffb-ab14-7fd2d1cd0116, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2364, theAccountId=2365, isDefault=true, theDescription=dda48852-3e45-4ffb-ab14-7fd2d1cd0116_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4727, theSiteId=2364, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4728, theSiteId=2364, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,144 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29413 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dda48852-3e45-4ffb-ab14-7fd2d1cd0116 -------------------------------------- 09:21:08,186 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29414 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ddbe1f10-fe82-42f7-b189-788064a07ccc -------------------------------------- 09:21:08,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,200 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1800, theDescription=ddbe1f10-fe82-42f7-b189-788064a07ccc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1799, theAccountId=1800, isDefault=true, theDescription=ddbe1f10-fe82-42f7-b189-788064a07ccc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3597, theSiteId=1799, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3598, theSiteId=1799, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,246 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29414 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ddbe1f10-fe82-42f7-b189-788064a07ccc3662successactive3663successactive -------------------------------------- 09:21:08,249 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29415 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: de020317-4bc6-4ce4-a82d-9695c9bacb83 -------------------------------------- 09:21:08,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,260 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2176, theDescription=de020317-4bc6-4ce4-a82d-9695c9bacb83, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2175, theAccountId=2176, isDefault=true, theDescription=de020317-4bc6-4ce4-a82d-9695c9bacb83_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4349, theSiteId=2175, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4350, theSiteId=2175, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,307 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29415 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: de020317-4bc6-4ce4-a82d-9695c9bacb834734successpaused4735successpaused4736successactive4737successactive -------------------------------------- 09:21:08,310 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29416 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: de60c110-04ed-40d8-9f01-b9618fb8f77a -------------------------------------- 09:21:08,310 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,310 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,312 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,312 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,322 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2154, theDescription=de60c110-04ed-40d8-9f01-b9618fb8f77a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2153, theAccountId=2154, isDefault=true, theDescription=de60c110-04ed-40d8-9f01-b9618fb8f77a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4305, theSiteId=2153, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4306, theSiteId=2153, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,323 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,323 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,370 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29416 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: de60c110-04ed-40d8-9f01-b9618fb8f77a4674successactive4675successactive -------------------------------------- 09:21:08,372 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29417 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: de93a4af-22c3-4f30-8889-6928566b7aa2 -------------------------------------- 09:21:08,373 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,373 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,386 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1278, theDescription=de93a4af-22c3-4f30-8889-6928566b7aa2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1277, theAccountId=1278, isDefault=true, theDescription=de93a4af-22c3-4f30-8889-6928566b7aa2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2553, theSiteId=1277, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2554, theSiteId=1277, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,432 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29417 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: de93a4af-22c3-4f30-8889-6928566b7aa22305successactive2306successactive2376successpaused2377successpaused2378successpaused2379successpaused -------------------------------------- 09:21:08,434 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29418 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ded59527-0063-450e-9c38-082aaacbf984 -------------------------------------- 09:21:08,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,437 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,437 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,449 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1389, theDescription=ded59527-0063-450e-9c38-082aaacbf984, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1388, theAccountId=1389, isDefault=true, theDescription=ded59527-0063-450e-9c38-082aaacbf984_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2775, theSiteId=1388, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2776, theSiteId=1388, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,450 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,450 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,495 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29418 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ded59527-0063-450e-9c38-082aaacbf9842639successpaused2640successpaused2643successactive -------------------------------------- 09:21:08,498 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29419 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dfe7893d-c32e-4db1-a484-cbe0834bfe99 -------------------------------------- 09:21:08,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,511 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1480, theDescription=dfe7893d-c32e-4db1-a484-cbe0834bfe99, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1479, theAccountId=1480, isDefault=true, theDescription=dfe7893d-c32e-4db1-a484-cbe0834bfe99_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2957, theSiteId=1479, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2958, theSiteId=1479, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,512 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,512 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,561 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29419 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dfe7893d-c32e-4db1-a484-cbe0834bfe992826successactive -------------------------------------- 09:21:08,565 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29420 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e00533b4-7a34-4c45-aa5d-ad20d86f2c25 -------------------------------------- 09:21:08,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,576 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1467, theDescription=e00533b4-7a34-4c45-aa5d-ad20d86f2c25, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1466, theAccountId=1467, isDefault=true, theDescription=e00533b4-7a34-4c45-aa5d-ad20d86f2c25_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2931, theSiteId=1466, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2932, theSiteId=1466, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,622 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29420 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e00533b4-7a34-4c45-aa5d-ad20d86f2c252813successactive -------------------------------------- 09:21:08,625 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29421 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e026a7f4-3b30-45a2-9d5f-370c176f5f9e -------------------------------------- 09:21:08,626 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,626 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,629 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,629 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,636 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2578, theDescription=e026a7f4-3b30-45a2-9d5f-370c176f5f9e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2577, theAccountId=2578, isDefault=true, theDescription=e026a7f4-3b30-45a2-9d5f-370c176f5f9e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5153, theSiteId=2577, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5154, theSiteId=2577, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,637 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,637 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,685 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29421 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e026a7f4-3b30-45a2-9d5f-370c176f5f9e8555successactive8556successactive -------------------------------------- 09:21:08,687 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29422 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e08af99d-c048-4fbb-adc8-8a60230d8f70 -------------------------------------- 09:21:08,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,691 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,691 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,702 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1527, theDescription=e08af99d-c048-4fbb-adc8-8a60230d8f70, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1526, theAccountId=1527, isDefault=true, theDescription=e08af99d-c048-4fbb-adc8-8a60230d8f70_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3051, theSiteId=1526, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3052, theSiteId=1526, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,702 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,750 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29422 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e08af99d-c048-4fbb-adc8-8a60230d8f702879successactive -------------------------------------- 09:21:08,752 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29423 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e0e1b914-b19a-4a0f-af8c-17bd89bcd7ef -------------------------------------- 09:21:08,752 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,753 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,754 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,754 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,764 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2290, theDescription=e0e1b914-b19a-4a0f-af8c-17bd89bcd7ef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2289, theAccountId=2290, isDefault=true, theDescription=e0e1b914-b19a-4a0f-af8c-17bd89bcd7ef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4577, theSiteId=2289, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4578, theSiteId=2289, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,765 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,765 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,813 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29423 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e0e1b914-b19a-4a0f-af8c-17bd89bcd7ef5061successactive5062successactive -------------------------------------- 09:21:08,816 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29424 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e10f9239-8084-4bfc-b2ee-d60011f6a87b -------------------------------------- 09:21:08,816 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,816 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,831 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2298, theDescription=e10f9239-8084-4bfc-b2ee-d60011f6a87b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2297, theAccountId=2298, isDefault=true, theDescription=e10f9239-8084-4bfc-b2ee-d60011f6a87b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4593, theSiteId=2297, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4594, theSiteId=2297, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,831 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,834 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,877 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29424 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e10f9239-8084-4bfc-b2ee-d60011f6a87b5091successactive5092successactive5093successactive5094successactive5095successactive5096successactive5097successactive5098successactive5099successactive5100successactive -------------------------------------- 09:21:08,879 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29425 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e28a24b1-6002-4915-972d-a32578e78afb -------------------------------------- 09:21:08,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,893 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1880, theDescription=e28a24b1-6002-4915-972d-a32578e78afb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1879, theAccountId=1880, isDefault=true, theDescription=e28a24b1-6002-4915-972d-a32578e78afb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3757, theSiteId=1879, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3758, theSiteId=1879, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:08,941 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29425 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e28a24b1-6002-4915-972d-a32578e78afb3885successactive3886successactive -------------------------------------- 09:21:08,943 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29426 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e2916b7d-6784-4f94-b9b6-7004eeb61cac -------------------------------------- 09:21:08,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:08,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:08,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:08,958 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2127, theDescription=e2916b7d-6784-4f94-b9b6-7004eeb61cac, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:08 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2126, theAccountId=2127, isDefault=true, theDescription=e2916b7d-6784-4f94-b9b6-7004eeb61cac_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4251, theSiteId=2126, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4252, theSiteId=2126, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:08,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:08,960 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:08,960 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,003 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29426 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e2916b7d-6784-4f94-b9b6-7004eeb61cac4616successactive4617successactive -------------------------------------- 09:21:09,006 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29427 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e30326bb-d634-40b3-b0fa-4f2999715dcb -------------------------------------- 09:21:09,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,019 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1282, theDescription=e30326bb-d634-40b3-b0fa-4f2999715dcb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1281, theAccountId=1282, isDefault=true, theDescription=e30326bb-d634-40b3-b0fa-4f2999715dcb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2561, theSiteId=1281, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2562, theSiteId=1281, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,019 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,019 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,022 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,022 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,066 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29427 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e30326bb-d634-40b3-b0fa-4f2999715dcb2313successactive -------------------------------------- 09:21:09,068 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29428 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e381c26d-8d0f-4fa6-b54b-2e3936ba9369 -------------------------------------- 09:21:09,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,072 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,072 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,079 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1835, theDescription=e381c26d-8d0f-4fa6-b54b-2e3936ba9369, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1834, theAccountId=1835, isDefault=true, theDescription=e381c26d-8d0f-4fa6-b54b-2e3936ba9369_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3667, theSiteId=1834, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3668, theSiteId=1834, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,126 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29428 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e381c26d-8d0f-4fa6-b54b-2e3936ba93693753successactive3754successactive3755successactive3756successactive -------------------------------------- 09:21:09,129 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29429 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e3ad2865-1fe5-459d-92a6-90fcf41a91cc -------------------------------------- 09:21:09,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,129 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,143 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1821, theDescription=e3ad2865-1fe5-459d-92a6-90fcf41a91cc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1820, theAccountId=1821, isDefault=true, theDescription=e3ad2865-1fe5-459d-92a6-90fcf41a91cc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3639, theSiteId=1820, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3640, theSiteId=1820, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,143 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29429 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e3ad2865-1fe5-459d-92a6-90fcf41a91cc3722successactive3723successactive -------------------------------------- 09:21:09,194 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29430 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e3b09296-62a1-40d1-b687-18b27e227397 -------------------------------------- 09:21:09,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,730 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2615, theDescription=e3b09296-62a1-40d1-b687-18b27e227397, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2614, theAccountId=2615, isDefault=true, theDescription=e3b09296-62a1-40d1-b687-18b27e227397_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5227, theSiteId=2614, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5228, theSiteId=2614, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,731 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,779 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29430 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e3b09296-62a1-40d1-b687-18b27e2273978771successactive8793successactive8794successactive8795successactive -------------------------------------- 09:21:09,783 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29431 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e44336fe-a56c-483b-a813-e8aed3602728 -------------------------------------- 09:21:09,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,795 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2126, theDescription=e44336fe-a56c-483b-a813-e8aed3602728, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2125, theAccountId=2126, isDefault=true, theDescription=e44336fe-a56c-483b-a813-e8aed3602728_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4249, theSiteId=2125, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4250, theSiteId=2125, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,843 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29431 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e44336fe-a56c-483b-a813-e8aed36027284614successactive4615successactive -------------------------------------- 09:21:09,845 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29432 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e4c0fdbb-5a3a-4a77-ae5a-808f190b8ade -------------------------------------- 09:21:09,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,846 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,856 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1476, theDescription=e4c0fdbb-5a3a-4a77-ae5a-808f190b8ade, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1475, theAccountId=1476, isDefault=true, theDescription=e4c0fdbb-5a3a-4a77-ae5a-808f190b8ade_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2949, theSiteId=1475, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2950, theSiteId=1475, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,902 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29432 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e4c0fdbb-5a3a-4a77-ae5a-808f190b8ade2822successactive -------------------------------------- 09:21:09,904 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29433 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e4dc16e5-9e77-4a22-b97a-7c50c1328ca4 -------------------------------------- 09:21:09,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,916 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2155, theDescription=e4dc16e5-9e77-4a22-b97a-7c50c1328ca4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2154, theAccountId=2155, isDefault=true, theDescription=e4dc16e5-9e77-4a22-b97a-7c50c1328ca4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4307, theSiteId=2154, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4308, theSiteId=2154, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:09,965 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29433 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e4dc16e5-9e77-4a22-b97a-7c50c1328ca44676successactive4677successactive4678successactive4679successactive -------------------------------------- 09:21:09,967 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29434 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e50d6296-82c0-45e2-a23f-80005f28f620 -------------------------------------- 09:21:09,968 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:09,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:09,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:09,980 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2158, theDescription=e50d6296-82c0-45e2-a23f-80005f28f620, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:09 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2157, theAccountId=2158, isDefault=true, theDescription=e50d6296-82c0-45e2-a23f-80005f28f620_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4313, theSiteId=2157, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4314, theSiteId=2157, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:09,981 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,981 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:09,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:09,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,028 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29434 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e50d6296-82c0-45e2-a23f-80005f28f6204684successactive4685successactive -------------------------------------- 09:21:10,031 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29435 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e510ec82-ea9e-4932-b07d-f2836ba96b79 -------------------------------------- 09:21:10,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,046 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1201, theDescription=e510ec82-ea9e-4932-b07d-f2836ba96b79, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1200, theAccountId=1201, isDefault=true, theDescription=e510ec82-ea9e-4932-b07d-f2836ba96b79_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2399, theSiteId=1200, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2400, theSiteId=1200, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,049 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,049 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,092 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29435 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e510ec82-ea9e-4932-b07d-f2836ba96b792143successactive2144successactive -------------------------------------- 09:21:10,094 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29436 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e532cf18-12df-43ad-b678-6ee752ea09c8 -------------------------------------- 09:21:10,095 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,095 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,098 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,098 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,108 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1003, theDescription=e532cf18-12df-43ad-b678-6ee752ea09c8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1002, theAccountId=1003, isDefault=true, theDescription=e532cf18-12df-43ad-b678-6ee752ea09c8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2003, theSiteId=1002, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2004, theSiteId=1002, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,159 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29436 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e532cf18-12df-43ad-b678-6ee752ea09c81617successactive -------------------------------------- 09:21:10,161 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29437 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e58ba250-93a8-4d1d-b9a5-2b4d7348af1b -------------------------------------- 09:21:10,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,163 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,163 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,165 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,165 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,175 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2391, theDescription=e58ba250-93a8-4d1d-b9a5-2b4d7348af1b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2390, theAccountId=2391, isDefault=true, theDescription=e58ba250-93a8-4d1d-b9a5-2b4d7348af1b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4779, theSiteId=2390, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4780, theSiteId=2390, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,223 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29437 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e58ba250-93a8-4d1d-b9a5-2b4d7348af1b6697successpaused6698successactive6705successpaused6712successpaused6724successpaused6728successpaused6736successpaused6767successpaused6774successactive -------------------------------------- 09:21:10,226 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29438 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e598118e-0043-4c90-9564-9d66e4a65038 -------------------------------------- 09:21:10,226 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,226 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,238 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2252, theDescription=e598118e-0043-4c90-9564-9d66e4a65038, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2251, theAccountId=2252, isDefault=true, theDescription=e598118e-0043-4c90-9564-9d66e4a65038_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4501, theSiteId=2251, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4502, theSiteId=2251, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,284 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29438 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e598118e-0043-4c90-9564-9d66e4a650384972successactive4973successactive -------------------------------------- 09:21:10,286 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29439 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e5ca1194-2ac5-45b4-80da-5cb4bc0d7b42 -------------------------------------- 09:21:10,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,298 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2081, theDescription=e5ca1194-2ac5-45b4-80da-5cb4bc0d7b42, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2080, theAccountId=2081, isDefault=true, theDescription=e5ca1194-2ac5-45b4-80da-5cb4bc0d7b42_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4159, theSiteId=2080, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4160, theSiteId=2080, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,347 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29439 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e5ca1194-2ac5-45b4-80da-5cb4bc0d7b424499successactive4500successactive4501successactive4502successactive -------------------------------------- 09:21:10,349 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29440 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e5f257ae-dffe-41bf-8315-415c410ad2a4 -------------------------------------- 09:21:10,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,362 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2576, theDescription=e5f257ae-dffe-41bf-8315-415c410ad2a4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2575, theAccountId=2576, isDefault=true, theDescription=e5f257ae-dffe-41bf-8315-415c410ad2a4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5149, theSiteId=2575, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5150, theSiteId=2575, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,410 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29440 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e5f257ae-dffe-41bf-8315-415c410ad2a48552successactive -------------------------------------- 09:21:10,412 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29441 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e6283e8c-671a-47f6-aeeb-bfc30b15d6db -------------------------------------- 09:21:10,413 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,413 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,416 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,416 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,424 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2259, theDescription=e6283e8c-671a-47f6-aeeb-bfc30b15d6db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2258, theAccountId=2259, isDefault=true, theDescription=e6283e8c-671a-47f6-aeeb-bfc30b15d6db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4515, theSiteId=2258, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4516, theSiteId=2258, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,475 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29441 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e6283e8c-671a-47f6-aeeb-bfc30b15d6db4990successactive4991successactive -------------------------------------- 09:21:10,477 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29442 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e6e12f53-39ac-4b0b-9dd8-c99be093f841 -------------------------------------- 09:21:10,478 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,478 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,490 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2080, theDescription=e6e12f53-39ac-4b0b-9dd8-c99be093f841, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2079, theAccountId=2080, isDefault=true, theDescription=e6e12f53-39ac-4b0b-9dd8-c99be093f841_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4157, theSiteId=2079, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4158, theSiteId=2079, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,494 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,538 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29442 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e6e12f53-39ac-4b0b-9dd8-c99be093f8414497successactive4498successactive -------------------------------------- 09:21:10,540 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29443 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e6e9433f-e8e7-49e0-b126-855d289f9064 -------------------------------------- 09:21:10,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,544 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,544 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,552 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1407, theDescription=e6e9433f-e8e7-49e0-b126-855d289f9064, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1406, theAccountId=1407, isDefault=true, theDescription=e6e9433f-e8e7-49e0-b126-855d289f9064_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2811, theSiteId=1406, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2812, theSiteId=1406, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,555 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,555 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,598 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29443 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e6e9433f-e8e7-49e0-b126-855d289f90642670successactive2671successactive -------------------------------------- 09:21:10,601 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29444 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e6f8baf0-901a-4fb8-91f7-a0c868771e62 -------------------------------------- 09:21:10,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,615 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2497, theDescription=e6f8baf0-901a-4fb8-91f7-a0c868771e62, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2496, theAccountId=2497, isDefault=true, theDescription=e6f8baf0-901a-4fb8-91f7-a0c868771e62_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4991, theSiteId=2496, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4992, theSiteId=2496, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,615 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,615 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,617 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,660 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29444 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e6f8baf0-901a-4fb8-91f7-a0c868771e627738successpaused7739successpaused7740successactive7741successpaused7783successpaused7784successpaused7785successactive7786successpaused -------------------------------------- 09:21:10,663 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29445 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e7cbecc3-f9cb-41f3-8703-865783bcb241 -------------------------------------- 09:21:10,663 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,663 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,678 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2219, theDescription=e7cbecc3-f9cb-41f3-8703-865783bcb241, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2218, theAccountId=2219, isDefault=true, theDescription=e7cbecc3-f9cb-41f3-8703-865783bcb241_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4435, theSiteId=2218, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4436, theSiteId=2218, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,725 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29445 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e7cbecc3-f9cb-41f3-8703-865783bcb2414859successpaused4860successpaused4861successactive4862successactive -------------------------------------- 09:21:10,727 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29446 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e7f6dc30-cfb2-412a-9b99-bde532891c2e -------------------------------------- 09:21:10,728 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,728 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,741 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1440, theDescription=e7f6dc30-cfb2-412a-9b99-bde532891c2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1439, theAccountId=1440, isDefault=true, theDescription=e7f6dc30-cfb2-412a-9b99-bde532891c2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2877, theSiteId=1439, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2878, theSiteId=1439, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,788 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29446 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e7f6dc30-cfb2-412a-9b99-bde532891c2e2744successactive2745successactive2746successactive2747successactive -------------------------------------- 09:21:10,790 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29447 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e7fdbb22-415f-4530-a36c-a7060dfa788c -------------------------------------- 09:21:10,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,804 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=46, theDescription=e7fdbb22-415f-4530-a36c-a7060dfa788c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=45, theAccountId=46, isDefault=true, theDescription=e7fdbb22-415f-4530-a36c-a7060dfa788c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=89, theSiteId=45, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=90, theSiteId=45, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,851 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29447 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e7fdbb22-415f-4530-a36c-a7060dfa788c88successactive -------------------------------------- 09:21:10,854 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29448 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e821c59e-afb2-4bed-b66a-ff1d559656be -------------------------------------- 09:21:10,855 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,855 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,867 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2091, theDescription=e821c59e-afb2-4bed-b66a-ff1d559656be, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2090, theAccountId=2091, isDefault=true, theDescription=e821c59e-afb2-4bed-b66a-ff1d559656be_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4179, theSiteId=2090, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4180, theSiteId=2090, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,867 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,867 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,912 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29448 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e821c59e-afb2-4bed-b66a-ff1d559656be4523successactive4524successactive -------------------------------------- 09:21:10,915 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29449 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e867b243-3e26-4f37-ab32-5290bcc21464 -------------------------------------- 09:21:10,915 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,915 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,927 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=797, theDescription=e867b243-3e26-4f37-ab32-5290bcc21464, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=796, theAccountId=797, isDefault=true, theDescription=e867b243-3e26-4f37-ab32-5290bcc21464_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1591, theSiteId=796, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1592, theSiteId=796, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,927 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,927 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:10,974 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29449 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e867b243-3e26-4f37-ab32-5290bcc214641361successactive -------------------------------------- 09:21:10,978 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29450 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e874410d-6cb4-4d17-85bf-53c9632ad689 -------------------------------------- 09:21:10,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:10,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:10,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:10,990 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2483, theDescription=e874410d-6cb4-4d17-85bf-53c9632ad689, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:10 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2482, theAccountId=2483, isDefault=true, theDescription=e874410d-6cb4-4d17-85bf-53c9632ad689_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4963, theSiteId=2482, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4964, theSiteId=2482, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:10,991 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,991 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:10,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:10,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,037 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29450 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e874410d-6cb4-4d17-85bf-53c9632ad6897559successpaused7560successactive7561successpaused7675successpaused7676successpaused7677successactive7678successpaused -------------------------------------- 09:21:11,040 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29451 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e8af5c47-7e1c-41b7-85b6-993a4b09976b -------------------------------------- 09:21:11,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,054 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1942, theDescription=e8af5c47-7e1c-41b7-85b6-993a4b09976b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1941, theAccountId=1942, isDefault=true, theDescription=e8af5c47-7e1c-41b7-85b6-993a4b09976b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3881, theSiteId=1941, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3882, theSiteId=1941, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,054 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,054 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,101 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29451 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e8af5c47-7e1c-41b7-85b6-993a4b09976b4099successactive4100successactive -------------------------------------- 09:21:11,103 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29452 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9171811-85c1-4068-a527-8d33f192bd31 -------------------------------------- 09:21:11,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,118 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2257, theDescription=e9171811-85c1-4068-a527-8d33f192bd31, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2256, theAccountId=2257, isDefault=true, theDescription=e9171811-85c1-4068-a527-8d33f192bd31_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4511, theSiteId=2256, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4512, theSiteId=2256, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,165 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29452 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9171811-85c1-4068-a527-8d33f192bd314986successactive4987successactive -------------------------------------- 09:21:11,168 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29453 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e92a791c-4c9e-4dd4-bc4d-ba5ea45e03bc -------------------------------------- 09:21:11,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,180 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2307, theDescription=e92a791c-4c9e-4dd4-bc4d-ba5ea45e03bc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2306, theAccountId=2307, isDefault=true, theDescription=e92a791c-4c9e-4dd4-bc4d-ba5ea45e03bc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4611, theSiteId=2306, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4612, theSiteId=2306, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,230 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29453 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e92a791c-4c9e-4dd4-bc4d-ba5ea45e03bc5155successactive5156successactive -------------------------------------- 09:21:11,233 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29454 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9613f40-fe7b-4b99-ae85-67128c3d9505 -------------------------------------- 09:21:11,234 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,234 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,236 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,246 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1731, theDescription=e9613f40-fe7b-4b99-ae85-67128c3d9505, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1730, theAccountId=1731, isDefault=true, theDescription=e9613f40-fe7b-4b99-ae85-67128c3d9505_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3459, theSiteId=1730, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3460, theSiteId=1730, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,247 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,247 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,249 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,249 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,292 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29454 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9613f40-fe7b-4b99-ae85-67128c3d95053333successactive3334successactive -------------------------------------- 09:21:11,294 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29455 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e979ca8f-b598-44b5-aeb6-854d93cf9765 -------------------------------------- 09:21:11,295 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,295 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,308 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1259, theDescription=e979ca8f-b598-44b5-aeb6-854d93cf9765, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1258, theAccountId=1259, isDefault=true, theDescription=e979ca8f-b598-44b5-aeb6-854d93cf9765_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2515, theSiteId=1258, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2516, theSiteId=1258, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,308 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,308 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,357 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29455 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e979ca8f-b598-44b5-aeb6-854d93cf97652256successactive2257successactive -------------------------------------- 09:21:11,360 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29456 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9ad8077-6cf7-47fd-9f24-9033315a2e58 -------------------------------------- 09:21:11,360 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,375 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2195, theDescription=e9ad8077-6cf7-47fd-9f24-9033315a2e58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2194, theAccountId=2195, isDefault=true, theDescription=e9ad8077-6cf7-47fd-9f24-9033315a2e58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4387, theSiteId=2194, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4388, theSiteId=2194, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,422 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29456 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9ad8077-6cf7-47fd-9f24-9033315a2e584780successactive4781successactive4782successactive4783successactive -------------------------------------- 09:21:11,424 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29457 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ea3b8f1d-3b9c-4b08-bf3b-20c3af2f2580 -------------------------------------- 09:21:11,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,438 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2105, theDescription=ea3b8f1d-3b9c-4b08-bf3b-20c3af2f2580, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2104, theAccountId=2105, isDefault=true, theDescription=ea3b8f1d-3b9c-4b08-bf3b-20c3af2f2580_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4207, theSiteId=2104, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4208, theSiteId=2104, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,486 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29457 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ea3b8f1d-3b9c-4b08-bf3b-20c3af2f25804561successactive4562successactive -------------------------------------- 09:21:11,489 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29458 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ea44381e-6d11-411f-9475-951295600e4d -------------------------------------- 09:21:11,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,502 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2254, theDescription=ea44381e-6d11-411f-9475-951295600e4d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2253, theAccountId=2254, isDefault=true, theDescription=ea44381e-6d11-411f-9475-951295600e4d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4505, theSiteId=2253, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4506, theSiteId=2253, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,505 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,505 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,561 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29458 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ea44381e-6d11-411f-9475-951295600e4d4976successactive4977successactive -------------------------------------- 09:21:11,564 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29459 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ea4cc141-5d04-4c73-b529-597f8c2d5a6e -------------------------------------- 09:21:11,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,578 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1276, theDescription=ea4cc141-5d04-4c73-b529-597f8c2d5a6e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1275, theAccountId=1276, isDefault=true, theDescription=ea4cc141-5d04-4c73-b529-597f8c2d5a6e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2549, theSiteId=1275, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2550, theSiteId=1275, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,624 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29459 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ea4cc141-5d04-4c73-b529-597f8c2d5a6e2301successactive2302successpaused -------------------------------------- 09:21:11,627 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29460 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ea57ff7e-f899-490a-b3f2-0cb139f4ba75 -------------------------------------- 09:21:11,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,630 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,630 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,632 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,632 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,640 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1183, theDescription=ea57ff7e-f899-490a-b3f2-0cb139f4ba75, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1182, theAccountId=1183, isDefault=true, theDescription=ea57ff7e-f899-490a-b3f2-0cb139f4ba75_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2363, theSiteId=1182, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2364, theSiteId=1182, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,688 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29460 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ea57ff7e-f899-490a-b3f2-0cb139f4ba752108successactive2109successactive -------------------------------------- 09:21:11,691 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29461 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eacbb595-a4d1-4606-a9ea-a15d50e3d728 -------------------------------------- 09:21:11,691 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,691 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,693 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,693 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,695 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,695 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,704 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=730, theDescription=eacbb595-a4d1-4606-a9ea-a15d50e3d728, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=729, theAccountId=730, isDefault=true, theDescription=eacbb595-a4d1-4606-a9ea-a15d50e3d728_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1457, theSiteId=729, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1458, theSiteId=729, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,704 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,704 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,750 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29461 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eacbb595-a4d1-4606-a9ea-a15d50e3d7281294successactive -------------------------------------- 09:21:11,754 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29462 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eae3541c-fe76-49a9-9cfa-18b077ac06fc -------------------------------------- 09:21:11,755 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,755 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,756 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,756 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,770 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2092, theDescription=eae3541c-fe76-49a9-9cfa-18b077ac06fc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2091, theAccountId=2092, isDefault=true, theDescription=eae3541c-fe76-49a9-9cfa-18b077ac06fc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4181, theSiteId=2091, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4182, theSiteId=2091, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,819 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29462 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eae3541c-fe76-49a9-9cfa-18b077ac06fc4525successactive4526successactive -------------------------------------- 09:21:11,821 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29463 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eae3541c-fe76-49a9-9cfa-18b077ac06fc -------------------------------------- 09:21:11,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,825 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,825 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,834 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2092, theDescription=eae3541c-fe76-49a9-9cfa-18b077ac06fc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2091, theAccountId=2092, isDefault=true, theDescription=eae3541c-fe76-49a9-9cfa-18b077ac06fc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4181, theSiteId=2091, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4182, theSiteId=2091, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,834 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,883 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29463 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eae3541c-fe76-49a9-9cfa-18b077ac06fc4525successactive4526successactive -------------------------------------- 09:21:11,889 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29464 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eb6fa04a-f603-43ec-83e7-18ed6095794e -------------------------------------- 09:21:11,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,900 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1315, theDescription=eb6fa04a-f603-43ec-83e7-18ed6095794e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1314, theAccountId=1315, isDefault=true, theDescription=eb6fa04a-f603-43ec-83e7-18ed6095794e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2627, theSiteId=1314, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2628, theSiteId=1314, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,900 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,900 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,903 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,903 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:11,946 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29464 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eb6fa04a-f603-43ec-83e7-18ed6095794e2402successactive2403successactive -------------------------------------- 09:21:11,949 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29465 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eb9aae55-9afe-432f-ae5c-d456f3e7b65b -------------------------------------- 09:21:11,949 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,949 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:11,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:11,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:11,962 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2072, theDescription=eb9aae55-9afe-432f-ae5c-d456f3e7b65b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:11 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2071, theAccountId=2072, isDefault=true, theDescription=eb9aae55-9afe-432f-ae5c-d456f3e7b65b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4141, theSiteId=2071, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4142, theSiteId=2071, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:11,963 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,963 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:11,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:11,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,008 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29465 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eb9aae55-9afe-432f-ae5c-d456f3e7b65b4475successpaused4476successpaused4477successpaused4478successpaused4479successpaused4480successpaused4481successactive4482successactive -------------------------------------- 09:21:12,011 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29466 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ebd68c46-2a7b-4026-96e6-4fcb7b176b5c -------------------------------------- 09:21:12,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,026 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=951, theDescription=ebd68c46-2a7b-4026-96e6-4fcb7b176b5c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=950, theAccountId=951, isDefault=true, theDescription=ebd68c46-2a7b-4026-96e6-4fcb7b176b5c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1899, theSiteId=950, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1900, theSiteId=950, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,031 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,031 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,075 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29466 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ebd68c46-2a7b-4026-96e6-4fcb7b176b5c1534successactive1535successactive -------------------------------------- 09:21:12,078 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29467 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ec0749fd-a4b9-4d16-9b00-f4378d2f0da6 -------------------------------------- 09:21:12,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,082 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,082 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,090 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1931, theDescription=ec0749fd-a4b9-4d16-9b00-f4378d2f0da6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1930, theAccountId=1931, isDefault=true, theDescription=ec0749fd-a4b9-4d16-9b00-f4378d2f0da6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3859, theSiteId=1930, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3860, theSiteId=1930, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,094 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,094 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,141 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29467 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ec0749fd-a4b9-4d16-9b00-f4378d2f0da64061successactive4062successactive -------------------------------------- 09:21:12,144 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29468 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ec2ac253-6703-4712-b830-6faf3755c1b5 -------------------------------------- 09:21:12,144 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,144 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,148 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,148 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,156 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1488, theDescription=ec2ac253-6703-4712-b830-6faf3755c1b5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1487, theAccountId=1488, isDefault=true, theDescription=ec2ac253-6703-4712-b830-6faf3755c1b5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2973, theSiteId=1487, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2974, theSiteId=1487, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,162 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,162 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,206 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29468 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ec2ac253-6703-4712-b830-6faf3755c1b52834successactive -------------------------------------- 09:21:12,209 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29469 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ec8bc19f-91f6-4f82-9efa-557a72e6bdf2 -------------------------------------- 09:21:12,209 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,220 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2315, theDescription=ec8bc19f-91f6-4f82-9efa-557a72e6bdf2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2314, theAccountId=2315, isDefault=true, theDescription=ec8bc19f-91f6-4f82-9efa-557a72e6bdf2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4627, theSiteId=2314, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4628, theSiteId=2314, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,270 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29469 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ec8bc19f-91f6-4f82-9efa-557a72e6bdf25185successactive5186successactive -------------------------------------- 09:21:12,273 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29470 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ed35d234-d21f-45d4-ba0e-95e0d3d6f3c6 -------------------------------------- 09:21:12,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,277 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,277 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,286 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2557, theDescription=ed35d234-d21f-45d4-ba0e-95e0d3d6f3c6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2556, theAccountId=2557, isDefault=true, theDescription=ed35d234-d21f-45d4-ba0e-95e0d3d6f3c6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5111, theSiteId=2556, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5112, theSiteId=2556, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,286 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,286 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,333 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29470 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ed35d234-d21f-45d4-ba0e-95e0d3d6f3c68445successactive8446successactive8447successpaused8448successpaused -------------------------------------- 09:21:12,336 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29471 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ed3f6ee0-91b6-42dc-8cdc-7b45289ca528 -------------------------------------- 09:21:12,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,350 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1240, theDescription=ed3f6ee0-91b6-42dc-8cdc-7b45289ca528, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1239, theAccountId=1240, isDefault=true, theDescription=ed3f6ee0-91b6-42dc-8cdc-7b45289ca528_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2477, theSiteId=1239, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2478, theSiteId=1239, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,353 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,353 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,396 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29471 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ed3f6ee0-91b6-42dc-8cdc-7b45289ca5282220successactive2221successactive -------------------------------------- 09:21:12,399 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29472 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ed3f6ee0-91b6-42dc-8cdc-7b45289ca528 -------------------------------------- 09:21:12,400 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,400 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,406 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,406 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,414 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1240, theDescription=ed3f6ee0-91b6-42dc-8cdc-7b45289ca528, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1239, theAccountId=1240, isDefault=true, theDescription=ed3f6ee0-91b6-42dc-8cdc-7b45289ca528_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2477, theSiteId=1239, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2478, theSiteId=1239, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,469 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29472 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ed3f6ee0-91b6-42dc-8cdc-7b45289ca5282220successactive2221successactive -------------------------------------- 09:21:12,471 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29473 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ed6b79e1-ace0-4ef7-8ebb-06ca8871efb0 -------------------------------------- 09:21:12,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,474 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,474 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,476 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,476 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,484 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2245, theDescription=ed6b79e1-ace0-4ef7-8ebb-06ca8871efb0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2244, theAccountId=2245, isDefault=true, theDescription=ed6b79e1-ace0-4ef7-8ebb-06ca8871efb0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4487, theSiteId=2244, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4488, theSiteId=2244, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,533 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29473 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ed6b79e1-ace0-4ef7-8ebb-06ca8871efb04945successactive4946successactive -------------------------------------- 09:21:12,536 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29474 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ee3b917a-902d-4c61-9c58-e6259ce4594a -------------------------------------- 09:21:12,537 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,539 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,539 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,550 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1508, theDescription=ee3b917a-902d-4c61-9c58-e6259ce4594a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1507, theAccountId=1508, isDefault=true, theDescription=ee3b917a-902d-4c61-9c58-e6259ce4594a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3013, theSiteId=1507, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3014, theSiteId=1507, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,554 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,598 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29474 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ee3b917a-902d-4c61-9c58-e6259ce4594a2856successactive -------------------------------------- 09:21:12,600 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29475 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ee492512-b51d-459c-a5cd-9048a1cfe908 -------------------------------------- 09:21:12,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,613 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2239, theDescription=ee492512-b51d-459c-a5cd-9048a1cfe908, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2238, theAccountId=2239, isDefault=true, theDescription=ee492512-b51d-459c-a5cd-9048a1cfe908_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4475, theSiteId=2238, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4476, theSiteId=2238, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,616 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,616 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,659 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29475 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ee492512-b51d-459c-a5cd-9048a1cfe9084925successactive4926successactive4927successactive4928successactive -------------------------------------- 09:21:12,661 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29476 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eeb44d9d-8d0a-4c0d-9e75-375ff30f61e7 -------------------------------------- 09:21:12,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,673 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1134, theDescription=eeb44d9d-8d0a-4c0d-9e75-375ff30f61e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1133, theAccountId=1134, isDefault=true, theDescription=eeb44d9d-8d0a-4c0d-9e75-375ff30f61e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2265, theSiteId=1133, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2266, theSiteId=1133, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,676 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,676 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,720 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29476 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eeb44d9d-8d0a-4c0d-9e75-375ff30f61e71857successactive1858successactive1859successactive1860successactive1861successactive1862successactive1863successactive1864successactive1865successactive1866successactive1867successactive1868successactive1869successactive1870successactive -------------------------------------- 09:21:12,722 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29477 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eeb5c568-48b7-4e61-9dee-7909806d0193 -------------------------------------- 09:21:12,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,725 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,725 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,727 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,739 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2228, theDescription=eeb5c568-48b7-4e61-9dee-7909806d0193, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2227, theAccountId=2228, isDefault=true, theDescription=eeb5c568-48b7-4e61-9dee-7909806d0193_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4453, theSiteId=2227, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4454, theSiteId=2227, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,739 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,739 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,786 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29477 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eeb5c568-48b7-4e61-9dee-7909806d01934897successpaused4898successpaused4899successactive4900successactive -------------------------------------- 09:21:12,790 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29478 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eeb9ae78-894e-485c-8f67-79096adb7066 -------------------------------------- 09:21:12,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,794 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,794 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,804 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2577, theDescription=eeb9ae78-894e-485c-8f67-79096adb7066, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2576, theAccountId=2577, isDefault=true, theDescription=eeb9ae78-894e-485c-8f67-79096adb7066_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5151, theSiteId=2576, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5152, theSiteId=2576, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,804 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,804 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,806 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,852 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29478 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eeb9ae78-894e-485c-8f67-79096adb70668553successpaused8554successpaused8589successpaused8590successpaused8591successpaused8592successpaused8606successpaused8607successpaused8620successpaused8621successpaused8640successpaused8641successpaused8642successpaused8643successpaused8644successpaused8645successpaused8648successpaused8649successpaused8661successpaused8663successpaused8676successpaused8677successpaused8678successpaused8679successpaused8680successactive8681successactive8682successactive8683successactive -------------------------------------- 09:21:12,855 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29479 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eeec7d8e-ced1-4aab-9056-0b1900e459f9 -------------------------------------- 09:21:12,855 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,855 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,869 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1838, theDescription=eeec7d8e-ced1-4aab-9056-0b1900e459f9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1837, theAccountId=1838, isDefault=true, theDescription=eeec7d8e-ced1-4aab-9056-0b1900e459f9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3673, theSiteId=1837, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3674, theSiteId=1837, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,915 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29479 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eeec7d8e-ced1-4aab-9056-0b1900e459f93765successactive3766successactive3767successactive3768successactive -------------------------------------- 09:21:12,920 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29480 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: efc655ec-fa21-4a22-aa25-31ed5dba9cb8 -------------------------------------- 09:21:12,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,932 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2269, theDescription=efc655ec-fa21-4a22-aa25-31ed5dba9cb8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2268, theAccountId=2269, isDefault=true, theDescription=efc655ec-fa21-4a22-aa25-31ed5dba9cb8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4535, theSiteId=2268, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4536, theSiteId=2268, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:12,977 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29480 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: efc655ec-fa21-4a22-aa25-31ed5dba9cb85014successactive5015successactive5016successactive5017successactive -------------------------------------- 09:21:12,980 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29481 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f01adb33-67bc-4694-babd-743c8693b3d3 -------------------------------------- 09:21:12,980 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,980 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:12,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:12,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:12,994 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2569, theDescription=f01adb33-67bc-4694-babd-743c8693b3d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:12 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2567, theAccountId=2569, isDefault=true, theDescription=f01adb33-67bc-4694-babd-743c8693b3d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5133, theSiteId=2567, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5134, theSiteId=2567, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:12,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:12,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:12,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,040 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29481 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f01adb33-67bc-4694-babd-743c8693b3d38516successpaused8531successpaused8537successpaused8538successpaused8539successpaused8540successpaused8608successpaused8609successpaused8614successactive8615successactive -------------------------------------- 09:21:13,043 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29482 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f06dd7b9-e28e-4cde-9c00-57252740fa13 -------------------------------------- 09:21:13,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,056 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2478, theDescription=f06dd7b9-e28e-4cde-9c00-57252740fa13, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2477, theAccountId=2478, isDefault=true, theDescription=f06dd7b9-e28e-4cde-9c00-57252740fa13_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4953, theSiteId=2477, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4954, theSiteId=2477, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,057 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,057 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,102 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29482 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f06dd7b9-e28e-4cde-9c00-57252740fa137526successpaused7527successactive7528successpaused7529successactive7530successpaused7531successpaused7532successpaused7533successactive -------------------------------------- 09:21:13,104 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29483 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f0715614-1e23-4daa-94c6-be275fe51168 -------------------------------------- 09:21:13,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,108 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,108 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,117 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2125, theDescription=f0715614-1e23-4daa-94c6-be275fe51168, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2124, theAccountId=2125, isDefault=true, theDescription=f0715614-1e23-4daa-94c6-be275fe51168_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4247, theSiteId=2124, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4248, theSiteId=2124, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,163 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29483 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f0715614-1e23-4daa-94c6-be275fe511684612successactive4613successactive -------------------------------------- 09:21:13,166 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29484 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f10c4338-2b09-49bc-a934-0132d83be751 -------------------------------------- 09:21:13,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,179 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2004, theDescription=f10c4338-2b09-49bc-a934-0132d83be751, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2003, theAccountId=2004, isDefault=true, theDescription=f10c4338-2b09-49bc-a934-0132d83be751_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4005, theSiteId=2003, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4006, theSiteId=2003, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,225 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29484 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f10c4338-2b09-49bc-a934-0132d83be7514266successactive4267successactive -------------------------------------- 09:21:13,227 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29485 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f12eb0c4-ae82-4953-a8c4-f5bb7c85b689 -------------------------------------- 09:21:13,228 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,228 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,232 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,232 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,239 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=935, theDescription=f12eb0c4-ae82-4953-a8c4-f5bb7c85b689, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=934, theAccountId=935, isDefault=true, theDescription=f12eb0c4-ae82-4953-a8c4-f5bb7c85b689_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1867, theSiteId=934, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1868, theSiteId=934, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,285 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29485 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f12eb0c4-ae82-4953-a8c4-f5bb7c85b6891513successactive -------------------------------------- 09:21:13,288 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29486 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f1e88b2f-aae2-4cbf-b340-a61e0bd6224f -------------------------------------- 09:21:13,288 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,288 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,290 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,290 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,299 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1361, theDescription=f1e88b2f-aae2-4cbf-b340-a61e0bd6224f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1360, theAccountId=1361, isDefault=true, theDescription=f1e88b2f-aae2-4cbf-b340-a61e0bd6224f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2719, theSiteId=1360, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2720, theSiteId=1360, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,345 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29486 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f1e88b2f-aae2-4cbf-b340-a61e0bd6224f2587successactive2588successactive -------------------------------------- 09:21:13,348 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29487 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f22a8902-049c-48d0-8315-29dc2ef4b58e -------------------------------------- 09:21:13,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,352 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,352 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,360 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2182, theDescription=f22a8902-049c-48d0-8315-29dc2ef4b58e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2181, theAccountId=2182, isDefault=true, theDescription=f22a8902-049c-48d0-8315-29dc2ef4b58e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4361, theSiteId=2181, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4362, theSiteId=2181, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,360 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,360 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,405 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29487 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f22a8902-049c-48d0-8315-29dc2ef4b58e4752successactive4753successactive -------------------------------------- 09:21:13,408 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29488 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f247fbba-6845-490c-8a82-8814d784af01 -------------------------------------- 09:21:13,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,410 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,410 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,412 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,412 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,420 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2590, theDescription=f247fbba-6845-490c-8a82-8814d784af01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2589, theAccountId=2590, isDefault=true, theDescription=f247fbba-6845-490c-8a82-8814d784af01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5177, theSiteId=2589, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5178, theSiteId=2589, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,420 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,420 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,466 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29488 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f247fbba-6845-490c-8a82-8814d784af018580successpaused8581successpaused8856successpaused8857successpaused8858successactive8859successactive -------------------------------------- 09:21:13,469 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29489 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f249edd2-eca5-4ff5-a55f-d938d1072da2 -------------------------------------- 09:21:13,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,480 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=226, theDescription=f249edd2-eca5-4ff5-a55f-d938d1072da2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=225, theAccountId=226, isDefault=true, theDescription=f249edd2-eca5-4ff5-a55f-d938d1072da2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=449, theSiteId=225, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=450, theSiteId=225, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,526 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29489 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f249edd2-eca5-4ff5-a55f-d938d1072da2471successpaused2553successactive2554successactive -------------------------------------- 09:21:13,529 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29490 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f2a65b75-29d2-4392-8751-c7ebca5ec899 -------------------------------------- 09:21:13,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,533 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,533 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,540 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=275, theDescription=f2a65b75-29d2-4392-8751-c7ebca5ec899, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=274, theAccountId=275, isDefault=true, theDescription=f2a65b75-29d2-4392-8751-c7ebca5ec899_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=547, theSiteId=274, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=548, theSiteId=274, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,586 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29490 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f2a65b75-29d2-4392-8751-c7ebca5ec899537successpaused2556successactive2557successactive -------------------------------------- 09:21:13,589 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29491 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f2fcbe0b-2352-4654-a8f8-0e9aa5162f9e -------------------------------------- 09:21:13,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,591 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,601 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1330, theDescription=f2fcbe0b-2352-4654-a8f8-0e9aa5162f9e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1329, theAccountId=1330, isDefault=true, theDescription=f2fcbe0b-2352-4654-a8f8-0e9aa5162f9e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2657, theSiteId=1329, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2658, theSiteId=1329, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,647 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29491 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f2fcbe0b-2352-4654-a8f8-0e9aa5162f9e2434successactive2435successactive -------------------------------------- 09:21:13,649 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29492 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f350ff84-3fca-46cf-805b-31aff53f695a -------------------------------------- 09:21:13,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,660 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1452, theDescription=f350ff84-3fca-46cf-805b-31aff53f695a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1451, theAccountId=1452, isDefault=true, theDescription=f350ff84-3fca-46cf-805b-31aff53f695a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2901, theSiteId=1451, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2902, theSiteId=1451, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,663 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,663 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,706 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29492 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f350ff84-3fca-46cf-805b-31aff53f695a2773successactive2774successactive -------------------------------------- 09:21:13,709 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29493 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f3b91c57-7159-4f9f-aa33-ed1ffd8f3b2e -------------------------------------- 09:21:13,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,720 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2565, theDescription=f3b91c57-7159-4f9f-aa33-ed1ffd8f3b2e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2564, theAccountId=2565, isDefault=true, theDescription=f3b91c57-7159-4f9f-aa33-ed1ffd8f3b2e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5127, theSiteId=2564, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5128, theSiteId=2564, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,721 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,721 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,767 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29493 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f3b91c57-7159-4f9f-aa33-ed1ffd8f3b2e8478successpaused8479successpaused8518successactive8532successactive -------------------------------------- 09:21:13,769 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29494 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f3f8a637-839c-4543-b014-28c22a8e8760 -------------------------------------- 09:21:13,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,781 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2589, theDescription=f3f8a637-839c-4543-b014-28c22a8e8760, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2588, theAccountId=2589, isDefault=true, theDescription=f3f8a637-839c-4543-b014-28c22a8e8760_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5175, theSiteId=2588, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5176, theSiteId=2588, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,827 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29494 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f3f8a637-839c-4543-b014-28c22a8e87608578successactive8579successactive -------------------------------------- 09:21:13,855 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29495 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f42026b2-3d5f-4c2b-98dc-fe7e32873471 -------------------------------------- 09:21:13,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,858 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,858 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,868 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1208, theDescription=f42026b2-3d5f-4c2b-98dc-fe7e32873471, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1207, theAccountId=1208, isDefault=true, theDescription=f42026b2-3d5f-4c2b-98dc-fe7e32873471_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2413, theSiteId=1207, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2414, theSiteId=1207, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,917 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29495 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f42026b2-3d5f-4c2b-98dc-fe7e328734712157successactive2158successactive -------------------------------------- 09:21:13,919 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29496 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f4477db8-5b7c-49ac-8e22-a6f5699176db -------------------------------------- 09:21:13,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,921 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,921 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:13,931 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=927, theDescription=f4477db8-5b7c-49ac-8e22-a6f5699176db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=926, theAccountId=927, isDefault=true, theDescription=f4477db8-5b7c-49ac-8e22-a6f5699176db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1851, theSiteId=926, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1852, theSiteId=926, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:13,931 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,931 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:13,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:13,992 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29496 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f4477db8-5b7c-49ac-8e22-a6f5699176db1505successactive -------------------------------------- 09:21:13,995 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29497 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f4ca77f7-9be9-4c13-8cfa-dad9a2efc464 -------------------------------------- 09:21:13,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:13,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:13,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:13,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,006 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=101, theDescription=f4ca77f7-9be9-4c13-8cfa-dad9a2efc464, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=100, theAccountId=101, isDefault=true, theDescription=f4ca77f7-9be9-4c13-8cfa-dad9a2efc464_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=199, theSiteId=100, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=200, theSiteId=100, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,054 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29497 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f4ca77f7-9be9-4c13-8cfa-dad9a2efc464179successactive -------------------------------------- 09:21:14,059 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29498 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f4d1f933-b2cf-4a33-9ac9-f157b5505fca -------------------------------------- 09:21:14,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,072 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=932, theDescription=f4d1f933-b2cf-4a33-9ac9-f157b5505fca, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=931, theAccountId=932, isDefault=true, theDescription=f4d1f933-b2cf-4a33-9ac9-f157b5505fca_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1861, theSiteId=931, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1862, theSiteId=931, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,072 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,072 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,119 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29498 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f4d1f933-b2cf-4a33-9ac9-f157b5505fca1510successactive -------------------------------------- 09:21:14,121 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29499 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f5f19412-35eb-4a9c-80ed-f0407f771e0f -------------------------------------- 09:21:14,121 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,121 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,123 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,123 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,125 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,134 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2231, theDescription=f5f19412-35eb-4a9c-80ed-f0407f771e0f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2230, theAccountId=2231, isDefault=true, theDescription=f5f19412-35eb-4a9c-80ed-f0407f771e0f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4459, theSiteId=2230, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4460, theSiteId=2230, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,134 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,134 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,185 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29499 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f5f19412-35eb-4a9c-80ed-f0407f771e0f4905successactive4906successactive -------------------------------------- 09:21:14,187 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29500 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f66b603a-b8e5-4799-9fc3-96af14dbf936 -------------------------------------- 09:21:14,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,188 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,200 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1189, theDescription=f66b603a-b8e5-4799-9fc3-96af14dbf936, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1188, theAccountId=1189, isDefault=true, theDescription=f66b603a-b8e5-4799-9fc3-96af14dbf936_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2375, theSiteId=1188, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2376, theSiteId=1188, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,200 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,200 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,248 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29500 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f66b603a-b8e5-4799-9fc3-96af14dbf9362120successactive2121successactive -------------------------------------- 09:21:14,251 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29501 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f73c3a51-f362-45e4-96da-a565e38c9eb8 -------------------------------------- 09:21:14,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,263 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2410, theDescription=f73c3a51-f362-45e4-96da-a565e38c9eb8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2409, theAccountId=2410, isDefault=true, theDescription=f73c3a51-f362-45e4-96da-a565e38c9eb8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4817, theSiteId=2409, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4818, theSiteId=2409, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,311 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29501 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f73c3a51-f362-45e4-96da-a565e38c9eb86982successpaused6983successpaused6984successpaused6985successpaused6986successpaused6987successpaused6988successpaused6993successpaused6994successpaused6995successpaused6996successpaused7043successpaused7045successpaused7048successpaused7049successpaused7050successpaused7051successpaused7052successpaused7053successpaused7054successpaused7055successpaused7056successactive7057successpaused7058successpaused7062successactive7085successpaused7087successpaused7089successpaused7090successpaused7091successpaused7111successpaused7112successpaused7165successpaused7166successpaused7167successactive7180successpaused7204successactive -------------------------------------- 09:21:14,314 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29502 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f75d3bc6-b687-4505-bf48-6d9426225d4d -------------------------------------- 09:21:14,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,318 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,318 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,326 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2014, theDescription=f75d3bc6-b687-4505-bf48-6d9426225d4d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2013, theAccountId=2014, isDefault=true, theDescription=f75d3bc6-b687-4505-bf48-6d9426225d4d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4025, theSiteId=2013, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4026, theSiteId=2013, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,373 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29502 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f75d3bc6-b687-4505-bf48-6d9426225d4d4294successpaused4295successpaused4296successactive4297successactive -------------------------------------- 09:21:14,376 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29503 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f7b79c87-b92f-4a83-99d2-77d86ac2b93f -------------------------------------- 09:21:14,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,380 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,380 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,388 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1465, theDescription=f7b79c87-b92f-4a83-99d2-77d86ac2b93f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1464, theAccountId=1465, isDefault=true, theDescription=f7b79c87-b92f-4a83-99d2-77d86ac2b93f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2927, theSiteId=1464, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2928, theSiteId=1464, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,434 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29503 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f7b79c87-b92f-4a83-99d2-77d86ac2b93f2809successactive2810successactive -------------------------------------- 09:21:14,437 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29504 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f8070c8e-fbf6-4712-bdc4-47193c1ec619 -------------------------------------- 09:21:14,437 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,437 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,440 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,440 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,449 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2610, theDescription=f8070c8e-fbf6-4712-bdc4-47193c1ec619, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2609, theAccountId=2610, isDefault=true, theDescription=f8070c8e-fbf6-4712-bdc4-47193c1ec619_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5217, theSiteId=2609, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5218, theSiteId=2609, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,496 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29504 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f8070c8e-fbf6-4712-bdc4-47193c1ec6198724successpaused8725successpaused8728successpaused8729successpaused8751successpaused8758successpaused8799successpaused8800successpaused8803successactive8804successactive -------------------------------------- 09:21:14,498 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29505 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f8360705-ba50-4fb2-8efa-4c78e515577c -------------------------------------- 09:21:14,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,511 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2082, theDescription=f8360705-ba50-4fb2-8efa-4c78e515577c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2081, theAccountId=2082, isDefault=true, theDescription=f8360705-ba50-4fb2-8efa-4c78e515577c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4161, theSiteId=2081, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4162, theSiteId=2081, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,512 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,512 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,558 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29505 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f8360705-ba50-4fb2-8efa-4c78e515577c4503successactive4504successactive -------------------------------------- 09:21:14,561 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29506 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f87030b7-955d-43cc-aa51-c0d4e504b0f4 -------------------------------------- 09:21:14,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,574 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1309, theDescription=f87030b7-955d-43cc-aa51-c0d4e504b0f4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1308, theAccountId=1309, isDefault=true, theDescription=f87030b7-955d-43cc-aa51-c0d4e504b0f4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2615, theSiteId=1308, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2616, theSiteId=1308, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,575 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,621 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29506 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f87030b7-955d-43cc-aa51-c0d4e504b0f42390successactive2391successactive -------------------------------------- 09:21:14,623 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29507 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f95cfa05-2fcd-497d-aa0d-75ecf21c4a06 -------------------------------------- 09:21:14,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,625 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,636 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2111, theDescription=f95cfa05-2fcd-497d-aa0d-75ecf21c4a06, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2110, theAccountId=2111, isDefault=true, theDescription=f95cfa05-2fcd-497d-aa0d-75ecf21c4a06_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4219, theSiteId=2110, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4220, theSiteId=2110, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,637 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,684 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29507 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f95cfa05-2fcd-497d-aa0d-75ecf21c4a064579successpaused4580successpaused4591successactive4592successactive -------------------------------------- 09:21:14,686 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29508 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f9722d48-2016-4665-8453-7a20ef639cea -------------------------------------- 09:21:14,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,690 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,690 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,697 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2581, theDescription=f9722d48-2016-4665-8453-7a20ef639cea, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2580, theAccountId=2581, isDefault=true, theDescription=f9722d48-2016-4665-8453-7a20ef639cea_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5159, theSiteId=2580, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5160, theSiteId=2580, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,700 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,745 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29508 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f9722d48-2016-4665-8453-7a20ef639cea8562successactive8563successactive -------------------------------------- 09:21:14,748 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29509 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f9af2ad4-8ac2-4688-a31c-dabb06a10e6d -------------------------------------- 09:21:14,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,752 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,752 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,760 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1320, theDescription=f9af2ad4-8ac2-4688-a31c-dabb06a10e6d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1319, theAccountId=1320, isDefault=true, theDescription=f9af2ad4-8ac2-4688-a31c-dabb06a10e6d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2637, theSiteId=1319, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2638, theSiteId=1319, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,763 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,763 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,808 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29509 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f9af2ad4-8ac2-4688-a31c-dabb06a10e6d2414successactive2415successactive -------------------------------------- 09:21:14,811 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29510 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f9c9d59f-1392-41f1-a723-135ffcf85ef3 -------------------------------------- 09:21:14,812 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,812 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,814 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,814 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,815 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,815 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,823 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1086, theDescription=f9c9d59f-1392-41f1-a723-135ffcf85ef3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1085, theAccountId=1086, isDefault=true, theDescription=f9c9d59f-1392-41f1-a723-135ffcf85ef3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2169, theSiteId=1085, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2170, theSiteId=1085, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,826 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,826 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,871 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29510 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f9c9d59f-1392-41f1-a723-135ffcf85ef31762successactive -------------------------------------- 09:21:14,873 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29511 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f9d06f8f-9f5a-4b4c-837b-a4124df1d1e4 -------------------------------------- 09:21:14,874 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,876 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,876 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,877 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,877 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,886 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2062, theDescription=f9d06f8f-9f5a-4b4c-837b-a4124df1d1e4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2061, theAccountId=2062, isDefault=true, theDescription=f9d06f8f-9f5a-4b4c-837b-a4124df1d1e4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4121, theSiteId=2061, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4122, theSiteId=2061, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,887 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,887 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,933 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29511 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f9d06f8f-9f5a-4b4c-837b-a4124df1d1e44442successactive4443successactive -------------------------------------- 09:21:14,935 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29512 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f9e3830c-a87f-4c99-9995-316e689ab329 -------------------------------------- 09:21:14,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,938 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,938 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:14,939 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,939 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:14,947 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2103, theDescription=f9e3830c-a87f-4c99-9995-316e689ab329, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2102, theAccountId=2103, isDefault=true, theDescription=f9e3830c-a87f-4c99-9995-316e689ab329_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4203, theSiteId=2102, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4204, theSiteId=2102, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:14,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:14,950 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,950 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:14,994 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29512 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f9e3830c-a87f-4c99-9995-316e689ab3294557successactive4558successactive -------------------------------------- 09:21:14,997 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29513 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fa1ce49f-3616-4c73-8d59-72151bfafc7b -------------------------------------- 09:21:14,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:14,999 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:14,999 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,001 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,001 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,009 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2217, theDescription=fa1ce49f-3616-4c73-8d59-72151bfafc7b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:14 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2216, theAccountId=2217, isDefault=true, theDescription=fa1ce49f-3616-4c73-8d59-72151bfafc7b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4431, theSiteId=2216, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4432, theSiteId=2216, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,013 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,013 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,058 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29513 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fa1ce49f-3616-4c73-8d59-72151bfafc7b4855successactive4856successactive -------------------------------------- 09:21:15,061 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29514 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fa987896-0799-4a1a-8e56-21d42db455cc -------------------------------------- 09:21:15,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,066 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,066 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,074 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2632, theDescription=fa987896-0799-4a1a-8e56-21d42db455cc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2631, theAccountId=2632, isDefault=true, theDescription=fa987896-0799-4a1a-8e56-21d42db455cc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5261, theSiteId=2631, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5262, theSiteId=2631, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,121 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29514 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fa987896-0799-4a1a-8e56-21d42db455cc8917successpaused8918successpaused8919successpaused8920successpaused8921successpaused8922successpaused8923successpaused8924successpaused8930successpaused8931successpaused8934successactive8935successactive -------------------------------------- 09:21:15,124 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29515 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: faae7aae-f330-417d-957b-98adab91b72a -------------------------------------- 09:21:15,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,125 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,137 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2043, theDescription=faae7aae-f330-417d-957b-98adab91b72a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2042, theAccountId=2043, isDefault=true, theDescription=faae7aae-f330-417d-957b-98adab91b72a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4083, theSiteId=2042, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4084, theSiteId=2042, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,183 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29515 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: faae7aae-f330-417d-957b-98adab91b72a4378successactive4379successactive -------------------------------------- 09:21:15,186 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29516 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: faaf36ee-8f67-4df0-86b2-c98b9b24fd6a -------------------------------------- 09:21:15,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,198 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1456, theDescription=faaf36ee-8f67-4df0-86b2-c98b9b24fd6a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1455, theAccountId=1456, isDefault=true, theDescription=faaf36ee-8f67-4df0-86b2-c98b9b24fd6a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2909, theSiteId=1455, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2910, theSiteId=1455, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,245 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29516 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: faaf36ee-8f67-4df0-86b2-c98b9b24fd6a2783successactive2784successactive -------------------------------------- 09:21:15,247 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29517 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb2d354f-a9c7-44c1-871f-d3c2edfb476b -------------------------------------- 09:21:15,248 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,248 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,250 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,250 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,260 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1359, theDescription=fb2d354f-a9c7-44c1-871f-d3c2edfb476b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1358, theAccountId=1359, isDefault=true, theDescription=fb2d354f-a9c7-44c1-871f-d3c2edfb476b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2715, theSiteId=1358, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2716, theSiteId=1358, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,306 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29517 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb2d354f-a9c7-44c1-871f-d3c2edfb476b2583successactive2584successpaused -------------------------------------- 09:21:15,309 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29518 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb37f954-9109-40d1-a238-a471baf44db5 -------------------------------------- 09:21:15,309 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,309 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,311 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,311 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,320 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1882, theDescription=fb37f954-9109-40d1-a238-a471baf44db5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1881, theAccountId=1882, isDefault=true, theDescription=fb37f954-9109-40d1-a238-a471baf44db5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3761, theSiteId=1881, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3762, theSiteId=1881, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,323 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,323 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,367 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29518 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb37f954-9109-40d1-a238-a471baf44db53889successactive3890successactive -------------------------------------- 09:21:15,370 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29519 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb37f954-9109-40d1-a238-a471baf44db5 -------------------------------------- 09:21:15,371 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,371 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,372 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,382 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1882, theDescription=fb37f954-9109-40d1-a238-a471baf44db5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1881, theAccountId=1882, isDefault=true, theDescription=fb37f954-9109-40d1-a238-a471baf44db5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3761, theSiteId=1881, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3762, theSiteId=1881, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,428 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29519 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb37f954-9109-40d1-a238-a471baf44db53889successactive3890successactive -------------------------------------- 09:21:15,430 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29520 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb4373a2-e201-4464-8e0a-46b6f8bd732e -------------------------------------- 09:21:15,431 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,431 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,442 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2114, theDescription=fb4373a2-e201-4464-8e0a-46b6f8bd732e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2113, theAccountId=2114, isDefault=true, theDescription=fb4373a2-e201-4464-8e0a-46b6f8bd732e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4225, theSiteId=2113, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4226, theSiteId=2113, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,489 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29520 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb4373a2-e201-4464-8e0a-46b6f8bd732e4589successactive4590successactive -------------------------------------- 09:21:15,493 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29521 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb455a74-5209-4fc6-81ff-1c3d9725d517 -------------------------------------- 09:21:15,493 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,493 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,505 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1113, theDescription=fb455a74-5209-4fc6-81ff-1c3d9725d517, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1112, theAccountId=1113, isDefault=true, theDescription=fb455a74-5209-4fc6-81ff-1c3d9725d517_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2223, theSiteId=1112, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2224, theSiteId=1112, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,506 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,506 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,508 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,508 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,552 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29521 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb455a74-5209-4fc6-81ff-1c3d9725d5171803successactive1804successactive1805successactive1806successactive -------------------------------------- 09:21:15,555 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29522 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb55bb37-d9f5-4219-9f1e-9e174bbe2b42 -------------------------------------- 09:21:15,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,559 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,559 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,567 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1449, theDescription=fb55bb37-d9f5-4219-9f1e-9e174bbe2b42, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1448, theAccountId=1449, isDefault=true, theDescription=fb55bb37-d9f5-4219-9f1e-9e174bbe2b42_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2895, theSiteId=1448, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2896, theSiteId=1448, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,568 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,568 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,617 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29522 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb55bb37-d9f5-4219-9f1e-9e174bbe2b422763successactive2764successactive2765successactive2766successactive2767successactive2768successactive -------------------------------------- 09:21:15,619 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29523 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fbd25f21-f81a-4ae3-b1dd-9898aef89221 -------------------------------------- 09:21:15,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,624 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,624 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,632 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1426, theDescription=fbd25f21-f81a-4ae3-b1dd-9898aef89221, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1425, theAccountId=1426, isDefault=true, theDescription=fbd25f21-f81a-4ae3-b1dd-9898aef89221_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2849, theSiteId=1425, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2850, theSiteId=1425, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,632 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,632 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,635 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,635 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,679 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29523 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fbd25f21-f81a-4ae3-b1dd-9898aef892212720successactive2721successactive -------------------------------------- 09:21:15,681 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29524 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fbec5fc3-9062-4394-b8f4-8266d7417951 -------------------------------------- 09:21:15,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,684 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,693 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1190, theDescription=fbec5fc3-9062-4394-b8f4-8266d7417951, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1189, theAccountId=1190, isDefault=true, theDescription=fbec5fc3-9062-4394-b8f4-8266d7417951_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2377, theSiteId=1189, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2378, theSiteId=1189, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,693 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,693 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,740 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29524 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fbec5fc3-9062-4394-b8f4-8266d74179512122successactive2123successactive -------------------------------------- 09:21:15,743 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29525 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fc547480-d2bd-4b1b-9afa-32bb1c9f8ac5 -------------------------------------- 09:21:15,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,757 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2097, theDescription=fc547480-d2bd-4b1b-9afa-32bb1c9f8ac5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2096, theAccountId=2097, isDefault=true, theDescription=fc547480-d2bd-4b1b-9afa-32bb1c9f8ac5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4191, theSiteId=2096, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4192, theSiteId=2096, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,803 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29525 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fc547480-d2bd-4b1b-9afa-32bb1c9f8ac54539successpaused4540successpaused4541successactive4542successactive -------------------------------------- 09:21:15,806 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29526 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fc5d4426-7d7d-408f-bb1e-5ada73afa6f6 -------------------------------------- 09:21:15,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,818 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1152, theDescription=fc5d4426-7d7d-408f-bb1e-5ada73afa6f6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1151, theAccountId=1152, isDefault=true, theDescription=fc5d4426-7d7d-408f-bb1e-5ada73afa6f6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2301, theSiteId=1151, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2302, theSiteId=1151, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,819 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,819 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,865 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29526 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fc5d4426-7d7d-408f-bb1e-5ada73afa6f61946successactive1947successactive1948successactive1949successactive -------------------------------------- 09:21:15,868 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29527 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fcb923e3-ea20-47db-980a-d39a52ad6359 -------------------------------------- 09:21:15,868 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,868 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,880 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2150, theDescription=fcb923e3-ea20-47db-980a-d39a52ad6359, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2149, theAccountId=2150, isDefault=true, theDescription=fcb923e3-ea20-47db-980a-d39a52ad6359_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4297, theSiteId=2149, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4298, theSiteId=2149, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,927 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29527 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fcb923e3-ea20-47db-980a-d39a52ad63594666successactive4667successactive -------------------------------------- 09:21:15,930 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29528 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fd06710c-d655-4cbd-8aa5-776eca98e5e2 -------------------------------------- 09:21:15,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:15,941 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=175, theDescription=fd06710c-d655-4cbd-8aa5-776eca98e5e2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=174, theAccountId=175, isDefault=true, theDescription=fd06710c-d655-4cbd-8aa5-776eca98e5e2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=347, theSiteId=174, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=348, theSiteId=174, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:15,942 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,942 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:15,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:15,988 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29528 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fd06710c-d655-4cbd-8aa5-776eca98e5e2287successactive288successactive289successactive290successactive291successactive292successactive293successactive294successactive295successactive298successactive299successactive300successactive301successactive302successactive303successactive304successactive305successactive306successactive307successactive308successactive309successactive310successactive311successactive312successactive313successactive -------------------------------------- 09:21:15,994 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29529 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fd0d2ff2-78e9-49d5-b8f0-f6769d283e1c -------------------------------------- 09:21:15,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:15,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:15,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:15,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,005 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2262, theDescription=fd0d2ff2-78e9-49d5-b8f0-f6769d283e1c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:15 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2261, theAccountId=2262, isDefault=true, theDescription=fd0d2ff2-78e9-49d5-b8f0-f6769d283e1c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4521, theSiteId=2261, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4522, theSiteId=2261, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,052 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29529 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fd0d2ff2-78e9-49d5-b8f0-f6769d283e1c4996successactive4997successactive -------------------------------------- 09:21:16,055 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29530 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fd2d02b7-b6b5-4179-80ba-86247df7168a -------------------------------------- 09:21:16,056 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,056 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,067 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2607, theDescription=fd2d02b7-b6b5-4179-80ba-86247df7168a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2606, theAccountId=2607, isDefault=true, theDescription=fd2d02b7-b6b5-4179-80ba-86247df7168a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5211, theSiteId=2606, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5212, theSiteId=2606, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,113 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29530 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fd2d02b7-b6b5-4179-80ba-86247df7168a8715successpaused8716successpaused8717successactive8718successactive8719successactive8720successactive -------------------------------------- 09:21:16,116 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29531 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fd50610c-1c7e-495e-8046-dc1fb6cf85bf -------------------------------------- 09:21:16,117 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,117 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,129 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2003, theDescription=fd50610c-1c7e-495e-8046-dc1fb6cf85bf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2002, theAccountId=2003, isDefault=true, theDescription=fd50610c-1c7e-495e-8046-dc1fb6cf85bf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4003, theSiteId=2002, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4004, theSiteId=2002, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,175 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29531 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fd50610c-1c7e-495e-8046-dc1fb6cf85bf4264successactive4265successactive -------------------------------------- 09:21:16,178 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29532 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fda73991-806b-40b6-baeb-108299ba7262 -------------------------------------- 09:21:16,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,189 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2130, theDescription=fda73991-806b-40b6-baeb-108299ba7262, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2129, theAccountId=2130, isDefault=true, theDescription=fda73991-806b-40b6-baeb-108299ba7262_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4257, theSiteId=2129, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4258, theSiteId=2129, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,236 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29532 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fda73991-806b-40b6-baeb-108299ba72624622successactive4623successactive -------------------------------------- 09:21:16,239 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29533 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fe2d11ff-47a8-4074-a972-1ef5bd297a7c -------------------------------------- 09:21:16,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,251 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=231, theDescription=fe2d11ff-47a8-4074-a972-1ef5bd297a7c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=230, theAccountId=231, isDefault=true, theDescription=fe2d11ff-47a8-4074-a972-1ef5bd297a7c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=459, theSiteId=230, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=460, theSiteId=230, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,297 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29533 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fe2d11ff-47a8-4074-a972-1ef5bd297a7c477successactive -------------------------------------- 09:21:16,300 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29534 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fe36cd73-e36c-49cb-af74-754ca1a4d5a9 -------------------------------------- 09:21:16,301 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,312 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1261, theDescription=fe36cd73-e36c-49cb-af74-754ca1a4d5a9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1260, theAccountId=1261, isDefault=true, theDescription=fe36cd73-e36c-49cb-af74-754ca1a4d5a9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2519, theSiteId=1260, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2520, theSiteId=1260, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,312 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,312 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,359 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29534 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fe36cd73-e36c-49cb-af74-754ca1a4d5a92260successactive2262successactive -------------------------------------- 09:21:16,362 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29535 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fe6a84dd-ffaa-4c3f-993e-189dc2fa3a52 -------------------------------------- 09:21:16,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,374 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1965, theDescription=fe6a84dd-ffaa-4c3f-993e-189dc2fa3a52, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1964, theAccountId=1965, isDefault=true, theDescription=fe6a84dd-ffaa-4c3f-993e-189dc2fa3a52_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3927, theSiteId=1964, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3928, theSiteId=1964, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,420 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29535 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fe6a84dd-ffaa-4c3f-993e-189dc2fa3a524167successactive4168successactive4169successactive4170successactive4171successactive4172successactive4173successactive4174successactive -------------------------------------- 09:21:16,423 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29536 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ff235181-ac74-431d-b899-8cf81e7959a2 -------------------------------------- 09:21:16,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,426 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,426 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,449 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1106, theDescription=ff235181-ac74-431d-b899-8cf81e7959a2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1105, theAccountId=1106, isDefault=true, theDescription=ff235181-ac74-431d-b899-8cf81e7959a2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2209, theSiteId=1105, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2210, theSiteId=1105, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,450 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,450 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,497 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29536 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ff235181-ac74-431d-b899-8cf81e7959a21790successactive1791successactive -------------------------------------- 09:21:16,500 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29537 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ff9f84da-6675-4fbe-bd1b-121cc1c8c02f -------------------------------------- 09:21:16,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,502 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,502 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,512 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1943, theDescription=ff9f84da-6675-4fbe-bd1b-121cc1c8c02f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1942, theAccountId=1943, isDefault=true, theDescription=ff9f84da-6675-4fbe-bd1b-121cc1c8c02f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3883, theSiteId=1942, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3884, theSiteId=1942, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,513 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,515 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,515 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,559 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29537 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ff9f84da-6675-4fbe-bd1b-121cc1c8c02f4101successactive4102successactive -------------------------------------- 09:21:16,562 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29538 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ffaa24e4-2e6d-4156-9872-6d05d90c63c7 -------------------------------------- 09:21:16,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,575 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1254, theDescription=ffaa24e4-2e6d-4156-9872-6d05d90c63c7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1253, theAccountId=1254, isDefault=true, theDescription=ffaa24e4-2e6d-4156-9872-6d05d90c63c7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2505, theSiteId=1253, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2506, theSiteId=1253, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,575 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,622 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29538 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ffaa24e4-2e6d-4156-9872-6d05d90c63c72245successactive2261successactive -------------------------------------- 09:21:16,756 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29539 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 003f695a-95fc-49ea-ab86-db5a9add1bde -------------------------------------- 09:21:16,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,768 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1701, theDescription=003f695a-95fc-49ea-ab86-db5a9add1bde, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1700, theAccountId=1701, isDefault=true, theDescription=003f695a-95fc-49ea-ab86-db5a9add1bde_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3399, theSiteId=1700, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3400, theSiteId=1700, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,814 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29539 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 003f695a-95fc-49ea-ab86-db5a9add1bde3202successactive3203successactive3204successactive3205successactive -------------------------------------- 09:21:16,817 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29540 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 011d5cb2-0098-4624-ace7-4e92da559e3d -------------------------------------- 09:21:16,818 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,818 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,829 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1557, theDescription=011d5cb2-0098-4624-ace7-4e92da559e3d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1556, theAccountId=1557, isDefault=true, theDescription=011d5cb2-0098-4624-ace7-4e92da559e3d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3111, theSiteId=1556, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3112, theSiteId=1556, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,829 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,829 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,876 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29540 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 011d5cb2-0098-4624-ace7-4e92da559e3d2916successactive -------------------------------------- 09:21:16,878 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29541 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 013f9360-ee42-4087-a7c7-595751077cc6 -------------------------------------- 09:21:16,879 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,879 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,890 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1678, theDescription=013f9360-ee42-4087-a7c7-595751077cc6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1677, theAccountId=1678, isDefault=true, theDescription=013f9360-ee42-4087-a7c7-595751077cc6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3353, theSiteId=1677, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3354, theSiteId=1677, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:16,937 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29541 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 013f9360-ee42-4087-a7c7-595751077cc63131successactive3132successactive3133successactive3134successactive3135successactive3136successactive -------------------------------------- 09:21:16,940 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29542 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 021ab6a2-f162-4a5c-b28c-38d44ed424e6 -------------------------------------- 09:21:16,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:16,942 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:16,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:16,952 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1756, theDescription=021ab6a2-f162-4a5c-b28c-38d44ed424e6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:16 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1755, theAccountId=1756, isDefault=true, theDescription=021ab6a2-f162-4a5c-b28c-38d44ed424e6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3509, theSiteId=1755, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3510, theSiteId=1755, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:16,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:16,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:16,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,000 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29542 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 021ab6a2-f162-4a5c-b28c-38d44ed424e63476successactive3477successactive3478successpaused3479successpaused -------------------------------------- 09:21:17,003 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29543 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 03afd3e7-2edd-4efb-b531-e2bb347b4847 -------------------------------------- 09:21:17,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,015 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1625, theDescription=03afd3e7-2edd-4efb-b531-e2bb347b4847, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1624, theAccountId=1625, isDefault=true, theDescription=03afd3e7-2edd-4efb-b531-e2bb347b4847_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3247, theSiteId=1624, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3248, theSiteId=1624, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,015 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,061 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29543 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 03afd3e7-2edd-4efb-b531-e2bb347b48473031successactive -------------------------------------- 09:21:17,065 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29544 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 042b37d2-3a1d-49b0-aae6-6e30c5be3ec5 -------------------------------------- 09:21:17,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,067 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,067 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,076 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2655, theDescription=042b37d2-3a1d-49b0-aae6-6e30c5be3ec5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2654, theAccountId=2655, isDefault=true, theDescription=042b37d2-3a1d-49b0-aae6-6e30c5be3ec5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5307, theSiteId=2654, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5308, theSiteId=2654, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,079 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,079 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,124 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29544 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 042b37d2-3a1d-49b0-aae6-6e30c5be3ec59025successpaused9027successpaused9033successpaused9063successpaused9105successpaused9106successpaused9107successpaused9130successpaused9159successpaused9160successpaused9161successpaused9176successpaused -------------------------------------- 09:21:17,128 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29545 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 059c8a39-2cd5-4a27-b293-32c759655d5e -------------------------------------- 09:21:17,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,130 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,139 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1699, theDescription=059c8a39-2cd5-4a27-b293-32c759655d5e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1698, theAccountId=1699, isDefault=true, theDescription=059c8a39-2cd5-4a27-b293-32c759655d5e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3395, theSiteId=1698, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3396, theSiteId=1698, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,186 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29545 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 059c8a39-2cd5-4a27-b293-32c759655d5e3196successpaused3197successpaused3206successactive3207successactive -------------------------------------- 09:21:17,189 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29546 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 05ea3624-2cd4-4fe1-9494-d3c6bb18dc6a -------------------------------------- 09:21:17,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,200 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1592, theDescription=05ea3624-2cd4-4fe1-9494-d3c6bb18dc6a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1591, theAccountId=1592, isDefault=true, theDescription=05ea3624-2cd4-4fe1-9494-d3c6bb18dc6a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3181, theSiteId=1591, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3182, theSiteId=1591, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,249 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29546 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 05ea3624-2cd4-4fe1-9494-d3c6bb18dc6a2959successactive -------------------------------------- 09:21:17,253 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29547 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07536389-1786-4530-8d89-91f8dff72738 -------------------------------------- 09:21:17,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,257 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,266 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2421, theDescription=07536389-1786-4530-8d89-91f8dff72738, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2420, theAccountId=2421, isDefault=true, theDescription=07536389-1786-4530-8d89-91f8dff72738_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4839, theSiteId=2420, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4840, theSiteId=2420, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,267 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,267 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,325 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29547 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07536389-1786-4530-8d89-91f8dff727387171successpaused7172successactive7173successactive7174successactive7175successactive7176successpaused7177successpaused7178successactive7179successactive7181successpaused7182successpaused7183successpaused7184successpaused7201successactive -------------------------------------- 09:21:17,328 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29548 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 07724855-7d48-4653-8089-da558fb13f80 -------------------------------------- 09:21:17,328 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,328 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,330 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,330 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,332 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,332 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,340 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1563, theDescription=07724855-7d48-4653-8089-da558fb13f80, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1562, theAccountId=1563, isDefault=true, theDescription=07724855-7d48-4653-8089-da558fb13f80_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3123, theSiteId=1562, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3124, theSiteId=1562, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,343 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,343 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,387 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29548 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 07724855-7d48-4653-8089-da558fb13f802922successactive -------------------------------------- 09:21:17,390 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29549 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0855cb83-cd45-4db1-8eaf-426be28c0463 -------------------------------------- 09:21:17,390 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,390 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,392 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,392 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,402 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1683, theDescription=0855cb83-cd45-4db1-8eaf-426be28c0463, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1682, theAccountId=1683, isDefault=true, theDescription=0855cb83-cd45-4db1-8eaf-426be28c0463_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3363, theSiteId=1682, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3364, theSiteId=1682, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,402 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,402 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,405 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,405 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,448 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29549 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0855cb83-cd45-4db1-8eaf-426be28c04633157successactive -------------------------------------- 09:21:17,451 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29550 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 086a9a8b-cb92-4e1b-99a3-46c5d09ddc53 -------------------------------------- 09:21:17,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,463 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1916, theDescription=086a9a8b-cb92-4e1b-99a3-46c5d09ddc53, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1915, theAccountId=1916, isDefault=true, theDescription=086a9a8b-cb92-4e1b-99a3-46c5d09ddc53_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3829, theSiteId=1915, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3830, theSiteId=1915, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,463 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,463 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,466 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,510 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29550 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 086a9a8b-cb92-4e1b-99a3-46c5d09ddc534011successactive4012successactive -------------------------------------- 09:21:17,539 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29551 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 09ab565e-15e5-45f3-ab65-6078ca01102a -------------------------------------- 09:21:17,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,544 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,544 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,552 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2653, theDescription=09ab565e-15e5-45f3-ab65-6078ca01102a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2652, theAccountId=2653, isDefault=true, theDescription=09ab565e-15e5-45f3-ab65-6078ca01102a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5303, theSiteId=2652, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5304, theSiteId=2652, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,552 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,552 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,602 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29551 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 09ab565e-15e5-45f3-ab65-6078ca01102a9018successpaused9019successpaused9020successactive9021successactive9022successactive9023successactive -------------------------------------- 09:21:17,605 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29552 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0a265c69-7b14-4c54-b645-23fd61d6f2c2 -------------------------------------- 09:21:17,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,616 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1688, theDescription=0a265c69-7b14-4c54-b645-23fd61d6f2c2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1687, theAccountId=1688, isDefault=true, theDescription=0a265c69-7b14-4c54-b645-23fd61d6f2c2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3373, theSiteId=1687, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3374, theSiteId=1687, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,617 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,617 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,619 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,619 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,663 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29552 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0a265c69-7b14-4c54-b645-23fd61d6f2c23167successactive -------------------------------------- 09:21:17,666 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29553 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f69e5cd-0112-444d-9520-f8bf091eec8a -------------------------------------- 09:21:17,667 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,667 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,679 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2649, theDescription=0f69e5cd-0112-444d-9520-f8bf091eec8a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2648, theAccountId=2649, isDefault=true, theDescription=0f69e5cd-0112-444d-9520-f8bf091eec8a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5295, theSiteId=2648, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5296, theSiteId=2648, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,679 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,679 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,729 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29553 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f69e5cd-0112-444d-9520-f8bf091eec8a8990successactive8991successactive -------------------------------------- 09:21:17,732 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29554 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 0f69e5cd-0112-444d-9520-f8bf091eec8a -------------------------------------- 09:21:17,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,736 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,743 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2649, theDescription=0f69e5cd-0112-444d-9520-f8bf091eec8a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2648, theAccountId=2649, isDefault=true, theDescription=0f69e5cd-0112-444d-9520-f8bf091eec8a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5295, theSiteId=2648, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5296, theSiteId=2648, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,790 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29554 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 0f69e5cd-0112-444d-9520-f8bf091eec8a8990successactive8991successactive -------------------------------------- 09:21:17,792 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29555 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 10f6ce94-c4df-4f37-ae00-e89429ac5be7 -------------------------------------- 09:21:17,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,804 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1569, theDescription=10f6ce94-c4df-4f37-ae00-e89429ac5be7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1568, theAccountId=1569, isDefault=true, theDescription=10f6ce94-c4df-4f37-ae00-e89429ac5be7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3135, theSiteId=1568, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3136, theSiteId=1568, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,853 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29555 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 10f6ce94-c4df-4f37-ae00-e89429ac5be72928successactive -------------------------------------- 09:21:17,855 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29556 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 11a26280-0805-4047-a442-952387aa0c2d -------------------------------------- 09:21:17,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,867 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1720, theDescription=11a26280-0805-4047-a442-952387aa0c2d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1719, theAccountId=1720, isDefault=true, theDescription=11a26280-0805-4047-a442-952387aa0c2d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3437, theSiteId=1719, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3438, theSiteId=1719, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,867 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,867 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,917 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29556 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 11a26280-0805-4047-a442-952387aa0c2d3289successactive3290successactive3291successpaused3292successpaused3295successactive3296successactive3297successpaused3298successpaused3299successactive3300successactive3301successactive3302successactive -------------------------------------- 09:21:17,920 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29557 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 11e820e7-8e98-4ee4-820e-738540ff7aff -------------------------------------- 09:21:17,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,924 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,924 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,932 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1454, theDescription=11e820e7-8e98-4ee4-820e-738540ff7aff, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1453, theAccountId=1454, isDefault=true, theDescription=11e820e7-8e98-4ee4-820e-738540ff7aff_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2905, theSiteId=1453, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2906, theSiteId=1453, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,933 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:17,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:17,982 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29557 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 11e820e7-8e98-4ee4-820e-738540ff7aff2777successactive2778successactive2779successactive2780successactive -------------------------------------- 09:21:17,985 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29558 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 131b9f87-ade7-4189-b197-9439e819e2fe -------------------------------------- 09:21:17,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:17,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:17,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:17,997 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1653, theDescription=131b9f87-ade7-4189-b197-9439e819e2fe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:17 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1652, theAccountId=1653, isDefault=true, theDescription=131b9f87-ade7-4189-b197-9439e819e2fe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3303, theSiteId=1652, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3304, theSiteId=1652, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:17,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:17,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,044 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29558 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 131b9f87-ade7-4189-b197-9439e819e2fe3079successactive3080successactive -------------------------------------- 09:21:18,046 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29559 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 15748978-a096-4e32-8b06-fde8809202e8 -------------------------------------- 09:21:18,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,049 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,049 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,059 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2034, theDescription=15748978-a096-4e32-8b06-fde8809202e8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2033, theAccountId=2034, isDefault=true, theDescription=15748978-a096-4e32-8b06-fde8809202e8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4065, theSiteId=2033, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4066, theSiteId=2033, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,110 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29559 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 15748978-a096-4e32-8b06-fde8809202e84360successactive4361successactive -------------------------------------- 09:21:18,112 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29560 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 17119a0d-887b-4dae-814b-6e47cbb0934a -------------------------------------- 09:21:18,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,114 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,114 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,125 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1651, theDescription=17119a0d-887b-4dae-814b-6e47cbb0934a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1650, theAccountId=1651, isDefault=true, theDescription=17119a0d-887b-4dae-814b-6e47cbb0934a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3299, theSiteId=1650, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3300, theSiteId=1650, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,126 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,126 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,172 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29560 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 17119a0d-887b-4dae-814b-6e47cbb0934a3076successactive -------------------------------------- 09:21:18,174 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29561 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 17c395f5-2db2-40f0-914f-70a4199c0297 -------------------------------------- 09:21:18,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,178 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,178 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,186 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1698, theDescription=17c395f5-2db2-40f0-914f-70a4199c0297, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1697, theAccountId=1698, isDefault=true, theDescription=17c395f5-2db2-40f0-914f-70a4199c0297_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3393, theSiteId=1697, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3394, theSiteId=1697, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,234 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29561 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 17c395f5-2db2-40f0-914f-70a4199c02973194successactive3195successactive -------------------------------------- 09:21:18,238 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29562 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 190fbdf3-9f29-4c08-a3bd-c23c5125bf0b -------------------------------------- 09:21:18,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,252 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1399, theDescription=190fbdf3-9f29-4c08-a3bd-c23c5125bf0b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1398, theAccountId=1399, isDefault=true, theDescription=190fbdf3-9f29-4c08-a3bd-c23c5125bf0b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2795, theSiteId=1398, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2796, theSiteId=1398, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,310 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29562 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 190fbdf3-9f29-4c08-a3bd-c23c5125bf0b2657successactive2658successactive -------------------------------------- 09:21:18,312 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29563 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ad0b29c-9149-44d8-afa5-01da0edf1d04 -------------------------------------- 09:21:18,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1716, theDescription=1ad0b29c-9149-44d8-afa5-01da0edf1d04, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1715, theAccountId=1716, isDefault=true, theDescription=1ad0b29c-9149-44d8-afa5-01da0edf1d04_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3429, theSiteId=1715, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3430, theSiteId=1715, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,370 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29563 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ad0b29c-9149-44d8-afa5-01da0edf1d043273successactive3274successactive -------------------------------------- 09:21:18,373 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29564 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:21:18,373 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,373 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,386 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,435 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29564 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:21:18,437 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29565 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1be6a964-4b91-442a-a893-f1fb761a5cd6 -------------------------------------- 09:21:18,437 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,441 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,441 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,451 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1388, theDescription=1be6a964-4b91-442a-a893-f1fb761a5cd6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1387, theAccountId=1388, isDefault=true, theDescription=1be6a964-4b91-442a-a893-f1fb761a5cd6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2773, theSiteId=1387, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2774, theSiteId=1387, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,451 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,451 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,498 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29565 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1be6a964-4b91-442a-a893-f1fb761a5cd62637successactive2638successpaused -------------------------------------- 09:21:18,500 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29566 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e3 -------------------------------------- 09:21:18,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,503 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,503 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,504 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,504 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,513 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2640, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2639, theAccountId=2640, isDefault=true, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5277, theSiteId=2639, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5278, theSiteId=2639, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,513 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,513 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,560 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29566 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e38969successpaused8970successpaused8977successpaused8978successpaused -------------------------------------- 09:21:18,563 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29567 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e3 -------------------------------------- 09:21:18,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,565 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,565 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,567 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,567 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,575 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2640, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2639, theAccountId=2640, isDefault=true, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5277, theSiteId=2639, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5278, theSiteId=2639, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,575 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,622 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29567 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e38969successpaused8970successpaused8977successpaused8978successpaused -------------------------------------- 09:21:18,624 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29568 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e3 -------------------------------------- 09:21:18,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,625 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,627 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,627 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,628 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,628 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,636 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2640, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2639, theAccountId=2640, isDefault=true, theDescription=1c23bdd8-b8c6-468d-8efb-3cb9734c84e3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5277, theSiteId=2639, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5278, theSiteId=2639, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,683 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29568 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c23bdd8-b8c6-468d-8efb-3cb9734c84e38969successpaused8970successpaused8977successpaused8978successpaused -------------------------------------- 09:21:18,685 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29569 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1c2f2117-b4e2-4b07-b602-d9802df7ff2c -------------------------------------- 09:21:18,685 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,687 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,687 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,689 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,689 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,697 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1667, theDescription=1c2f2117-b4e2-4b07-b602-d9802df7ff2c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1666, theAccountId=1667, isDefault=true, theDescription=1c2f2117-b4e2-4b07-b602-d9802df7ff2c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3331, theSiteId=1666, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3332, theSiteId=1666, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,697 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,697 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,700 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,744 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29569 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1c2f2117-b4e2-4b07-b602-d9802df7ff2c3108successactive -------------------------------------- 09:21:18,746 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29570 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1ca074d7-8454-490a-97e2-54103b1f349a -------------------------------------- 09:21:18,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,749 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,749 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,751 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,751 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,758 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2633, theDescription=1ca074d7-8454-490a-97e2-54103b1f349a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2632, theAccountId=2633, isDefault=true, theDescription=1ca074d7-8454-490a-97e2-54103b1f349a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5263, theSiteId=2632, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5264, theSiteId=2632, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,806 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29570 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1ca074d7-8454-490a-97e2-54103b1f349a8925successpaused8926successpaused -------------------------------------- 09:21:18,809 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29571 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1dd28925-1db8-4f98-9506-e64a58a572fa -------------------------------------- 09:21:18,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,820 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1457, theDescription=1dd28925-1db8-4f98-9506-e64a58a572fa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1456, theAccountId=1457, isDefault=true, theDescription=1dd28925-1db8-4f98-9506-e64a58a572fa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2911, theSiteId=1456, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2912, theSiteId=1456, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,867 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29571 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1dd28925-1db8-4f98-9506-e64a58a572fa2785successactive2786successactive2787successactive2788successactive -------------------------------------- 09:21:18,870 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29572 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1e6d9193-819f-47da-bc28-5a9c1489776b -------------------------------------- 09:21:18,870 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,870 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,874 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,881 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1607, theDescription=1e6d9193-819f-47da-bc28-5a9c1489776b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1606, theAccountId=1607, isDefault=true, theDescription=1e6d9193-819f-47da-bc28-5a9c1489776b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3211, theSiteId=1606, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3212, theSiteId=1606, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,929 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29572 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1e6d9193-819f-47da-bc28-5a9c1489776b2977successactive -------------------------------------- 09:21:18,932 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29573 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2348d10e-771a-416d-a590-26b60ea410a0 -------------------------------------- 09:21:18,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,934 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,936 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,936 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:18,944 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1629, theDescription=2348d10e-771a-416d-a590-26b60ea410a0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1628, theAccountId=1629, isDefault=true, theDescription=2348d10e-771a-416d-a590-26b60ea410a0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3255, theSiteId=1628, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3256, theSiteId=1628, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:18,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:18,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:18,992 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29573 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2348d10e-771a-416d-a590-26b60ea410a03041successactive -------------------------------------- 09:21:18,994 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29574 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 240a453b-d5bb-41b0-b21d-4060b9ca1305 -------------------------------------- 09:21:18,995 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,995 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:18,997 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,997 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:18,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:18,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,008 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1433, theDescription=240a453b-d5bb-41b0-b21d-4060b9ca1305, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:18 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1432, theAccountId=1433, isDefault=true, theDescription=240a453b-d5bb-41b0-b21d-4060b9ca1305_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2863, theSiteId=1432, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2864, theSiteId=1432, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,008 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,008 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,011 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,011 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,055 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29574 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 240a453b-d5bb-41b0-b21d-4060b9ca13052734successactive2735successactive -------------------------------------- 09:21:19,057 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29575 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 245c50d3-1574-4973-bd33-0404dcd536e8 -------------------------------------- 09:21:19,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,069 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1727, theDescription=245c50d3-1574-4973-bd33-0404dcd536e8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1726, theAccountId=1727, isDefault=true, theDescription=245c50d3-1574-4973-bd33-0404dcd536e8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3451, theSiteId=1726, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3452, theSiteId=1726, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,072 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,072 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,115 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29575 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 245c50d3-1574-4973-bd33-0404dcd536e83323successactive3324successactive3325successactive3326successactive -------------------------------------- 09:21:19,118 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29576 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a -------------------------------------- 09:21:19,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,129 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2634, theDescription=24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2633, theAccountId=2634, isDefault=true, theDescription=24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5265, theSiteId=2633, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5266, theSiteId=2633, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,129 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,177 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29576 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 24f2f1a7-b25d-4bc6-a374-d87abcbe0c5a8927successpaused8928successpaused8932successpaused8933successpaused8936successpaused8937successpaused8938successpaused8939successpaused8948successactive8949successactive8950successactive8951successactive -------------------------------------- 09:21:19,179 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29577 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 27e892b1-926e-4bed-a6b2-18b00437997f -------------------------------------- 09:21:19,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,182 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,182 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,191 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1450, theDescription=27e892b1-926e-4bed-a6b2-18b00437997f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1449, theAccountId=1450, isDefault=true, theDescription=27e892b1-926e-4bed-a6b2-18b00437997f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2897, theSiteId=1449, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2898, theSiteId=1449, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,238 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29577 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 27e892b1-926e-4bed-a6b2-18b00437997f2769successactive2770successactive -------------------------------------- 09:21:19,240 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29578 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c3a93f7-9923-4b7c-adf0-1438db253115 -------------------------------------- 09:21:19,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,244 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,244 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,252 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1410, theDescription=2c3a93f7-9923-4b7c-adf0-1438db253115, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1409, theAccountId=1410, isDefault=true, theDescription=2c3a93f7-9923-4b7c-adf0-1438db253115_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2817, theSiteId=1409, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2818, theSiteId=1409, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,255 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,255 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,299 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29578 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c3a93f7-9923-4b7c-adf0-1438db2531152682successactive2683successactive -------------------------------------- 09:21:19,301 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29579 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2c609a65-ad32-49dd-9f82-058f4d0b6196 -------------------------------------- 09:21:19,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,306 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,313 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1707, theDescription=2c609a65-ad32-49dd-9f82-058f4d0b6196, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1706, theAccountId=1707, isDefault=true, theDescription=2c609a65-ad32-49dd-9f82-058f4d0b6196_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3411, theSiteId=1706, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3412, theSiteId=1706, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,314 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,314 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,360 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29579 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2c609a65-ad32-49dd-9f82-058f4d0b61963228successactive3229successactive3230successpaused3231successpaused -------------------------------------- 09:21:19,362 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29580 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e548e99-d15c-46f4-822c-eb4cf420f2f4 -------------------------------------- 09:21:19,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,375 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1665, theDescription=2e548e99-d15c-46f4-822c-eb4cf420f2f4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1664, theAccountId=1665, isDefault=true, theDescription=2e548e99-d15c-46f4-822c-eb4cf420f2f4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3327, theSiteId=1664, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3328, theSiteId=1664, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,378 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,378 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,421 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29580 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e548e99-d15c-46f4-822c-eb4cf420f2f43105successactive -------------------------------------- 09:21:19,423 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29581 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2e60a0cc-620e-4a2d-9927-bbf3f6fce709 -------------------------------------- 09:21:19,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,426 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,426 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,435 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1677, theDescription=2e60a0cc-620e-4a2d-9927-bbf3f6fce709, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1676, theAccountId=1677, isDefault=true, theDescription=2e60a0cc-620e-4a2d-9927-bbf3f6fce709_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3351, theSiteId=1676, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3352, theSiteId=1676, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,439 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,439 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,482 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29581 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2e60a0cc-620e-4a2d-9927-bbf3f6fce7093130successactive -------------------------------------- 09:21:19,485 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29582 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2ebd5a00-90fa-479d-a28b-83a4db468e5f -------------------------------------- 09:21:19,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,487 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,487 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,489 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,489 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,497 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1436, theDescription=2ebd5a00-90fa-479d-a28b-83a4db468e5f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1435, theAccountId=1436, isDefault=true, theDescription=2ebd5a00-90fa-479d-a28b-83a4db468e5f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2869, theSiteId=1435, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2870, theSiteId=1435, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,545 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29582 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2ebd5a00-90fa-479d-a28b-83a4db468e5f2738successactive -------------------------------------- 09:21:19,547 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29583 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 2f4eeadf-2f42-41c7-8eb4-ab915f3ec6b4 -------------------------------------- 09:21:19,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,550 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,550 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,552 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,559 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2101, theDescription=2f4eeadf-2f42-41c7-8eb4-ab915f3ec6b4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2100, theAccountId=2101, isDefault=true, theDescription=2f4eeadf-2f42-41c7-8eb4-ab915f3ec6b4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4199, theSiteId=2100, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4200, theSiteId=2100, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,606 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29583 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 2f4eeadf-2f42-41c7-8eb4-ab915f3ec6b44549successactive4550successactive4553successpaused4554successpaused4555successpaused4556successpaused -------------------------------------- 09:21:19,608 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29584 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 333fa8d8-e705-4e3c-9248-01cdb0acec5d -------------------------------------- 09:21:19,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,611 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,611 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,612 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,612 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,620 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1726, theDescription=333fa8d8-e705-4e3c-9248-01cdb0acec5d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1725, theAccountId=1726, isDefault=true, theDescription=333fa8d8-e705-4e3c-9248-01cdb0acec5d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3449, theSiteId=1725, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3450, theSiteId=1725, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,667 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29584 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 333fa8d8-e705-4e3c-9248-01cdb0acec5d3321successactive3322successactive -------------------------------------- 09:21:19,670 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29585 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 33602a3c-1165-439d-a143-08144ccf1b4e -------------------------------------- 09:21:19,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,672 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,672 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,674 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,674 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,682 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1769, theDescription=33602a3c-1165-439d-a143-08144ccf1b4e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1768, theAccountId=1769, isDefault=true, theDescription=33602a3c-1165-439d-a143-08144ccf1b4e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3535, theSiteId=1768, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3536, theSiteId=1768, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,685 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,729 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29585 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 33602a3c-1165-439d-a143-08144ccf1b4e3518successactive3519successactive3520successpaused3521successpaused3526successactive3527successactive -------------------------------------- 09:21:19,732 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29586 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 33db5b46-bdd7-4d0f-8055-4a917581f717 -------------------------------------- 09:21:19,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,735 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,736 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,743 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2647, theDescription=33db5b46-bdd7-4d0f-8055-4a917581f717, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2646, theAccountId=2647, isDefault=true, theDescription=33db5b46-bdd7-4d0f-8055-4a917581f717_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5291, theSiteId=2646, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5292, theSiteId=2646, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,743 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,789 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29586 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 33db5b46-bdd7-4d0f-8055-4a917581f7178986successpaused8987successpaused -------------------------------------- 09:21:19,792 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29587 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3534ef7c-0800-4cde-b82f-2fe31a964b55 -------------------------------------- 09:21:19,792 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,792 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,796 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,796 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,799 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,799 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,807 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1418, theDescription=3534ef7c-0800-4cde-b82f-2fe31a964b55, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1417, theAccountId=1418, isDefault=true, theDescription=3534ef7c-0800-4cde-b82f-2fe31a964b55_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2833, theSiteId=1417, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2834, theSiteId=1417, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,807 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,807 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,810 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,810 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,854 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29587 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3534ef7c-0800-4cde-b82f-2fe31a964b552702successactive2703successactive2704successpaused2705successpaused -------------------------------------- 09:21:19,860 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29588 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 35ed0dc4-2e4b-42b5-a08f-2fbd34d2bb32 -------------------------------------- 09:21:19,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,862 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,862 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,864 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,864 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,872 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1734, theDescription=35ed0dc4-2e4b-42b5-a08f-2fbd34d2bb32, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1733, theAccountId=1734, isDefault=true, theDescription=35ed0dc4-2e4b-42b5-a08f-2fbd34d2bb32_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3465, theSiteId=1733, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3466, theSiteId=1733, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,874 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,919 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29588 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 35ed0dc4-2e4b-42b5-a08f-2fbd34d2bb323340successactive -------------------------------------- 09:21:19,922 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29589 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 385e1e98-7658-4a97-9af8-749e7e507a60 -------------------------------------- 09:21:19,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,925 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,925 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,926 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,926 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,934 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1558, theDescription=385e1e98-7658-4a97-9af8-749e7e507a60, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1557, theAccountId=1558, isDefault=true, theDescription=385e1e98-7658-4a97-9af8-749e7e507a60_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3113, theSiteId=1557, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3114, theSiteId=1557, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,937 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,937 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:19,981 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29589 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 385e1e98-7658-4a97-9af8-749e7e507a602917successactive -------------------------------------- 09:21:19,984 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29590 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 39a957ce-c5ba-40cc-8d46-c4f06936f7c1 -------------------------------------- 09:21:19,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:19,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:19,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:19,995 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1396, theDescription=39a957ce-c5ba-40cc-8d46-c4f06936f7c1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:19 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1395, theAccountId=1396, isDefault=true, theDescription=39a957ce-c5ba-40cc-8d46-c4f06936f7c1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2789, theSiteId=1395, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2790, theSiteId=1395, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:19,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:19,998 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:19,998 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,042 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29590 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 39a957ce-c5ba-40cc-8d46-c4f06936f7c12653successactive2654successactive -------------------------------------- 09:21:20,045 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29591 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3a0c5ab1-8083-4f3f-a2c1-f11ffbeaaff9 -------------------------------------- 09:21:20,045 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,045 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,058 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1737, theDescription=3a0c5ab1-8083-4f3f-a2c1-f11ffbeaaff9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1736, theAccountId=1737, isDefault=true, theDescription=3a0c5ab1-8083-4f3f-a2c1-f11ffbeaaff9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3471, theSiteId=1736, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3472, theSiteId=1736, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,104 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29591 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3a0c5ab1-8083-4f3f-a2c1-f11ffbeaaff93381successactive3382successactive3383successpaused3384successpaused3385successpaused3386successpaused3387successpaused3388successpaused3389successpaused3390successpaused3391successpaused3392successpaused3393successpaused3394successpaused3395successpaused3396successpaused3397successpaused3398successpaused3399successpaused3400successpaused3401successpaused3402successpaused3403successpaused3404successpaused3405successpaused3406successpaused3407successpaused3408successpaused3409successpaused3410successpaused3411successactive3412successactive -------------------------------------- 09:21:20,107 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29592 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3b330923-0ed0-48f7-aab2-516894a2a54a -------------------------------------- 09:21:20,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,119 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1693, theDescription=3b330923-0ed0-48f7-aab2-516894a2a54a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1692, theAccountId=1693, isDefault=true, theDescription=3b330923-0ed0-48f7-aab2-516894a2a54a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3383, theSiteId=1692, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3384, theSiteId=1692, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,166 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29592 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3b330923-0ed0-48f7-aab2-516894a2a54a3176successpaused3177successpaused3182successpaused3183successpaused -------------------------------------- 09:21:20,168 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29593 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3c8ed19f-9a95-4304-b489-5efca82d1a36 -------------------------------------- 09:21:20,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,188 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2359, theDescription=3c8ed19f-9a95-4304-b489-5efca82d1a36, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2358, theAccountId=2359, isDefault=true, theDescription=3c8ed19f-9a95-4304-b489-5efca82d1a36_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4715, theSiteId=2358, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4716, theSiteId=2358, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,188 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,236 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29593 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3c8ed19f-9a95-4304-b489-5efca82d1a365867successactive5868successactive -------------------------------------- 09:21:20,238 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29594 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 3c9408c4-a248-46bf-8071-302b0e2b635b -------------------------------------- 09:21:20,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,251 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2646, theDescription=3c9408c4-a248-46bf-8071-302b0e2b635b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2645, theAccountId=2646, isDefault=true, theDescription=3c9408c4-a248-46bf-8071-302b0e2b635b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5289, theSiteId=2645, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5290, theSiteId=2645, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,298 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29594 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 3c9408c4-a248-46bf-8071-302b0e2b635b8984successpaused8985successpaused -------------------------------------- 09:21:20,302 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29595 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 40610db1-f339-41ae-9750-5f8d089add19 -------------------------------------- 09:21:20,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,306 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,316 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1585, theDescription=40610db1-f339-41ae-9750-5f8d089add19, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1584, theAccountId=1585, isDefault=true, theDescription=40610db1-f339-41ae-9750-5f8d089add19_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3167, theSiteId=1584, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3168, theSiteId=1584, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,319 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,319 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,363 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29595 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 40610db1-f339-41ae-9750-5f8d089add192944successactive -------------------------------------- 09:21:20,365 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29596 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 40e8aba5-380d-46a2-8a7c-85dcd9508e52 -------------------------------------- 09:21:20,366 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,370 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,370 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,381 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1626, theDescription=40e8aba5-380d-46a2-8a7c-85dcd9508e52, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1625, theAccountId=1626, isDefault=true, theDescription=40e8aba5-380d-46a2-8a7c-85dcd9508e52_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3249, theSiteId=1625, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3250, theSiteId=1625, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,384 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,384 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,429 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29596 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 40e8aba5-380d-46a2-8a7c-85dcd9508e523033successpaused3034successpaused3035successactive -------------------------------------- 09:21:20,431 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29597 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 451c8d49-21fe-4ccf-aa9d-d271771b8d8f -------------------------------------- 09:21:20,432 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,432 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,434 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,434 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,444 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1639, theDescription=451c8d49-21fe-4ccf-aa9d-d271771b8d8f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1638, theAccountId=1639, isDefault=true, theDescription=451c8d49-21fe-4ccf-aa9d-d271771b8d8f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3275, theSiteId=1638, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3276, theSiteId=1638, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,447 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,447 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,492 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29597 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 451c8d49-21fe-4ccf-aa9d-d271771b8d8f3053successactive3054successactive -------------------------------------- 09:21:20,494 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29598 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 459dfad3-bfca-4e4f-8f6c-241ffc4a0827 -------------------------------------- 09:21:20,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,498 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,498 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,506 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1646, theDescription=459dfad3-bfca-4e4f-8f6c-241ffc4a0827, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1645, theAccountId=1646, isDefault=true, theDescription=459dfad3-bfca-4e4f-8f6c-241ffc4a0827_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3289, theSiteId=1645, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3290, theSiteId=1645, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,507 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,507 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,557 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29598 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 459dfad3-bfca-4e4f-8f6c-241ffc4a08273067successactive -------------------------------------- 09:21:20,559 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29599 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 47900063-d78a-46ad-b369-b3b96341cf1c -------------------------------------- 09:21:20,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,562 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,562 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,563 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,563 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,571 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1647, theDescription=47900063-d78a-46ad-b369-b3b96341cf1c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1646, theAccountId=1647, isDefault=true, theDescription=47900063-d78a-46ad-b369-b3b96341cf1c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3291, theSiteId=1646, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3292, theSiteId=1646, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,572 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,572 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,575 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,575 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,619 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29599 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 47900063-d78a-46ad-b369-b3b96341cf1c3069successactive -------------------------------------- 09:21:20,621 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29600 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 49091eab-8acf-429a-8509-d397ba44e3a7 -------------------------------------- 09:21:20,622 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,622 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,625 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,625 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,633 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2012, theDescription=49091eab-8acf-429a-8509-d397ba44e3a7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2011, theAccountId=2012, isDefault=true, theDescription=49091eab-8acf-429a-8509-d397ba44e3a7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4021, theSiteId=2011, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4022, theSiteId=2011, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,633 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,634 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,681 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29600 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 49091eab-8acf-429a-8509-d397ba44e3a74290successactive4291successactive -------------------------------------- 09:21:20,684 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29601 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 49fd4012-ab64-4600-b275-bf7f6357c1c5 -------------------------------------- 09:21:20,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,684 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,686 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,686 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,688 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,688 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,695 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1640, theDescription=49fd4012-ab64-4600-b275-bf7f6357c1c5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1639, theAccountId=1640, isDefault=true, theDescription=49fd4012-ab64-4600-b275-bf7f6357c1c5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3277, theSiteId=1639, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3278, theSiteId=1639, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,699 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,743 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29601 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 49fd4012-ab64-4600-b275-bf7f6357c1c53055successactive3056successactive -------------------------------------- 09:21:20,745 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29602 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4ae5f533-7c97-4a45-ab0d-da32efcca95f -------------------------------------- 09:21:20,746 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,746 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,748 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,748 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,757 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1673, theDescription=4ae5f533-7c97-4a45-ab0d-da32efcca95f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1672, theAccountId=1673, isDefault=true, theDescription=4ae5f533-7c97-4a45-ab0d-da32efcca95f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3343, theSiteId=1672, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3344, theSiteId=1672, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,758 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,758 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,818 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29602 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4ae5f533-7c97-4a45-ab0d-da32efcca95f3117successactive3118successactive -------------------------------------- 09:21:20,820 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29603 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4b742045-1478-41fe-ab80-b4fe6e804284 -------------------------------------- 09:21:20,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,823 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,823 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,832 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1633, theDescription=4b742045-1478-41fe-ab80-b4fe6e804284, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1632, theAccountId=1633, isDefault=true, theDescription=4b742045-1478-41fe-ab80-b4fe6e804284_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3263, theSiteId=1632, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3264, theSiteId=1632, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,878 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29603 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4b742045-1478-41fe-ab80-b4fe6e8042843046successactive -------------------------------------- 09:21:20,880 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29604 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4e88dc88-e1d8-4534-8854-a3f08c890da9 -------------------------------------- 09:21:20,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,884 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,884 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,892 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1559, theDescription=4e88dc88-e1d8-4534-8854-a3f08c890da9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1558, theAccountId=1559, isDefault=true, theDescription=4e88dc88-e1d8-4534-8854-a3f08c890da9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3115, theSiteId=1558, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3116, theSiteId=1558, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,892 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,892 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,895 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,895 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:20,941 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29604 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4e88dc88-e1d8-4534-8854-a3f08c890da92918successactive -------------------------------------- 09:21:20,943 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29605 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4edd584c-6a9e-40af-a8b0-63c52d87f8b9 -------------------------------------- 09:21:20,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:20,946 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:20,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:20,955 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1624, theDescription=4edd584c-6a9e-40af-a8b0-63c52d87f8b9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:20 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1623, theAccountId=1624, isDefault=true, theDescription=4edd584c-6a9e-40af-a8b0-63c52d87f8b9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3245, theSiteId=1623, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3246, theSiteId=1623, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:20,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:20,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:20,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,002 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29605 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4edd584c-6a9e-40af-a8b0-63c52d87f8b93027successactive3028successactive3029successactive3030successactive -------------------------------------- 09:21:21,005 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29606 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 4f8fbd70-d566-4ea1-a043-58d5c82d6210 -------------------------------------- 09:21:21,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,009 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,009 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,016 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1459, theDescription=4f8fbd70-d566-4ea1-a043-58d5c82d6210, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1458, theAccountId=1459, isDefault=true, theDescription=4f8fbd70-d566-4ea1-a043-58d5c82d6210_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2915, theSiteId=1458, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2916, theSiteId=1458, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,021 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,021 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,066 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29606 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 4f8fbd70-d566-4ea1-a043-58d5c82d62102791successactive2792successactive -------------------------------------- 09:21:21,069 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29607 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 50dc1824-133e-4152-a45b-a61345aea64e -------------------------------------- 09:21:21,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,071 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,071 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,073 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,073 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,082 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1584, theDescription=50dc1824-133e-4152-a45b-a61345aea64e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1583, theAccountId=1584, isDefault=true, theDescription=50dc1824-133e-4152-a45b-a61345aea64e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3165, theSiteId=1583, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3166, theSiteId=1583, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,083 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,083 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,085 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,085 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,128 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29607 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 50dc1824-133e-4152-a45b-a61345aea64e2943successactive -------------------------------------- 09:21:21,131 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29608 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 51f02748-d7a2-42e8-9678-4310acb24cfb -------------------------------------- 09:21:21,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,133 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,133 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,142 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1697, theDescription=51f02748-d7a2-42e8-9678-4310acb24cfb, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1696, theAccountId=1697, isDefault=true, theDescription=51f02748-d7a2-42e8-9678-4310acb24cfb_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3391, theSiteId=1696, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3392, theSiteId=1696, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,143 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,146 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,146 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,191 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29608 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 51f02748-d7a2-42e8-9678-4310acb24cfb3188successactive3189successactive3190successpaused3191successpaused -------------------------------------- 09:21:21,194 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29609 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 55c21541-e499-4944-8ba0-48d5e8b1043a -------------------------------------- 09:21:21,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,196 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,207 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2403, theDescription=55c21541-e499-4944-8ba0-48d5e8b1043a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2402, theAccountId=2403, isDefault=true, theDescription=55c21541-e499-4944-8ba0-48d5e8b1043a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4803, theSiteId=2402, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4804, theSiteId=2402, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,208 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,208 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,257 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29609 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 55c21541-e499-4944-8ba0-48d5e8b1043a6825successpaused6826successactive6827successpaused6828successpaused6844successactive -------------------------------------- 09:21:21,259 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29610 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 563e1c16-13b8-4dda-86a3-cc5803a26e50 -------------------------------------- 09:21:21,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,262 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,273 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1728, theDescription=563e1c16-13b8-4dda-86a3-cc5803a26e50, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1727, theAccountId=1728, isDefault=true, theDescription=563e1c16-13b8-4dda-86a3-cc5803a26e50_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3453, theSiteId=1727, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3454, theSiteId=1727, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,276 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,276 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,319 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29610 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 563e1c16-13b8-4dda-86a3-cc5803a26e503327successactive3328successactive -------------------------------------- 09:21:21,322 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29611 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 56aaf302-7b59-4aae-a8f0-a774b1e6dde3 -------------------------------------- 09:21:21,322 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,322 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,338 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1713, theDescription=56aaf302-7b59-4aae-a8f0-a774b1e6dde3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1712, theAccountId=1713, isDefault=true, theDescription=56aaf302-7b59-4aae-a8f0-a774b1e6dde3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3423, theSiteId=1712, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3424, theSiteId=1712, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,338 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,338 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,384 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29611 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 56aaf302-7b59-4aae-a8f0-a774b1e6dde33258successactive3259successactive -------------------------------------- 09:21:21,387 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29612 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 58008cd1-0295-44aa-85d2-b109cfe045df -------------------------------------- 09:21:21,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,389 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,389 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,390 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,390 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,399 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1656, theDescription=58008cd1-0295-44aa-85d2-b109cfe045df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1655, theAccountId=1656, isDefault=true, theDescription=58008cd1-0295-44aa-85d2-b109cfe045df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3309, theSiteId=1655, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3310, theSiteId=1655, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,404 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,404 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,450 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29612 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 58008cd1-0295-44aa-85d2-b109cfe045df3089successactive3090successactive3092successactive3093successactive3096successpaused3097successpaused -------------------------------------- 09:21:21,452 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29613 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 596fd020-b913-4811-8c13-2888754ce0e9 -------------------------------------- 09:21:21,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,456 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,456 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,465 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1751, theDescription=596fd020-b913-4811-8c13-2888754ce0e9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1750, theAccountId=1751, isDefault=true, theDescription=596fd020-b913-4811-8c13-2888754ce0e9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3499, theSiteId=1750, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3500, theSiteId=1750, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,511 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29613 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 596fd020-b913-4811-8c13-2888754ce0e93466successactive3467successactive -------------------------------------- 09:21:21,514 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29614 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5a507a12-47f7-40f2-8ce2-940af939f98f -------------------------------------- 09:21:21,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,514 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,526 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1602, theDescription=5a507a12-47f7-40f2-8ce2-940af939f98f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1601, theAccountId=1602, isDefault=true, theDescription=5a507a12-47f7-40f2-8ce2-940af939f98f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3201, theSiteId=1601, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3202, theSiteId=1601, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,575 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29614 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5a507a12-47f7-40f2-8ce2-940af939f98f2972successactive -------------------------------------- 09:21:21,577 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29615 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5b21359a-e69e-4709-9af3-b1416054068e -------------------------------------- 09:21:21,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,590 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1387, theDescription=5b21359a-e69e-4709-9af3-b1416054068e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1386, theAccountId=1387, isDefault=true, theDescription=5b21359a-e69e-4709-9af3-b1416054068e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2771, theSiteId=1386, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2772, theSiteId=1386, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,591 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,591 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,636 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29615 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5b21359a-e69e-4709-9af3-b1416054068e2636successactive -------------------------------------- 09:21:21,639 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29616 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5b69122f-f058-42b2-82f4-ab6ad1579a40 -------------------------------------- 09:21:21,639 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,639 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,652 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1745, theDescription=5b69122f-f058-42b2-82f4-ab6ad1579a40, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1744, theAccountId=1745, isDefault=true, theDescription=5b69122f-f058-42b2-82f4-ab6ad1579a40_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3487, theSiteId=1744, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3488, theSiteId=1744, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,655 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,656 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,700 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29616 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5b69122f-f058-42b2-82f4-ab6ad1579a403454successactive3455successactive -------------------------------------- 09:21:21,703 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29617 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5dc3b19f-3a9f-45bf-a776-43d149cbbf22 -------------------------------------- 09:21:21,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,705 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,705 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,707 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,707 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,716 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1561, theDescription=5dc3b19f-3a9f-45bf-a776-43d149cbbf22, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1560, theAccountId=1561, isDefault=true, theDescription=5dc3b19f-3a9f-45bf-a776-43d149cbbf22_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3119, theSiteId=1560, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3120, theSiteId=1560, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,764 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29617 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5dc3b19f-3a9f-45bf-a776-43d149cbbf222920successactive -------------------------------------- 09:21:21,767 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29618 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5dc730a8-e947-4920-9489-5517c559d314 -------------------------------------- 09:21:21,767 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,767 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,779 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1637, theDescription=5dc730a8-e947-4920-9489-5517c559d314, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1636, theAccountId=1637, isDefault=true, theDescription=5dc730a8-e947-4920-9489-5517c559d314_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3271, theSiteId=1636, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3272, theSiteId=1636, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,780 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,780 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,782 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,782 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,826 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29618 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5dc730a8-e947-4920-9489-5517c559d3143050successactive -------------------------------------- 09:21:21,828 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29619 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5ef2aae3-44cf-47ea-bfb9-d49179cdc5e8 -------------------------------------- 09:21:21,829 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,829 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,831 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,831 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,840 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1663, theDescription=5ef2aae3-44cf-47ea-bfb9-d49179cdc5e8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1662, theAccountId=1663, isDefault=true, theDescription=5ef2aae3-44cf-47ea-bfb9-d49179cdc5e8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3323, theSiteId=1662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3324, theSiteId=1662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,841 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,841 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,843 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,843 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,887 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29619 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5ef2aae3-44cf-47ea-bfb9-d49179cdc5e83101successactive -------------------------------------- 09:21:21,889 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29620 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 5f685096-e61c-4bbc-90fd-da2dc4543c0b -------------------------------------- 09:21:21,889 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,889 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,893 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,893 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,901 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1671, theDescription=5f685096-e61c-4bbc-90fd-da2dc4543c0b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1670, theAccountId=1671, isDefault=true, theDescription=5f685096-e61c-4bbc-90fd-da2dc4543c0b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3339, theSiteId=1670, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3340, theSiteId=1670, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,902 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,902 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,905 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,905 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:21,948 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29620 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 5f685096-e61c-4bbc-90fd-da2dc4543c0b3114successactive -------------------------------------- 09:21:21,953 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29621 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 60141605-c051-4239-8348-66e6d7ff7701 -------------------------------------- 09:21:21,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:21,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:21,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:21,964 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1711, theDescription=60141605-c051-4239-8348-66e6d7ff7701, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:21 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1710, theAccountId=1711, isDefault=true, theDescription=60141605-c051-4239-8348-66e6d7ff7701_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3419, theSiteId=1710, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3420, theSiteId=1710, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:21,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:21,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:21,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,011 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29621 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 60141605-c051-4239-8348-66e6d7ff77013248successactive3249successactive3250successpaused3251successpaused -------------------------------------- 09:21:22,013 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29622 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 60709848-ef38-4638-ba23-68cf00def852 -------------------------------------- 09:21:22,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,014 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,018 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,026 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1444, theDescription=60709848-ef38-4638-ba23-68cf00def852, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1443, theAccountId=1444, isDefault=true, theDescription=60709848-ef38-4638-ba23-68cf00def852_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2885, theSiteId=1443, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2886, theSiteId=1443, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,027 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,027 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,073 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29622 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 60709848-ef38-4638-ba23-68cf00def8522754successactive2755successactive -------------------------------------- 09:21:22,076 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29623 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 60de6d4e-8b5b-4163-8144-42f1da830525 -------------------------------------- 09:21:22,076 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,080 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,080 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,089 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2547, theDescription=60de6d4e-8b5b-4163-8144-42f1da830525, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2546, theAccountId=2547, isDefault=true, theDescription=60de6d4e-8b5b-4163-8144-42f1da830525_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5091, theSiteId=2546, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5092, theSiteId=2546, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,135 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29623 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 60de6d4e-8b5b-4163-8144-42f1da8305258389successactive8390successactive8391successactive8392successactive8393successactive8394successactive8395successactive8396successactive -------------------------------------- 09:21:22,138 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29624 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6142f302-cf58-4482-a6d8-d8b6cbc8a5c2 -------------------------------------- 09:21:22,138 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,140 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,142 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,142 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,150 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1455, theDescription=6142f302-cf58-4482-a6d8-d8b6cbc8a5c2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1454, theAccountId=1455, isDefault=true, theDescription=6142f302-cf58-4482-a6d8-d8b6cbc8a5c2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2907, theSiteId=1454, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2908, theSiteId=1454, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,150 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,150 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,196 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29624 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6142f302-cf58-4482-a6d8-d8b6cbc8a5c22781successactive2782successactive -------------------------------------- 09:21:22,199 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29625 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 62557a31-3bcb-4818-9ef4-939c6b132bd6 -------------------------------------- 09:21:22,199 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,199 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,201 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,201 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,203 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,203 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,211 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1682, theDescription=62557a31-3bcb-4818-9ef4-939c6b132bd6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1681, theAccountId=1682, isDefault=true, theDescription=62557a31-3bcb-4818-9ef4-939c6b132bd6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3361, theSiteId=1681, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3362, theSiteId=1681, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,211 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,211 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,214 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,214 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,258 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29625 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 62557a31-3bcb-4818-9ef4-939c6b132bd63156successactive -------------------------------------- 09:21:22,260 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29626 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 63323ab0-4b15-41fc-8d79-ede0877c1fc3 -------------------------------------- 09:21:22,261 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,261 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,261 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : START TIMEOUT 09:21:22,261 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : ENABLED 09:21:22,261 DEBUG [JdbcTemplate] Executing SQL query [select * from callbackEvent] 09:21:22,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,264 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,264 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,270 DEBUG [CallbackEventEJBTimer] CallbackEventTimer : END TIMEOUT 09:21:22,272 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1763, theDescription=63323ab0-4b15-41fc-8d79-ede0877c1fc3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1762, theAccountId=1763, isDefault=true, theDescription=63323ab0-4b15-41fc-8d79-ede0877c1fc3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3523, theSiteId=1762, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3524, theSiteId=1762, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,272 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,272 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,275 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,275 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,319 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29626 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 63323ab0-4b15-41fc-8d79-ede0877c1fc33500successactive3501successactive3502successpaused3503successpaused -------------------------------------- 09:21:22,322 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29627 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 636c7331-13c3-4ae2-af5f-681722c66466 -------------------------------------- 09:21:22,323 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,323 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,326 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,326 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,333 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2357, theDescription=636c7331-13c3-4ae2-af5f-681722c66466, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2356, theAccountId=2357, isDefault=true, theDescription=636c7331-13c3-4ae2-af5f-681722c66466_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4711, theSiteId=2356, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4712, theSiteId=2356, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,334 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,334 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,336 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,336 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,379 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29627 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 636c7331-13c3-4ae2-af5f-681722c664665863successactive5864successactive -------------------------------------- 09:21:22,382 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29628 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 63f41092-375e-4a20-be62-d1c64e4f3bee -------------------------------------- 09:21:22,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,384 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,384 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,387 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,387 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,407 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1710, theDescription=63f41092-375e-4a20-be62-d1c64e4f3bee, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1709, theAccountId=1710, isDefault=true, theDescription=63f41092-375e-4a20-be62-d1c64e4f3bee_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3417, theSiteId=1709, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3418, theSiteId=1709, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,408 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,408 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,410 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,410 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,454 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29628 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 63f41092-375e-4a20-be62-d1c64e4f3bee3244successactive3245successactive3246successpaused3247successpaused -------------------------------------- 09:21:22,456 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29629 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 653e1d49-91be-44ca-ae13-772dc42aa3ad -------------------------------------- 09:21:22,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,468 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1430, theDescription=653e1d49-91be-44ca-ae13-772dc42aa3ad, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1429, theAccountId=1430, isDefault=true, theDescription=653e1d49-91be-44ca-ae13-772dc42aa3ad_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2857, theSiteId=1429, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2858, theSiteId=1429, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,513 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29629 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 653e1d49-91be-44ca-ae13-772dc42aa3ad2728successactive2729successactive -------------------------------------- 09:21:22,515 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29630 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 65e4e767-fbbf-4225-bd4a-d8c5c6e1c4bc -------------------------------------- 09:21:22,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,518 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,518 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,527 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1686, theDescription=65e4e767-fbbf-4225-bd4a-d8c5c6e1c4bc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1685, theAccountId=1686, isDefault=true, theDescription=65e4e767-fbbf-4225-bd4a-d8c5c6e1c4bc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3369, theSiteId=1685, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3370, theSiteId=1685, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,527 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,573 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29630 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 65e4e767-fbbf-4225-bd4a-d8c5c6e1c4bc3165successactive -------------------------------------- 09:21:22,590 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29631 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 667bafb3-9b78-42a4-8101-48e73f071ab9 -------------------------------------- 09:21:22,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,594 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,594 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,601 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1984, theDescription=667bafb3-9b78-42a4-8101-48e73f071ab9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1983, theAccountId=1984, isDefault=true, theDescription=667bafb3-9b78-42a4-8101-48e73f071ab9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3965, theSiteId=1983, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3966, theSiteId=1983, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,647 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29631 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 667bafb3-9b78-42a4-8101-48e73f071ab94218successactive4219successactive -------------------------------------- 09:21:22,649 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29632 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 669f4f7f-6001-4ae9-8ffb-812367b44d2c -------------------------------------- 09:21:22,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,662 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1750, theDescription=669f4f7f-6001-4ae9-8ffb-812367b44d2c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1749, theAccountId=1750, isDefault=true, theDescription=669f4f7f-6001-4ae9-8ffb-812367b44d2c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3497, theSiteId=1749, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3498, theSiteId=1749, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,662 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,662 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,709 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29632 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 669f4f7f-6001-4ae9-8ffb-812367b44d2c3464successactive3465successactive -------------------------------------- 09:21:22,711 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29633 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 694a5df4-f2de-4740-98c3-408efb4e8fce -------------------------------------- 09:21:22,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,723 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2658, theDescription=694a5df4-f2de-4740-98c3-408efb4e8fce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2657, theAccountId=2658, isDefault=true, theDescription=694a5df4-f2de-4740-98c3-408efb4e8fce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5313, theSiteId=2657, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5314, theSiteId=2657, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,724 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,724 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,726 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,726 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,769 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29633 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 694a5df4-f2de-4740-98c3-408efb4e8fce9041successpaused9042successpaused9043successpaused9054successpaused9069successpaused9084successpaused9085successpaused9086successpaused9090successpaused9091successpaused9092successpaused9104successpaused9109successpaused9110successpaused9111successpaused9112successpaused9127successpaused9128successactive9139successpaused9172successactive -------------------------------------- 09:21:22,772 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29634 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6a8f09f2-1ab1-4b1b-af43-ccbfdf227273 -------------------------------------- 09:21:22,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,774 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,774 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,776 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,776 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,784 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2585, theDescription=6a8f09f2-1ab1-4b1b-af43-ccbfdf227273, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2584, theAccountId=2585, isDefault=true, theDescription=6a8f09f2-1ab1-4b1b-af43-ccbfdf227273_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5167, theSiteId=2584, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5168, theSiteId=2584, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,830 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29634 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6a8f09f2-1ab1-4b1b-af43-ccbfdf2272738570successactive8571successactive -------------------------------------- 09:21:22,833 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29635 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6b5eb0ff-8bf0-4ea1-9642-d7d53f503e1c -------------------------------------- 09:21:22,833 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,833 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,845 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1583, theDescription=6b5eb0ff-8bf0-4ea1-9642-d7d53f503e1c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1582, theAccountId=1583, isDefault=true, theDescription=6b5eb0ff-8bf0-4ea1-9642-d7d53f503e1c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3163, theSiteId=1582, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3164, theSiteId=1582, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,891 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29635 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6b5eb0ff-8bf0-4ea1-9642-d7d53f503e1c2942successactive -------------------------------------- 09:21:22,893 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29636 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6e8a2cae-6676-4a4e-ac2a-53d9bd992455 -------------------------------------- 09:21:22,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,896 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,896 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,905 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1365, theDescription=6e8a2cae-6676-4a4e-ac2a-53d9bd992455, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1364, theAccountId=1365, isDefault=true, theDescription=6e8a2cae-6676-4a4e-ac2a-53d9bd992455_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2727, theSiteId=1364, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2728, theSiteId=1364, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:22,951 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29636 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6e8a2cae-6676-4a4e-ac2a-53d9bd9924552599successpaused2600successpaused2623successactive2624successactive -------------------------------------- 09:21:22,953 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29637 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 6f8f504e-77ba-4f25-814e-4ecf6ec979c7 -------------------------------------- 09:21:22,954 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,954 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:22,956 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,956 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:22,957 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,957 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:22,965 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1662, theDescription=6f8f504e-77ba-4f25-814e-4ecf6ec979c7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:22 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1661, theAccountId=1662, isDefault=true, theDescription=6f8f504e-77ba-4f25-814e-4ecf6ec979c7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3321, theSiteId=1661, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3322, theSiteId=1661, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:22,965 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,965 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:22,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:22,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,011 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29637 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 6f8f504e-77ba-4f25-814e-4ecf6ec979c73100successactive -------------------------------------- 09:21:23,013 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29638 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 71869c5a-4fe6-4aa3-a90d-27e8ab35cced -------------------------------------- 09:21:23,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,014 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,016 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,016 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,026 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1590, theDescription=71869c5a-4fe6-4aa3-a90d-27e8ab35cced, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1589, theAccountId=1590, isDefault=true, theDescription=71869c5a-4fe6-4aa3-a90d-27e8ab35cced_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3177, theSiteId=1589, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3178, theSiteId=1589, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,026 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,026 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,029 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,029 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,072 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29638 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 71869c5a-4fe6-4aa3-a90d-27e8ab35cced2954successactive -------------------------------------- 09:21:23,074 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29639 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 718aa9bf-1fbc-4d48-84df-139b134c28fe -------------------------------------- 09:21:23,075 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,075 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,077 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,077 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,087 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1591, theDescription=718aa9bf-1fbc-4d48-84df-139b134c28fe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1590, theAccountId=1591, isDefault=true, theDescription=718aa9bf-1fbc-4d48-84df-139b134c28fe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3179, theSiteId=1590, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3180, theSiteId=1590, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,087 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,087 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,132 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29639 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 718aa9bf-1fbc-4d48-84df-139b134c28fe2955successactive2956successactive2957successactive2958successactive2960successactive -------------------------------------- 09:21:23,135 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29640 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 71e16401-9785-4a94-90ae-e7c1e2e40799 -------------------------------------- 09:21:23,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,137 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,137 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,139 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,139 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,147 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1406, theDescription=71e16401-9785-4a94-90ae-e7c1e2e40799, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1405, theAccountId=1406, isDefault=true, theDescription=71e16401-9785-4a94-90ae-e7c1e2e40799_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2809, theSiteId=1405, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2810, theSiteId=1405, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,147 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,147 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,192 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29640 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 71e16401-9785-4a94-90ae-e7c1e2e407992668successpaused2669successpaused2672successactive2673successactive -------------------------------------- 09:21:23,195 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29641 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 724f79da-4c08-46a4-b03a-be48332a59f3 -------------------------------------- 09:21:23,195 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,195 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,197 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,197 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,198 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,198 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,206 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1695, theDescription=724f79da-4c08-46a4-b03a-be48332a59f3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1694, theAccountId=1695, isDefault=true, theDescription=724f79da-4c08-46a4-b03a-be48332a59f3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3387, theSiteId=1694, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3388, theSiteId=1694, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,206 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,206 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,209 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,209 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,255 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29641 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 724f79da-4c08-46a4-b03a-be48332a59f33184successactive3185successactive -------------------------------------- 09:21:23,257 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29642 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 72887d0b-d258-446b-b84d-18d4abbcfc57 -------------------------------------- 09:21:23,257 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,258 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,260 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,260 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,262 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,262 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,270 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2397, theDescription=72887d0b-d258-446b-b84d-18d4abbcfc57, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2396, theAccountId=2397, isDefault=true, theDescription=72887d0b-d258-446b-b84d-18d4abbcfc57_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4791, theSiteId=2396, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4792, theSiteId=2396, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,273 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,273 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,318 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29642 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 72887d0b-d258-446b-b84d-18d4abbcfc576794successactive6795successactive -------------------------------------- 09:21:23,320 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29643 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 730090ff-5a33-49f6-8143-9f3d8a83ae49 -------------------------------------- 09:21:23,321 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,321 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,322 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,322 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,324 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,324 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,330 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=406, theDescription=730090ff-5a33-49f6-8143-9f3d8a83ae49, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=405, theAccountId=406, isDefault=true, theDescription=730090ff-5a33-49f6-8143-9f3d8a83ae49_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=809, theSiteId=405, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=810, theSiteId=405, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,331 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,376 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29643 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 730090ff-5a33-49f6-8143-9f3d8a83ae49795successactive809successactive -------------------------------------- 09:21:23,381 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29644 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 734a3d5a-3410-4b63-92d6-d2680a9bde64 -------------------------------------- 09:21:23,382 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,382 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,383 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,383 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,385 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,385 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,393 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2381, theDescription=734a3d5a-3410-4b63-92d6-d2680a9bde64, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2380, theAccountId=2381, isDefault=true, theDescription=734a3d5a-3410-4b63-92d6-d2680a9bde64_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4759, theSiteId=2380, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4760, theSiteId=2380, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,394 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,394 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,396 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,396 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,440 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29644 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 734a3d5a-3410-4b63-92d6-d2680a9bde646526successpaused6527successpaused6528successpaused6529successpaused6530successpaused6531successpaused6532successpaused6533successpaused6534successpaused6535successpaused6536successpaused6537successpaused6538successpaused6539successpaused6540successpaused6541successpaused6542successpaused6543successpaused6544successpaused6545successpaused6546successpaused6547successpaused6548successpaused6549successpaused6550successpaused6551successpaused6552successpaused6553successactive6554successactive6555successactive6556successpaused6557successpaused6558successpaused6559successpaused6560successpaused6561successactive6562successactive6582successpaused6583successpaused6596successpaused6598successpaused6606successpaused6610successpaused6611successpaused6612successpaused6613successpaused6614successpaused6619successpaused6620successpaused6685successactive6814successpaused6815successactive6816successactive -------------------------------------- 09:21:23,443 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29645 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 74406a5e-ebc1-45d4-940c-06a30f0102a1 -------------------------------------- 09:21:23,443 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,443 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,445 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,445 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,454 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1766, theDescription=74406a5e-ebc1-45d4-940c-06a30f0102a1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1765, theAccountId=1766, isDefault=true, theDescription=74406a5e-ebc1-45d4-940c-06a30f0102a1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3529, theSiteId=1765, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3530, theSiteId=1765, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,454 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,454 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,465 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29645 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 74406a5e-ebc1-45d4-940c-06a30f0102a1 -------------------------------------- 09:21:23,468 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29646 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 74fac1bc-f756-4880-aef7-cfaff419323a -------------------------------------- 09:21:23,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,479 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2630, theDescription=74fac1bc-f756-4880-aef7-cfaff419323a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2629, theAccountId=2630, isDefault=true, theDescription=74fac1bc-f756-4880-aef7-cfaff419323a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5257, theSiteId=2629, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5258, theSiteId=2629, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,482 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,525 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29646 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 74fac1bc-f756-4880-aef7-cfaff419323a8906successactive8907successpaused8912successpaused8913successpaused8914successpaused8946successactive8947successactive8967successpaused8968successpaused8971successpaused8972successpaused9115successpaused9140successactive9141successactive9142successactive9143successpaused9144successpaused9145successpaused -------------------------------------- 09:21:23,527 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29647 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 75a71f79-48cc-404e-8095-82ce0c3e2ea7 -------------------------------------- 09:21:23,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,530 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,530 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,532 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,532 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,540 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1666, theDescription=75a71f79-48cc-404e-8095-82ce0c3e2ea7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1665, theAccountId=1666, isDefault=true, theDescription=75a71f79-48cc-404e-8095-82ce0c3e2ea7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3329, theSiteId=1665, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3330, theSiteId=1665, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,540 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,540 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,542 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,542 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,586 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29647 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 75a71f79-48cc-404e-8095-82ce0c3e2ea73106successactive3107successactive -------------------------------------- 09:21:23,588 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29648 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 75b10c13-2cbe-4bd2-979c-81fd7dfbf947 -------------------------------------- 09:21:23,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,593 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,593 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,601 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2656, theDescription=75b10c13-2cbe-4bd2-979c-81fd7dfbf947, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2655, theAccountId=2656, isDefault=true, theDescription=75b10c13-2cbe-4bd2-979c-81fd7dfbf947_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5309, theSiteId=2655, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5310, theSiteId=2655, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,648 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29648 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 75b10c13-2cbe-4bd2-979c-81fd7dfbf9479028successpaused9031successpaused9036successpaused9037successpaused9038successpaused9039successpaused9040successpaused -------------------------------------- 09:21:23,650 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29649 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 788f3169-b419-402b-a04a-3ef9d702397d -------------------------------------- 09:21:23,651 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,651 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,653 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,653 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,663 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1729, theDescription=788f3169-b419-402b-a04a-3ef9d702397d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1728, theAccountId=1729, isDefault=true, theDescription=788f3169-b419-402b-a04a-3ef9d702397d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3455, theSiteId=1728, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3456, theSiteId=1728, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,663 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,710 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29649 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 788f3169-b419-402b-a04a-3ef9d702397d3329successactive3330successactive -------------------------------------- 09:21:23,712 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29650 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 791f3ce1-fcce-4251-b17c-19827ba8e829 -------------------------------------- 09:21:23,713 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,713 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,715 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,715 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,716 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,716 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,724 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2018, theDescription=791f3ce1-fcce-4251-b17c-19827ba8e829, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2017, theAccountId=2018, isDefault=true, theDescription=791f3ce1-fcce-4251-b17c-19827ba8e829_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4033, theSiteId=2017, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4034, theSiteId=2017, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,725 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,725 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,727 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,770 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29650 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 791f3ce1-fcce-4251-b17c-19827ba8e8294304successactive4305successactive -------------------------------------- 09:21:23,773 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29651 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a28eda4-4755-4a32-8882-8921227b826c -------------------------------------- 09:21:23,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,775 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,775 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,777 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,777 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,787 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1704, theDescription=7a28eda4-4755-4a32-8882-8921227b826c, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1703, theAccountId=1704, isDefault=true, theDescription=7a28eda4-4755-4a32-8882-8921227b826c_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3405, theSiteId=1703, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3406, theSiteId=1703, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,788 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,788 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,834 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29651 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a28eda4-4755-4a32-8882-8921227b826c3214successactive3215successactive -------------------------------------- 09:21:23,836 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29652 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a50f275-784e-4c52-84b4-86f5c55ec2d4 -------------------------------------- 09:21:23,837 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,837 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,839 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,839 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,841 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,841 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,850 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2660, theDescription=7a50f275-784e-4c52-84b4-86f5c55ec2d4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2659, theAccountId=2660, isDefault=true, theDescription=7a50f275-784e-4c52-84b4-86f5c55ec2d4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5317, theSiteId=2659, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5318, theSiteId=2659, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,850 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,850 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,852 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,852 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,896 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29652 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a50f275-784e-4c52-84b4-86f5c55ec2d49047successpaused9048successpaused9049successpaused9050successpaused9051successpaused9053successpaused -------------------------------------- 09:21:23,898 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29653 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7a9a44fe-81d3-437a-ba82-a5da284fcec6 -------------------------------------- 09:21:23,898 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,898 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,901 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,901 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,902 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,902 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,917 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1630, theDescription=7a9a44fe-81d3-437a-ba82-a5da284fcec6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1629, theAccountId=1630, isDefault=true, theDescription=7a9a44fe-81d3-437a-ba82-a5da284fcec6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3257, theSiteId=1629, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3258, theSiteId=1629, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:23,964 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29653 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7a9a44fe-81d3-437a-ba82-a5da284fcec63042successpaused3339successpaused3985successactive -------------------------------------- 09:21:23,966 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29654 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7aa9556a-1f93-43fa-959b-d5acf3ea7978 -------------------------------------- 09:21:23,967 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,967 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:23,968 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,968 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:23,970 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,970 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:23,979 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1451, theDescription=7aa9556a-1f93-43fa-959b-d5acf3ea7978, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:23 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1450, theAccountId=1451, isDefault=true, theDescription=7aa9556a-1f93-43fa-959b-d5acf3ea7978_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2899, theSiteId=1450, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2900, theSiteId=1450, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:23,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:23,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:23,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,025 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29654 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7aa9556a-1f93-43fa-959b-d5acf3ea79782771successactive2772successactive -------------------------------------- 09:21:24,028 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29655 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7bb52dbb-c301-4811-9fee-cf027c521dfe -------------------------------------- 09:21:24,028 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,028 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,030 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,030 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,032 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,032 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,041 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1611, theDescription=7bb52dbb-c301-4811-9fee-cf027c521dfe, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1610, theAccountId=1611, isDefault=true, theDescription=7bb52dbb-c301-4811-9fee-cf027c521dfe_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3219, theSiteId=1610, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3220, theSiteId=1610, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,042 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,042 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,044 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,044 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,087 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29655 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7bb52dbb-c301-4811-9fee-cf027c521dfe2997successactive3437successactive -------------------------------------- 09:21:24,089 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29656 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7c18e906-14dc-4bf3-806f-6a3d983d1277 -------------------------------------- 09:21:24,090 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,090 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,092 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,092 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,093 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,093 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,101 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1634, theDescription=7c18e906-14dc-4bf3-806f-6a3d983d1277, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1633, theAccountId=1634, isDefault=true, theDescription=7c18e906-14dc-4bf3-806f-6a3d983d1277_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3265, theSiteId=1633, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3266, theSiteId=1633, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,102 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,102 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,147 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29656 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7c18e906-14dc-4bf3-806f-6a3d983d12773047successactive -------------------------------------- 09:21:24,149 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29657 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7e2a6acc-1f48-4fe9-93f5-31ad6d852e10 -------------------------------------- 09:21:24,149 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,149 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,151 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,151 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,153 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,153 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,161 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1594, theDescription=7e2a6acc-1f48-4fe9-93f5-31ad6d852e10, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1593, theAccountId=1594, isDefault=true, theDescription=7e2a6acc-1f48-4fe9-93f5-31ad6d852e10_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3185, theSiteId=1593, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3186, theSiteId=1593, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,161 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,161 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,207 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29657 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7e2a6acc-1f48-4fe9-93f5-31ad6d852e102962successactive -------------------------------------- 09:21:24,209 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29658 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 7fb38a11-c1bf-4f80-bab5-884141578501 -------------------------------------- 09:21:24,210 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,210 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,212 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,212 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,213 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,213 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,221 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1641, theDescription=7fb38a11-c1bf-4f80-bab5-884141578501, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1640, theAccountId=1641, isDefault=true, theDescription=7fb38a11-c1bf-4f80-bab5-884141578501_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3279, theSiteId=1640, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3280, theSiteId=1640, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,223 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,223 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,267 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29658 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 7fb38a11-c1bf-4f80-bab5-8841415785013058successactive -------------------------------------- 09:21:24,270 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29659 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 82434584-094f-495a-aaec-1121795802be -------------------------------------- 09:21:24,270 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,270 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,272 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,272 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,274 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,274 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,281 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1719, theDescription=82434584-094f-495a-aaec-1121795802be, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1718, theAccountId=1719, isDefault=true, theDescription=82434584-094f-495a-aaec-1121795802be_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3435, theSiteId=1718, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3436, theSiteId=1718, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,282 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,282 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,284 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,284 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,326 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29659 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 82434584-094f-495a-aaec-1121795802be3281successactive3284successactive3286successpaused3288successpaused3293successactive3294successactive -------------------------------------- 09:21:24,329 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29660 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 82b6ea3d-950d-4a9a-a902-47f32e2895df -------------------------------------- 09:21:24,329 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,329 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,331 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,331 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,333 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,333 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,341 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1562, theDescription=82b6ea3d-950d-4a9a-a902-47f32e2895df, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1561, theAccountId=1562, isDefault=true, theDescription=82b6ea3d-950d-4a9a-a902-47f32e2895df_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3121, theSiteId=1561, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3122, theSiteId=1561, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,341 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,341 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,344 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,344 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,394 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29660 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 82b6ea3d-950d-4a9a-a902-47f32e2895df2921successactive -------------------------------------- 09:21:24,397 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29661 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 82d5332c-5ce8-4f2a-8cc0-624b4c054ac5 -------------------------------------- 09:21:24,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,409 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1675, theDescription=82d5332c-5ce8-4f2a-8cc0-624b4c054ac5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1674, theAccountId=1675, isDefault=true, theDescription=82d5332c-5ce8-4f2a-8cc0-624b4c054ac5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3347, theSiteId=1674, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3348, theSiteId=1674, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,412 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,412 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,454 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29661 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 82d5332c-5ce8-4f2a-8cc0-624b4c054ac53124successpaused3125successpaused3128successpaused3129successpaused3152successpaused3153successpaused3154successactive3155successactive -------------------------------------- 09:21:24,457 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29662 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 831e82d8-272f-4147-acb4-39a410705cfc -------------------------------------- 09:21:24,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,459 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,459 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,461 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,461 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,469 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1705, theDescription=831e82d8-272f-4147-acb4-39a410705cfc, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1704, theAccountId=1705, isDefault=true, theDescription=831e82d8-272f-4147-acb4-39a410705cfc_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3407, theSiteId=1704, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3408, theSiteId=1704, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,472 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,472 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,517 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29662 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 831e82d8-272f-4147-acb4-39a410705cfc3216successactive3217successactive3218successactive3219successactive3220successactive3221successactive3222successactive3223successactive3224successpaused3225successpaused -------------------------------------- 09:21:24,520 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29663 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 834064fc-4d5c-4436-9662-174f78e40b2d -------------------------------------- 09:21:24,520 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,520 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,522 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,522 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,524 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,524 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,531 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1617, theDescription=834064fc-4d5c-4436-9662-174f78e40b2d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1616, theAccountId=1617, isDefault=true, theDescription=834064fc-4d5c-4436-9662-174f78e40b2d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3231, theSiteId=1616, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3232, theSiteId=1616, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,534 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,534 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,579 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29663 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 834064fc-4d5c-4436-9662-174f78e40b2d3008successactive3009successpaused3010successpaused -------------------------------------- 09:21:24,582 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29664 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 84dd7aa9-a0a8-4a61-92da-086e85a0ed87 -------------------------------------- 09:21:24,582 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,582 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,584 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,584 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,595 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1681, theDescription=84dd7aa9-a0a8-4a61-92da-086e85a0ed87, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1680, theAccountId=1681, isDefault=true, theDescription=84dd7aa9-a0a8-4a61-92da-086e85a0ed87_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3359, theSiteId=1680, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3360, theSiteId=1680, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,596 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,596 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,598 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,598 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,642 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29664 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 84dd7aa9-a0a8-4a61-92da-086e85a0ed873144successactive3145successactive3146successactive3147successactive3148successactive3149successactive3150successpaused3151successpaused -------------------------------------- 09:21:24,644 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29665 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8624e604-936c-4956-b604-fb00aa465a29 -------------------------------------- 09:21:24,645 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,645 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,648 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,648 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,658 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2119, theDescription=8624e604-936c-4956-b604-fb00aa465a29, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2118, theAccountId=2119, isDefault=true, theDescription=8624e604-936c-4956-b604-fb00aa465a29_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4235, theSiteId=2118, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4236, theSiteId=2118, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,659 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,659 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,661 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,661 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,705 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29665 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8624e604-936c-4956-b604-fb00aa465a294601successactive4602successactive -------------------------------------- 09:21:24,707 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29666 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8731b360-003f-4961-83b3-c35296936b41 -------------------------------------- 09:21:24,708 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,708 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,709 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,709 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,711 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,711 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,719 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1692, theDescription=8731b360-003f-4961-83b3-c35296936b41, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1691, theAccountId=1692, isDefault=true, theDescription=8731b360-003f-4961-83b3-c35296936b41_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3381, theSiteId=1691, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3382, theSiteId=1691, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,720 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,720 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,722 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,722 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,765 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29666 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8731b360-003f-4961-83b3-c35296936b413174successactive3175successactive -------------------------------------- 09:21:24,768 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29667 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8925154f-87d5-4706-b8cd-69a870769d95 -------------------------------------- 09:21:24,768 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,768 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,770 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,770 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,772 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,772 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,781 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1957, theDescription=8925154f-87d5-4706-b8cd-69a870769d95, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1956, theAccountId=1957, isDefault=true, theDescription=8925154f-87d5-4706-b8cd-69a870769d95_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3911, theSiteId=1956, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3912, theSiteId=1956, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,781 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,781 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,783 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,783 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,842 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29667 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8925154f-87d5-4706-b8cd-69a870769d954155successactive -------------------------------------- 09:21:24,845 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29668 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 89f7d170-1863-473c-95da-dc016260ee49 -------------------------------------- 09:21:24,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,849 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,849 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,857 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1593, theDescription=89f7d170-1863-473c-95da-dc016260ee49, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1592, theAccountId=1593, isDefault=true, theDescription=89f7d170-1863-473c-95da-dc016260ee49_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3183, theSiteId=1592, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3184, theSiteId=1592, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,860 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,860 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,903 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29668 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 89f7d170-1863-473c-95da-dc016260ee492961successactive -------------------------------------- 09:21:24,907 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29669 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8a7a7665-7ae9-4528-b81a-66fada3293da -------------------------------------- 09:21:24,907 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,907 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,909 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,909 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,919 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1669, theDescription=8a7a7665-7ae9-4528-b81a-66fada3293da, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1668, theAccountId=1669, isDefault=true, theDescription=8a7a7665-7ae9-4528-b81a-66fada3293da_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3335, theSiteId=1668, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3336, theSiteId=1668, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,923 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,923 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:24,968 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29669 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8a7a7665-7ae9-4528-b81a-66fada3293da3110successactive3111successactive -------------------------------------- 09:21:24,970 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29670 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8af7b1ec-1261-49a3-bb72-32a92ad1f5d7 -------------------------------------- 09:21:24,971 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,971 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:24,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:24,974 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,974 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:24,983 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1787, theDescription=8af7b1ec-1261-49a3-bb72-32a92ad1f5d7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:24 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1786, theAccountId=1787, isDefault=true, theDescription=8af7b1ec-1261-49a3-bb72-32a92ad1f5d7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3571, theSiteId=1786, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3572, theSiteId=1786, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:24,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:24,986 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:24,986 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,030 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29670 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8af7b1ec-1261-49a3-bb72-32a92ad1f5d73595successactive3596successactive -------------------------------------- 09:21:25,033 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29671 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8c57bdda-f322-4df3-adf5-2655405cfd9f -------------------------------------- 09:21:25,034 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,034 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,037 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,037 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,047 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2330, theDescription=8c57bdda-f322-4df3-adf5-2655405cfd9f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2329, theAccountId=2330, isDefault=true, theDescription=8c57bdda-f322-4df3-adf5-2655405cfd9f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4657, theSiteId=2329, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4658, theSiteId=2329, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,047 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,047 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,093 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29671 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8c57bdda-f322-4df3-adf5-2655405cfd9f5688successactive5689successactive5690successactive5691successactive -------------------------------------- 09:21:25,096 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29672 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8cc4ced2-46b6-4a9a-b875-91f32d114980 -------------------------------------- 09:21:25,096 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,096 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,098 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,098 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,100 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,109 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1767, theDescription=8cc4ced2-46b6-4a9a-b875-91f32d114980, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1766, theAccountId=1767, isDefault=true, theDescription=8cc4ced2-46b6-4a9a-b875-91f32d114980_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3531, theSiteId=1766, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3532, theSiteId=1766, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,109 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,109 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,112 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,112 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,154 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29672 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8cc4ced2-46b6-4a9a-b875-91f32d1149803514successactive3515successactive -------------------------------------- 09:21:25,156 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29673 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8cc9a4f7-38a2-49ce-88b9-c998f7a1f5ea -------------------------------------- 09:21:25,157 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,157 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,159 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,159 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,160 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,161 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,169 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1638, theDescription=8cc9a4f7-38a2-49ce-88b9-c998f7a1f5ea, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1637, theAccountId=1638, isDefault=true, theDescription=8cc9a4f7-38a2-49ce-88b9-c998f7a1f5ea_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3273, theSiteId=1637, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3274, theSiteId=1637, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,169 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,169 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,171 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,171 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,215 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29673 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8cc9a4f7-38a2-49ce-88b9-c998f7a1f5ea3051successactive3052successactive -------------------------------------- 09:21:25,217 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29674 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8db1a4e5-8948-48c0-85fe-56684d5b8f1b -------------------------------------- 09:21:25,218 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,218 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,220 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,220 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,221 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,221 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,228 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1445, theDescription=8db1a4e5-8948-48c0-85fe-56684d5b8f1b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1444, theAccountId=1445, isDefault=true, theDescription=8db1a4e5-8948-48c0-85fe-56684d5b8f1b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2887, theSiteId=1444, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2888, theSiteId=1444, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,231 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,231 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,275 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29674 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8db1a4e5-8948-48c0-85fe-56684d5b8f1b2756successactive2757successactive -------------------------------------- 09:21:25,277 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29675 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8e352205-4a7d-4639-af42-595f96e94fd2 -------------------------------------- 09:21:25,278 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,278 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,280 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,280 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,281 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,281 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,288 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1723, theDescription=8e352205-4a7d-4639-af42-595f96e94fd2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1722, theAccountId=1723, isDefault=true, theDescription=8e352205-4a7d-4639-af42-595f96e94fd2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3443, theSiteId=1722, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3444, theSiteId=1722, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,291 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,291 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,334 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29675 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8e352205-4a7d-4639-af42-595f96e94fd23311successpaused3312successpaused3313successactive3314successactive -------------------------------------- 09:21:25,337 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29676 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 8eedd3cc-db1f-4a86-8dd7-73c0286f82e2 -------------------------------------- 09:21:25,337 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,337 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,339 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,339 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,340 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,340 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,348 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2657, theDescription=8eedd3cc-db1f-4a86-8dd7-73c0286f82e2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2656, theAccountId=2657, isDefault=true, theDescription=8eedd3cc-db1f-4a86-8dd7-73c0286f82e2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5311, theSiteId=2656, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5312, theSiteId=2656, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,349 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,349 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,351 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,351 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,394 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29676 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 8eedd3cc-db1f-4a86-8dd7-73c0286f82e29029successpaused9030successpaused -------------------------------------- 09:21:25,397 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29677 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9179fd27-b870-4bad-9391-39ff6db19a01 -------------------------------------- 09:21:25,397 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,397 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,399 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,399 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,401 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,401 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,408 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1652, theDescription=9179fd27-b870-4bad-9391-39ff6db19a01, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1651, theAccountId=1652, isDefault=true, theDescription=9179fd27-b870-4bad-9391-39ff6db19a01_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3301, theSiteId=1651, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3302, theSiteId=1651, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,409 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,409 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,411 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,411 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,454 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29677 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9179fd27-b870-4bad-9391-39ff6db19a013077successactive3078successactive -------------------------------------- 09:21:25,456 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29678 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 91da03ad-13ba-4886-96fa-3fb27614cb31 -------------------------------------- 09:21:25,457 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,457 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,458 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,458 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,468 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1572, theDescription=91da03ad-13ba-4886-96fa-3fb27614cb31, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1571, theAccountId=1572, isDefault=true, theDescription=91da03ad-13ba-4886-96fa-3fb27614cb31_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3141, theSiteId=1571, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3142, theSiteId=1571, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,469 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,469 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,471 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,471 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,514 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29678 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 91da03ad-13ba-4886-96fa-3fb27614cb312931successactive -------------------------------------- 09:21:25,517 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29679 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9497564e-05c1-4725-be36-bdfe0a3d0190 -------------------------------------- 09:21:25,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,519 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,519 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,521 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,521 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,528 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2510, theDescription=9497564e-05c1-4725-be36-bdfe0a3d0190, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2509, theAccountId=2510, isDefault=true, theDescription=9497564e-05c1-4725-be36-bdfe0a3d0190_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5017, theSiteId=2509, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5018, theSiteId=2509, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,529 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,529 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,531 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,531 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,574 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29679 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9497564e-05c1-4725-be36-bdfe0a3d01907829successpaused7830successpaused7831successpaused7832successpaused7833successpaused7834successpaused7838successpaused7839successpaused7840successpaused7841successpaused7850successpaused7851successpaused7852successpaused7853successpaused7858successpaused7859successpaused7860successpaused7861successpaused7862successpaused7863successpaused7864successactive7865successactive7875successactive7876successactive -------------------------------------- 09:21:25,577 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29680 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94afa7c0-04d8-4706-8081-7497351be92f -------------------------------------- 09:21:25,578 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,578 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,580 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,580 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,581 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,581 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,589 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1635, theDescription=94afa7c0-04d8-4706-8081-7497351be92f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1634, theAccountId=1635, isDefault=true, theDescription=94afa7c0-04d8-4706-8081-7497351be92f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3267, theSiteId=1634, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3268, theSiteId=1634, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,590 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,590 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,592 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,592 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,635 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29680 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94afa7c0-04d8-4706-8081-7497351be92f3048successactive -------------------------------------- 09:21:25,639 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29681 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 94e38b7d-87fd-4670-b945-4d7a60df3dc6 -------------------------------------- 09:21:25,640 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,640 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,642 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,642 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,643 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,643 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,651 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1623, theDescription=94e38b7d-87fd-4670-b945-4d7a60df3dc6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1622, theAccountId=1623, isDefault=true, theDescription=94e38b7d-87fd-4670-b945-4d7a60df3dc6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3243, theSiteId=1622, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3244, theSiteId=1622, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,652 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,652 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,654 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,654 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,697 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29681 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 94e38b7d-87fd-4670-b945-4d7a60df3dc63023successactive -------------------------------------- 09:21:25,700 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29682 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 95420786-6409-4d14-bc40-123983dc69c8 -------------------------------------- 09:21:25,700 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,702 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,703 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,703 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,711 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1620, theDescription=95420786-6409-4d14-bc40-123983dc69c8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1619, theAccountId=1620, isDefault=true, theDescription=95420786-6409-4d14-bc40-123983dc69c8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3237, theSiteId=1619, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3238, theSiteId=1619, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,712 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,712 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,714 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,714 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,757 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29682 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 95420786-6409-4d14-bc40-123983dc69c83015successactive3016successactive3017successactive -------------------------------------- 09:21:25,760 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29683 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 955fdd49-8f89-40cc-84a6-9c5f95ac9656 -------------------------------------- 09:21:25,760 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,760 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,762 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,762 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,764 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,764 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,770 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1680, theDescription=955fdd49-8f89-40cc-84a6-9c5f95ac9656, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1679, theAccountId=1680, isDefault=true, theDescription=955fdd49-8f89-40cc-84a6-9c5f95ac9656_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3357, theSiteId=1679, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3358, theSiteId=1679, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,773 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,773 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,816 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29683 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 955fdd49-8f89-40cc-84a6-9c5f95ac96563139successactive -------------------------------------- 09:21:25,819 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29684 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98617f39-b7ef-4ccb-b380-500cd3de1e41 -------------------------------------- 09:21:25,820 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,820 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,823 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,823 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,832 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2643, theDescription=98617f39-b7ef-4ccb-b380-500cd3de1e41, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2642, theAccountId=2643, isDefault=true, theDescription=98617f39-b7ef-4ccb-b380-500cd3de1e41_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5283, theSiteId=2642, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5284, theSiteId=2642, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,835 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,835 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,878 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29684 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98617f39-b7ef-4ccb-b380-500cd3de1e418976successpaused -------------------------------------- 09:21:25,881 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29685 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98617f39-b7ef-4ccb-b380-500cd3de1e41 -------------------------------------- 09:21:25,882 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,882 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,885 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,885 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,894 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2643, theDescription=98617f39-b7ef-4ccb-b380-500cd3de1e41, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2642, theAccountId=2643, isDefault=true, theDescription=98617f39-b7ef-4ccb-b380-500cd3de1e41_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5283, theSiteId=2642, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5284, theSiteId=2642, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,897 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,897 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:25,940 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29685 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98617f39-b7ef-4ccb-b380-500cd3de1e418976successpaused -------------------------------------- 09:21:25,943 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29686 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 98621d49-ae8c-498d-aa42-328466224d0d -------------------------------------- 09:21:25,944 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,944 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:25,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,946 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:25,947 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,947 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:25,955 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1753, theDescription=98621d49-ae8c-498d-aa42-328466224d0d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:25 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1752, theAccountId=1753, isDefault=true, theDescription=98621d49-ae8c-498d-aa42-328466224d0d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3503, theSiteId=1752, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3504, theSiteId=1752, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:25,955 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,955 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:25,958 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:25,958 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,002 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29686 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 98621d49-ae8c-498d-aa42-328466224d0d3470successactive3471successactive -------------------------------------- 09:21:26,005 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29687 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9a9f588d-00a9-4d50-abb6-b9069151181d -------------------------------------- 09:21:26,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,007 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,007 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,010 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,010 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,017 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1464, theDescription=9a9f588d-00a9-4d50-abb6-b9069151181d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1463, theAccountId=1464, isDefault=true, theDescription=9a9f588d-00a9-4d50-abb6-b9069151181d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2925, theSiteId=1463, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2926, theSiteId=1463, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,017 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,017 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,020 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,020 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,063 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29687 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9a9f588d-00a9-4d50-abb6-b9069151181d2805successactive2806successactive2807successactive2808successactive -------------------------------------- 09:21:26,066 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29688 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9b631f2c-97fb-4d84-b2aa-906712dd9413 -------------------------------------- 09:21:26,067 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,067 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,069 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,069 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,078 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1570, theDescription=9b631f2c-97fb-4d84-b2aa-906712dd9413, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1569, theAccountId=1570, isDefault=true, theDescription=9b631f2c-97fb-4d84-b2aa-906712dd9413_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3137, theSiteId=1569, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3138, theSiteId=1569, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,078 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,078 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,081 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,081 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,124 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29688 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9b631f2c-97fb-4d84-b2aa-906712dd94132929successactive -------------------------------------- 09:21:26,127 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29689 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9b878d28-1172-4800-8711-a148dad10a9a -------------------------------------- 09:21:26,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,130 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,130 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,140 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2651, theDescription=9b878d28-1172-4800-8711-a148dad10a9a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2650, theAccountId=2651, isDefault=true, theDescription=9b878d28-1172-4800-8711-a148dad10a9a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5299, theSiteId=2650, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5300, theSiteId=2650, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,140 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,141 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,143 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,143 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,186 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29689 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9b878d28-1172-4800-8711-a148dad10a9a8994successpaused8995successpaused8996successpaused8997successpaused8998successpaused8999successpaused9000successpaused9001successpaused9002successpaused9003successpaused9004successactive9005successactive9006successactive9007successpaused9008successpaused9009successpaused9010successpaused9011successpaused9012successpaused9013successpaused9014successpaused9015successpaused9026successactive -------------------------------------- 09:21:26,190 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29690 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9bbeafb7-1dbe-4dbd-82bc-6e7d15062182 -------------------------------------- 09:21:26,190 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,190 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,192 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,192 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,194 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,194 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,202 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1612, theDescription=9bbeafb7-1dbe-4dbd-82bc-6e7d15062182, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1611, theAccountId=1612, isDefault=true, theDescription=9bbeafb7-1dbe-4dbd-82bc-6e7d15062182_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3221, theSiteId=1611, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3222, theSiteId=1611, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,202 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,202 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,204 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,204 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,247 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29690 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9bbeafb7-1dbe-4dbd-82bc-6e7d150621822999successpaused3001successactive -------------------------------------- 09:21:26,250 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29691 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9cb2693d-15f8-4b70-a15e-4a6be44f276e -------------------------------------- 09:21:26,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,262 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1642, theDescription=9cb2693d-15f8-4b70-a15e-4a6be44f276e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1641, theAccountId=1642, isDefault=true, theDescription=9cb2693d-15f8-4b70-a15e-4a6be44f276e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3281, theSiteId=1641, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3282, theSiteId=1641, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,263 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,263 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,265 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,265 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,309 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29691 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9cb2693d-15f8-4b70-a15e-4a6be44f276e3060successpaused3068successactive -------------------------------------- 09:21:26,312 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29692 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 9fee6930-13b3-429c-8d1f-95d6a4c25192 -------------------------------------- 09:21:26,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,317 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,317 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,324 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1724, theDescription=9fee6930-13b3-429c-8d1f-95d6a4c25192, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1723, theAccountId=1724, isDefault=true, theDescription=9fee6930-13b3-429c-8d1f-95d6a4c25192_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3445, theSiteId=1723, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3446, theSiteId=1723, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,325 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,325 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,327 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,327 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,371 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29692 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 9fee6930-13b3-429c-8d1f-95d6a4c251923317successactive3318successactive -------------------------------------- 09:21:26,374 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29693 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a07895e0-8046-4547-b6c5-45d63c4f005d -------------------------------------- 09:21:26,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,377 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,377 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,385 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2079, theDescription=a07895e0-8046-4547-b6c5-45d63c4f005d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2078, theAccountId=2079, isDefault=true, theDescription=a07895e0-8046-4547-b6c5-45d63c4f005d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4155, theSiteId=2078, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4156, theSiteId=2078, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,386 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,386 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,388 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,388 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,431 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29693 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a07895e0-8046-4547-b6c5-45d63c4f005d4495successactive4496successactive -------------------------------------- 09:21:26,434 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29694 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a0b81c3d-7462-48a9-8024-81562a83579a -------------------------------------- 09:21:26,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,437 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,437 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,446 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1768, theDescription=a0b81c3d-7462-48a9-8024-81562a83579a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1767, theAccountId=1768, isDefault=true, theDescription=a0b81c3d-7462-48a9-8024-81562a83579a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3533, theSiteId=1767, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3534, theSiteId=1767, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,447 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,447 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,449 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,449 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,493 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29694 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a0b81c3d-7462-48a9-8024-81562a83579a3516successactive3517successactive -------------------------------------- 09:21:26,497 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29695 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a1706f08-feda-457c-b0b3-36839785bcf8 -------------------------------------- 09:21:26,497 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,497 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,499 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,499 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,501 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,501 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,508 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1460, theDescription=a1706f08-feda-457c-b0b3-36839785bcf8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1459, theAccountId=1460, isDefault=true, theDescription=a1706f08-feda-457c-b0b3-36839785bcf8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2917, theSiteId=1459, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2918, theSiteId=1459, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,509 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,509 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,511 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,511 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,554 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29695 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a1706f08-feda-457c-b0b3-36839785bcf82793successactive2794successactive2799successactive2800successactive -------------------------------------- 09:21:26,557 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29696 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a2639c8c-94f7-4103-9599-a708cc7f98db -------------------------------------- 09:21:26,557 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,557 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,559 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,559 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,561 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,561 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,568 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1448, theDescription=a2639c8c-94f7-4103-9599-a708cc7f98db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1447, theAccountId=1448, isDefault=true, theDescription=a2639c8c-94f7-4103-9599-a708cc7f98db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2893, theSiteId=1447, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2894, theSiteId=1447, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,569 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,569 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,571 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,571 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,614 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29696 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a2639c8c-94f7-4103-9599-a708cc7f98db2761successactive2762successactive -------------------------------------- 09:21:26,617 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29697 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a42cb40a-c775-4ead-a295-11dcec267b90 -------------------------------------- 09:21:26,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,619 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,619 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,621 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,641 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1595, theDescription=a42cb40a-c775-4ead-a295-11dcec267b90, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1594, theAccountId=1595, isDefault=true, theDescription=a42cb40a-c775-4ead-a295-11dcec267b90_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3187, theSiteId=1594, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3188, theSiteId=1594, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,641 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,641 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,644 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,644 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,686 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29697 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a42cb40a-c775-4ead-a295-11dcec267b902963successactive -------------------------------------- 09:21:26,689 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29698 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a5d82d1a-822e-484f-959e-e75c620fe33b -------------------------------------- 09:21:26,690 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,690 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,692 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,692 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,693 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,693 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,701 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1614, theDescription=a5d82d1a-822e-484f-959e-e75c620fe33b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1613, theAccountId=1614, isDefault=true, theDescription=a5d82d1a-822e-484f-959e-e75c620fe33b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3225, theSiteId=1613, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3226, theSiteId=1613, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,702 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,702 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,704 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,704 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,746 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29698 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a5d82d1a-822e-484f-959e-e75c620fe33b3002successactive3003successpaused3004successactive -------------------------------------- 09:21:26,749 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29699 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a5e3edfa-86d0-4290-bb46-38cce180fb16 -------------------------------------- 09:21:26,750 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,750 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,752 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,752 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,753 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,753 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,760 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2272, theDescription=a5e3edfa-86d0-4290-bb46-38cce180fb16, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2271, theAccountId=2272, isDefault=true, theDescription=a5e3edfa-86d0-4290-bb46-38cce180fb16_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4541, theSiteId=2271, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4542, theSiteId=2271, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,763 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,763 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,806 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29699 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a5e3edfa-86d0-4290-bb46-38cce180fb165022successactive5023successactive -------------------------------------- 09:21:26,809 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29700 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a6ada390-c169-458b-84a5-6d99d5b44fce -------------------------------------- 09:21:26,809 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,809 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,811 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,811 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,813 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,813 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,821 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2015, theDescription=a6ada390-c169-458b-84a5-6d99d5b44fce, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2014, theAccountId=2015, isDefault=true, theDescription=a6ada390-c169-458b-84a5-6d99d5b44fce_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4027, theSiteId=2014, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4028, theSiteId=2014, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,822 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,822 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,824 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,824 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,867 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29700 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a6ada390-c169-458b-84a5-6d99d5b44fce4298successactive4299successactive -------------------------------------- 09:21:26,870 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29701 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a6dbc3fd-0e1c-4958-9b54-dd0b3b0fce7e -------------------------------------- 09:21:26,871 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,871 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,874 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,874 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,883 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1742, theDescription=a6dbc3fd-0e1c-4958-9b54-dd0b3b0fce7e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1741, theAccountId=1742, isDefault=true, theDescription=a6dbc3fd-0e1c-4958-9b54-dd0b3b0fce7e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3481, theSiteId=1741, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3482, theSiteId=1741, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,885 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,885 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,928 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29701 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a6dbc3fd-0e1c-4958-9b54-dd0b3b0fce7e3429successactive3430successactive -------------------------------------- 09:21:26,931 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29702 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: a878ce2f-aa18-44b1-b2d8-874d6181be1d -------------------------------------- 09:21:26,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,933 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,934 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:26,943 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1596, theDescription=a878ce2f-aa18-44b1-b2d8-874d6181be1d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1595, theAccountId=1596, isDefault=true, theDescription=a878ce2f-aa18-44b1-b2d8-874d6181be1d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3189, theSiteId=1595, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3190, theSiteId=1595, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:26,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:26,945 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,945 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:26,989 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29702 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: a878ce2f-aa18-44b1-b2d8-874d6181be1d2964successactive -------------------------------------- 09:21:26,992 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29703 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: aa297652-c6d6-4ba8-a41d-36abd928a761 -------------------------------------- 09:21:26,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:26,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:26,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:26,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,003 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2087, theDescription=aa297652-c6d6-4ba8-a41d-36abd928a761, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:26 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2086, theAccountId=2087, isDefault=true, theDescription=aa297652-c6d6-4ba8-a41d-36abd928a761_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4171, theSiteId=2086, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4172, theSiteId=2086, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,006 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,006 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,049 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29703 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: aa297652-c6d6-4ba8-a41d-36abd928a7614515successactive4516successactive -------------------------------------- 09:21:27,052 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29704 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ac8e1ed0-f1d2-415e-9415-7aa1ec527581 -------------------------------------- 09:21:27,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,058 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,058 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,059 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,059 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,067 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1703, theDescription=ac8e1ed0-f1d2-415e-9415-7aa1ec527581, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1702, theAccountId=1703, isDefault=true, theDescription=ac8e1ed0-f1d2-415e-9415-7aa1ec527581_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3403, theSiteId=1702, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3404, theSiteId=1702, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,068 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,068 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,070 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,070 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,113 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29704 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ac8e1ed0-f1d2-415e-9415-7aa1ec5275813210successpaused3211successpaused3212successactive3213successactive3275successactive3276successactive -------------------------------------- 09:21:27,116 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29705 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ad64997b-5bd7-4ed0-8847-7b194193c7db -------------------------------------- 09:21:27,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,118 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,118 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,128 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1754, theDescription=ad64997b-5bd7-4ed0-8847-7b194193c7db, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1753, theAccountId=1754, isDefault=true, theDescription=ad64997b-5bd7-4ed0-8847-7b194193c7db_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3505, theSiteId=1753, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3506, theSiteId=1753, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,128 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,128 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,131 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,131 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,174 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29705 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ad64997b-5bd7-4ed0-8847-7b194193c7db3472successactive3473successactive -------------------------------------- 09:21:27,177 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29706 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: af0bf424-6a4d-4fc0-8151-c9e7a4b9bfc8 -------------------------------------- 09:21:27,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,189 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1588, theDescription=af0bf424-6a4d-4fc0-8151-c9e7a4b9bfc8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1587, theAccountId=1588, isDefault=true, theDescription=af0bf424-6a4d-4fc0-8151-c9e7a4b9bfc8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3173, theSiteId=1587, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3174, theSiteId=1587, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,189 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,189 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,234 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29706 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: af0bf424-6a4d-4fc0-8151-c9e7a4b9bfc82949successactive -------------------------------------- 09:21:27,237 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29707 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: affa9783-91a7-45bb-aef4-70f49f804c90 -------------------------------------- 09:21:27,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,250 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1676, theDescription=affa9783-91a7-45bb-aef4-70f49f804c90, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1675, theAccountId=1676, isDefault=true, theDescription=affa9783-91a7-45bb-aef4-70f49f804c90_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3349, theSiteId=1675, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3350, theSiteId=1675, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,250 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,253 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,253 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,298 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29707 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: affa9783-91a7-45bb-aef4-70f49f804c903126successpaused3127successpaused3315successactive3316successactive -------------------------------------- 09:21:27,301 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29708 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b00879d1-a9c2-4b2a-97b6-097129402e6e -------------------------------------- 09:21:27,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,313 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2374, theDescription=b00879d1-a9c2-4b2a-97b6-097129402e6e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2373, theAccountId=2374, isDefault=true, theDescription=b00879d1-a9c2-4b2a-97b6-097129402e6e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4745, theSiteId=2373, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4746, theSiteId=2373, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,316 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,316 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,359 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29708 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b00879d1-a9c2-4b2a-97b6-097129402e6e6319successactive6320successactive6321successactive6322successactive6323successactive6324successactive6325successactive6326successactive6327successactive6331successpaused6332successpaused6333successpaused6334successpaused6335successpaused6336successpaused6340successpaused6341successpaused6342successpaused6363successpaused6364successpaused6365successpaused6366successpaused6367successpaused6368successpaused6369successpaused6371successpaused6372successpaused6373successpaused6374successpaused6375successpaused6376successpaused6377successpaused6378successpaused6379successpaused6388successpaused6398successpaused6399successpaused6400successpaused6401successpaused6402successpaused6404successpaused6405successactive6406successpaused6407successactive6409successpaused6410successactive -------------------------------------- 09:21:27,391 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29709 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0973eee-cf3c-4992-8a8f-7f08562ddf38 -------------------------------------- 09:21:27,391 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,391 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,393 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,393 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,395 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,395 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,403 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1687, theDescription=b0973eee-cf3c-4992-8a8f-7f08562ddf38, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1686, theAccountId=1687, isDefault=true, theDescription=b0973eee-cf3c-4992-8a8f-7f08562ddf38_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3371, theSiteId=1686, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3372, theSiteId=1686, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,403 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,403 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,406 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,406 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,449 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29709 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0973eee-cf3c-4992-8a8f-7f08562ddf383166successactive -------------------------------------- 09:21:27,451 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29710 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0a4d7ef-2654-4b62-a29a-20b59c85a679 -------------------------------------- 09:21:27,452 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,452 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,453 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,453 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,455 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,455 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,464 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=916, theDescription=b0a4d7ef-2654-4b62-a29a-20b59c85a679, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=915, theAccountId=916, isDefault=true, theDescription=b0a4d7ef-2654-4b62-a29a-20b59c85a679_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=1829, theSiteId=915, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=1830, theSiteId=915, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,464 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,464 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,467 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,467 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,510 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29710 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0a4d7ef-2654-4b62-a29a-20b59c85a6791489successactive -------------------------------------- 09:21:27,513 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29711 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b0f8c72d-cef7-4fd9-afb7-059584183749 -------------------------------------- 09:21:27,514 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,514 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,516 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,516 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,517 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,517 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,525 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1631, theDescription=b0f8c72d-cef7-4fd9-afb7-059584183749, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1630, theAccountId=1631, isDefault=true, theDescription=b0f8c72d-cef7-4fd9-afb7-059584183749_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3259, theSiteId=1630, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3260, theSiteId=1630, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,526 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,526 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,528 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,528 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,571 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29711 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b0f8c72d-cef7-4fd9-afb7-0595841837493043successactive -------------------------------------- 09:21:27,573 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29712 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b3a10fa0-eca6-47c1-aae4-3814e6570fdf -------------------------------------- 09:21:27,574 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,574 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,576 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,576 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,577 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,577 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,586 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1689, theDescription=b3a10fa0-eca6-47c1-aae4-3814e6570fdf, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1688, theAccountId=1689, isDefault=true, theDescription=b3a10fa0-eca6-47c1-aae4-3814e6570fdf_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3375, theSiteId=1688, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3376, theSiteId=1688, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,586 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,586 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,589 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,589 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,632 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29712 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b3a10fa0-eca6-47c1-aae4-3814e6570fdf3168successactive3169successactive -------------------------------------- 09:21:27,634 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29713 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b48e90ba-fa1e-4566-8c82-1f89138212ff -------------------------------------- 09:21:27,635 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,635 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,636 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,636 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,638 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,638 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,647 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1434, theDescription=b48e90ba-fa1e-4566-8c82-1f89138212ff, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1433, theAccountId=1434, isDefault=true, theDescription=b48e90ba-fa1e-4566-8c82-1f89138212ff_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2865, theSiteId=1433, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2866, theSiteId=1433, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,647 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,647 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,650 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,650 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,693 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29713 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b48e90ba-fa1e-4566-8c82-1f89138212ff2736successactive -------------------------------------- 09:21:27,696 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29714 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b4ec1619-b6de-463f-a505-f6306f6c3fd7 -------------------------------------- 09:21:27,696 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,696 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,698 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,698 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,699 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,700 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,707 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1604, theDescription=b4ec1619-b6de-463f-a505-f6306f6c3fd7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1603, theAccountId=1604, isDefault=true, theDescription=b4ec1619-b6de-463f-a505-f6306f6c3fd7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3205, theSiteId=1603, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3206, theSiteId=1603, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,708 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,708 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,710 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,710 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,754 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29714 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b4ec1619-b6de-463f-a505-f6306f6c3fd72974successactive -------------------------------------- 09:21:27,757 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29715 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b6a63856-579c-46db-b693-576ec969b3e7 -------------------------------------- 09:21:27,757 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,757 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,759 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,759 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,761 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,761 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,768 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1736, theDescription=b6a63856-579c-46db-b693-576ec969b3e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1735, theAccountId=1736, isDefault=true, theDescription=b6a63856-579c-46db-b693-576ec969b3e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3469, theSiteId=1735, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3470, theSiteId=1735, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,769 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,769 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,771 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,771 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,814 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29715 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b6a63856-579c-46db-b693-576ec969b3e73357successpaused3358successpaused3359successpaused3360successpaused3361successpaused3362successpaused3363successpaused3364successpaused3365successpaused3366successpaused3367successpaused3368successpaused3369successpaused3370successpaused3371successpaused3372successpaused3373successactive3374successactive3375successpaused3376successpaused3377successpaused3378successpaused3379successpaused3380successpaused -------------------------------------- 09:21:27,817 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29716 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: b865a79d-36c0-4acf-a528-1de576d4e5b9 -------------------------------------- 09:21:27,817 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,817 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,819 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,819 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,821 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,821 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,829 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1446, theDescription=b865a79d-36c0-4acf-a528-1de576d4e5b9, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1445, theAccountId=1446, isDefault=true, theDescription=b865a79d-36c0-4acf-a528-1de576d4e5b9_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2889, theSiteId=1445, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2890, theSiteId=1445, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,830 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,830 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,832 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,832 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,875 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29716 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: b865a79d-36c0-4acf-a528-1de576d4e5b92758successactive2759successactive -------------------------------------- 09:21:27,877 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29717 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ba0015c8-e368-4440-87b2-dabedb73374f -------------------------------------- 09:21:27,878 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,878 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,881 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,881 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,890 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1463, theDescription=ba0015c8-e368-4440-87b2-dabedb73374f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1462, theAccountId=1463, isDefault=true, theDescription=ba0015c8-e368-4440-87b2-dabedb73374f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2923, theSiteId=1462, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2924, theSiteId=1462, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,891 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,891 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,894 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,894 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,937 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29717 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ba0015c8-e368-4440-87b2-dabedb73374f2801successactive2802successactive2803successactive2804successactive -------------------------------------- 09:21:27,939 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29718 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ba1caa64-fa31-4614-81ef-4348888ba0a6 -------------------------------------- 09:21:27,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,940 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:27,942 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,942 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:27,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:27,951 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1458, theDescription=ba1caa64-fa31-4614-81ef-4348888ba0a6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:27 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1457, theAccountId=1458, isDefault=true, theDescription=ba1caa64-fa31-4614-81ef-4348888ba0a6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2913, theSiteId=1457, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2914, theSiteId=1457, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:27,951 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,951 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:27,953 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:27,953 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:27,997 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29718 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ba1caa64-fa31-4614-81ef-4348888ba0a62789successactive2790successactive -------------------------------------- 09:21:27,999 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29719 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bab59a5a-2931-488b-85ba-ebeb86022e94 -------------------------------------- 09:21:28,000 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,000 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,002 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,002 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,004 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,004 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,011 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1577, theDescription=bab59a5a-2931-488b-85ba-ebeb86022e94, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1576, theAccountId=1577, isDefault=true, theDescription=bab59a5a-2931-488b-85ba-ebeb86022e94_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3151, theSiteId=1576, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3152, theSiteId=1576, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,012 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,012 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,014 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,015 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,058 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29719 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bab59a5a-2931-488b-85ba-ebeb86022e942936successactive -------------------------------------- 09:21:28,060 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29720 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bade72d4-95d8-4d33-b2c7-2c67b7145b21 -------------------------------------- 09:21:28,061 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,061 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,064 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,064 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,072 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1608, theDescription=bade72d4-95d8-4d33-b2c7-2c67b7145b21, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1607, theAccountId=1608, isDefault=true, theDescription=bade72d4-95d8-4d33-b2c7-2c67b7145b21_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3213, theSiteId=1607, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3214, theSiteId=1607, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,072 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,072 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,074 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,074 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,117 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29720 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bade72d4-95d8-4d33-b2c7-2c67b7145b212978successactive2979successactive2980successactive2981successactive2982successactive2983successactive2984successactive2985successactive2986successactive2987successactive2988successactive2989successactive2990successactive2991successactive2992successactive2993successactive -------------------------------------- 09:21:28,120 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29721 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bed21312-cabe-4359-bd4c-1b1d32c62d68 -------------------------------------- 09:21:28,120 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,120 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,122 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,122 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,132 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1958, theDescription=bed21312-cabe-4359-bd4c-1b1d32c62d68, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1957, theAccountId=1958, isDefault=true, theDescription=bed21312-cabe-4359-bd4c-1b1d32c62d68_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3913, theSiteId=1957, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3914, theSiteId=1957, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,132 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,132 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,135 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,135 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,177 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29721 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bed21312-cabe-4359-bd4c-1b1d32c62d684156successactive -------------------------------------- 09:21:28,179 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29722 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: bf2e4ac4-daa1-41d9-97c7-4d21c79eae7b -------------------------------------- 09:21:28,180 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,180 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,183 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,183 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,191 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1650, theDescription=bf2e4ac4-daa1-41d9-97c7-4d21c79eae7b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1649, theAccountId=1650, isDefault=true, theDescription=bf2e4ac4-daa1-41d9-97c7-4d21c79eae7b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3297, theSiteId=1649, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3298, theSiteId=1649, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,191 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,191 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,193 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,193 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,236 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29722 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: bf2e4ac4-daa1-41d9-97c7-4d21c79eae7b3074successactive3075successactive -------------------------------------- 09:21:28,238 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29723 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c0c2d5ab-1238-4a46-8203-2386aba8c853 -------------------------------------- 09:21:28,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,241 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,241 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,251 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1706, theDescription=c0c2d5ab-1238-4a46-8203-2386aba8c853, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1705, theAccountId=1706, isDefault=true, theDescription=c0c2d5ab-1238-4a46-8203-2386aba8c853_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3409, theSiteId=1705, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3410, theSiteId=1705, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,251 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,251 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,254 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,254 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,298 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29723 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c0c2d5ab-1238-4a46-8203-2386aba8c8533226successactive3227successactive -------------------------------------- 09:21:28,301 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29724 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce58 -------------------------------------- 09:21:28,301 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,301 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,303 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,303 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,305 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,305 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,312 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2663, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2662, theAccountId=2663, isDefault=true, theDescription=c4834ace-84ec-413b-b1ae-17ce88e5ce58_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5323, theSiteId=2662, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5324, theSiteId=2662, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,315 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,315 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,358 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29724 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c4834ace-84ec-413b-b1ae-17ce88e5ce589185successpaused9186successpaused9187successpaused9188successpaused9189successpaused9190successpaused9191successpaused9192successpaused9193successpaused9194successpaused -------------------------------------- 09:21:28,361 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29725 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c6661fb0-94ed-4e55-aad1-dae28727f939 -------------------------------------- 09:21:28,362 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,362 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,364 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,364 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,366 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,374 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1417, theDescription=c6661fb0-94ed-4e55-aad1-dae28727f939, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1416, theAccountId=1417, isDefault=true, theDescription=c6661fb0-94ed-4e55-aad1-dae28727f939_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2831, theSiteId=1416, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2832, theSiteId=1416, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,376 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,376 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,420 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29725 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c6661fb0-94ed-4e55-aad1-dae28727f9392696successpaused2697successpaused2698successpaused2699successpaused2700successpaused2701successpaused2998successactive -------------------------------------- 09:21:28,422 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29726 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c8577995-4a9c-431b-82fa-2c79400cdfef -------------------------------------- 09:21:28,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,426 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,426 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,435 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2344, theDescription=c8577995-4a9c-431b-82fa-2c79400cdfef, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2343, theAccountId=2344, isDefault=true, theDescription=c8577995-4a9c-431b-82fa-2c79400cdfef_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4685, theSiteId=2343, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4686, theSiteId=2343, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,438 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,438 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,481 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29726 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c8577995-4a9c-431b-82fa-2c79400cdfef5767successpaused5768successpaused5840successpaused5841successpaused5848successactive5849successactive6119successactive6120successactive6121successactive6122successactive -------------------------------------- 09:21:28,484 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29727 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: c85ee820-b623-4d61-91b9-22cafb58dab5 -------------------------------------- 09:21:28,484 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,484 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,486 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,486 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,497 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1759, theDescription=c85ee820-b623-4d61-91b9-22cafb58dab5, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1758, theAccountId=1759, isDefault=true, theDescription=c85ee820-b623-4d61-91b9-22cafb58dab5_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3515, theSiteId=1758, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3516, theSiteId=1758, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,498 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,498 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,500 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,500 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,543 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29727 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: c85ee820-b623-4d61-91b9-22cafb58dab53484successpaused3485successpaused3488successpaused3489successpaused3490successactive3491successactive3492successactive3493successactive -------------------------------------- 09:21:28,546 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29728 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ca8c00c4-e068-49f4-9c3a-78c48cccb93a -------------------------------------- 09:21:28,546 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,546 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,548 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,548 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,549 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,549 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,557 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1708, theDescription=ca8c00c4-e068-49f4-9c3a-78c48cccb93a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1707, theAccountId=1708, isDefault=true, theDescription=ca8c00c4-e068-49f4-9c3a-78c48cccb93a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3413, theSiteId=1707, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3414, theSiteId=1707, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,604 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29728 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ca8c00c4-e068-49f4-9c3a-78c48cccb93a3232successpaused3233successpaused3234successactive3235successactive -------------------------------------- 09:21:28,606 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29729 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: cce622d6-1378-4d95-ac79-584f8afd6dc4 -------------------------------------- 09:21:28,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,610 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,610 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,620 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1725, theDescription=cce622d6-1378-4d95-ac79-584f8afd6dc4, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1724, theAccountId=1725, isDefault=true, theDescription=cce622d6-1378-4d95-ac79-584f8afd6dc4_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3447, theSiteId=1724, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3448, theSiteId=1724, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,621 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,623 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,623 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,667 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29729 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: cce622d6-1378-4d95-ac79-584f8afd6dc43319successactive3320successactive -------------------------------------- 09:21:28,669 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29730 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ce6119db-e765-4bda-abd8-d51d4c1eeb52 -------------------------------------- 09:21:28,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,671 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,671 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,673 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,673 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,681 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1658, theDescription=ce6119db-e765-4bda-abd8-d51d4c1eeb52, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1657, theAccountId=1658, isDefault=true, theDescription=ce6119db-e765-4bda-abd8-d51d4c1eeb52_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3313, theSiteId=1657, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3314, theSiteId=1657, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,682 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,682 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,684 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,684 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,727 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29730 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ce6119db-e765-4bda-abd8-d51d4c1eeb523094successactive -------------------------------------- 09:21:28,729 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29731 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ce975d0b-9334-48d1-92d2-83be12cb7373 -------------------------------------- 09:21:28,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,744 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1453, theDescription=ce975d0b-9334-48d1-92d2-83be12cb7373, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1452, theAccountId=1453, isDefault=true, theDescription=ce975d0b-9334-48d1-92d2-83be12cb7373_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2903, theSiteId=1452, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2904, theSiteId=1452, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,747 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,747 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,790 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29731 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ce975d0b-9334-48d1-92d2-83be12cb73732775successactive2776successactive -------------------------------------- 09:21:28,793 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29732 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d093be5f-28bb-47c2-a08c-4120fedda56d -------------------------------------- 09:21:28,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,797 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,797 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,805 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1702, theDescription=d093be5f-28bb-47c2-a08c-4120fedda56d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1701, theAccountId=1702, isDefault=true, theDescription=d093be5f-28bb-47c2-a08c-4120fedda56d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3401, theSiteId=1701, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3402, theSiteId=1701, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,806 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,808 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,808 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,851 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29732 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d093be5f-28bb-47c2-a08c-4120fedda56d3208successactive3209successactive -------------------------------------- 09:21:28,853 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29733 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d251d0e3-9756-488c-b5c1-fed955263d89 -------------------------------------- 09:21:28,854 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,854 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,856 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,856 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,866 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1408, theDescription=d251d0e3-9756-488c-b5c1-fed955263d89, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1407, theAccountId=1408, isDefault=true, theDescription=d251d0e3-9756-488c-b5c1-fed955263d89_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2813, theSiteId=1407, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2814, theSiteId=1407, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,880 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,880 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,883 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,883 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,926 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29733 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d251d0e3-9756-488c-b5c1-fed955263d892674successpaused2675successpaused2676successactive2677successactive -------------------------------------- 09:21:28,928 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29734 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d289dd3f-7b46-40ba-8960-99a26da16520 -------------------------------------- 09:21:28,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,930 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,930 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:28,940 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1660, theDescription=d289dd3f-7b46-40ba-8960-99a26da16520, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1659, theAccountId=1660, isDefault=true, theDescription=d289dd3f-7b46-40ba-8960-99a26da16520_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3317, theSiteId=1659, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3318, theSiteId=1659, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:28,940 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,941 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:28,943 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,943 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:28,987 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29734 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d289dd3f-7b46-40ba-8960-99a26da165203098successactive -------------------------------------- 09:21:28,990 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29735 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d4d78699-66cb-4081-8def-9cfdeec5f915 -------------------------------------- 09:21:28,990 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,990 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:28,992 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,992 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:28,994 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:28,994 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,002 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1715, theDescription=d4d78699-66cb-4081-8def-9cfdeec5f915, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:28 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1714, theAccountId=1715, isDefault=true, theDescription=d4d78699-66cb-4081-8def-9cfdeec5f915_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3427, theSiteId=1714, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3428, theSiteId=1714, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,003 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,003 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,005 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,005 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,048 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29735 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d4d78699-66cb-4081-8def-9cfdeec5f9153266successactive3267successactive3271successactive3272successactive -------------------------------------- 09:21:29,051 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29736 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d5f67bb8-6019-4061-92a1-1193a26fe060 -------------------------------------- 09:21:29,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,055 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,055 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,062 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1605, theDescription=d5f67bb8-6019-4061-92a1-1193a26fe060, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1604, theAccountId=1605, isDefault=true, theDescription=d5f67bb8-6019-4061-92a1-1193a26fe060_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3207, theSiteId=1604, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3208, theSiteId=1604, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,063 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,063 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,065 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,065 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,108 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29736 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d5f67bb8-6019-4061-92a1-1193a26fe0602975successactive -------------------------------------- 09:21:29,111 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29737 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a -------------------------------------- 09:21:29,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,124 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2645, theDescription=d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2644, theAccountId=2645, isDefault=true, theDescription=d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5287, theSiteId=2644, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5288, theSiteId=2644, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,124 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,124 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,127 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,127 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,169 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29737 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a8980successpaused8981successpaused8982successpaused8983successpaused -------------------------------------- 09:21:29,172 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29738 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a -------------------------------------- 09:21:29,172 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,172 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,175 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,175 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,177 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,185 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2645, theDescription=d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2644, theAccountId=2645, isDefault=true, theDescription=d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5287, theSiteId=2644, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5288, theSiteId=2644, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,185 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,185 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,187 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,187 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,235 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29738 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d6855eed-1d3a-4a24-8ddf-b803b1e6cf9a8980successpaused8981successpaused8982successpaused8983successpaused -------------------------------------- 09:21:29,238 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29739 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d69ec75a-94c4-4280-8fb7-6befae036292 -------------------------------------- 09:21:29,238 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,238 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,240 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,240 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,242 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,242 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,249 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2112, theDescription=d69ec75a-94c4-4280-8fb7-6befae036292, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2111, theAccountId=2112, isDefault=true, theDescription=d69ec75a-94c4-4280-8fb7-6befae036292_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4221, theSiteId=2111, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4222, theSiteId=2111, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,250 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,250 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,252 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,252 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,296 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29739 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d69ec75a-94c4-4280-8fb7-6befae0362924581successpaused4582successpaused4585successpaused4586successpaused4587successactive4588successactive -------------------------------------- 09:21:29,298 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29740 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d8208f3d-4088-43d9-9552-60b00b09933e -------------------------------------- 09:21:29,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,300 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,300 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,302 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,302 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,310 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1413, theDescription=d8208f3d-4088-43d9-9552-60b00b09933e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1412, theAccountId=1413, isDefault=true, theDescription=d8208f3d-4088-43d9-9552-60b00b09933e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2823, theSiteId=1412, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2824, theSiteId=1412, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,310 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,310 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,313 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,313 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,358 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29740 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d8208f3d-4088-43d9-9552-60b00b09933e2688successactive2689successactive -------------------------------------- 09:21:29,361 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29741 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d874bb81-6cd5-4fbe-b3b3-edc92e2fc54a -------------------------------------- 09:21:29,361 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,361 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,363 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,363 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,372 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1586, theDescription=d874bb81-6cd5-4fbe-b3b3-edc92e2fc54a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1585, theAccountId=1586, isDefault=true, theDescription=d874bb81-6cd5-4fbe-b3b3-edc92e2fc54a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3169, theSiteId=1585, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3170, theSiteId=1585, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,373 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,375 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,375 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,419 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29741 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d874bb81-6cd5-4fbe-b3b3-edc92e2fc54a2945successpaused2946successpaused2947successpaused3534successactive -------------------------------------- 09:21:29,421 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29742 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: d97413e6-6d47-48d0-8a10-b74b9dee6797 -------------------------------------- 09:21:29,422 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,422 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,425 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,425 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,433 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1674, theDescription=d97413e6-6d47-48d0-8a10-b74b9dee6797, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1673, theAccountId=1674, isDefault=true, theDescription=d97413e6-6d47-48d0-8a10-b74b9dee6797_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3345, theSiteId=1673, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3346, theSiteId=1673, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,436 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,436 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,479 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29742 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: d97413e6-6d47-48d0-8a10-b74b9dee67973119successactive3120successactive -------------------------------------- 09:21:29,481 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29743 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: db1d0d30-f4e9-4925-8348-0a937bc1253d -------------------------------------- 09:21:29,482 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,482 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,485 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,485 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,493 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1661, theDescription=db1d0d30-f4e9-4925-8348-0a937bc1253d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1660, theAccountId=1661, isDefault=true, theDescription=db1d0d30-f4e9-4925-8348-0a937bc1253d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3319, theSiteId=1660, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3320, theSiteId=1660, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,494 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,494 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,496 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,496 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,540 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29743 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: db1d0d30-f4e9-4925-8348-0a937bc1253d3099successactive -------------------------------------- 09:21:29,543 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29744 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dbf32920-e42c-4c4e-87cb-ab3369f5e4c2 -------------------------------------- 09:21:29,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,547 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,547 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,555 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1598, theDescription=dbf32920-e42c-4c4e-87cb-ab3369f5e4c2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1597, theAccountId=1598, isDefault=true, theDescription=dbf32920-e42c-4c4e-87cb-ab3369f5e4c2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3193, theSiteId=1597, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3194, theSiteId=1597, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,555 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,555 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,558 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,558 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,602 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29744 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dbf32920-e42c-4c4e-87cb-ab3369f5e4c22966successactive2969successactive -------------------------------------- 09:21:29,604 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29745 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dcc8ce47-2aa4-48d4-971f-79e4c3919fc3 -------------------------------------- 09:21:29,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,617 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1615, theDescription=dcc8ce47-2aa4-48d4-971f-79e4c3919fc3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1614, theAccountId=1615, isDefault=true, theDescription=dcc8ce47-2aa4-48d4-971f-79e4c3919fc3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3227, theSiteId=1614, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3228, theSiteId=1614, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,664 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29745 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dcc8ce47-2aa4-48d4-971f-79e4c3919fc33005successactive3059successactive -------------------------------------- 09:21:29,666 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29746 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dcf4a802-ef71-4aaf-bff9-4be571e8928f -------------------------------------- 09:21:29,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,667 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,668 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,668 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,670 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,670 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,678 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1717, theDescription=dcf4a802-ef71-4aaf-bff9-4be571e8928f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1716, theAccountId=1717, isDefault=true, theDescription=dcf4a802-ef71-4aaf-bff9-4be571e8928f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3431, theSiteId=1716, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3432, theSiteId=1716, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,678 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,678 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,681 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,681 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,728 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29746 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dcf4a802-ef71-4aaf-bff9-4be571e8928f3277successactive3278successactive3279successpaused3280successpaused -------------------------------------- 09:21:29,730 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29747 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: dfb47071-f7a2-4d95-8bc7-d86972b52c36 -------------------------------------- 09:21:29,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,742 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1627, theDescription=dfb47071-f7a2-4d95-8bc7-d86972b52c36, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1626, theAccountId=1627, isDefault=true, theDescription=dfb47071-f7a2-4d95-8bc7-d86972b52c36_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3251, theSiteId=1626, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3252, theSiteId=1626, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,742 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,742 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,744 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,744 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,788 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29747 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: dfb47071-f7a2-4d95-8bc7-d86972b52c363037successactive -------------------------------------- 09:21:29,790 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29748 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e1111e9d-9272-4860-a7da-60d2d32f658b -------------------------------------- 09:21:29,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,794 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,794 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,802 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1755, theDescription=e1111e9d-9272-4860-a7da-60d2d32f658b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1754, theAccountId=1755, isDefault=true, theDescription=e1111e9d-9272-4860-a7da-60d2d32f658b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3507, theSiteId=1754, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3508, theSiteId=1754, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,802 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,802 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,848 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29748 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e1111e9d-9272-4860-a7da-60d2d32f658b3474successactive3475successactive -------------------------------------- 09:21:29,851 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29749 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e26d1efd-731b-4853-be47-c88bb368cd3d -------------------------------------- 09:21:29,851 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,851 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,853 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,853 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,854 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,854 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,862 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2637, theDescription=e26d1efd-731b-4853-be47-c88bb368cd3d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2636, theAccountId=2637, isDefault=true, theDescription=e26d1efd-731b-4853-be47-c88bb368cd3d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5271, theSiteId=2636, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5272, theSiteId=2636, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,863 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,863 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,865 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,865 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,908 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29749 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e26d1efd-731b-4853-be47-c88bb368cd3d8958successpaused8959successpaused8960successpaused8961successpaused8962successpaused8963successpaused -------------------------------------- 09:21:29,915 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29750 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e35c8cf5-9a97-4e92-9369-3e29803f9e4f -------------------------------------- 09:21:29,915 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,915 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,917 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,917 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,919 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,926 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1616, theDescription=e35c8cf5-9a97-4e92-9369-3e29803f9e4f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1615, theAccountId=1616, isDefault=true, theDescription=e35c8cf5-9a97-4e92-9369-3e29803f9e4f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3229, theSiteId=1615, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3230, theSiteId=1615, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,927 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,927 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,929 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,929 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:29,973 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29750 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e35c8cf5-9a97-4e92-9369-3e29803f9e4f3006successpaused3007successactive -------------------------------------- 09:21:29,976 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29751 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e41ee0ae-b8a7-4751-904d-a7468b7ea0c0 -------------------------------------- 09:21:29,976 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,976 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:29,978 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,978 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:29,979 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,979 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:29,986 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1609, theDescription=e41ee0ae-b8a7-4751-904d-a7468b7ea0c0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:29 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1608, theAccountId=1609, isDefault=true, theDescription=e41ee0ae-b8a7-4751-904d-a7468b7ea0c0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3215, theSiteId=1608, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3216, theSiteId=1608, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:29,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:29,989 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:29,989 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,033 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29751 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e41ee0ae-b8a7-4751-904d-a7468b7ea0c02995successactive -------------------------------------- 09:21:30,039 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29752 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e42fa566-d06b-449f-9d91-7d0cb014a380 -------------------------------------- 09:21:30,039 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,039 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,041 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,041 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,043 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,043 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,050 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1600, theDescription=e42fa566-d06b-449f-9d91-7d0cb014a380, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1599, theAccountId=1600, isDefault=true, theDescription=e42fa566-d06b-449f-9d91-7d0cb014a380_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3197, theSiteId=1599, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3198, theSiteId=1599, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,051 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,051 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,053 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,053 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,097 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29752 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e42fa566-d06b-449f-9d91-7d0cb014a3802968successactive -------------------------------------- 09:21:30,099 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29753 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e4538708-8064-4209-9ec4-8b1549a1fdf8 -------------------------------------- 09:21:30,100 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,100 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,101 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,101 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,103 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,103 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,111 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1700, theDescription=e4538708-8064-4209-9ec4-8b1549a1fdf8, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1699, theAccountId=1700, isDefault=true, theDescription=e4538708-8064-4209-9ec4-8b1549a1fdf8_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3397, theSiteId=1699, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3398, theSiteId=1699, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,111 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,111 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,113 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,113 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,164 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29753 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e4538708-8064-4209-9ec4-8b1549a1fdf83198successactive3199successactive3200successpaused3201successpaused -------------------------------------- 09:21:30,166 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29754 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e6135f5f-4bc6-4e26-84ce-09ab1ab478b2 -------------------------------------- 09:21:30,167 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,167 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,170 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,170 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,179 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1461, theDescription=e6135f5f-4bc6-4e26-84ce-09ab1ab478b2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1460, theAccountId=1461, isDefault=true, theDescription=e6135f5f-4bc6-4e26-84ce-09ab1ab478b2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2919, theSiteId=1460, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2920, theSiteId=1460, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,181 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,181 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,224 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29754 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e6135f5f-4bc6-4e26-84ce-09ab1ab478b22795successactive2796successactive -------------------------------------- 09:21:30,226 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29755 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e64f4639-1f24-447f-b031-30e149ad0983 -------------------------------------- 09:21:30,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,230 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,230 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,242 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2642, theDescription=e64f4639-1f24-447f-b031-30e149ad0983, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2641, theAccountId=2642, isDefault=true, theDescription=e64f4639-1f24-447f-b031-30e149ad0983_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5281, theSiteId=2641, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5282, theSiteId=2641, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,243 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,243 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,245 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,245 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,289 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29755 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e64f4639-1f24-447f-b031-30e149ad09838975successactive -------------------------------------- 09:21:30,292 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29756 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e724b027-d032-44d0-ac50-841339e752d3 -------------------------------------- 09:21:30,292 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,292 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,294 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,294 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,296 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,296 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,303 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2264, theDescription=e724b027-d032-44d0-ac50-841339e752d3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2263, theAccountId=2264, isDefault=true, theDescription=e724b027-d032-44d0-ac50-841339e752d3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4525, theSiteId=2263, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4526, theSiteId=2263, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,304 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,304 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,306 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,307 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,351 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29756 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e724b027-d032-44d0-ac50-841339e752d35000successactive5001successactive -------------------------------------- 09:21:30,354 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29757 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e7bd3c5c-9c36-4c61-9196-45f64e4ddeb3 -------------------------------------- 09:21:30,354 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,354 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,356 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,356 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,358 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,358 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,365 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1632, theDescription=e7bd3c5c-9c36-4c61-9196-45f64e4ddeb3, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1631, theAccountId=1632, isDefault=true, theDescription=e7bd3c5c-9c36-4c61-9196-45f64e4ddeb3_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3261, theSiteId=1631, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3262, theSiteId=1631, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,365 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,365 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,368 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,368 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,412 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29757 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e7bd3c5c-9c36-4c61-9196-45f64e4ddeb33044successactive -------------------------------------- 09:21:30,414 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29758 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e8953494-8729-472c-b581-c624d8d39d56 -------------------------------------- 09:21:30,415 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,415 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,417 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,417 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,419 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,419 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,427 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1655, theDescription=e8953494-8729-472c-b581-c624d8d39d56, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1654, theAccountId=1655, isDefault=true, theDescription=e8953494-8729-472c-b581-c624d8d39d56_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3307, theSiteId=1654, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3308, theSiteId=1654, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,427 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,427 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,430 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,430 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,474 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29758 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e8953494-8729-472c-b581-c624d8d39d563085successactive3086successactive3087successactive3088successactive3103successpaused3104successpaused -------------------------------------- 09:21:30,476 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29759 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9613f40-fe7b-4b99-ae85-67128c3d9505 -------------------------------------- 09:21:30,477 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,477 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,479 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,479 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,488 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1731, theDescription=e9613f40-fe7b-4b99-ae85-67128c3d9505, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1730, theAccountId=1731, isDefault=true, theDescription=e9613f40-fe7b-4b99-ae85-67128c3d9505_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3459, theSiteId=1730, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3460, theSiteId=1730, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,488 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,488 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,491 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,491 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,536 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29759 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9613f40-fe7b-4b99-ae85-67128c3d95053333successactive3334successactive -------------------------------------- 09:21:30,538 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29760 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9ea57b5-161d-4687-a60a-04ed5c3cf17f -------------------------------------- 09:21:30,538 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,539 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,551 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1733, theDescription=e9ea57b5-161d-4687-a60a-04ed5c3cf17f, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1732, theAccountId=1733, isDefault=true, theDescription=e9ea57b5-161d-4687-a60a-04ed5c3cf17f_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3463, theSiteId=1732, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3464, theSiteId=1732, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,554 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,598 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29760 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9ea57b5-161d-4687-a60a-04ed5c3cf17f3337successactive3338successactive -------------------------------------- 09:21:30,600 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29761 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: e9fdd8be-d0d5-44be-88de-d27334f38321 -------------------------------------- 09:21:30,601 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,601 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,603 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,603 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,613 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1295, theDescription=e9fdd8be-d0d5-44be-88de-d27334f38321, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1294, theAccountId=1295, isDefault=true, theDescription=e9fdd8be-d0d5-44be-88de-d27334f38321_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2587, theSiteId=1294, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2588, theSiteId=1294, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,613 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,613 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,616 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,616 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,660 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29761 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: e9fdd8be-d0d5-44be-88de-d27334f383212338successactive2339successpaused -------------------------------------- 09:21:30,662 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29762 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: ebe06713-f36e-4168-865f-792d0da87821 -------------------------------------- 09:21:30,663 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,663 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,664 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,664 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,674 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1741, theDescription=ebe06713-f36e-4168-865f-792d0da87821, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1740, theAccountId=1741, isDefault=true, theDescription=ebe06713-f36e-4168-865f-792d0da87821_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3479, theSiteId=1740, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3480, theSiteId=1740, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,675 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,677 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,677 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,720 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29762 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: ebe06713-f36e-4168-865f-792d0da878213427successactive3428successactive -------------------------------------- 09:21:30,723 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29763 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: edff1909-e9fa-4bc1-a62a-c86e2d4d4d4a -------------------------------------- 09:21:30,723 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,723 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,725 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,725 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,727 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,727 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,734 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1740, theDescription=edff1909-e9fa-4bc1-a62a-c86e2d4d4d4a, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1739, theAccountId=1740, isDefault=true, theDescription=edff1909-e9fa-4bc1-a62a-c86e2d4d4d4a_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3477, theSiteId=1739, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3478, theSiteId=1739, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,734 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,734 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,737 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,737 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,781 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29763 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: edff1909-e9fa-4bc1-a62a-c86e2d4d4d4a3425successactive3426successactive -------------------------------------- 09:21:30,783 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29764 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: eee4113f-ca70-4d68-8681-7656f267e027 -------------------------------------- 09:21:30,784 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,784 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,785 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,785 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,787 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,787 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,795 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1597, theDescription=eee4113f-ca70-4d68-8681-7656f267e027, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1596, theAccountId=1597, isDefault=true, theDescription=eee4113f-ca70-4d68-8681-7656f267e027_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3191, theSiteId=1596, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3192, theSiteId=1596, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,795 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,795 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,798 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,798 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,842 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29764 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: eee4113f-ca70-4d68-8681-7656f267e0272965successactive -------------------------------------- 09:21:30,845 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29765 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f160a710-4a02-4fbe-9b47-e5243388f56e -------------------------------------- 09:21:30,845 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,845 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,847 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,847 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,848 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,848 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,857 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1668, theDescription=f160a710-4a02-4fbe-9b47-e5243388f56e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1667, theAccountId=1668, isDefault=true, theDescription=f160a710-4a02-4fbe-9b47-e5243388f56e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3333, theSiteId=1667, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3334, theSiteId=1667, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,903 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29765 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f160a710-4a02-4fbe-9b47-e5243388f56e3109successactive -------------------------------------- 09:21:30,906 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29766 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f17146c0-2afa-4147-aee8-fc5de96971e0 -------------------------------------- 09:21:30,906 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,906 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,908 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,908 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,910 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,910 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,917 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1709, theDescription=f17146c0-2afa-4147-aee8-fc5de96971e0, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1708, theAccountId=1709, isDefault=true, theDescription=f17146c0-2afa-4147-aee8-fc5de96971e0_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3415, theSiteId=1708, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3416, theSiteId=1708, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,918 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:30,969 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29766 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f17146c0-2afa-4147-aee8-fc5de96971e03236successactive3237successactive3238successactive3239successactive3240successpaused3241successpaused3242successactive3243successactive -------------------------------------- 09:21:30,971 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29767 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f1925c32-cb6d-4fef-8647-6deba7b522aa -------------------------------------- 09:21:30,972 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,972 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:30,973 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,973 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:30,975 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,975 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:30,983 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1443, theDescription=f1925c32-cb6d-4fef-8647-6deba7b522aa, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:30 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1442, theAccountId=1443, isDefault=true, theDescription=f1925c32-cb6d-4fef-8647-6deba7b522aa_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=2883, theSiteId=1442, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=2884, theSiteId=1442, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:30,983 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,983 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:30,987 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:30,987 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,032 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29767 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f1925c32-cb6d-4fef-8647-6deba7b522aa2752successactive2753successactive -------------------------------------- 09:21:31,034 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29768 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f1a51580-f544-458b-9332-245cdbf8ba1d -------------------------------------- 09:21:31,035 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,035 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,036 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,036 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,038 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,038 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,045 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1712, theDescription=f1a51580-f544-458b-9332-245cdbf8ba1d, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1711, theAccountId=1712, isDefault=true, theDescription=f1a51580-f544-458b-9332-245cdbf8ba1d_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3421, theSiteId=1711, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3422, theSiteId=1711, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,046 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,046 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,101 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29768 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f1a51580-f544-458b-9332-245cdbf8ba1d3252successactive3253successactive3254successpaused3255successpaused3256successactive3257successactive -------------------------------------- 09:21:31,103 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29769 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f3988784-5327-486a-a0ac-661cff4de815 -------------------------------------- 09:21:31,104 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,104 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,105 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,105 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,107 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,107 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,116 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1679, theDescription=f3988784-5327-486a-a0ac-661cff4de815, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1678, theAccountId=1679, isDefault=true, theDescription=f3988784-5327-486a-a0ac-661cff4de815_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3355, theSiteId=1678, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3356, theSiteId=1678, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,116 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,116 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,119 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,119 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,162 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29769 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f3988784-5327-486a-a0ac-661cff4de8153137successactive3138successactive3140successactive3141successactive3142successactive3143successactive -------------------------------------- 09:21:31,164 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29770 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f3ca3b8c-3325-42f9-a473-0ecb4093b69b -------------------------------------- 09:21:31,164 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,164 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,166 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,166 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,168 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,168 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,176 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1622, theDescription=f3ca3b8c-3325-42f9-a473-0ecb4093b69b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1621, theAccountId=1622, isDefault=true, theDescription=f3ca3b8c-3325-42f9-a473-0ecb4093b69b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3241, theSiteId=1621, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3242, theSiteId=1621, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,176 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,177 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,179 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,179 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,222 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29770 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f3ca3b8c-3325-42f9-a473-0ecb4093b69b3022successpaused3024successpaused3025successpaused3026successpaused3032successpaused3036successpaused3045successpaused3072successactive -------------------------------------- 09:21:31,225 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29771 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f55d0a29-cd08-4648-bb36-73ba6cd900f6 -------------------------------------- 09:21:31,225 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,225 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,227 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,227 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,229 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,229 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,236 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1601, theDescription=f55d0a29-cd08-4648-bb36-73ba6cd900f6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1600, theAccountId=1601, isDefault=true, theDescription=f55d0a29-cd08-4648-bb36-73ba6cd900f6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3199, theSiteId=1600, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3200, theSiteId=1600, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,237 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,237 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,239 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,239 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,283 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29771 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f55d0a29-cd08-4648-bb36-73ba6cd900f62970successpaused2971successactive -------------------------------------- 09:21:31,285 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29772 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f63dc298-87f1-4141-b5e5-f20f47624a8b -------------------------------------- 09:21:31,286 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,286 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,287 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,287 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,289 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,289 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,297 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1735, theDescription=f63dc298-87f1-4141-b5e5-f20f47624a8b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1734, theAccountId=1735, isDefault=true, theDescription=f63dc298-87f1-4141-b5e5-f20f47624a8b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3467, theSiteId=1734, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3468, theSiteId=1734, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,297 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,297 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,299 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,299 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,343 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29772 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f63dc298-87f1-4141-b5e5-f20f47624a8b3345successactive3346successactive3347successpaused3348successpaused3351successpaused3352successpaused3353successactive3354successactive3355successactive3356successactive -------------------------------------- 09:21:31,346 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29773 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f69e90e9-879b-4a79-8362-1f2c5944678b -------------------------------------- 09:21:31,346 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,346 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,348 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,348 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,350 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,350 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,371 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2120, theDescription=f69e90e9-879b-4a79-8362-1f2c5944678b, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2119, theAccountId=2120, isDefault=true, theDescription=f69e90e9-879b-4a79-8362-1f2c5944678b_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4237, theSiteId=2119, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4238, theSiteId=2119, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,372 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,372 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,374 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,374 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,418 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29773 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f69e90e9-879b-4a79-8362-1f2c5944678b4603successactive4604successactive -------------------------------------- 09:21:31,420 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29774 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f8169372-6c5b-4690-8cac-b34eca3e6129 -------------------------------------- 09:21:31,421 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,421 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,423 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,423 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,424 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,424 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,432 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1684, theDescription=f8169372-6c5b-4690-8cac-b34eca3e6129, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1683, theAccountId=1684, isDefault=true, theDescription=f8169372-6c5b-4690-8cac-b34eca3e6129_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3365, theSiteId=1683, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3366, theSiteId=1683, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,433 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,433 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,435 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,435 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,478 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29774 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f8169372-6c5b-4690-8cac-b34eca3e61293158successactive3159successactive3160successactive3161successactive3163successactive3164successactive -------------------------------------- 09:21:31,480 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29775 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: f82ba59a-acdc-4157-9d77-22604c6b270e -------------------------------------- 09:21:31,481 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,481 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,483 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,483 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,484 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,484 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,492 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1721, theDescription=f82ba59a-acdc-4157-9d77-22604c6b270e, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1720, theAccountId=1721, isDefault=true, theDescription=f82ba59a-acdc-4157-9d77-22604c6b270e_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3439, theSiteId=1720, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3440, theSiteId=1720, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,492 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,492 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,495 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,495 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,539 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29775 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: f82ba59a-acdc-4157-9d77-22604c6b270e3303successactive3304successactive3305successpaused3306successpaused -------------------------------------- 09:21:31,541 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29776 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fa67e324-f8ac-4e5a-bd65-18b6c8cd7eed -------------------------------------- 09:21:31,541 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,541 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,543 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,543 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,545 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,545 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,553 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1649, theDescription=fa67e324-f8ac-4e5a-bd65-18b6c8cd7eed, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1648, theAccountId=1649, isDefault=true, theDescription=fa67e324-f8ac-4e5a-bd65-18b6c8cd7eed_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3295, theSiteId=1648, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3296, theSiteId=1648, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,554 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,600 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29776 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fa67e324-f8ac-4e5a-bd65-18b6c8cd7eed3073successactive -------------------------------------- 09:21:31,602 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29777 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fb506708-7bc8-4658-9259-7b7c87accb30 -------------------------------------- 09:21:31,602 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,602 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,604 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,604 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,606 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,606 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,614 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2342, theDescription=fb506708-7bc8-4658-9259-7b7c87accb30, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2341, theAccountId=2342, isDefault=true, theDescription=fb506708-7bc8-4658-9259-7b7c87accb30_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=4681, theSiteId=2341, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=4682, theSiteId=2341, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,614 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,614 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,616 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,617 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,660 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29777 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fb506708-7bc8-4658-9259-7b7c87accb305739successpaused5740successpaused5741successpaused5742successpaused5743successpaused5744successpaused5745successpaused5746successpaused5747successpaused5748successpaused5749successpaused5750successpaused5751successpaused5752successpaused5753successpaused5754successpaused5755successpaused5756successpaused5757successactive5758successactive -------------------------------------- 09:21:31,663 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29778 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fc1f45b8-ea7a-41be-ab26-aebc43f9e119 -------------------------------------- 09:21:31,663 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,663 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,665 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,665 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,666 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,666 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,675 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1739, theDescription=fc1f45b8-ea7a-41be-ab26-aebc43f9e119, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1738, theAccountId=1739, isDefault=true, theDescription=fc1f45b8-ea7a-41be-ab26-aebc43f9e119_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3475, theSiteId=1738, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3476, theSiteId=1738, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,675 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,675 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,678 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,678 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,727 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29778 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fc1f45b8-ea7a-41be-ab26-aebc43f9e1193415successpaused3416successpaused3417successactive3418successactive3419successpaused3420successpaused3421successpaused3422successpaused -------------------------------------- 09:21:31,729 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29779 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fca0aead-ff84-42fd-be9b-cb9d57e84cb7 -------------------------------------- 09:21:31,730 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,730 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,732 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,732 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,733 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,733 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,740 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1618, theDescription=fca0aead-ff84-42fd-be9b-cb9d57e84cb7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1617, theAccountId=1618, isDefault=true, theDescription=fca0aead-ff84-42fd-be9b-cb9d57e84cb7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3233, theSiteId=1617, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3234, theSiteId=1617, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,741 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,741 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,743 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,743 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,787 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29779 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fca0aead-ff84-42fd-be9b-cb9d57e84cb73011successactive3012successpaused3014successactive -------------------------------------- 09:21:31,789 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29780 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fcb90c5d-e6a0-4d52-8941-1defa5a316d6 -------------------------------------- 09:21:31,790 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,790 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,791 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,791 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,793 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,793 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,801 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1636, theDescription=fcb90c5d-e6a0-4d52-8941-1defa5a316d6, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1635, theAccountId=1636, isDefault=true, theDescription=fcb90c5d-e6a0-4d52-8941-1defa5a316d6_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3269, theSiteId=1635, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3270, theSiteId=1635, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,801 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,801 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,805 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,805 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,854 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29780 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fcb90c5d-e6a0-4d52-8941-1defa5a316d63049successactive3057successpaused -------------------------------------- 09:21:31,856 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29781 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fd5afbbc-f5cd-42cc-91b7-735c5ea4e7a1 -------------------------------------- 09:21:31,857 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,857 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,859 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,859 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,861 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,861 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,869 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1743, theDescription=fd5afbbc-f5cd-42cc-91b7-735c5ea4e7a1, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1742, theAccountId=1743, isDefault=true, theDescription=fd5afbbc-f5cd-42cc-91b7-735c5ea4e7a1_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3483, theSiteId=1742, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3484, theSiteId=1742, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,869 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,869 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,872 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,872 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,916 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29781 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fd5afbbc-f5cd-42cc-91b7-735c5ea4e7a13431successactive3432successactive -------------------------------------- 09:21:31,918 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29782 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fe6cd93a-a21d-4533-bb84-3361a0917182 -------------------------------------- 09:21:31,918 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,919 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,920 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,920 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,922 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,922 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,932 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=1603, theDescription=fe6cd93a-a21d-4533-bb84-3361a0917182, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=1602, theAccountId=1603, isDefault=true, theDescription=fe6cd93a-a21d-4533-bb84-3361a0917182_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=3203, theSiteId=1602, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=3204, theSiteId=1602, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,932 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,932 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,935 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,935 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:31,979 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29782 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fe6cd93a-a21d-4533-bb84-3361a09171822973successactive -------------------------------------- 09:21:31,981 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29783 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: fff8fba9-58a4-41e9-8334-c5633eae0ed2 -------------------------------------- 09:21:31,982 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,982 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:31,984 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,984 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:31,985 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,985 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:31,993 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2648, theDescription=fff8fba9-58a4-41e9-8334-c5633eae0ed2, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:31 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2647, theAccountId=2648, isDefault=true, theDescription=fff8fba9-58a4-41e9-8334-c5633eae0ed2_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5293, theSiteId=2647, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5294, theSiteId=2647, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:31,993 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,993 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:31,996 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:31,996 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:32,041 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29783 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: fff8fba9-58a4-41e9-8334-c5633eae0ed28988successpaused8989successpaused -------------------------------------- 09:21:32,048 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29784 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:21:32,048 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:32,048 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:21:32,050 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:32,050 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:21:32,052 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:32,052 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:21:32,059 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:21:32 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:21:32,060 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:32,060 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:21:32,062 DEBUG [JdbcTemplate] Executing prepared SQL query 09:21:32,062 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:21:32,106 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29784 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:22:13,605 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29785 Address: /SMB-ADS/AdMaxDeploymentService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=[""], Accept=[*/*], host=[aml-svc-deploy:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[302], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e7 -------------------------------------- 09:22:13,605 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:13,605 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where description = ? ] 09:22:13,607 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:13,607 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from sites where accountID = ? ] 09:22:13,609 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:13,609 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from waypoints where siteID = ? ] 09:22:13,618 INFO [AdMaxAccountDeploymentBD] Account: Account [theAccountID=2644, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7, theTier=1, thePriority=50, theReportClickOuts=0, theReportConversions=0, theConversionTypes=[], isBidManaged=1, isActive=true, thePerformanceMetric=cpa, theProvidesConversionData=true, theAddConversionDate=false, theFractionalConversionCounts=false, theHideNullSources=0, theNowTime=Mon Jul 22 09:22:13 UTC 2019, theWarehouseDB=warehouse_1, theDatabaseInstance=1, theWarehouseInstance=1, isOnline=true, currencyCode=, theSites=[Site [theSiteId=2643, theAccountId=2644, isDefault=true, theDescription=1b4d3708-5e17-4467-abd1-5858bb1294e7_Main, theInternalURLPattern=, hasIgnorePixels=false, theWaypoints=[Waypoint [theWaypointId=5285, theSiteId=2643, theGroupId=0, theType=2, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Page View, thePassParams=, theDebounceWindow=30, theLimitPerWindow=1, theLastTestedDate=null, theTestStatus=null], Waypoint [theWaypointId=5286, theSiteId=2643, theGroupId=0, theType=4, theConverstionType=null, theDefaultCost=0.0, theDefaultValue=0.0, theTestingURL=, theDestinationURL=, theDescription=Conversion, thePassParams=, theDebounceWindow=0, theLimitPerWindow=0, theLastTestedDate=null, theTestStatus=null]]]]] 09:22:13,618 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:13,618 DEBUG [JdbcTemplate] Executing prepared SQL statement [select * from accounts where id = ? ] 09:22:13,620 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:13,620 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT bas.* FROM mms_common.campaigns c JOIN mms_common.accounts a on c.accountID=a.id join clients.externalCampaignParent ecp ON ecp.description = c.advertID JOIN admaxCampaignBudgetAccrualStatus bas ON ecp.admaxCampaignID = bas.admaxCampaignID WHERE a.bpID = ? AND bas.startDate <= ? AND (bas.endDate IS NULL OR bas.endDate >= ?)] 09:22:13,663 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29785 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: 1b4d3708-5e17-4467-abd1-5858bb1294e78979successactive9180successactive9181successpaused9182successpaused -------------------------------------- 09:22:14,445 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29786 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:22:14,446 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,446 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:22:14,450 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:22:14,460 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:22:14,460 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,460 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:22:14,462 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:22:14,462 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,462 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:22:14,465 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:22:14,465 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,465 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:22:14,467 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:22:14,468 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:22:14,468 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,468 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:22:14,470 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,470 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:22:14,471 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:22:14,480 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:22:14,480 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:22:14,480 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,480 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:22:14,481 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:22:14,481 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:22:14,481 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:22:14,481 INFO [BudgetEstimateServiceImpl] Request time: 36 millis 09:22:14,488 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29786 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 -------------------------------------- 09:22:14,535 INFO [LoggingInInterceptor] Inbound Message ---------------------------- ID: 29787 Address: /SMB-BES/BudgetEstimateService Encoding: UTF-8 Content-Type: text/xml; charset=UTF-8 Headers: {SOAPAction=["http://thesearchagency.com/smb/core/getBudgetEstimates"], Accept=[*/*], host=[aml-svc-campaign:8080], content-type=[text/xml; charset=UTF-8], connection=[keep-alive], cache-control=[no-cache], Content-Length=[457], pragma=[no-cache], user-agent=[Apache CXF 3.0.7], Content-Type=[text/xml; charset=UTF-8]} Payload: Google299610943USDen -------------------------------------- 09:22:14,537 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,537 DEBUG [JdbcTemplate] Executing prepared SQL statement [select bl.id, bl.description, bl.shortDescription, bl.GeoModTargetLocationID, bl.status, bl.isSellable, blt.type, blm.parentBusinessLocationID, blt2.distributionID, blt2.useSEDefinedTargets, blt2.usePointRadiusTargets from businessLocations bl left join businessLocationMap blm on blm.childBusinessLocationID = bl.id join businessLocationTypes blt on blt.id = bl.businessLocationTypeID join businessLocationTargets blt2 on blt2.businessLocationID = bl.id where bl.id=?] 09:22:14,541 INFO [AuthChallengeProcessor] digest authentication scheme selected 09:22:14,551 INFO [BudgetEstimateDAO] Query: SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=? 09:22:14,551 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,551 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT glt.id, glt.target, glt.description, glt.type, glt.code, gbem.budgetEstimateMultiplier FROM mms_common.googleLocationTargets glt JOIN googleBudgetEstimateMap gbem on gbem.googleLocationTargetID = glt.id WHERE gbem.businessLocationID=?] 09:22:14,553 INFO [BudgetEstimateDAO] Query: SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=? 09:22:14,553 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,553 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT be_babem.businessAreaID, be_babem.budgetEstimateMultiplier, be_babem.maxCpc FROM budget_estimate.businessAreaBudgetEstimateMultiplier be_babem JOIN biz_function_location.keywordLists bfl_kl on be_babem.businessAreaID = bfl_kl.businessFunctionID WHERE bfl_kl.id=?] 09:22:14,556 DEBUG [KeywordServiceImpl] Getting keywords for KeywordList: 2996 09:22:14,556 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,556 DEBUG [JdbcTemplate] Executing prepared SQL statement [select k.id, k.keywordListID, k.keyword, k.matchType, k.isGeoMod, k.isGeoTarget, k.isMobile, k.isNegative from keywords k join keywordLists l on (k.keywordListID = l.id)where k.keywordListID = ? and k.matchType <> 'website' and k.id not in (select negative.id from keywords negative join keywords positive on (negative.keywordListID = positive.keywordListID) where negative.isGeoTarget = 1 and negative.matchType not in('broad','website') and negative.isNegative = 1 and positive.isGeoTarget = 1 and positive.isNegative = 0 and positive.matchType <> 'website' and positive.keywordListID = l.id and positive.keyword REGEXP concat('(-+|[[:<:]])',negative.keyword,'(-+|[[:>:]])')) ] 09:22:14,557 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'id' to property 'ID' of type int 09:22:14,557 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keywordListID' to property 'keywordListID' of type int 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'keyword' to property 'keyword' of type class java.lang.String 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'matchType' to property 'matchType' of type class com.thesearchagency.core.smb.dto.KeywordMatchType 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoMod' to property 'isGeoMod' of type boolean 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isGeoTarget' to property 'isGeoTarget' of type boolean 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isMobile' to property 'isMobile' of type boolean 09:22:14,558 DEBUG [ParameterizedBeanPropertyRowMapper] Mapping column 'isNegative' to property 'isNegative' of type boolean 09:22:14,559 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:22:14,559 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,559 DEBUG [JdbcTemplate] Executing prepared SQL statement [select dateUpdated from biz_function_location.keywordLists where id = ?] 09:22:14,560 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,560 DEBUG [JdbcTemplate] Executing prepared SQL statement [select merchantUUID from biz_function_location.keywordLists where id = ?] 09:22:14,561 DEBUG [KeywordServiceImpl] 79 keywords found for KL: 2996 09:22:14,570 INFO [BudgetEstimateDAO] Requesting most recent budget estimate later than 2019-07-04 09:14:19 09:22:14,570 INFO [BudgetEstimateDAO] Query: SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1 09:22:14,570 DEBUG [JdbcTemplate] Executing prepared SQL query 09:22:14,570 DEBUG [JdbcTemplate] Executing prepared SQL statement [SELECT gbe.id, gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.minPrice, gbe.maxPrice, gbe.minClicks, gbe.maxClicks, gbe.time FROM googleBudgetEstimates gbe WHERE gbe.keywordListID=? and gbe.googleLocationTargetID=? and gbe.currencyCode=? and gbe.languageCode=? and gbe.time>? ORDER BY gbe.keywordListID, gbe.googleLocationTargetID, gbe.currencyCode, gbe.languageCode, gbe.time DESC LIMIT 1] 09:22:14,571 ERROR [BudgetEstimateDAO] A budget estimate was found with min/max prices = 65.82499/89.39197 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] ######################################################################### 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] Distribution ID : 3 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] Location Target ID : 66274 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] KeywordList ID : 2996 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] Finalizing budget estimate . . . minPrice = 65.82499 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] maxPrice = 89.39197 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] minClicks = 11.469058 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] maxClicks = 14.017738 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] Daily pricing . . . maxPrice = 89.39197 09:22:14,571 DEBUG [BudgetEstimateServiceImpl] Budget estimate using BL multiplier (0.0263607) and BA Multiplier (1.0): maxPrice = 71.722 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] Set origin to: CACHE 09:22:14,572 INFO [BudgetEstimateServiceImpl] BES - Number of keywords in estimate request :79 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] Quota costs . . . 0.0 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] Final budget estimate . . . minPrice = 17.218 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] maxPrice = 71.722 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] minClicks = 3.0 09:22:14,572 DEBUG [BudgetEstimateServiceImpl] maxClicks = 11.247 09:22:14,572 INFO [BudgetEstimateServiceImpl] Request time: 36 millis 09:22:14,578 INFO [LoggingInInterceptor] Outbound Message --------------------------- ID: 29787 Encoding: UTF-8 Content-Type: text/xml Headers: {} Payload: successGoogle299610943USDencache2019-07-05T06:37:12.000Z17.21871.7223.011.247 --------------------------------------