OpenAD Protocol for LINE NEXT
  • Introduction
    • About
  • Getting Started
    • For Advertiser
      • Advertising Formats
      • Creating Your Ads Campaign
        • Banner Ads
        • Interactive Ads
      • Advertising Strategy Guide
      • Ad Campaign Management and Analytics
      • Payment Method
      • Advertiser Callback
    • For Volume Owner
      • Advertising Formats
      • Create Your Ad Placement
      • How to Integrate OpenAD
        • Create Banner Ads
        • Create Interactive Ads
      • Ad Slot Management and Analytics
      • How to Integrate APPs on More Platforms
        • Native JS APP
        • Direct Ajax Call for Native App
      • Troubleshooting
        • Prevention from 'Blocking'
        • Banners Not Delivering over SSL
  • Index
    • Approval
    • Glossary
    • About Us
  • Brand Kit
    • Logos
Powered by GitBook
On this page
  • API Callback URL
  • Callback Method
  • #For Advertiser how to get callback parameters
  • #Send a GET request to OpenAD Protocol, the URL is as follows
Export as PDF
  1. Getting Started
  2. For Advertiser

Advertiser Callback

OpenAD will notify advertisers for live ad publishing, and upgrade user tags based on callback from advertiser application calls.

This will be used to enhance the governance consensus within OpenAD Network.

This document describes how advertisers use the callback API to notify and return data to OpenAD Protocol.


API Callback URL

https://6bf9546ea5.api.openad.network/v3/api/callback

Callback Method

GET


#For Advertiser how to get callback parameters

If your promotion link is like https://host/pathname?PromotionChannel=OpenAD_Protocol, the callback parameters will be spliced after your promotion link.

If your promotion link is like https://host/pathname, then your promotion link will be spliced with ?PromotionChannel=OpenAD_Protocol and callback parameters.

Your webApp launch page will get the following URL


https://host/pathname
?PromotionChannel=OpenAD_Protocol
&zoneId=159
&publisherId=49
&eventId=158
&traceId=10511960c290a145c3fb555c8dddcbf48f96cc
&cb=1b2a1fced9f036b8881a0ffda17920d2
&hash=29ebc1be403b57aba2d2689410e15b01
&signature=b2c2525ef5f8c71378af2fd587b3cdd0
&userId=6087580917


#Send a GET request to OpenAD Protocol, the URL is as follows


https://6bf9546ea5.api.openad.network/v3/api/callback
?zoneId=159
&publisherId=49
&eventId=158
&traceId=10511960c290a145c3fb555c8dddcbf48f96cc
&cb=1b2a1fced9f036b8881a0ffda17920d2
&hash=29ebc1be403b57aba2d2689410e15b01
&signature=b2c2525ef5f8c71378af2fd587b3cdd0
&userId=6087580917

PreviousPayment MethodNextFor Volume Owner

Last updated 28 days ago