You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/RemoveFlightsFeedItemStringAttributeValue.java
+20-19Lines changed: 20 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@
40
40
importjava.util.Map;
41
41
42
42
/**
43
-
* Removes a FeedItemAttributeValue of a FeedItem in a flights Feed. To create a flights
44
-
* feed, run the AddFlightsFeed example. This example is specific to feeds of type
45
-
* DYNAMIC_FLIGHT. The attribute you are removing must be present on the feed.
43
+
* Removes a FeedItemAttributeValue of a FeedItem in a flights Feed. To create a flights feed, run
44
+
* the AddFlightsFeed example. This example is specific to feeds of type DYNAMIC_FLIGHT. The
45
+
* attribute you are removing must be present on the feed.
Copy file name to clipboardExpand all lines: google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/UpdateFlightsFeedItemStringAttributeValue.java
+28-26Lines changed: 28 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@
41
41
importjava.util.Map;
42
42
43
43
/**
44
-
* Updates a FeedItemAttributeValue in a flights feed. To create a flights feed,
45
-
* run the AddFlightsFeed example. This example is specific to feeds of type DYNAMIC_FLIGHT.
46
-
* The attribute you are updating must be present on the feed. This example is
47
-
* specifically for updating the StringValue of an attribute.
44
+
* Updates a FeedItemAttributeValue in a flights feed. To create a flights feed, run the
45
+
* AddFlightsFeed example. This example is specific to feeds of type DYNAMIC_FLIGHT. The attribute
46
+
* you are updating must be present on the feed. This example is specifically for updating the
Copy file name to clipboardExpand all lines: google-ads-examples/src/main/java/com/google/ads/googleads/examples/targeting/GetGeoTargetConstantsByNames.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
importjava.util.stream.Stream;
29
29
30
30
/** Gets GeoTargetConstants by given location names. */
31
-
publicclassGetGeoTargetConstantByName {
31
+
publicclassGetGeoTargetConstantsByNames {
32
32
33
33
publicstaticvoidmain(String[] args) {
34
34
GoogleAdsClientgoogleAdsClient;
@@ -44,7 +44,7 @@ public static void main(String[] args) {
0 commit comments