Re: get campaign data

2024-06-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I would recommend that you reach out to the Google Ads Product support team for tag setup issues. Please note that our team can only assist with the technical queries or concerns related to the Google Ads API. Thanks for your understanding. This message is in relation to case

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! Now I would like to know what changes are needed in following tracking code to track the leads. Right now I'm monitoring conversions and conversions value. gtag('event', 'conversion', {'send_to': '-', 'value': 123.05, 'currency': 'USD' }); On Tuesday, June

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, Thanks for your response! I noticed that in your reply, you're treating conversions and leads as the same thing. However, I believe there's a distinction: conversions refer to those who have actually purchased the product, while leads are those who have shown interest and are willing to

Re: get campaign data

2024-06-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Yes, you can consider conversion value as revenue in Google Ads. To calculate your revenue, multiply your conversions by your average revenue per conversion. For example, 30 conversions x $50 per conversion = a total revenue of $1500. I would recommend you refer to this help center article

Re: get campaign data

2024-06-11 Thread Varinder Sohal
Hi, I also want to know if it is possible to get metrics for leads and cost per lead. Despite reading the metrics documentation, I haven't found any clear references. Please let me know if you have any insights on this.

Re: get campaign data

2024-06-10 Thread Varinder Sohal
Hi, I get the conversions when I increase the recommended budget thank you for that but now I want to get the revenue. I believe it is appropriate to consider the conversion value as the revenue if not please suggest to me how can I get the revenue Please let me know if you need anything else.

Re: get campaign data

2024-05-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, In order to investigate the issue from our end, we need the customer ID and the campaign ID, so I would request you to share those details. You can send the details via Reply privately to the author option, or direct private reply to this email. This message is in relation to case

Re: get campaign data

2024-05-23 Thread Varinder Sohal
https://nimb.ws/JL3FY4E Here is the screenshot of ads dashboard. Following is the request method: public static function getGoogleAdCampaigns(GoogleAdsClient $googleAdsClient, int $customerId, $startDate, $endDate) { $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient();

Re: get campaign data

2024-05-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Kindly provide us with the uncropped screenshot of the Google Ads account where the values are showing zero and updated complete API logs (request and response with request-id and request header) generated at your end so that

Re: get campaign data

2024-05-22 Thread Varinder Sohal
Hi, Thank you for this conversation. It has been very helpful. However, I did not get the values when using metrics.conversations. It seems like something might be missing when running the campaign, as it has been showing a value of 0 for the past two months. On Friday, August 11, 2023 at

Get campaign data

2023-08-10 Thread Shafayet Emon
Hi, I want to get the following values for campaigns. How can i get these values using api? What should be the query? Expected values: Campaign status Campaign Budget name Currency code Budget Budget type Status Status reasons Campaign type Cost Impr. Clicks CTR Interaction rate Search impr.

Re: How to Get Campaign Data in C# Grid

2018-03-08 Thread emedia . testadword
when i request get campaign through my test manager account its shows : Failed to get campaigns. Exception says "The request failed with HTTP status 404: Not Found." // test account customer id please help me On Wednesday, April 8, 2015 at 6:34:50 AM UTC+1,

How to get campaign data and push it to a database

2018-02-07 Thread lakshmana deepesh
Hi Everyone, I am a beginner with adwords API and I am starting to feel that the adwords API is little overwhelming, in spite of the humungous documentation, i am unable to figure out which code to use to get aggregated campaign data, here are the problems i am facing, it would be great if

Re: How to Get Campaign Data in C# Grid

2015-04-08 Thread Josh Radcliff (AdWords API Team)
Hi, Please go through our sign up guide https://developers.google.com/adwords/api/docs/signingup for instructions on requesting a developer token. Thanks, Josh, AdWords API Team On Wednesday, April 8, 2015 at 1:34:50 AM UTC-4, adw...@maia-intelligence.com wrote: On Friday, April 3, 2015

Re: How to Get Campaign Data in C# Grid

2015-04-07 Thread adwords
On Friday, April 3, 2015 at 7:19:00 PM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, It sounds like you may not have set up your config properly. Have you read through our wiki on App.config https://github.com/googleads/googleads-dotnet-lib/wiki/Understanding-App.config? In

Re: How to Get Campaign Data in C# Grid

2015-04-03 Thread Pravin Yadav
On Thursday, April 2, 2015 at 12:20:21 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, Is it just calls against *CampaignService* that are failing, or do calls against *all* services fail? One thing to check would be to try to hit the WSDL endpoint from the host where you are

Re: How to Get Campaign Data in C# Grid

2015-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, It sounds like you may not have set up your config properly. Have you read through our wiki on App.config https://github.com/googleads/googleads-dotnet-lib/wiki/Understanding-App.config? In particular, I'd recommend the section on OAuth2 configuration values

How to Get Campaign Data in C# Grid

2015-04-01 Thread Pravin Yadav
Hi I am using *Google.Api.Ads.AdWords.v201406* with dot.net code and getting campaign using CampaignService. But I am getting error. ***Failed to get campaigns. Exception says The request failed with HTTP status 404: Not Found.***. Please see in line of code for error with Red mark. Is

Re: How to Get Campaign Data in C# Grid

2015-04-01 Thread Josh Radcliff (AdWords API Team)
Hi, Is it just calls against *CampaignService* that are failing, or do calls against *all* services fail? One thing to check would be to try to hit the WSDL endpoint from the host where you are running the example, e.g., confirm that you can download the WSDL at