Hello,
I am using your plug-in for sync my goals with Google Ads. I had an error importing my goals "La conversion ne peut pas être antérieure au clic." I found that it is a Time Zone problem.
I have made this correction in /ProviderExport/GoogleAds.php, Line 58
$conversionTime = Date::factory($conversion['server_time'])->toString('c');
"toString('c');" to use Date au format ISO 8601. ex: "2004-02-12T15:19:21+00:00"
Hello, I am using your plug-in for sync my goals with Google Ads. I had an error importing my goals "La conversion ne peut pas être antérieure au clic." I found that it is a Time Zone problem.
I have made this correction in /ProviderExport/GoogleAds.php, Line 58
$conversionTime = Date::factory($conversion['server_time'])->toString('c');
"toString('c');"
to use Date au format ISO 8601. ex: "2004-02-12T15:19:21+00:00"Thanks a lot this plug-in is really useful! Yann