15 lines
834 B
PHP
15 lines
834 B
PHP
<?php
|
|
return array(
|
|
'name' => 'v91_pixel_progressing',
|
|
'triggers' => array(
|
|
0 => 'v91 pixel progressing',
|
|
1 => 'v91 demo hits',
|
|
2 => 'linkedin pixel live count',
|
|
),
|
|
'cmd' => 'curl -sk --max-time 5 https://weval-consulting.com/api/v85-demo-tracker.php 2>/dev/null | python3 -c "import json,sys;d=json.load(sys.stdin);print(json.dumps({\"v91_pixel\":\"live tracking\",\"hits_month\":d.get(\"month_hits_total\"),\"linkedin_referrer\":d.get(\"linkedin_referrer_month\"),\"status\":d.get(\"status\"),\"threshold_v91\":\"TBD<10 PROGRESSING 10-29 OK 30+\",\"next_step\":\"yacine publishes LinkedIn posts with https://weval-consulting.com/ CTA\"}))"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-20T13:25:00+00:00',
|
|
'source' => 'opus-wire-v91-pixel',
|
|
'description' => 'V91 pixel progressing tracker live',
|
|
);
|