• Resolved DAM

    (@damland)


    Hello,
    I need to import more then 20k listings and I need to specify my google api key to avoid the google limit but its NOT working.
    Can you please fix it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter DAM

    (@damland)

    When I reach the limit it doesn’t get the coordinates of the listings anymore and I’m not able to add the google server key

    Plugin Author WP All Import

    (@wpallimport)

    Hi damland.

    You can specify your Google API key in the theme customizer. In your WordPress dashboard, you’ll want to navigate to Appearance > Customize > Listings > Map Settings, and you’ll find the Google Maps API Key setting.

    If this doesn’t fix the issue, please open a support ticket at https://www.wpallimport.com/support/ so we can take a look at the data and advise further.

    Thread Starter DAM

    (@damland)

    it didn’t fix the issue, I’ve also tried this:
    function add_geolocation_key_to_endpoint( $endpoint ) {
    $endpoint = add_query_arg( ‘key’, ‘MY-SERVER-API-KEY’, $endpoint );
    return $endpoint;
    }
    add_filter( ‘job_manager_geolocation_endpoint’, ‘add_geolocation_key_to_endpoint’ );

    but didn’t work as well, I will contact support but I really think you should fix this for everybody

    Plugin Author WP All Import

    (@wpallimport)

    Hi damland.

    WP All Import doesn’t actually send the API to request, or process it in anyway. When a post is imported, the imported location data is saved in a custom field and then Listify makes the API calls. If you can demonstrate that a manually added listing is in some way behaving differently than an imported one on our testing servers (https://www.wpallimport.com/debug/) then we will be happy to take a look.

    In this case, however, it seems you are having trouble getting Listify to accept you Google Maps API keys. All that we can suggest is that you contact their support channel: https://astoundify.com/support/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Import with server key’ is closed to new replies.