Skip to content

Commit d034ee1

Browse files
authored
Update payment_mode enum fields CLICKS and CONVERSION_VALUE (googleads#65)
1 parent d117b0d commit d034ee1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

google/ads/google_ads/v1/proto/enums/payment_mode_pb2.py

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google/ads/google_ads/v1/services/enums.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6914,13 +6914,13 @@ class PaymentMode(enum.IntEnum):
69146914
Attributes:
69156915
UNSPECIFIED (int): Not specified.
69166916
UNKNOWN (int): Used for return value only. Represents value unknown in this version.
6917-
PAYMENT_MODE_CPC (int): Pay per click.
6918-
PAYMENT_MODE_CPA (int): Pay per acquisition.
6917+
CLICKS (int): Pay per click.
6918+
CONVERSION_VALUE (int): Pay per conversion value.
69196919
"""
69206920
UNSPECIFIED = 0
69216921
UNKNOWN = 1
6922-
PAYMENT_MODE_CPC = 2
6923-
PAYMENT_MODE_CPA = 3
6922+
CLICKS = 4
6923+
CONVERSION_VALUE = 5
69246924

69256925

69266926
class PlaceholderTypeEnum(object):

0 commit comments

Comments
 (0)