def click():
    """
    Log tile ping sent from Firefox on each tile action
    """
    return handle_ping("click", api_version="3")
Пример #2
0
def click():
    """
    Log tile ping sent from Firefox on each tile action
    """
    return handle_ping("click", api_version="3")
def view():
    """
    Log impression ping sent from Firefox on each newtab open event
    """
    return handle_ping("view", api_version="3")
Пример #4
0
def view():
    """
    Log impression ping sent from Firefox on each newtab open event
    """
    return handle_ping("view", api_version="3")