Google video campaign ads API

2020-12-22 Thread Rokad Naina
Hello, I have worked on google adwords API to create campaign also update it. Now I am working on video campaign API too follow below document. https://developers.google.com/google-ads/scripts/docs/features/video-campaigns it is not working with me so can you please suggest me video campaign ful

Re: the Campain Location help

2020-12-22 Thread Mu Tyr
hi adsapiforumadvisor , my campaign is Universal App Campaign. Geo Performance Report can not use for Universal App Campaign 在2020年12月22日星期二 UTC+8 下午2:43:31 写道: > Hi, > > Thank you for raising yo

I search ValueTrack parameter for Topics of websites

2020-12-22 Thread Максим Kaйгородов
I found this information about ValueTrack parameters https://developers.google.com/adwords/api/docs/guides/valuetrack-mapping#how-valuetrack-parameters-map-to-report-fields But anywhere in internet I didn't find information about how to send identificator of website Topic to ValueTrack parameter

How much time BidsModifiers really applied to the campaign?

2020-12-22 Thread Андрей Ласевичев
Hi! How much time BidsModifiers really applied to the campaign? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to th

Re: Failed to retrieve responsive video ad

2020-12-22 Thread Dihan Cheng
customer ID is 8206569233 report query: SELECT ad_group.id,ad_group.name,campaign.id,campaign.name,campaign.advertising_channel_type,customer.id,ad_group_ad.ad.id,ad_group_ad.ad.name,ad_group_ad.status,ad_group_ad.policy_summary.approval_status,ad_group_ad.policy_summary.policy_topic_entries,ad_

Re: Why there is no direct video uploading API ?

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Todd, Thank you for reaching out. The Google Ads API and YouTube Data API are two separate products. The YouTube Data API has its own restrictions when the users use it and this is not controlled by the Google Ads API. Even the Google Ads API does support uploading YouTube videos directly, i

Re: Failed to retrieve responsive video ad

2020-12-22 Thread Dihan Cheng
Please see the information I posted above, I don't see where is "Reply privately to author" option anywhere, and the "Reply to author" option is disabled for me On Tuesday, December 22, 2020 at 11:01:38 AM UTC-5 Dihan Cheng wrote: > customer ID is 8206569233 <(820)%20656-9233> > > report query:

MutateMembersError.INVALID_USER_LIST_ID Error details

2020-12-22 Thread r10.m...@gmail.com
Hi Team, Currently one of our customer has complaining that they are getting " *MutateMembersError.INVALID_USER_LIST_ID*" error while performing push audience through Marketo platform to a CrmBasedUserList. Audience Id: 834418488 ("Marketo Emails - Current MQLs, SALs, SQLs - 30D") Account Id: 40

Re: can google post back data of conversions on my website to my BI system

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Laura, Thank you for reaching out. Could you please share more details about what exactly you are doing to send data back to your BI system? Could you please share the source code and the request and response logs via the Reply privately to author option for us to further investigate? Thank

Re: How to get IDs of custom audiences?

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hello, Custom audience ID can be obtained from the custom audience resource. You can get this through reports using, for example: SELECT custom_audience.id FROM custom_audience Or you can use the CustomAudienceService. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p

RE: Account_Performance_Report vs Customer resource

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi, Are these two reports generated at the same time? I recommend rerunning the reports. If the discrepancy still exists, please send the customer id using 'Reply privately to author' option. https://support.google.com/google-ads/answer/2544985 Thanks, Lakshmi Prathipati Google Ads API Team r

RE: Google video campaign ads API

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hello Naina Rokad, Unfortunately, video campaigns cannot be created nor mutated from the API level. The link you shared is from the Google Ads Scripts side, where video campaigns can be mutated. If you have any questions from their side, please create a thread on their forum. Regards, Anthony

RE: GEO_PERFORMANCE_REPORT get empty

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Vincent, The code example you shared is meant for running reports under all child accounts under an MCC level account. If you are running a report on a single account, please use of the other reporting examples like this one. If you still face issues, please share your full report definition

com.google.android.gms.ads.nonagon.util.cache critical exception

2020-12-22 Thread Igor Pavlovsky
# Stacktrace: java.util.NoSuchElementException at java.util.LinkedList.removeFirst(LinkedList.java:280) at java.util.LinkedList.remove(LinkedList.java:695) at com.google.android.gms.ads.nonagon.util.cache.z.c(:com.google.android.gms.policy_ads_fdr_dynamite@204204100@204204100057.336078696.336078

RE: using ads api v5

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Sangkil, Thank you for reaching out. As far as I know the Google Ads API does not retry automatically. You could certainly set up the retry mechanism yourself. You could refer to this guide on how to set the timeout if needed. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Goog

Re: Adgroup automated targetting

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hello, Please share your CID, request and response so I can take a closer look at your ad groups. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q29Sie3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlead

Mismatch results between Keyword Performance Report and Search Keywords UI

2020-12-22 Thread 'Jessie Labadan' via AdWords API and Google Ads API Forum
Hi, I would like to ask help why I'm getting more results (including extra keyword ids) from the api compared to what's being shown in the UI? As a result, the sum of impressions, cost and clicks are not lining up with what's in the UI. Thanks, Jessie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How much time BidsModifiers really applied to the campaign?

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Андрей, Thank you for reaching out. The BidsModifiers are the bid adjustments manually applied to the campaigns or ad groups. The bid adjustment would take effect once the set criteria are met. You could refer to this article for more information on the bid adjustments. Thanks and regards,

Re: Failed to retrieve responsive video ad

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Thanks for providing further details. If the Reply privately to author option and Reply to author option are not available, then please provide it on this email Google Ads API Direct Support instead so we can receive the information privately. Moving forward, I can see that you are

Re: the Campain Location help

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the additional information. I work with Ernie and allow me to assist you for now. I would recommend that you use the Google Ads API reporting instead and generate the geographic_view. This is because the Google Ads API's reports should have more support for app campaign infor

how to create textasset using assetservice ?

2020-12-22 Thread Tristin
I want to create textasset, but it's error is not obvious。 Or can you tell me that how to create textasset, use assetservice? use adservice? please! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~

RE: Mismatch results between Keyword Performance Report and Search Keywords UI

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Jessie, Thank you for reaching out. To better investigate, and since you mentioned using the Keywords Performance Report, could you provide your customer ID, the complete report definition, and also the complete screenshot of the Google Ads UI view you are comparing against the API report?

RE: MutateMembersError.INVALID_USER_LIST_ID Error details

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank for posting your concern. The INVALID_USER_LIST_ID occurs when user list ID provided for the job is invalid. However, since the audience ID is existing in your account, then it should be processed by the API. With this, could you provide the complete API request and response logs wit

RE: com.google.android.gms.ads.nonagon.util.cache critical exception

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Igor, It appears that the error occurred was not encountered in either of Google Ads API / AdWords API Java client library. With this, I am afraid that I wouldn't be able to provide support and direct you to the appropriate team that can give assistance to your concern as our team is not fam