Skip to content

Commit

Permalink
Fixing consent example. (#493)
Browse files Browse the repository at this point in the history
Change-Id: I8a71f1b35d40b98375324cd555fb47d7c8efca25
  • Loading branch information
mcloonan authored Jun 3, 2024
1 parent 50ec94f commit a8e5a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remarketing/upload_offline_conversion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def upload_offline_conversion(
end
# Sets the consent information, if provided.
unless ad_user_data_consent.nil?
c.consent = client.resource.consent do |c|
cc.consent = client.resource.consent do |c|
# Specifies whether user consent was obtained for the data you are
# uploading. For more details, see:
# https://www.google.com/about/company/user-consent-policy
Expand Down

0 comments on commit a8e5a2b

Please sign in to comment.