{ 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

Legal Notice


In compliance with Article 10 of Law 34/2002, of July 11, on Information Society Services and
Electronic Commerce (LSSICE), the company's identification data are set out below.

 

Company name
YADIRA GONZÁLEZ RUEDA

 

Tax number
49407761N

 

Registered office
Carmen Llopis street, 7, ground floor outside
35003 Las Palmas de Gran Canaria, Spain

 

Email address
juridicoslaspalmas@gmail.com

 

Phone
+34 928 079 659

 

Fax
+34 928 365 457

 

Academic qualifications
Law graduate

 

State of the European Union or of the European economic area in which the qualification was awarded
Spain and the entire European Economic Area.

 

 

This website has been created by the company Yadira González Rueda for information purposes and for the personal use of users. By accessing this website you accept the following terms and conditions: Access to this website is the sole responsibility of the users.

 

Simply accessing this website does not imply any kind of business relationship between companyName and the user.

 

By accessing and browsing this website, you accept and acknowledge the legal notices, conditions and terms of use contained herein.

 

The owner of the website may offer services or products that may be subject to specific conditions that, depending on the case, replace, complete and/or modify these conditions, and about which the user will be informed in each specific case.

​

bottom of page