btourman / goal-conversion-export

3 stars 1 forks source link

Bad Time zone importing Goals to Google Ads #2

Open spartyann opened 9 months ago

spartyann commented 9 months ago

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