Skip to content

Commit d89fd8a

Browse files
feat: add the coupon_codes field to CartData to track coupon redemptions for Google Ads and Google Analytics (#33971)
* feat: add the coupon_codes field to CartData to track coupon redemptions for Google Ads and Google Analytics feat: add the ItemCustomVariable resource to track per-item custom variables feat: add merchant_id, merchant_feed_label, merchant_feed_language_code, conversion_value, and custom_variables fields to Item feat: add the https://www.googleapis.com/auth/datamanager.partnerlink OAuth scope to PartnerLinkService feat: add metadata fields to DeviceInfo to provide details about the user’s device feat: add several new values to the ErrorReason enum to support store sales and Google Analytics validation docs: update the description of transaction_id in Event to clarify its use for tag and SDK conversions docs: update the description of enum value for PROCESSING_WARNING_REASON_USER_IDENTIFIER_DECRYPTION_ERROR to resolve typo docs: update RequestStatus enum value descriptions to include details on error and warning information docs: clarify population behavior for error_info and warning_info fields in RequestStatusPerDestination feat: add third_party_user_data, event_location, and app_instance_id to Event feat: add the MESSAGE value to the EventSource enum feat: add mobile_device_id to AdIdentifiers for Google Analytics feat: add a processing error reason related to BRAIDs and one-per-click conversions feat: add youtube_members_count and gmail_members_count fields to the SizeInfo resource PiperOrigin-RevId: 917255480 Source-Link: googleapis/googleapis@eb644cf Source-Link: googleapis/googleapis-gen@4f030cc Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6IjRmMDMwY2M4MmU4NzE1MDZmYTNlNjkxY2I5Y2NhYjVhNmRmOWFlOTkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 81743f4 commit d89fd8a

15 files changed

Lines changed: 233 additions & 16 deletions

File tree

google-ads-data_manager-v1/lib/google/ads/data_manager/v1/partner_link_service/credentials.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module PartnerLinkService
2626
# Credentials for the PartnerLinkService API.
2727
class Credentials < ::Google::Auth::Credentials
2828
self.scope = [
29-
"https://www.googleapis.com/auth/datamanager"
29+
"https://www.googleapis.com/auth/datamanager",
30+
"https://www.googleapis.com/auth/datamanager.partnerlink"
3031
]
3132
self.env_vars = [
3233
"GOOGLE_CLOUD_CREDENTIALS",

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/cart_data_pb.rb

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

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/device_info_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/error_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)