File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,12 @@ class ErrorCount extends \Google\Model
138138 * the operating account's ads.
139139 */
140140 public const REASON_PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER = 'PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER ' ;
141+ /**
142+ * One-per-click conversion actions cannot be used with BRAIDs.
143+ *
144+ * @deprecated
145+ */
146+ public const REASON_PROCESSING_ERROR_REASON_ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID = 'PROCESSING_ERROR_REASON_ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID ' ;
141147 /**
142148 * The error reason of the failed records.
143149 *
@@ -179,7 +185,8 @@ class ErrorCount extends \Google\Model
179185 * PROCESSING_ERROR_REASON_KEK_PERMISSION_DENIED,
180186 * PROCESSING_ERROR_REASON_AWS_AUTH_FAILED,
181187 * PROCESSING_ERROR_REASON_USER_IDENTIFIER_DECRYPTION_ERROR,
182- * PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER
188+ * PROCESSING_ERROR_OPERATING_ACCOUNT_MISMATCH_FOR_AD_IDENTIFIER, PROCESSING_E
189+ * RROR_REASON_ONE_PER_CLICK_CONVERSION_ACTION_NOT_PERMITTED_WITH_BRAID
183190 *
184191 * @param self::REASON_* $reason
185192 */
You can’t perform that action at this time.
0 commit comments