fetching data for server-side

2021-02-08 Thread Ngô Minh Tùng
Hi all, I'm trying to get data from gg adwords, so i created an application web server to access user's resources. I used link: " https://accounts.google.com/o/oauth2/auth?scope=email+https://www.googleapis.com/auth/adwords_uri=http://localhost:8080/login-google_type=code_id=; to grain permissions

RE: Google Ads API Error Request

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. It appears that you've already raised this issue in another thread and I already responded there. However, I will also post my reply on this forum thread. I can see that you encountered the invalid_grant error and the reason why this error is occurring is

Re: Error while using Google Ads API

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Sergei, Apart from the information provided in the thread, you may also check out these documentation on how you can correctly construct your requests : REST Mutate methods REST Design You may also opt to use the v6 and refer to the Discovery Document for V6 guide. I hope this helps. Best

RE: Personal feedback

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Ivan, Thank you for your feedback. Our team understands your concern and would be happy to help you setup the API(s) on your end. So we can continue with the setup, could you confirm whether you are using the AdWords API or the Google Ads API? In addition, could you also provide more

RE: Error when setting a campaign strategy Maximize Conversion

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Nirit, Thank you for reaching out. You may refer below for my responses to your questions : 1. What optimization goal matches the maximize conversions strategy? Unfortunately, the maximize conversions is not compatible with app campaigns and works only with search campaigns. For more

Re: Setting listingScope in Google Ads API return INTERNAL_ERROR

2021-02-08 Thread Yoshie Agata
Hello, Any update? Yoshie On Friday, February 5, 2021 at 5:18:05 AM UTC+9 adsapiforumadvisor wrote: > Hi Yoshie, > > Please send the following details using 'Reply privately to author': > >1. Account id >2. API request and response logs >3. User email address > > Thanks, >

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-08 Thread Dihan Cheng
then how should I supposed to get asset info for HTML5 type of ads? On Sunday, February 7, 2021 at 9:39:55 PM UTC-5 adsapiforumadvisor wrote: > Hi Dihan, > > Thank you for sharing these details. > > The details of your MediaBundleAsset >

RE: /adGroupAds:mutate issue creating new Ad

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Jeff, Thank you for reaching out. When you create a new ad you don’t need to set the resourceName. In your code, you need to add in the ad_data which includes exactly one type of ad that you want to create. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

RE: Conversions

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Mark, Thank you for reaching out. David gave a very good explanation on the difference between Conversions and All Conversions. Let us know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2BeEgF:ref --

How to get approved developer token as a non-advertiser.

2021-02-08 Thread Webte Hayat
Hello, Using the Google Ads API, I prepared a comprehensive google ads application that facilitates the work of advertisers. However, I am not an advertising agency, so how can I get token approval and go live with my application? Thanks -- --

RE: About metrics of Youtube(True View) Ads Report

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, these fields are not available in the API. You can follow our blog for announcements. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2Be4e9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: how to set multi type value in AddDemographicTargetingCriteria class

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. This does not appear to be possible looking at the GenderInfo and GenderType documentation. The GenderInfo object may only accept one of the enumerated values. Please let us know if you have any other questions. Regards, Matt Google Ads API Team Matt Google

RE: PHP AdGroupService IDs returned in unknown format

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. This is more of a client library issue. Please post your concerns on the issue tracker of the PHP client library and the library owner would investigate the issue you are experiencing. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API

Error message "The developer token is not approved. Non-approved developer tokens can only be used with test accounts."

2021-02-08 Thread Gregory Golberg
Hello I am trying to test something with a test account (specifically, trying to call /google.ads.googleads.v6.services.AssetService/MutateAssets) and am getting this error. But the developer token used is the one from the test account, so what is wrong here? -g -- --

RE: Get Average Product Price Within Product Partition/Product Group

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Kyle, Unfortunately, there is no field that will give you this data. You can find all the supported fields here. You can use the cost field to see the total amount of your product groups and fields such as average cpc and cpm to get average metrics. Regards, Anthony Anthony Google Ads API

RE: Google Ads API joining tables

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Zhisheng, Thank you for reaching out. Joining tables is not an option in the GAQL. Please fetch data through the available resources instead. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2Be6Nj:ref -- --

RE: How to Test Adwords API in SoapUI

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Jagadish, Thank you for reaching out. Since this is a third party tool, you would need to reach out to the tool provider to consult with them on how to configure the connection to the AdWords API. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Re: Error while using Google Ads API

2021-02-08 Thread Jeff Moore
Here is an example call that will work, in case it helps. It creates an expanded text ad /v6/customers/CUSTOMER_NUMBER/adGroupAds:mutate { "operations": [ { "create": { "ad": { "finalUrls": ["http://www.test.com;], "expandedTextAd": {

Preferred Deals

2021-02-08 Thread Carlie McLaughlin
Hello, We would like to be able to set up some preferred deals in order to run campaigns on Youtube TV inventory in DV360. We were told that we needed to do this through out Google Ads rep, but we do not have one for our account. Can we identify and set up deals on our own, or is there another

Re: Error while using Google Ads API

2021-02-08 Thread Steve Wilcox
Sergei, We are also using raw web requests. Our current code creates the ad thru the "customers//ads/" end point, rather than "adGroupAds" Also, I'm not sure which of the "ads" fields are optional, but you might need more than just the name. Good luck! On Monday, February 8, 2021 at

Phrase match contiguity requirement

2021-02-08 Thread dhmitc...@gmail.com
Can I clarify one point re https://support.google.com/google-ads/answer/10346549? I may have misunderstood current behavior or the future behavior, but when I deeply read the match type descriptions last month, I was led to believe that phrase required that the user's entry have a contiguous

RE: Google Ads API can't pull data older than 90 days?

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hello Zhisheng, As stated in the click_view document, queries including ClickView must have a filter limiting the results to one day and can be requested for dates back to 90 days before the time of the request. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2BeIHB:ref --

RE: CriteriaParameters is deprecated in Click Performance, what's replacement?

2021-02-08 Thread Google Ads API Forum Advisor Prod
Hi Zhisheng, Unfortunately, there is no replacement for this field in Google Ads API. You can continue to use the Click Performance Report in AdWords API until it is sunset. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2Be6LO:ref -- --

Re: Error while using Google Ads API

2021-02-08 Thread Sergei Kharchenko
Hi! We don't use any of existing client libraries of Google Ads Api. In our example, we use a direct Web request to https://googleads.googleapis.com/v5/. The request is: POST https://googleads.googleapis.com/v5/customers/2794540772/adGroupAds:mutate Body: { "operations": [ { "create": {