Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 2efdeed

Browse files
committed
Quick fix on target cpa with amount null
1 parent 26e1009 commit 2efdeed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Services/GoogleAds/Operations/Campaign.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ public function getTargetCpa()
175175
{
176176
$strategy =@ $this->response()->getBiddingStrategyConfiguration()->getBiddingScheme() ?? null;
177177

178+
$amount = null;
179+
178180
if ($strategy) {
179181
$tcpa =@ $strategy->getTargetCpa();
180182
if ($tcpa) {

0 commit comments

Comments
 (0)