1 Campaign data is not retrieved on API call

2022-03-24 Thread Anum Hassan
I am using an API call to fetch google ads data. My 1 campaign data is not getting retrieved. Why is that so? Can you help me here? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Query to get All visits from an Ad, and orders made through an Ad.

2021-08-31 Thread Anum Hassan
My campaigns are active but i get 0 for all orders. Although the dashboard does show 11 purchase_conversions. On Tuesday, February 2, 2021 at 2:25:59 AM UTC+5 Google Ads API Forum Advisor Prod wrote: > Hello - > > It seems that using extension_feed_item in the FROM clause (without >

Re: Google ads api purchase/ transaction identification from Google ads dashboard

2021-08-31 Thread Anum Hassan
This parameter here does not give an output and ends up with an error https://developers.google.cn/google-ads/api/fields/v8/campaign#metrics.all_conversions_from_order On Saturday, August 28, 2021 at 5:13:38 PM UTC+5 Anum Hassan wrote: > Also, if purchase_conversions are total orders/purcha

Re: Google ads api purchase/ transaction identification from Google ads dashboard

2021-08-31 Thread Anum Hassan
I am waiting for the reply on this On Saturday, August 28, 2021 at 5:13:38 PM UTC+5 Anum Hassan wrote: > Also, if purchase_conversions are total orders/purchases, how can I > extract them using the api? Can you tell the exact parameter? > > https://developers.google.com/google-ad

Find purchase conversions from google ads words api

2021-08-31 Thread Anum Hassan
Hi, If purchase_conversions are total orders/purchases, how can I extract them using the api? Can you tell the exact parameter from the query builder? https://developers.google.com/google-ads/api/fields/v8/campaign_budget_query_builder -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google ads api purchase/ transaction identification from Google ads dashboard

2021-08-28 Thread Anum Hassan
Also, if purchase_conversions are total orders/purchases, how can I extract them using the api? Can you tell the exact parameter? https://developers.google.com/google-ads/api/fields/v8/campaign_budget_query_builder On Sat, Aug 28, 2021 at 4:54 PM Anum Hassan wrote: > Hi, > Can you c

Google ads api purchase/ transaction identification from Google ads dashboard

2021-08-28 Thread Anum Hassan
Hi, Can you confirm if total conversion are the total purchases/orders from google ads? [image: image.png] Is 334 in the above image the purchase count? Best, Anum Hassan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Issue with authenticating service account using OAUTH2 but getting error mentioning NOT_ADS_USER.

2021-08-11 Thread Anum Hassan
Hi I have also followed the instructions given here: https://developers.google.com/google-ads/api/docs/oauth/service-accounts I get this error Request made: ClientCustomerId: XX, Host: googleads.googleapis.com, Method: /google.ads.googleads.v8.services.GoogleAdsService/SearchStream,

Google ads api access using service account is failing

2021-08-11 Thread Anum Hassan
Hi I have followed the instructions given here: https://developers.google.com/google-ads/api/docs/oauth/service-accounts I get this error Request made: ClientCustomerId: XX, Host: googleads.googleapis.com, Method: /google.ads.googleads.v8.services.GoogleAdsService/SearchStream, RequestId:

Google Ad dashboard query

2021-07-30 Thread Anum Hassan
1. Why is that my adcost is greater than daily budget? I'm assuming that adcost is the marketing spend as the description says so. 2. Is the conv.value/cost equal to roas 3. cost/conversions equals cpa? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Help to Access the Google Ads API for reporting

2021-06-28 Thread Anum Hassan
To add to my previous message, I have the basic level access to my manager ad account. On Monday, June 28, 2021 at 9:03:12 PM UTC+5 Anum Hassan wrote: > Hi, I'm using the following link to retrieve google ads data for reporting. > > My yaml: > https://github.com/googleads/googl

Help to Access the Google Ads API for reporting

2021-06-28 Thread Anum Hassan
Hi, I'm using the following link to retrieve google ads data for reporting. My yaml: https://github.com/googleads/google-ads-python/blob/master/google-ads.yaml My code: https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_campaign_stats_to_csv.py Can someone