Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-06-05 Thread Google Ads API Forum Advisor Prod
Hello Ben, That's right. It is not possible to add the name for the Responsive Display Ad. This field is not exposed through the Google Ads UI too. I have shared your feedback with the team to update the documentation. You will be able to set the API fields that are currently supported in the U

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-06-04 Thread Benjamin Ryves
Hi Bharani, I'm not sure the name field can be set via the UI - it's exposed via the new Google Ads API. The documentation for the name reads as follows: name StringValue The name of t

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-06-04 Thread Google Ads API Forum Advisor Prod
Hello Benjamin, I was able to create a Responsive Display Ad on my testing. It looks like the Ad name field is not available for the Responsive Display Ads in the Google Ads UI. It could be the reason as to why this field is field cannot be set/get through the API. Could you please confirm if y

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, Thank you so much for sending your JSON logs and for clarifying as to why I am unable to see your ads earlier. Moving forward, I apologize for the back and forth, however, in your get request, did you also explicitly include the AdGroupAd.Ad.Name field in the selected fields? Coul

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi Peter, I just created the Ad. Could you also comment here when you reply please? Just in case I don't receive the email again. Relevant IDs: CustomerID: 5756889056 Campaign: 1978673413 AdGroup: 70529886185 Ad : 352437368295 Here's the request (you can see again that the name is set). Method

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi Peter, I didn't get the emails unfortunately. Thanks for sending the message here as well. With regards to the ResponsiveDisplayAd we can create another one. The reason you don't see the AdGroup is because we create, query, and then remove the entities on our test accounts as part of our in

RE: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, I sent my responses directly to your email, could you check? If you are unable to find them, you may refer below for the contents of my response : "Thank you for providing the information I requested. However, upon checking your test account (575-688-9056) and all its display campa

Re: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-29 Thread Benjamin Ryves
Hi there - any response on this? I messaged you privately as requested, but haven't heard back. On Wednesday, May 22, 2019 at 9:51:52 AM UTC+2, Benjamin Ryves wrote: > > Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch > Ads using the Google Ads API, and we've found that

RE: Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, So I can further investigate, could you provide to me your clientCustomerId and the complete JSON logs that were generated after you tried to create the ResponsiveDisplayAds? You may send your reply privately via the Reply privately to author option. Thanks and regards, Peter Goog

Google Ads Api: AdGroupAd names not being set (Java API)

2019-05-22 Thread Benjamin Ryves
Hi there. We're currently uploading ResponsiveDisplay / ResponsiveSearch Ads using the Google Ads API, and we've found that created Ads don't include the Ad name. The operations are being sent with names (which aren't null): `Ad.newBuilder.setName(StringValue.of(operation.name))...` But queryi