Set target campaign in Adwords

2019-02-07 Thread shweta . sontakke . tc
Hi, I was using Adwords API version v201802. I was setting the target campaign in Feed Item using the *feedItem.setCampaignTargeting. *But, since this version has been deprecated and this method is not availaible in version v201806 as well as v201809. So, please do let me know how can I set

Why the MediaFile resource of image_ad is not selectable in GAds API?

2019-02-07 Thread javoeria
I can't get the MediaFile resource name of an image_ad but i can get the MediaFile resource name of a video_ad. I don't understand the reason of this, why is it different? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

AdsAccount

2019-02-07 Thread Anand Sumo
How do I get my All "Google Ads Account" details using .net? what is the Service/Method name to achieve this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: login-customer-id required for "Google Adwords API" or only for "Google Ads API"

2019-02-07 Thread steven.lewis via AdWords API and Google Ads API Forum
most helpful, Walter, thanks I don't think this was completely clear from their original email - even though I was 99% sure it wasn't an issue for the production API... On Wednesday, February 6, 2019 at 5:14:46 PM UTC, Walter Barrios wrote: > > Ads Team, replied on another thread > > "This is o

RE: Set target campaign in Adwords

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Shweta, You can use FeedItemTargetService to restrict individual feed items to only target specific campaigns, ad groups, or criteria. You may use the FeedItemCampaignTarget

RE: AdsAccount

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anand, To get the details of all of your Google Ads accounts (the accounts you have access to), you could use the CustomerService.getCustomers operation without specifying the Client customer id

Re: How to get developer token

2019-02-07 Thread constantine
Hi Luis. Have absolutely the same issue. 403 Forbidden when trying to apply for a Basic account. On Friday, September 14, 2018 at 6:54:28 AM UTC+3, Luis Xander Talag (AdWords API Team) wrote: > > Hi Denis, > > Let me coordinate your concern with the Compliance Team as they are the > one whose

customer hierarchy with CustomerManagerLink and CustomerClientLink.

2019-02-07 Thread Anand Sumo
*How do I get customer hierarchy by using Google ads API? (in DotNet)* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Using Google Ads API with Go

2019-02-07 Thread jesugmz
Hello there! I'm trying to test the new Google Ads API beta using the generated Google Cloud client for Go but I cannot find the way to authenticate. Is there another way to use this API with Go or any ki

RE: Why the MediaFile resource of image_ad is not selectable in GAds API?

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You could use the ad_group_ad.resource_name and ad_group_ad.ad.type fields to find the resource name

Re: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-02-07 Thread Mahavir
as your message I have changed bidding strategy so its working now. I have attached screenshot from adwords UI.. Could you please let me know how to set those value which is in screenshot using adwords api? On Tuesday, February 5, 2019 at 4:24:20 PM UTC+5:30, googleadsapi-forumadvisor wrote: >

Location feed weird behavior

2019-02-07 Thread Han Vo
Hi there, We have recently run into some weird issues from Google Ad related to Location extension. After removing all location extensions from Google using Google Ad UI for a client, the customer feed from Business Data seems to be removed automatically. However, the *campaign feed *mapping obj

RE: customer hierarchy with CustomerManagerLink and CustomerClientLink.

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, To get the account hierarchy via Google Ads API beta, you could use the customer_client resource. Through which you can get only the resource name, level, Boolean value of hidden status and Client_customer detai

RE: Using Google Ads API with Go

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jesus, We do not have client libraries for Go language. If you are facing any issues related to that library you could file an issue on their issue tracker . Google Ads API beta has the client libraries and examples available in the programming

RE: Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Vijaysinh, In your UI screenshot, only the Target CPA can be set via API as below: TARGET_CPA http://www.w3.org/2001/XMLSchema-instance"; xsi:type="TargetCpaBiddingScheme"> TargetCpaBiddingScheme Money 177 I will pass on request to my team to have the other fields be available via

Re: AuthenticationError.CUSTOMER_NOT_FOUND returned when calling CustomerService.getCustomers using v201806

2019-02-07 Thread Milos Bejda
I get this issue randomly On Thursday, July 26, 2018 at 5:56:05 AM UTC-4, Zack Grannan wrote: > > Hello, > > For one of our customer's accounts, we are receiving an error > AuthenticationError.CUSTOMER_NOT_FOUND when querying the > CustomerService.getCustomers using the v201806 version of th

RE: Location feed weird behavior

2019-02-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Han, It seems like your issue is more related to Google Ads UI rather than the AdWords API. This said, I would suggest to post your issue on the Google Ads Community Forum as the product experts are better equipped to assi

Re: Set target campaign in Adwords

2019-02-07 Thread shweta . sontakke . tc
Hi Bharani, Thanks for the update. But, in the GIT link mentioned for Java code, I have seen that instead of FeedItem, PriceFeedItem is used. I particularly want to use FeedItem class. Regards, Shweta Padwekar On Thursday, 7 February 2019 22:08:59 UTC+5:30, googleadsapi-forumadvisor wrote: >