{ if (eventName === "Purchase") { const tokenDataAsString = localStorage.getItem("google_rwg_token"); if (tokenDataAsString === null) { return } try { const { rwgToken, lastUpdate } = JSON.parse(tokenDataAsString) if (isTimestampOlderThan30Days(lastUpdate)) { return } fetch("https://www.google.com/maps/conversion/collect", { method: "POST", body: JSON.stringify({ conversion_partner_id: WIX_PARTNER_ID, rwg_token: rwgToken, merchant_changed: 2 }) }); } catch (err) { console.error("failed to report Google Maps API conversion event", { tokenDataAsString }) } } }) } function isTimestampOlderThan30Days(timestamp) { const thirtyDaysInMilliseconds = 30 * 24 * 60 * 60 * 1000; const currentTimestamp = Date.now(); return (currentTimestamp - timestamp) > thirtyDaysInMilliseconds; } })()
top of page

Yadira González Rueda
Founding Lawer
 
In 2011 Yadira González Rueda finished her Law Degree at the University of Las Palmas de Gran Canaria.  In 2012 he completed a master's degree in Financial and Tax Law and founded his professional legal office located at Carmen Llopis street, 7, ground floor, 35003 Las Palmas de Gran Canaria. 

In order to provide better advice and guarantee the effectiveness of his profession, he studied at the Practical Legal School taught by the Bar Association and the University of Las Palmas de Gran Canaria. 
 This young lawyer has continued her professional training, updating not only in her area of specialization in Alien Law but also in other jurisdictions. She has been a member of the prestigious Spanish Association of Foreign Lawyers since 2020.
 Currently, his work is a reference in the Canary Islands, numerous judgments and favorable administrative resolutions and hundreds of satisfied clients guarantee his professional development. His office is recognized by the foreign community of the islands as a stronghold in the defense of their rights and freedoms.
 

Our team

abogada con toga
bottom of page