How Can We Help?

Search for answers or browse our knowledge base.

Documentation | Demos | Support

On this page
Print / Download as PDF

Signals: Impressions

Introduction

Our Signals system ingests event-level data and associates it with your account analysis.

The Signal ingestion is based on a client-side GET request with key-value pairs.

Parameters

KeyValueData Type
deviceifa*Android Advertising ID or Apple IDFAString(255)
latitude*Latitude with up to 7 digits precisionFloat
longitude*Longitude with up to 7 digits precisionFloat
userAgentURL Encoded USER AGENT of deviceString(255)
adwidthNumeric Ad Width in PixelsInteger
adheightNumeric Ad Height in PixelsInteger
campaignIDAlpha Numeric Campaign IdentifierString(255)
bannerIDAlpha Numeric Banner IdentifierString(255)
pubidThe assigned ID of a specific publisher grouping (apps or sites)String(255)
invTypeDisplay or VideoString(255)
deviceTypeThe numeric ID for the type of device.Integer
countryThe ISO code for the countryString(3)
bidAssigned Business IdentifierString(255)
genderM = male, F = Female, O = Other or unknownString(1)
ageThe numeric age of the userInteger
ipThe IP4 ip address of the recordInteger
dThis is the date of the record in Y-M-D H:M:S formatDateTime
auctionID*unique/randomized identifierString(255)
bundleIDAppStore Identifier for the signal originationString(255)
appNameApp Name for the signal originationString(255)
* denotes required field for full analysis.

 

 

Examples

GET Request

				
					https://east-1.collector.insights.report/p/p.php?bid={BID}&bundleID={APP_BUNDLE}&deviceIFA={DEVICE_IFA}&lattitude={LATITUDE}&longitude={LONGITUDE}&userAgent={USER_AGENT}&adWidth={AD_WIDTH}&adHeight={AD_HEIGHT}&campaignID={CAMPAIGN_ID}&bannerID={BANNER_ID}&pubID={PUB_ID}&invType={INVENTORY_TYPE}&deviceType={DEVICE_TYPE}&auctionID={AUCTION_ID}&country={COUNTRY}&appname={APP_NAME}&gender={GENDER}&age={AGE}&ip={CLIENT_IP}
				
			

Display Pixel Example

				
					<img src ='https://east-1.collector.insights.report/p/p.php?bid={BID}&bundleID={APP_BUNDLE}&deviceIFA={DEVICE_IFA}&lattitude={LATITUDE}&longitude={LONGITUDE}&userAgent={USER_AGENT}&adWidth={AD_WIDTH}&adHeight={AD_HEIGHT}&campaignID={CAMPAIGN_ID}&bannerID={BANNER_ID}&pubID={PUB_ID}&invType={INVENTORY_TYPE}&deviceType={DEVICE_TYPE}&auctionID={AUCTION_ID}&country={COUNTRY}&appname={APP_NAME}&gender={GENDER}&age={AGE}&ip={CLIENT_IP}' height='0' width='0'>
				
			

iFrame Example

				
					<iframe src='https://east-1.collector.insights.report/p/pixel.php?bid={BID}&bundleID={APP_BUNDLE}&deviceIFA={DEVICE_IFA}&lattitude={LATITUDE}&longitude={LONGITUDE}&userAgent={USER_AGENT}&adWidth={AD_WIDTH}&adHeight={AD_HEIGHT}&campaignID={CAMPAIGN_ID}&bannerID={BANNER_ID}&pubID={PUB_ID}&invType={INVENTORY_TYPE}&deviceType={DEVICE_TYPE}&auctionID={AUCTION_ID}&country={COUNTRY}&appname={APP_NAME}&gender={GENDER}&age={AGE}&ip={CLIENT_IP}&store={STORENUMBER}'&e=3' width='0px' height='0px'>
				
			
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Please Share Your Feedback
How Can We Improve This Article?