def click():
    """
    Log tile ping sent from Firefox on each tile action
    """
    return handle_ping("click", api_version="3")
예제 #2
0
파일: v3.py 프로젝트: mostlygeek/onyx
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
파일: v3.py 프로젝트: mostlygeek/onyx
def view():
    """
    Log impression ping sent from Firefox on each newtab open event
    """
    return handle_ping("view", api_version="3")