【googleads-api】Can't get yesterday report by API

2022-09-16 Thread Jason Lee
I have a account of ads. I can get history metrics of account,but not include yesterday and the day before yesterday API request params:date range between '2022-03-01' and '2022-09-16'。 API can get lastest metric is 2022-08-24,2020-09-15 and 2022-09-16 are all empty。 in fact,we can see yesertday

Rest APi searchstream response

2022-09-16 Thread teambs
Hi For SearchStream Rest Api response, we are expecting json arrays properly formatted, as the doc says search stream gives out multiple json arrays, But we are getting stream response as string where we have to concat it and parse it, for smaller reults this is ok, But for large records it is

RE: Need Qualified Google Ads API developer

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Paul, Thanks for reaching out to the Google Ads API Forum. Please note that this forum channel can only provide assistance to issues/concerns related to the Google Ads API. If you have any issues related to our API, you may provide the details, so we can assist you further. Regards, Yasar

Re: Getting statistics for the leadForm

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anna, Thank you for sending more details. I work with Heidi and allow me to assist you here. Upon checking the provided logs, I am afraid that this is not enough to further investigate the issue. It would be helpful if you can provide the complete API logs within the format of request and r

Get callout/sitelink extensions metrics

2022-09-16 Thread marsel...@gmail.com
Hi! I'm trying to get metrics for extensions via GAQL api (as in the screenshot) [image: 2022-09-16_20-35.png] I tried through different resources, *campaign_asset*, *asset_field_type_view*, *extension_feed_item*, but everywhere I get different numbers, and they do not match the indicators from

Need Qualified Google Ads API developer

2022-09-16 Thread Paul Schlanger RDA
Hello, We are looking for Google Ads API developers. I'm not sure if this is the place for that. If not, sorry about that. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Getting statistics for the leadForm

2022-09-16 Thread Anna Lysak
Hi Heidi, Thanks for reply. May answers: 1) Querying campaign: url = 'https://googleads.googleapis.com/v11/customers/X/googleAds:search' params = { "query": "SELECT campaign.id, campaign.name, campaign.status, metrics.gmail_saves FROM campaign WHERE campaign.id=XXX and segments.date='2022-0

RE: Reports from Group Placement View is wrong!

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bing, Thank you for reaching out to us. For our team to further investigate and provide appropriate recommendations, could you please provide us with the complete API logs (request and response with request-id) generated on your end and the whole Google Ads UI screenshot without cropping wh

Reports from Group Placement View is wrong!

2022-09-16 Thread Bing Bu
Hi, We have added more and more video action campaigns now, and placement_type is one of key metrics we want to study. However, when we pull the data from the Group Placement View of google-ads API, we found the data from there is significantly lower than other reports. For instance, for 1 of our

RE: Is there is any way to get campaign changed status update on my endpoint as it is webhook?

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Webhook is not supported in the Google Ads API. You can instead generate the change_status report directly using these methods of the Google Ads API. If you require to fetch reports from different accounts, I would recommend that you refer to this example. If you have concerns on reaching

RE: Getting statistics for the leadForm

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anna, Thank you for reaching out to us. For our team to further investigate and provide appropriate recommendations, could you please provide us with the complete API logs(request and response with request-id) generated on your end and whole Google Ads UI screenshot where you can see the da

RE: i am comfused how i use google ads api for my webapp

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jaydeep, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, "i want their all campains of login user if user only login and give access to google ads scope it is possible" that you mentioned, you may refer to this campaign report. For the this, "i a

RE: Need to setup Marketing Objective via API

2022-09-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. For your #1 question, the flow in your screenshots is only present in the Google Ads UI in order to help guide users through the process of creating a campaign. There's no way to set those objectives in the API. However, a feature request

Re: Is there is any way to get campaign changed status update on my endpoint as it is webhook?

2022-09-16 Thread 'Yehor Iliushchenko' via Google Ads API and AdWords API Forum
Hi, thx On Friday, September 16, 2022 at 12:21:03 PM UTC+3 Google Ads API and AdWords API Forum wrote: > Hi, > > Reposting the last inquiry ( > https://groups.google.com/g/adwords-api/c/C355QQkuqqs/m/OeJ9uwFbBgAJ ) > from the forum as it wasn't routed to our support queue. > > Regards, > Darwi

Re: Getting statistics for the leadForm

2022-09-16 Thread Anna Lysak
I also tried: { "query": "SELECT asset.id, asset.name, asset.type, campaign.id, metrics.ctr FROM campaign_asset WHERE segments.date='2022-09-16' and asset.type='LEAD_FORM' and asset.id= and campaign.id=" } " for the campaign_asset https://developers.google.com/google-ads/api/fields/v11/campaig

Getting statistics for the leadForm

2022-09-16 Thread Anna Lysak
Hi Team, Could you please help me with query to get statistics for Lead form extension: I know the campaign ID, ad Group ID and Item ID (which is Lead Form Asset ID). I checked https://developers.google.com/google-ads/api/docs/query/cookbook, but there are no example for lead form extension.

Need to setup Marketing Objective via API

2022-09-16 Thread Socially Recruited
Hi, I have two questions. 1. How can I setup up Marketing Objective via AP? Please find the snapshots with highlighted points. Before https://prnt.sc/Cw86yXcrZVPM After https://prnt.sc/Je4zfSJ7j1Wm https://prnt.sc/SHrBTz4AukcW 2. Why objectives are fewer after creation? But on manual creation

i am comfused how i use google ads api for my webapp

2022-09-16 Thread jaydeep dhrangiya
hi google support i am jaydeep in my webapp i want their all campains of login user if user only login and give access to google ads scope it is possible if it is possible then i have other douat in google ads rest api documentation i see developer token is require if i get develper token for

Re: Updating Lead From Asset issue

2022-09-16 Thread Anna Lysak
Sorry, I said Karl, I meant Ben :) On Friday, September 16, 2022 at 10:52:55 AM UTC+3 Anna Lysak wrote: > Hi Karl, thank you for reply. > > Second question was related to 1st one for example I created lead form > with this body: > params = { > "operations": [{ > "create": { > > "resourceName": "

Re: Updating Lead From Asset issue

2022-09-16 Thread Anna Lysak
Hi Karl, thank you for reply. Second question was related to 1st one for example I created lead form with this body: params = { "operations": [{ "create": { "resourceName": "customers/X/assets/X", "name": "My Lead Form #12345", "type": "LEAD_FORM", "final_urls": ["XX"], "leadFormAsset