Re: Image ad create usingn API

2020-07-30 Thread denma test
Thanks for quick response, let me check with it. Now am looking to setup API for reporting started with campaign performance. I have done with the sample provided and report is fetching from API, i just want to convert report data into array to render in UI table. Can you please let me know

Re: Why there are more Location criterion id available to set target in UI than available in Geotarget file

2020-07-30 Thread Gopal Krishan Gupta
Thanks for your reply ? I thought google support monitor this forum as well and answer questions. Do you mean i need to call some support to get answer ? On Thursday, July 30, 2020 at 11:57:08 AM UTC-7, adsapiforumadvisor wrote: > > Hi, > > Unfortunately, the only list I'm aware of are the ones

Re: Create Label not working with Google Ads API package by Opteo

2020-07-30 Thread Deepak Chand
Thank you for your response. On Thu, Jul 30, 2020 at 11:09 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Deepak, > > Thank you for reaching out. As the official Google Ads API does not > include the Node.js client library, we could not provide assistance for

Geo Performance Report Returns Me Empty Data

2020-07-30 Thread jesca ji
I need to use api to get the advertising revenue of each country, so that we can better invest, but I check the Geo Performance Report through the api call, the result is always empty. I check the forum and say that the Geo Performance Report is not Support Universal App Campaigns, but I can

Re: API for video campaign data

2020-07-30 Thread Ciro Monteiro
Hi, Xiaoming. I've already tried. Quoting myself: "the customer_id provided in AdWordsClient mentioned above belongs to a test (non-manager) account.". I hope there's another way to debug this issue. On Thursday, July 30, 2020 at 12:46:11 PM UTC-3 adsapiforumadvisor wrote: > Hi Ciro, > >

Geo Performance Report Returns Me Empty Information

2020-07-30 Thread jesca ji
I need to use api to get the advertising revenue of each country, so that we can better invest, but I check the Geo Performance Report through the api call, the result is always empty. I check the forum and say that the Geo Performance Report is not Support Universal App Campaigns, but I can

RE: Can I remove the uselist using Ads API V4

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Sarah, Thank you for reaching out. You could refer to this code snippet as an example to remove the existing user list in the Google Ads API. You would need to use the remove operator instead. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q22aKgB:ref -- --

Re: Upload Advertising ID to customer list

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Shubham, I'm glad you fixed the issue. Please see my answers to your questions below: As explained here, you can set it to 1 which will mean no expiration. To delete a member from a user list, you have to run the MutateMembersOperation with the REMOVE operator. You have to add the

RE: Why there are more Location criterion id available to set target in UI than available in Geotarget file

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, the only list I'm aware of are the ones from the API that you referenced. You can reach out to the product team to see if there are any reference pages on their end. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22aLRM:ref -- --

Re: Media Bundle Asset Upload

2020-07-30 Thread Google Ads API Forum Advisor Prod
Greetings! I inherited this thread, and I wanted to follow up on what's going on here. This kind of HTML5 bundle from now on can only be uploaded through the UI and not the API. So, the error you're getting is expected. There are some features that are in the UI and not the API; this happens

RE: Emtpy channelId and channelName in YouTubeChannel criterion

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Dorian, Thank you for reaching out. Can you please share your complete detailed request and response logs via Reply privately to author so I can further investigate the issue? You can find information on enabling logging in the ReadMe of your client library. Regards, Mitchell Google Ads

RE: Create Label not working with Google Ads API package by Opteo

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Deepak, Thank you for reaching out. As the official Google Ads API does not include the Node.js client library, we could not provide assistance for the integration with Node.js. Please reach out to the third party library provider for further assistance. Thanks and regards, Xiaoming,

RE: Adwords Token Delay. Covid?

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Paul, Thanks for reaching out. If you already submitted an application form and did not hear a response from them, you could raise your concerns to the Compliance Team by filling out this form, as they handle all API access applications and would be better equipped to assist you with your

Re: API for video campaign data

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Ciro, Thank you for reaching out. The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH error occurs when you are trying to make a report against a manager account. Certain types of reports could only be queried on the client customer account rather than the manager account. Please give it a try on the

Re: Missing Required Authentication

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Mario, Thank you for the update. Were you able to perform the call successfully? Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q22ZQeA:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Why there are more Location criterion id available to set target in UI than available in Geotarget file

2020-07-30 Thread Gopal Krishan Gupta
It looks like using the web UI, I can set target for more locations than are available in geolocation file published here https://developers.google.com/adwords/api/docs/appendix/geotargeting. For example using UI, I can choose a city 'Narnaul' in India with criterion id 9298109, but this is

Can I remove the uselist using Ads API V4

2020-07-30 Thread Sarah
Hello I'm integrating with Google Ads API V4. Can I remove the userList after creating it use this : UserListServiceClient userListService = _adsClient.GetService(Services.V4.UserListService); UserList userList = new UserList { Name = name, Description =

Remove UserList

2020-07-30 Thread Sarah
Hello I'm integrating with Google Ads API V4. Can I remove the userList after creating it use this : UserListServiceClient userListService = _adsClient.GetService(Services.V4.UserListService); UserList userList = new UserList { Name = name, Description =

Re: Upload Advertising ID to customer list

2020-07-30 Thread Shubham Kolhe
Hi Mitchell, Thanks for your help It Worked , I was missing the mobileId Field Assignment. I had couple more doubts: 1)Can i make memebershipLifespan "Lifetime" if yes what should be the value of this field 2)Can i delete ad ids from audience list 3)to add ids to an existing list i just need to

RE: Upload Advertising ID to customer list

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi Shubham, Thank you for reaching out. Please see here for more information on creating a customer match list with an Advertising ID. As it says, you need to set the uploadKeyType to MOBILE_ADVERTISING_ID and also set the appId to the ID of your app. Please see this example (also available in

RE: Image ad create usingn API

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi, You can follow this sample for uploading an image asset. It looks like you are setting the assetId instead of the assetData in your code. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22ZyiL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Upload Advertising ID to customer list

2020-07-30 Thread Shubham Kolhe
Hi Any idea how to upload Advertising ID to customer list in google audiences. Any Sample Code will help a lot -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Create Label not working with Google Ads API package by Opteo

2020-07-30 Thread Deepak Chand
Hi Everyone, I want to integrate GAQL scripts in Node Js. I have gone through the documentation of Google Ads API package by Opteo which I find relevant as per my needs for *creating capmaigns , reporting etc.* https://opteo.com/dev/google-ads-api/#features But I cannot create label :

Adwords Token Delay. Covid?

2020-07-30 Thread Paul Lombard
Hi, I applied for a dev token months ago and have received no communication on any of my email addresses. Is there a COVID related backlog? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Emtpy channelId and channelName in YouTubeChannel criterion

2020-07-30 Thread Dorian Kind
Hi, I've stumbled upon a case where a specific Youtube exclusion (a Criterion object of type "YOUTUBE_CHANNEL" as returned by the CustomerNegativeCriterionService) did not have its channelId nor its channelName field set. If it helps, the ID of that specific criterion is 295325090879. I was