Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for Setting Values of Custom Field appears to be broken #62

Closed
pam- opened this issue Aug 18, 2015 · 2 comments
Closed

Example for Setting Values of Custom Field appears to be broken #62

pam- opened this issue Aug 18, 2015 · 2 comments

Comments

@pam-
Copy link

pam- commented Aug 18, 2015

Hi, this is issue is regarding this: https://github.com/googleads/google-api-ads-ruby/blob/master/dfp_api/examples/v201505/custom_field_service/set_line_item_custom_field_value.rb

I'm following the example and setting the value of my custom field like so:

    custom_field_value = {
      :custom_field_id => custom_creative_field_id,
      :type => 'CustomFieldValue',
      :value => {:type => 'TextValue', :value => ad.current_design_version.vox_ad_name.to_s}
    }
@banderson623
Copy link

👍

@mcloonan
Copy link
Member

Going to close this, since it's exactly the same as the other one minus some information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants