RE: need help in fetching all the audience

2024-06-24 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. In order to assist you further, kindly provide us the uncropped UI screenshot of the Google Ads account and also highlight the fields that you require to retrieve via the API. You can send the details via Reply privately to the

Need help in fetching all the audience

2024-06-24 Thread Prashant Patidar
Hello, I have created audiences in the google ad manager and I want to fetch all the audience associated with the ad account need Api reference and details of the retrievable data. -- The views and opinions included in this email belong to their author and do not necessarily mirror the views a

Re: need help to get the all ad accounts

2024-06-07 Thread Hashcrypt Devs
Okay. Thank you for the response. On Friday, June 7, 2024 at 1:27:37 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > The customers.listAccessibleCustomers > > endpoint only > pro

Re: need help to get the all ad accounts

2024-06-07 Thread Hashcrypt Devs
Thank you for the response. Okay I understood your solution. But Is it possible to get customer details with this "https://googleads.googleapis.com/v17/customers:listAccessibleCustomers " endpoint. Thanks On Friday, June 7, 2024 at 12:41:43 PM UTC+5:30 Google Ads API Forum Advisor wrote: >

Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
I've tried with this given query as below, URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers/googleAds:searchStream Method : POST QueryParam : SELECT customer.id, customer_client.id, customer_client.descriptive_name, customer.descriptive_name, customer.status, custom

Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
We've tried with your given solution. We've able to access the list of customers with below url and got the response: URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers Response: [image: image_2024_06_07T05_44_38_276Z.png] Now, we also want additional information like

Need Help To Get the All Ad Accounts

2024-06-06 Thread Hashcrypt Devs
Hi, We're integrating google ads REST API to fetch records and use that records for analytics. So, as per our authentication flow We need to fetch all ad accounts together available in particular google ad manager account with single API call without passing customer Id. I want this as REST A

RE: need help in creating a report with placement type using google ads api

2024-06-06 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. Yes, using the below query formed with the group_placement_view resource returns the results in a more detailed way by providing the metrics details at the groupPlacementView level. "SELECT ad_group.name, group_placement_view.p

Need help from Google API Compliance Team

2024-04-24 Thread TheAnythingGroup Hello
Hello! Hope you are well! I'm currently in the process of verifying an APP "Tagalitics" with sensitive scopes for Google AdWords and Analytics, intended for read-only purposes. We are awaiting confirmation from our Compliance Team regarding the approval of these scopes. In the meantime, could

RE: need help from google ads api compliance team

2024-03-24 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. I see that you have already raised this concern on another thread with the subject "Help regarding Google Ads API Basic Access" and we have already responded there for this issue. To avoid multiple threads on the same issue, pl

Need help from Google Ads API Compliance Team

2024-03-24 Thread ursugar palaniappan
We need help from the Google Ads API team on the following - We applied for Basic Access a month back under API Access in our MCC account (255-698-1400) But still in API Access it shows *Test Account* and we haven't got any reply from the Google Ads API Compliance team. We filled ou

RE: need help with sa360 parameter.

2023-12-25 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. After reviewing your query, I understand that your concern is regarding the parameters. Could you please confirm if you are using Google Ads API or UI? If you are using Google Ads API, kindly provide us with the details of the q

need help with sa360 parameter.

2023-12-25 Thread worker busy
Hello Guys , i wanted to know like what parameter needs to be passed for getting values as below. dc_eps=AHas8cCKTqY1FX0EH9-wt2ZB-h0N_fTZLUSGAvpPSKLF-zWsLug424W0YDF9dv5FN86inhatlmGPgYbtDQ what is the parameter passed for ds_eps regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

I need help

2023-12-18 Thread Samuel Anselmi
How can I request access to the API hubs section? What form should I fill out? I currently have standard permission on a Google Ads account and can't see where the API is. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: need help retrieving the exact time of a click with gclid please

2023-11-23 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. After reviewing your concern, I understand that you are trying to fetch the exact time of a click through GCLID. Could you please clarify the campaign type you are referencing in the click_view resource? You can send the detai

Need Help retrieving the exact time of a click with GCLID Please

2023-11-23 Thread Cassio Mariani
Hi all, I really need help here if someone could be so nice, I'm struggling to retrieve the exact time of a click made on my ad thru gclid, I am using this query: function main() { const spreadsheet = SpreadsheetApp.create('GCLID Report'); const report = AdsApp.report(`SELECT c

Need help in tracking conversion api

2023-09-22 Thread Fredrick hudson
Hi, I am trying to implement the enhanced conversion API on my website, but I am unable to do so. My website is Replica Swords USA , and I have tried everything. Can anyone tell me the way to implement the enhanced conversion API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: need help with conversionvaluerule

2023-08-16 Thread gator...@gmail.com
Thank you! This is exactly what I was looking for. For anyone who may be interested, you have to declare an instance of ConversionValueRule.Types.ValueRuleGeoLocationCondition and use the GeoTargetConstants.Add method to add your locations. On Tuesday, August 15, 2023 at 6:14:12 PM UTC-4 G

Re: need help with conversionvaluerule

2023-08-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, You may use this Java code snippet as reference: public class ConversionValueRule { public static void main(String[] args) { AddConversionValueRuleParams params = new AddConversionValueRuleParams(); if (!params.parseArguments(args)) { // Either pass the r

Re: need help with conversionvaluerule

2023-08-15 Thread gator...@gmail.com
Can you please provide an example of how to programmatically assign a value to geo_target_constants? On Tuesday, August 15, 2023 at 3:14:11 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for coming back to us and providing your insights. I hope you > are doing well today. >

Re: need help with conversionvaluerule

2023-08-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for coming back to us and providing your insights. I hope you are doing well today. In relation to your concern, please code sample below for reference. Request --- MethodName: google.ads.googleads.v14.services.ConversionValueRuleService/MutateConversionValueRules Endpoint:

Re: need help with conversionvaluerule

2023-08-15 Thread gator...@gmail.com
Your response does NOT address the problem. After you set your geo locations on your campaign (which we have been doing for years), you need to be able to apply value rules to those locations. That means there must be a way to specify a specific location that you want to apply a value rule to

Re: need help with conversionvaluerule

2023-08-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, You may use campaignCriterionService to set the location targeting as the CampaignCriterionService, AdGroupCriterionService, and CustomerNegativeCriterionService support targeting or excluding various types of criteria. You may see following criteria: LocationInfo: Named location t

Re: need help with conversionvaluerule

2023-08-14 Thread gator...@gmail.com
Your response only explains how to retrieve the location resource names. I need to be able to SET the location for a new value rule. HOW TO I SET A LOCATION FOR A NEW VALUE RILE? On Monday, August 14, 2023 at 3:27:01 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for your r

Re: need help with conversionvaluerule

2023-08-14 Thread Veyis Ahsak
Hi veyis ahsak turkey watcap 0539 631 27 35 14 Ağu 2023 Pzt 22:26 tarihinde 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum şunu yazdı: > Hi, > > Thank you for your response. > > As we previously provide under the rules conditions ( > https://developers.google.com/google-

Re: need help with conversionvaluerule

2023-08-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your response. As we previously provide under the rules conditions (https://developers.google.com/google-ads/api/docs/conversions/conversion-value-rules#rule_conditions), it was mentioned that you need to consult the location targeting guide (https://developers.google.com/goo

Re: need help with conversionvaluerule

2023-08-14 Thread gator...@gmail.com
The GeoTargetConstants property of ValueRuleGeoLocationCondition is ReadOnly. ' ' Summary: ' Geo locations that advertisers want to include. Public ReadOnly Property GeoTargetConstants As RepeatedField(Of Stri

Re: need help with conversionvaluerule

2023-08-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for getting back to us. As per the ValueRuleGeoLocationCondition.geo_target_constants[] guide, it is a string representation of Geo locations that advertisers want to include. That said, can you try setting this value to a string of geo_target_constants? Let us know how it goes. Th

Re: need help with conversionvaluerule

2023-08-11 Thread gator...@gmail.com
*"Applies the rule to impressions where the location information matches any of the specified geo_target_constants"* *How do I specify the geo_target_constants?* On Friday, August 11, 2023 at 6:35:34 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Googl

RE: need help with conversionvaluerule

2023-08-11 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 Forum. I hope that you are doing well today. Moving forward to your concern, as mentioned in the geo_location_condition in the Rule conditions, "Applies the rule to impressions where the location information matches any of the specified geo_

Need Help with ConversionValueRule

2023-08-11 Thread gator...@gmail.com
I am trying to add a conversion value rule to a campaign but can't figure out how to set the geo location. There is a GeoTargetConstants property of ValueRuleGeoLocationCondition, but it is ReadOnly. When I run the code below, I get a TOO_FEW error referencing geo_location_condition. I know I

Re: need help in resolving grpc issues

2023-05-17 Thread NITHEESH L
How long should i wait On Wednesday, May 17, 2023 at 12:42:47 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Nitheesh, > > Thank you for reaching out to the Google Ads API support team. I hope that > you are doing well today. > > I can see here that your concern is related to grpc and you

Need help in resolving gRPC issues

2023-05-16 Thread NITHEESH L
https://github.com/googleads/google-ads-dotnet/issues/514 Please if any one resolved such issues help me here!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

RE: Need help to get total amounts of metrics (customer level) in gender_view

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to us. With regard to your concern, I'm afraid that is the expected behavior of the report wherein its result will be segmented/divided by adgroup criterion. What we can suggest is to include the customer.descriptive_name in your SELECT clause, then post proce

Need help to get total amounts of metrics (customer level) in gender_view

2023-03-27 Thread 박휘건
I want to get totals grouped by gender but it seems returns devided by adgroup criterion. {"query": "SELECT ad_group_criterion.age_range.type, metrics.ctr, FROM age_range_view"} is there some way to get totals in customer level? (need gender, geo, age totals) -- -- =~=~=~=~=~=~=~=~=~=~=~

RE: Need Help

2022-09-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that you tried with the help of Google Ads API documents, could you elaborate on the issue you encountered while performing mutates on the billing and budget API servies? Could you confirm if you have required p

Need Help

2022-09-26 Thread Friends advitisors
Hey Google team, I hope you all are good. Actually i m new to google ads api and i cannot create billing setup for my main production manager account and also cant create budget on my client account. I need the actual help who can guide how to do this. I have tried to do with the help of google ad

Re: Need help in fetching the bid type

2022-08-24 Thread anu varghese
Hi Darwin, I am using GAQL to extract the data, PFB the query used, *Query* SELECT campaign.bidding_strategy_type, expanded_landing_page_view.expanded_final_url, metrics.clicks, metrics.impressions, metrics.ctr, metrics.engagement_rate, campaign.id, campaign.name, campaign.status, campaign.sta

Re: Need help in fetching the bid type

2022-08-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anu, I'm Darwin, also a member of the Google Ads API team. I work with Carmela and allow me to assist you here. I hope you are doing well today. Moving forward, regarding this, "If the campaign is of CPC type then how is it possible to have value in average cpm column?" to better check this

Re: Need help in fetching the bid type

2022-08-23 Thread anu varghese
Hi Team, I have another query , PFB the screenshot of the data that I had pulled from I could see that for the campaign the bidding strategy type was manual cpc and it was having value for both average cpm and average cpc. If the campaign is of CPC type then how is it possible to have value in

Need help in fetching the bid type

2022-08-22 Thread anu varghese
Hi Team, For the campaign data from Google Ads, I need to retrieve information like whether the campaign was of bid Type CPM or CPC. Kindly help in this regard. Thanks in advance. Regards, Anu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

How to upload offline conversions . Need help . Urgent

2022-05-04 Thread Aditya Shanker Tandon
Hi Team, I am not able to understand how to upload call/click conversions in google ads , in adwords we used to call mutate and upload gclids , but here we need to provide conversion action . Ques 1.: What is the process to get the conversion actions or conversion action ids.?? Can someone plea

Need help in migrating Query

2022-03-23 Thread Sekhar Kaduluri
Hi Team, We are migrating to google ads API, and we need equivalent query for below one. can someone help on this? Selector{fields=[Id, AdGroupId, CriteriaType, KeywordMatchType, KeywordText], ordering=[OrderBy{field=KeywordText, sortOrder=ASCENDING}], paging=Paging{numberResults=1, startI

RE: I need help identifying two metrics

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Duvan, Thank you for reaching out to our team. Allow me to provide support. For the first question, if you want to get the spend or the cost at campaign level, then I would suggest using the campaign report and include the metrics.cost_micros field. As for the second question, to have a

I need help identifying two metrics

2022-01-26 Thread Duvan Felipe Buritica Cardona
good afternoon, Please tell me what are the metrics that I should obtain for these concepts: 1) The total amount of money that has been spent on the campaign 2) The total amount of money per purchase I am reviewing the documentation and the concepts of spending in the campaign and purchase or c

RE: Need help with class names for migration

2021-12-16 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Wayne, Thanks for reaching out. You can find the AdWords API => Ads API feature mapping for your list in the migration guide. Regards, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Matt

Need help with class names for migration

2021-12-16 Thread Wayne
Hi team, We're migrating our Adwords API to Google Ads API. We need some help with the following class names - Placement, Vertical, BiddableAdGroupCriterion, AdGroupBidModifier. I also have a few other queries which I will share by privately replying to the author. -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Google Laravel Example Giving Stream NULL *need help*

2020-12-15 Thread Floyd van der weij
I cant react to author but, id like to close this. because i have dropped the Laravel Project and went over to make my own application that has intergrated Google Ads. i will make an other Ticket/Conversation in the future because i do have questions about the Ads API -Floyd Op donderdag 10 dec

RE: Google Laravel Example Giving Stream NULL *need help*

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Can you please share the detailed request and response logs using the reply privately to author so that we can investigate this issue? You can find information on enabling logging here. Laravel appears to be a third party API, so I would recommend reaching out

Google Laravel Example Giving Stream NULL *need help*

2020-12-09 Thread Floyd van der weij
Hello, i have been working with Google ads over 2 weeks now, without any progress. I tried making my own app, then used examples and then i went over to just debug stuff without any progress. Now im at the laravel Example from google and everything finally looked like it worked but im getting

RE: CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi Brayan, Thanks for posting your concern. If you want to specify multiple conditions in WHERE clause of the report, such as the custom dates that you've mentioned, then you need to use the AND operator between those conditions as discussed on this document. Please refer to the sample impleme

Re: CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread braya...@gmail.com
sing this custom date range but it's giving me an error > > > > This is the error. > > {"errors":[{"errorCode":{"queryError":"BAD_VALUE"},"message":"Error in > WHERE clause: invalid value \"."}]} > query_error

CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread braya...@gmail.com
Hi, I using this custom date range but it's giving me an error This is the error. {"errors":[{"errorCode":{"queryError":"BAD_VALUE"},"message":"Error in WHERE clause: invalid value \".&qu

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-22 Thread gagan gupta
Hello, Any response, please. Gagan On Thursday, June 18, 2020 at 12:51:56 PM UTC+5:30, gagan gupta wrote: > > Thanks, Anthony, > > I appreciate your focus and determination on the same. > > Gagan > > On Tuesday, June 16, 2020 at 6:49:56 PM UTC+5:30, adsapiforumadvisor wrote: >> >> Hi Gagan, >

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-18 Thread gagan gupta
Thanks, Anthony, I appreciate your focus and determination on the same. Gagan On Tuesday, June 16, 2020 at 6:49:56 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > I received your email. I will follow up on there. > > Regards, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q2

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-16 Thread Google Ads API Forum Advisor Prod
Hi Gagan, I received your email. I will follow up on there. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-16 Thread gagan gupta
Sent you, check gagan2020*@gmail.com On Monday, June 15, 2020 at 11:33:28 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > You can contact us at googleadsa...@google.com . > > Regards, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q20XOT0:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread Google Ads API Forum Advisor Prod
Hi Gagan, You can contact us at googleadsapi-supp...@google.com. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread gagan gupta
Thanks for the reply, I appreciate your support. How shall I send you logs, please give me an email ID, because you are unable to receive private messages and I am also not able to receive your private messages? Gagan On Monday, June 15, 2020 at 6:32:10 PM UTC+5:30, adsapiforumadvisor wrote: >

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread Google Ads API Forum Advisor Prod
Hi Gagan, I replied to you privately with the following: Goals are not available in the API. For your INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE error, I will need the logs that come in this format. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-14 Thread gagan gupta
Any Analysis on the same? On Thursday, June 11, 2020 at 12:13:37 PM UTC+5:30, gagan gupta wrote: > > Also, Atached is the code I am using. > > > On Thursday, June 11, 2020 at 12:10:07 PM UTC+5:30, gagan gupta wrote: >> >> Hi Anthony. >> >> 1. Thanks, Got the Languages and Locations but didn't get

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-10 Thread gagan gupta
Also, Atached is the code I am using. On Thursday, June 11, 2020 at 12:10:07 PM UTC+5:30, gagan gupta wrote: > > Hi Anthony. > > 1. Thanks, Got the Languages and Locations but didn't get the GOAL, please > refer to goal.jpg and campaignCriteriaService logs. > > 2. Attached is INVALID_ANONYMOUS_B

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-10 Thread gagan gupta
Hi Anthony. 1. Thanks, Got the Languages and Locations but didn't get the GOAL, please refer to goal.jpg and campaignCriteriaService logs. 2. Attached is INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE_Logs. Sent you privately. Regards, Gagan On Wednesday, June 10, 2020 at 8:42:21 PM UTC+5:30, adsa

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-10 Thread Google Ads API Forum Advisor Prod
Hi Gagan, These are criteria so you will need to use the CampaignCriterionService to pull its data. You can find an example on how to use it here. Please reply privately to author your full SOAP logs that resulted in this error Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:re

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread Google Ads API Forum Advisor Prod
Hi Gagan, You can use the GetCampaigns example and include any of the fields you want returned in your selector. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread gagan
Would I be able to retrieve all information among these fields as well for an already created campaign? This will help me see how google back end would expect me to send data. Is there any field need to be mentioned in different way ? Gagan On Tue, Jun 9, 2020, 23:46 Google Ads API Forum Advisor

RE: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread Google Ads API Forum Advisor Prod
Hi, The first example you mentioned shows how to implement search campaigns. You will see the line campaign.setAdvertisingChannelType(AdvertisingChannelType.SEARCH) which sets the campaign type to SEARCH. You can find all the fields related to campaigns here. Regards, Anthony Google Ads A

Re: Need help debuging unauthorized error

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hi Sifang, Yes, we received your message. Here is what Nikisha said in her last response: Thank you for sharing the details. If you are requesting OAuth credentials from a manager account and are accessing a related customer account, you will need to set the login-customer-id header to the custo

Re: Need help debuging unauthorized error

2019-10-07 Thread Sifang Chu
Hi, I have replied your message twice in the private mode. However, I cannot see any record of them from gmail nor the forum. Please confirm if you have received those messages or not. Thanks, Sifang On Thursday, October 3, 2019 at 2:03:13 PM UTC-7, adsapiforumadvisor wrote: > > Hello, > > Tha

RE: Need help debuging unauthorized error

2019-10-03 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. To better investigate your issue, could you please share the complete request and response logs along with the client customer id? Please use Reply privately to author option while sharing the details. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174

Need help debuging unauthorized error

2019-10-03 Thread Sifang Chu
Hi, Our company is an existing user of ADWords API. I'm starting to experiment with Ads API. I have just downloaded the client library and trying out the first call to get campaign reports. I'm using the existing credentials that are working with ADWords API. I specified the MCC customer id i

Re: Need help using Query API for python to display age_range and gender_type

2019-07-25 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, Yes, I replied to your message. Here is how I responded: I don't see any issues with your query. Can you send the request sample? Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UCanIe:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

Re: Need help using Query API for python to display age_range and gender_type

2019-07-24 Thread Vinutha Nayak
Hi Anthony, I have replied with requested details couple of days back ? Did you have a chance to check on that please ? Thanks and Regards, Vinutha Nayak On Wednesday, 10 July 2019 00:35:56 UTC+5:30, adsapiforumadvisor wrote: > > Hi Vinutha, > > Could you please *reply privately to author *y

Re: Need help using Query API for python to display age_range and gender_type

2019-07-09 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, Could you please reply privately to author your CID and the report query you are currently using so that I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UCanIe:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Re: Need help using Query API for python to display age_range and gender_type

2019-07-08 Thread Vinutha Nayak
Hi Ziv, Thanks for the detailed explanation. Yes , you were right in the sense that I was trying to edit the age and gender criteria via the Demographics screen which is for Adgroup campaign and in code as pasted above, I was trying to fetch them at campaign level. I corrected myself, but the

Re: Need help using Query API for python to display age_range and gender_type

2019-07-04 Thread Vinutha Nayak
Hi Ziv, Thanks for responding back. I have ensured that both gender_type and age_range are enabled ( in green) in UI. But the output still comes as 0. What I wondering is, considering it returns a set of values and not single value, is my syntax correct ? Could you please help me here ? I am

RE: Need help using Query API for python to display age_range and gender_type

2019-07-04 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, Thank you for reaching out to us. I was able to replicate your query on my end, and can confirm that I was indeed getting 0's for both the gender and the age range values. It may happen that you have not specified any gender or age range targeting in your campaigns; thus, the gende

Need help using Query API for python to display age_range and gender_type

2019-07-03 Thread Vinutha Nayak
Hi , I am trying to generate a report capturing gender, age For some reason all are being displayed as 0. I am using *google ads API* and trying the same in *python*. Can anyone quickly point out what is going wrong ? Following is the query : query2 = ( ' SELECT campaign.name, campaign.id

Re: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, If you are looking for the fields to use when specifying where the ads would redirect, you can use the final_urls[], final_app_urls[], and final_mobile_urls[] fields. Now, if what you are looking for is the URL to display for the ad, then you can use the display_url field instead.

Re: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Vinutha Nayak
Thank you. I will try that out. Regarding the URLS, I need to set merchant url for specific ad. On Wednesday, 22 May 2019 15:24:04 UTC+5:30, adsapiforumadvisor wrote: > > Hi Vinutha, > > You may refer below for my answers to your questions : > > 1. I now need to set a schedule, basically sp

RE: Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, You may refer below for my answers to your questions : 1. I now need to set a schedule, basically specific timings for all days of the week . I checked the "AdScheduleInfo", in the day_of_the_week, I don't see option to set for "all" days. What is the right way to add for all da

Need help on setting Adschedule , LanguageInfo, Website URL

2019-05-22 Thread Vinutha Nayak
I have three queries : I have created a *"campaignCriterion" . *I have two queries now on setting additional information within that : 1. I now need to set a schedule, basically specific timings for all days of the week . I checked the *"**AdScheduleInfo", * in the day_of_the_week, I don't

I want to use curl to create google ad campaign. I get internal server error. Need help on the same.

2019-05-17 Thread Anushri shanbhag
I have followed steps as mentioned in https://developers.google.com/google-ads/api/docs/concepts/curl-example

Re: I need help regarding my geo location adwords campaigns?

2018-04-03 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Since your question is product specific, I would recommend to post your questions on AdWords Community forum . They are better equipped to address product level questions. Thanks, Milind, AdWords API Team. --

I need help regarding my geo location adwords campaigns?

2018-04-03 Thread greg g
I Need Help Please!! I have dumpster rental business and I have about 130 different adword campaign for each town that I service in Massachusetts. These are old campaigns that worked fine for many years. Now when searches are done for the term "dumpster rental" it seems that th

Re: Need help with pulling data for Gmail Sponsored Promotion ads

2017-12-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hyunsoo, I was able to get the Gmail single promotion template ad (template Id : 464) using the AdGroupAdService.get() via API. Could you please *reply privately to author *and share your client custom

Need help with pulling data for Gmail Sponsored Promotion ads

2017-12-15 Thread Hyunsoo Choi
I am trying to pull ad name for Gmail Sponsored Promotion Ads through the API but had no luck so far. I've gone through this link (https://developers.google.com/adwords/api/docs/appendix/templateads) and made some test calls to the API using the AdGroupAdService (on version 201710). Unfortunat

Re: Need help please with API error after uploading a campaign

2017-01-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Aaron, In order to get a better look at your concern, could you send the SOAP request and response generated when you encountered this error while using the AdWords API? Please reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~

Need help please with API error after uploading a campaign

2017-01-29 Thread Aaron Adamson
Hello, Wondering if someone can tell me what these errors mean and how to avoid them from happening after uploading a campaign to an AdWords account through the AdWords API? AdPolicyError.POLICY_ERROR: operations[7376].operand.ad.headlinePart1 Crystal Web Hosting CriterionPolicyError.POLICY_ER

Re: Need help upgrading to expanded text ads?

2016-11-08 Thread Richard Beck @ Acquisio
We've provided a Webinar to help advertisers determine how they should be migration their Standard Text Ads to Expanded Text Ads. It goes through: - what you should be doing, - how you should be determining your migration strategies, - how to run tests, - what migration strategies

Need help upgrading to expanded text ads?

2016-11-04 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
o know how we can help, since we noticed that some people are still creating standard text ads. Please reply to this forum thread if you: - Have questions - Need help upgrading - Want to +1 someone’s idea on how we can help If you feel like there’s too much pe

Re: I need help with obtaining access to the API (production)

2015-10-21 Thread Anthony Madrigal
Hi Alex, If you want to use the TargetingIdeaService or TrafficEstimatorService to get back real results, you will need to wait until your production developer token is approved. Unfortunately, we do not have any node.js examples for AdWords API. Here is a link to all of our available client l

I need help with obtaining access to the API (production)

2015-10-21 Thread Alex Zaporozhets
Hi, I want to have keywords suggestions (TargetingIdeaService and TrafficEstimatorService), ads management only for my personal account. How can I do so? I see that my key is waiting for approval. P.S. Do you have nodejs based examples for AdWords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: API request data (PHP) need help I pay for it $60/h

2015-10-05 Thread Umesh Dengale
Hi Laura, You could use the AdWords API reports to get above mentioned information. A single report may not have all fields mentioned above. You could check the CAMPAIGN_PERFORMANCE_REPORT

API request data (PHP) need help I pay for it $60/h

2015-10-05 Thread Laura Rauch
Hello, I need help for a littel api request. I spend houres but i dont got it. Could sombody help me? I pay your time. $60/h I got the campaigns and adgroup names but I want more :-) // Get a list of campaigns $campaignService = $user->GetService('CampaignService', API_VERSIO

Need help getting Refresh Token :(

2015-08-13 Thread adwords-api
Hello, I'm working on getting access to the API and I'm having trouble creating the Refresh Token. I have already created a project and requested an access code but I'm having trouble getting the last piece of the puzzle which is the Refresh Token so I can save it in my app. The following is th

Re: Need help with finalUrls and v201506

2015-07-15 Thread Umesh Dengale
Hello, if you have not done the URL upgrade before July 1, 2015, and your destination URL does not contain a different domain than the display URL, your destination URL will be updated automatically starting on July 2015. If it does have a different domain, your ads will stop serving until you

Re: Need help with finalUrls and v201506

2015-07-15 Thread miguel reyna
Hi, few weeks ago I was able to update final urls on keywords using the API. I am trying to update final url on Ads but the response object (AdUrlUpgrade) is empty and no changes are being done. I would like to know if we are still allow to use AdUrlUpgrade function after July 1st. Thanks, O

Re: Need help with finalUrls and v201506

2015-07-10 Thread Umesh Dengale
Hello, You can retrieve final URL information using the AdGroupAdService. CreativeFinalUrls field which will populate (Ad.finalUrls

Need help with finalUrls and v201506

2015-07-09 Thread Miha Zelnik
I'm trying to upgrade my adwords API to v201506, but I'm getting this error back: GoogleAdsValueError: Unrecognized version of the AdWords API. Version given: v201506 Supported versions: ['v201409', 'v201502', 'v201406'] I checked and looks like v201506 is not in googleads python lib https://

  1   2   3   >