The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

update_feed_item_attribute_value

DESCRIPTION

This example updates a FeedItemAttributeValue in a flights feed. To create a flights feed, run the add_flights_feed.pl example. This example is specific to feeds of type DYNAMIC_FLIGHT. The attribute you are updating must be present on the feed. This example is specifically for updating the StringValue of an attribute.

SYNOPSIS

update_feed_item_attribute_value.pl [options]

    -help                           Show the help message.
    -customer_id                    The Google Ads customer ID.
    -feed_id                        The feed ID.
    -feed_item_id                   The feed item ID.
    -flight_placeholder_field       The placeholder type for the attribute to update.
    -attribute_value                The string value with which to update the FeedAttributeValue.