This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMAAdDisplayContainer *adDisplayContainer = | |
[[IMAAdDisplayContainer alloc] initWithAdContainer:self.adsContainer companionSlots:nil]; | |
// Create an ad request with our ad tag, display container, and optional user context. | |
IMAAdsRequest *request = [[IMAAdsRequest alloc] initWithAdTagUrl:@"http://adsp.haberturk.com/advertpro/servlet/vast2/zone?zid=1717&pid=0&random=" | |
adDisplayContainer:adDisplayContainer | |
contentPlayhead:self.contentPlayhead | |
userContext:nil]; | |
[self.adsLoader requestAdsWithRequest:request]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
targets = { | |
brght = "0.500000"; | |
btchar = "-100"; | |
btcharst = false; | |
bundleIdentifier = "com.plustelekom.NMDisplay"; | |
carr = ""; | |
deviceName = "iPhone Simulator"; | |
deviceOperatingSystemVersion = "iOS 8.4"; | |
hdpsts = false; | |
idfa = "6CE91E59-B7D0-4F4C-AB09-2F1B725BECC9"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL in XML Link: | |
https://pubads.g.doubleclick.net/aclk?sa=L&ai=BPa7tLswXVqKQNJSfbv70ubgF9-CGpQcAAAAQASCPsd4lOABY97-wp4gCYJn-noa4IboBCzYyNHgzNTJfeG1syAEF2gEFaHR0cDqpAoumiCKaH5c-wAIC4AIA6gIULzEzMTMwMjQwNy9Vem1hbl9Ea3n4AvTRHpADhAeYA4QHqAMB0ASQTuAEAZAGAaAGI9gHAQ&num=0&cid=5GgCKLauz-kthEz8VwyzNqLz&sig=AOD64_3AsZ-FYmOIQbDXfzHieZUN2g4eEQ&client=ca-pub-3069068742246799&adurl=http://dkykartal.com/%3Futm_source%3DUzmanTV%26utm_medium%3DVideo_PreRoll%26utm_content%3DDKY_Kartal%26utm_campaign%3DDKY_Kartal_IBillBoard | |
Encoded uRL | |
https://pubads.g.doubleclick.net/aclk?sa=L%26ai=B7PT5ONYXVvGdC5HDb82luKAE9-CGpQcAAAAQASCPsd4lOABY97-wp4gCYJn-noa4IboBCzYyNHgzNTJfeG1syAEF2gEFaHR0cDqpAqVytYPcF5c-wAIC4AIA6gIULzEzMTMwMjQwNy9Vem1hbl9Ea3n4AvTRHpADhAeYA4QHqAMB0ASQTuAEAZAGAaAGI9gHAQ%26num=0%26cid=5GhVACL-85Q1oxtecsteBPSK%26sig=AOD64_0raH1tG2PfLKN7Glah6BlHJ6yzsw%26client=ca-pub-3069068742246799%26adurl=http://dkykartal.com/?utm_source=UzmanTV%26utm_medium=Video_PreRoll%26utm_content=DKY_Kartal%26utm_campaign=DKY_Kartal_IBillBoard | |
Decod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original Click Link in Vast Address: | |
https://pubads.g.doubleclick.net/aclk?sa=L&ai=BdfOYlWISVvqCNKHCigbmuqqwDvfghqUHAAAAEAEgj7HeJTgAWPe_sKeIAmCZ_p6GuCG6AQs2MjR4MzUyX3htbMgBBdoBBWh0dHA6qQLJEUw6UHOWPsACAuACAOoCFC8xMzEzMDI0MDcvVXptYW5fRGt5-AL00R6QA4QHmAOEB6gDAdAEkE7gBAGQBgGgBiPYBwE&num=0&cid=5GiA4dbgVIIqU0_K1YSfhp0p&sig=AOD64_2jZs8KzvPyO36Me9cwZ57vxKyzPw&client=ca-pub-3069068742246799&adurl=http://dkykartal.com/%3Futm_source%3DUzmanTV%26utm_medium%3DVideo_PreRoll%26utm_content%3DDKY_Kartal%26utm_campaign%3DDKY_Kartal_IBillBoard | |
Encoded with objc : | |
https://pubads.g.doubleclick.net/aclk?sa=L&ai=BdfOYlWISVvqCNKHCigbmuqqwDvfghqUHAAAAEAEgj7HeJTgAWPe_sKeIAmCZ_p6GuCG6AQs2MjR4MzUyX3htbMgBBdoBBWh0dHA6qQLJEUw6UHOWPsACAuACAOoCFC8xMzEzMDI0MDcvVXptYW5fRGt5-AL00R6QA4QHmAOEB6gDAdAEkE7gBAGQBgGgBiPYBwE&num=0&cid=5GiA4dbgVIIqU0_K1YSfhp0p&sig=AOD64_2jZs8KzvPyO36Me9cwZ57vxKyzPw&client=ca-pub-3069068742246799&adurl=http://dkykartal.com/%253Futm_source%253DUzmanTV%2526utm_medium%253DVideo_PreRoll%2526utm_content%253DDKY_Kartal%2526u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listen 80; | |
server_name www.ambul.com; | |
root /www/deneme/public/; | |
index index.php; | |
#listen 443 ssl; | |
#ssl_certificate /etc/nginx/ssl/nginx.crt; | |
#ssl_certificate_key /etc/nginx/ssl/nginx.key; | |
#charset UTF-8; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>HTML5 Templates</title> | |
<link href="style.css" rel="stylesheet" type="text/css"> | |
</head> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iVBORw0KGgoAAAANSUhEUgAAAoAAAAKACAIAAACDr150AAAAAXNSR0IArs4c6QAA | |
ABxpRE9UAAAAAgAAAAAAAAFAAAAAKAAAAUAAAAFAAATt3T9dDMEAAEAASURBVHgB | |
ZL0HkyPbkWb5fvl0s8VMb9vYjK2tzbZ1k3yiXunUWiKhtdZaay1TV9Xb434BVJFL | |
Oi8vAoHIADILJ77P/Xr85Li9dFqu3dZbj+PO57SF3M6YxxX3utJBby7iz0V8RCkR | |
KsaDjIVEsJAIlVOxaiZWzcZq2VglG6/kkpVcopJP1IrJWjHRLCVbxUSrlGyXU+1y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code": 100, | |
"message": "SUCCESS", | |
"data": { | |
"ads": [{ | |
"source": "mopub", | |
"type": "Custom", | |
"size": "320x480", | |
"index": 3, | |
"adunitid": "eafe0b8258da497688d4babce9f1fa15" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "code": 100, "message": "SUCCESS", "data": { "ads": [{ "source": "mopub", "type": "Custom", "size": "320x480", "index": 3, "adunitid": "eafe0b8258da497688d4babce9f1fa15" }, { "source": "mopub", "type": "Custom", "size": "310x168", | |
"index": 7, "adunitid": "4d0a2096ed03408ea5ba7740dab05001" }, { "source": "mopub", "type": "MRE", "size": "300x250", "index": 11, "adunitid": "ca4dd70ed24c4e7e887110ef838ee863" }, { "source": "mopub", "type": "MAIA", "index": 12, "maiabox": { "name": "Önerilen Uygulamalar", "link": null, "media": null }, "cards": [{ "source": "mopub", "adunitid": "43a2b414753c4b1c9133c2f51e0e3a06", "index": 0 }, { "source": "mopub", "adunitid": "31d5bbf30eff49f9b66bf1e66f2af371", "index": 1 }, { "source": "mopub", "adunitid": "6401876735e74970bf05198ea963d5b2", "index": 2 }, { "source": "mopub", "adunitid": "4e7a64ba4b9d443d9636abd5fd951a7e", "index": 3 }, { "source": "mopub", "adunitid": "2aba5780a9b848d49f594ecdd6dd936e", "index": 4 }] }, { "source": "mopub", "type": "Custom", "size": "300x300", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<__NSCFArray 0x7fc072d9a920>( | |
{ | |
active = 1; | |
buyit = ""; | |
"callback_flash" = ""; | |
"callback_imp" = 0; | |
code = 27968; | |
custom = { | |
vastchangeurl = ""; | |
}; |
NewerOlder