Integrate API key

Alius1989

Junior Member
Joined
Sep 21, 2020
Messages
139
Reaction score
27
Hey guys, i am affiliate and was always was using affiliate links but now my AM give my API key and told me i need to integrate in my lander.
I have no clue how to do it..
Anyone can help me with this?
 
I don't know your exact situation, but I imagine you have a snippet of code in the JavaScript on your page, something like:

Code:
    var apiKey = 'place_your_api_key_here';

    function onPageLoad() {
        // do something with the API key...   
    }

...probably between two script tags. If you have access to the source code for that webpage, look for something similar and paste your API key between the quotes.

Or just message the guy back, and ask more specifically what you're supposed to do with it. Lol.
 
Back
Top