Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ads API endpoint #7

Merged
merged 1 commit into from
Oct 5, 2022
Merged

Add Ads API endpoint #7

merged 1 commit into from
Oct 5, 2022

Conversation

KonradIT
Copy link
Contributor

@KonradIT KonradIT commented Sep 9, 2022

Pulls ads from the new Rumble Ads platform that is currently integrated in truth social.

More details here:

A sample response:

{
	"count": 20,
	"ads": [{
		"type": 1,
		"impression": "https://truthsocial.com/api/v1/truth/ads/impression/?path={sample_ad_id}",
		"click": "https://a-delivery.rmbl.ws/c?tid={sample_rumble_ad_id}",
		"asset": "https://a-cdn.rmbl.ws/creatives/[xxx].jpg",
		"expires": 1662765579,
		"why_copy": "We show you ads for products and services we think you might like."
	},

@lxcode lxcode merged commit 67567f2 into stanfordio:main Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants