Spaces:
Sleeping
Sleeping
Precisiones a type
Browse files- ga4Analiticas.py +1 -2
ga4Analiticas.py
CHANGED
|
@@ -22,12 +22,11 @@ def send_ga4_purchase_event(session):
|
|
| 22 |
print(f"Valor es {valor} y es del tipo {type(valor)}...")
|
| 23 |
cxm = int(valor) / int(imagenes) #costo por imagen
|
| 24 |
print(f"cxm es {cxm} y su tipo es {type(cxm)}...")
|
| 25 |
-
time.sleep(16)
|
| 26 |
|
| 27 |
id_imagenes = str(imagenes) + 'i'
|
| 28 |
id_valor = str(int(valor)) + moneda
|
| 29 |
id_cxm = str(cxm) + moneda
|
| 30 |
-
print(f"id_cxm es : {id_cxm} y su tipo es {type(id_cxm)}...")
|
| 31 |
|
| 32 |
item_id = id_imagenes + id_valor
|
| 33 |
item_name = id_cxm
|
|
|
|
| 22 |
print(f"Valor es {valor} y es del tipo {type(valor)}...")
|
| 23 |
cxm = int(valor) / int(imagenes) #costo por imagen
|
| 24 |
print(f"cxm es {cxm} y su tipo es {type(cxm)}...")
|
|
|
|
| 25 |
|
| 26 |
id_imagenes = str(imagenes) + 'i'
|
| 27 |
id_valor = str(int(valor)) + moneda
|
| 28 |
id_cxm = str(cxm) + moneda
|
| 29 |
+
#print(f"id_cxm es : {id_cxm} y su tipo es {type(id_cxm)}...")
|
| 30 |
|
| 31 |
item_id = id_imagenes + id_valor
|
| 32 |
item_name = id_cxm
|