Getting Started
Factory
Widget Configuration
Finding and using fonts for your widget
Customizing your widgets using Additional CSS
Using passbacks when widget is empty
Disable device storage (localstorage, cookies)
Content Share
How can I use a preamble for my v2 widgets?
How can I use the article source for my v2 widgets?
Widget Implementation
Adding a widget to your site
Testing the widget on a live site
Testing the widget in your test environment
Content Recommendations
Selecting articles to recommend
Elements of an article recommendation
Images in content recommendations
Widget FAQ
Can I have more than one widget?
How do I add multiple widgets to a page?
How do I add a widget in an iframe or through Ad Manager?
Does the widget work with infinite scroll?
Can I use the widget in WordPress?
Will the widget affect my Google ranking or SEO?
Will the Strossle widget slow down my website?
How do I prevent Widgets from displaying the same recommendations?
How does Strossle measure impressions?
Widget Troubleshooting
My widget is showing old article recommendations
My widget is not showing
My widget is too wide/too narrow
Ads.txt
Insights
Manager
Introduction to Manager
Exclude ads using third-party trackers
Find and configure your Ads.txt records
Marketplace
Introduction
Ad Sets
Introduction to Ad Sets
Prioritization of Ad Sets
Targeting Categories
Targeting Site Types
Choosing Delivery Mode For Your Ad Set
Ad Creatives
Introduction to Ad Creatives
The Art of Writing Great Headlines
Choosing the Perfect Image for Your Content
Adding a sclid macro to your Ad Creatives
Ad Creative Optimization
Using your own impression tracker
Including referrer in your click URL
Ad Specification
Measuring conversions per Ad Creative
Measuring engagement with your landing page
House Ads
Marketplace FAQ
Why is my campaign not getting enough traffic?
Can I select or exclude certain publishers?
Why does currency of my campaigns differ?
Can I change currency?
How does Strossle handle traffic from bots?
How often is the forecast updated?
Do you provide a campaign reporting API?
Can multiple Creatives from the same Ad Set show up in the same placement?
Why may Strossle reporting differ from third-party reporting tools?
Scraper
- All Categories
- Marketplace
- Ad Creatives
- Measuring conversions per Ad Creative
Measuring conversions per Ad Creative
Strossle Analytics can be configured to measure number of conversions generated per Ad Creative.
Implementation
- Implementation on the landing page
Implement the following code snippet across your entire website or on individual landing pages.
<script async src="https://assets.strossle.com/strossle-analytics/1/strossle-analytics.js"></script>
<script>
window.strossleAnalyticsQueue = window.strossleAnalyticsQueue || [];
function strossleAnalytics() { strossleAnalyticsQueue.push(arguments); }
strossleAnalytics('config', 'deviceStorage', true);
</script>
- Implementation on the conversion page
The following code snippet should only be added to pages you want to register conversions on. If the user has previously clicked one of your ads and later arrives at the conversion page, a conversion will be registered.
<script async src="https://assets.strossle.com/strossle-analytics/1/strossle-analytics.js"></script>
<script>
window.strossleAnalyticsQueue = window.strossleAnalyticsQueue || [];
function strossleAnalytics() { strossleAnalyticsQueue.push(arguments); }
strossleAnalytics('config', 'deviceStorage', true);
strossleAnalytics('event', 'conversion');
</script>
- Modify Click URL of your Ad Creatives
An sclid macro must be added as a query parameter in the Click URL of your Ad Creatives. Detailed instructions can be found here:
Adding a sclid macro to your Ad Creatives
Are you storing any data on the user's device?
We store the sclid
in localStorage on the user's device. This allows us to track conversions taking place on pages of your site other than the landing page. We do this completely without collecting any personal data or user identifiers.
In case your website hosts a TCF v2.0 compliant CMP, Strossle will automatically detect if we have consent to store information in localStorage.