Details
-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: unspecified
-
Fix Version/s: unspecified
-
Component/s: Data Summarization
-
Labels:None
-
Environment:
BidMgr Build :39
Description
It is observed that placements having specific format -'Mobile App: Funny Jokes (Android Market), by Swiss Codemonkeys' are not pulling to database.
1.Add placements in the Googleadwords (screen shot attached) for adgroup - 'TestGoogleAPI of Campaign - Campaign#12'
2.Run seupdate with groups and listings arguments.
./seupdate.sh --groups --listings -d 3 --distribution 3 -a 17 2>&1| tee /tmp/placement.log ---attached
3.Check the database
mysql> SELECT * FROM sync_google.googleKeywords where searchEngineUserID=8 and adgroupid IN (SELECT searchEngineIdentifier FROM `st-tracker`.searchEngineGroups where accountID=17 and description like '%TestGoo%');
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
searchEngineUserID | campaignid | adgroupid | keywordid | keyword | kwType | kwStatus | maxCpc | maxCpm | maxContentCpc | kwDestUrl | kwisnegative | agStatus | adGroupMaxContentCpc | adGroupMaxCpc | adGroupMaxCpm | adGroupSiteMaxCpc | adgroup |
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
8 | 35709401 | 2586274331 | 931755094 | cellular google | Broad | enabled | 300000 | 0 | 500000 | http://testgoogle.com | false | enabled | 500000 | 500000 | 0 | 0 | TestGoogleAPI |
8 | 35709401 | 2586274331 | 2077555571 | cellsalive.com | WebSite | enabled | 500000 | 0 | 500000 | false | enabled | 500000 | 500000 | 0 | 0 | TestGoogleAPI |
8 | 35709401 | 2586274331 | 13618337141 | publishersglobal.com::Across the site,Top center | WebSite | enabled | 500000 | 0 | 500000 | false | enabled | 500000 | 500000 | 0 | 0 | TestGoogleAPI |
8 | 35709401 | 2586274331 | 31433398691 | Test Cell Adgroup | Broad | enabled | 500000 | 0 | 500000 | http://gmail.com | false | enabled | 500000 | 500000 | 0 | 0 | TestGoogleAPI |
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
4 rows in set (0.35 sec)