Re: How to setup billing information using Google Ads API

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Ting, Apologies for the lack of clarity. What I meant as "representative" was for a Google Ads representative that may assist you with setting up Consolidated Billing for your account, as this is outside of the scope for the API support team. You may refer to this page on how to set up Conso

RE: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi, As of now, we still do not have information as to when this will be fully available. Please continue to follow our blog for updates. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Liam, Thanks for following up. We have received your response in private thread and we already responded to it. However, it appears that you did not receive my response. Moving forward to your issue, I wasn't able to replicate the impressions that you specified in the 2 reports. It appears

RE: household income report in new ads api

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Zhi, Retrieving the household income statistics is currently not supported in the Google Ads API. For now, you may follow our blog for announcements. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

RE: Google Ads API - language criterion id

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Jakub, Thanks for posting your concern. You can get the criterion ID of the language criterion by using some of the criterion services such as CampaignCriterionService.get and filter the Criterion.Type by LANGUAGE value. Also, could confirm clarify what you meant for this one 'I need to sto

RE: upload CRM users to Ads audience lists using Ads API

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi François-Xavier, As of this moment, the Google Ads API can only create userlists using the UserListService. Populating the userlists with members (ex. using CRM data) is currently not supported. You may follow our blog for updates regarding this feature. Thanks and regards, Peter Google Ads

How to get cost for each accouts?

2019-06-26 Thread Ken Hsu
Hi there. Can I get the cost for each accounts via api? Or I need to add up the cost of all my campaigns in account. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

RE: Getting error while mutating customer manager link "Client has no active user that can access the client account."

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Jason, Thank you for reaching out to us. Could you kindly provide (via Reply privately to author) the JSON logs from the request that resulted in the error so that I can further investigate the issue? Regards, Ziv Yves Sanchez Google Ads API Team ref:_00D1U1174p._5001UCZUE0:ref -- -- =~=~

RE: logLevel

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Dima, You can find the other choices for your logging via this guide. As for the value to use instead of INFO, you may try the DEBUG option instead. Let me know if this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How to get cost for each accouts?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Ken, Thank you for reaching out to us. You may get the cost for each account via either the Google AdWords or Google Ads API. You may confirm which API you are using, then see below for the appropriate details: For the Google AdWords API: You may request for an Account Performance Report f

RE: Hotel Performance View does not have segmentation by user country

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Joao, The "user country" field for hotel ads reporting is currently not supported. You may continue to follow our blog for announcements regarding this specific field. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjc:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Difference between keyword search volume trough API and Keyword planner sometime

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi there, Thank you for reaching out to us. Could you provide (via Reply privately to author) the complete SOAP request and response logs of the TargetingIdeaService request, as well as a screenshot of the Keyword Planner, so that I could further investigate the discrepancy? Regards, Ziv Yves

Re: Google Ads: MobileApplicationVendor enum seems missing

2019-06-26 Thread integrations bidalgo
Thanks, Nikisha. Worked for me! On Wednesday, June 26, 2019 at 12:28:09 AM UTC+3, adsapiforumadvisor wrote: > > Hi, > > Thank you for contacting support. The equivalent for appVendor property in > Google Ads API is app_store field of AppCampaignSetting >

RE: can conversion tracker be reused if its dataDrivenModelStatus is expired?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Ankit, You would need to create a new ConversionTracker once the DataDrivenModelStatus has been updated by the system as EXPIRED. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZXmP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

Re: Google Ads API - language criterion id

2019-06-26 Thread Jakub Samsel
Thanks for quickly response and provide a resolve :) With 'I need to store these ids in my app based on CSV from docs https://developers.google.com/adwords/api/docs/appendix/codes-formats' I mean, if would not exists any solution for receiving criterion ids I would save criterion ids from csv i

Re: Placement Performance report has duplicate rows

2019-06-26 Thread Christian Romming
Hi, We're seeing a similar thing for the Shopping Performance report: it's not segmented by ad group ID according to the documentation, but it appears to be implicitly segmented by it still. The same is true for Age Range Performance and Gender Performance. Can you confirm whether all reports

How to add members to CrmBasedUserList with Google Ads API

2019-06-26 Thread 'Peeraya' via AdWords API and Google Ads API Forum
I've created a CrmBasedUserList through mutateUserLists using the Google Ads API. Could someone help point out the reference to how to add members (email addresses) to the UserList please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

How can I enable Google Ads API in Google Developer Console?

2019-06-26 Thread Drex Dev
Hi, I'm trying to enable Google Ads API in Google Developer Console but it's throwing an error. Can you help me if there is anything that I need to do? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~

JSON for updating campaign

2019-06-26 Thread Allen Fey
I have a situation where I can not use one of the libraries so I am trying to figure out the JSON to update campaigns. I am able to use the query language to retreive data, but am getting caught on the mutate services. For example, when I post the following JSON to: https://googleads.googleapis

Linking Manager Account to Client Account

2019-06-26 Thread harikesh kumar
Hello, We are using Php Library to Link Manager account to Client Account, and I have followed these link. https://github.com/googleads/google-ads-php/blob/master/examples/AccountManagement/LinkManagerToClient.php . First function createInvitation successfully return value and also second fu

How to get the option "Dynamic ads"

2019-06-26 Thread Mille Geeks
[image: Screenshot from 2019-06-26 09-32-11.png] Hello. How can I get the option "display campaign - settings - Dynamic ads" for campaign and "feedId". "CampaignService" should return "DynamicSearchAdsSettings" in field "settings" , but not return. What are the suggestions? -- -- =~=~=~=~

Google ADS API - set devices for a campaign bug?

2019-06-26 Thread Jakub Samsel
Hi, I'm using your google ads library for python When I'm trying to set device for a campaign I'm receiving an error from Google ADS API operations = [] if data['desktop']: campaign_criterion_operation = self.client.get_type('CampaignCriterionOperation', version='v1')

Re: can conversion tracker be reused if its dataDrivenModelStatus is expired?

2019-06-26 Thread Ankit Agarwal
okay thanks. On Wednesday, June 26, 2019 at 3:42:02 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Ankit, > > You would need to create a new ConversionTracker > > > once the DataDrivenM

Unable to create LogicalUserList via Adwords API AdwordsUserListService

2019-06-26 Thread Sanjay Hallan
Hi, I am trying to create a LogicalUserList via the python googleads library (api version v201809). Its a fairly basic request which looks like this: { 'operator': 'ADD', 'operand': { 'xsi_type': 'LogicalUserList', 'name': 'My unique name', 'status': 'OPEN',

Re: ADGROUP_PERFORMANCE_REPORT does not display the metric SearchRankLostImpressionShare correctly

2019-06-26 Thread Tiana S.
Hi Ben, Thank you so much for your reply! There's data for the date range, just like OP. In the Google Ads interface data is shown, but when retrieving the data from the API it returns 0. I will send you a screenshot from the date range's data privately. Thanks, Tiana On Tuesday, 25 June 2019

Get Learning status

2019-06-26 Thread Dmitrii Stebliuk
Hello, I use shared bidding strategies, and after a change in AdWords for campaigns within the bid strategy I see "Campaign: Eligible, Bid strategy: Learning" How can I obtain this "bid strategy: Learning" status? I can not find any way, I am fine in any automatic way like: Google Ads API, Goo

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
I run the OAuth tool but it does not help in any way. I get the following error - ERROR: OAuth test failed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

Re: Unable to accept new ToS for Google Ads API Access

2019-06-26 Thread Gurpreet AML
Hi Sai, Since we do not have access to this manager account, we are unable to find out the admins that have access to it. Can you please send us a list of admins (privately) so that we can then try logging in as them. Please guide us on how we can resolve this issue of accepting new ToS as it

what is the meaning of UNKNOWN status in ad campaign, adgroups, conversion tracker etc.?

2019-06-26 Thread Ankit Agarwal
I have seen the UNKNOWN status in almost all entities doc, is it normal to have this status or it is some type of warning or error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Ad Extensions clicks aggregate on campaign level?

2019-06-26 Thread Qaiser Javed
Hi Members, I have a query would like to know Ad Extension clicks aggregate at campaign level or not? OR in other words Total of Ad Extensions clicks should be equal to campaign clicks? Please share your knowledge. Thanks, Qaiser Javed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, To verify that your credentials are correct, you could try the CURL request provided below and see if you are able to generate the access token. If your credentials are correct, you should be able to generate an access token for the below CURL request. curl https://www.googleapis.c

Intermittent DEADLINE_EXCEEDED and INTERNAL_ERROR happening while using C# Ads API library for various views

2019-06-26 Thread C Phillips
Hi, We are experiencing unpredictable but fairly regular errors when using the .NET library to retrieve adgroup, keyword, etc statistics from views. There doesn't seem to be a pattern of reports or accounts that causes the errors, it's different every time the process is run, but there are alwa

How to exclude negative locations from location_view

2019-06-26 Thread Mat
Hi, how can I exclude negative locations from a location_view report? My query: query = ('SELECT ' 'campaign.id, ' 'campaign.status, ' 'campaign.serving_status, ' 'campaign_criterion.negative, ' 'location_view.resource_name,

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
Ran the curl, but again got a meaningless json { "access_token": "ya29.GlszB59HETtP0sTg..", "expires_in": 3600, "scope": "https://www.googleapis.com/auth/dfp https://www.googleapis.com/auth/adwords";, "token_type": "Bearer" } The oauth doctor returns the folowing: 2019/06/26 19

RE: Unable to create LogicalUserList via Adwords API AdwordsUserListService

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Sanjay, Could you please share the complete SOAP logs of the error by enabling logging as shown here . Regards Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UCZZcH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

RE: Get Learning status

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Dimitri, It is not possible to get that specified status via AdWords API, Google Ads API, AWQL and GAQL. If you want to check with the scripts team please let me know I will forward your concern to them. For Google Ads Transfer (BigQuery) you have to contact them separately to their suppo

RE: How can I enable Google Ads API in Google Developer Console?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Dev, You will be able to enable the API through the developer console by following the steps mentioned in this guide. If you're facing an issue, could you please share more details on the error you are receiving, so I can assist you further? Thanks, Bharani, Google Ads API Team ref:_00D1U

RE: JSON for updating campaign

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Allen, Thank you for contacting support. I tried updating campaign using code sample from Java Client libraries and have attached logs. From the logs, you can see that you need to use update_mask field to perform update operation. Please refer to this guide for more information on field mask

RE: How to get the option "Dynamic ads"

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Mille, Thank you for contacting support. Could you please share the request and response logs for me to investigate further? You may reply via Reply privately to author option. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UCZZUN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Placement Performance report has duplicate rows

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Christian, Thank you for contacting the support. As Luis mentioned earlier, every report in AdWords API is segmented by its unique key (like CampaignId, AdGroupId, etc.) even though they're not included in your selector fields. This will be true for all the reports which will have AdGroupId

RE: How to add members to CrmBasedUserList with Google Ads API

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Peeraya, Thank you reaching out. It is currently not possible to add members (email addresses) to the UserList in Google Ads API. I understand this is important and our team is already working on this feature. Please keep an eye on our blog and release notes for future information. Regards,

RE: what is the meaning of UNKNOWN status in ad campaign, adgroups, conversion tracker etc.?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Ankit, The status UNKNOWN is returned if the specific entities have statuses other than the one's listed in the entity Enum values. This is not an error but the status which is not predefined. Let me know if you have any questions. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, I see the CURL operation is succeeded, which means the credentials you used in the CURL operation are right. Could you please place those credentials in your configuration/properties files and retry the API request? If you are facing any error, please share the entire error log and

Re: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Haik
Hi, Just tested the keys in the app. This is the error: {{ "errorCode": { "authenticationError": "NOT_ADS_USER" }, "message": "User in the cookie is not a valid Ads user." }} -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

RE: Ad Extensions clicks aggregate on campaign level?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Qaiser, It depends on the kinds of Ads present in the campaigns. Since its a product level concern I recommend you to post your question on the Advertisers community forum the product specialist there would help you to understand it. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p.

Re: logLevel

2019-06-26 Thread Dima
no, its still recording all events. we want only with isFault: 1 среда, 26 июня 2019 г., 10:55:29 UTC+2 пользователь adsapiforumadvisor написал: > > Hi Dima, > > You can find the other choices for your logging via this guide >

Re: Problem with updating UniversalAppCampaignSetting

2019-06-26 Thread Sama Ra
Good day, Bharani! Thank you for your response! It was very helpful but unfortunately i have not achieved my goal (manage universal app ad videos). Here is key point of my researches: - Google changes it's API and UniversalAppCampaignSetting won't be used to contain ad specific information - T

RE: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Haik, The not_ads_user error usually occurs when the login used to generate the access token is not associated with any Google Ads account. Please make sure the email address used to generate the OAuth credentials has a Google Ads account. Regards, Sai Teja, Google Ads API Team ref:_00D

RE: Intermittent DEADLINE_EXCEEDED and INTERNAL_ERROR happening while using C# Ads API library for various views

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hello Phillips, Could you please share the complete error log and the report definition to help further? You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UCZdRT:ref -- -- =~=~=~=~=~=~=~=~=~

Re: JSON for updating campaign

2019-06-26 Thread Allen Fey
Thank you Nikisha, that was a tremendous help! Just in case anyone stumbles across this in the future, I did need to make a couple of tweaks to the JSON from the log file to get it to work. Here is what worked for me: { "operations": { "update": { "resourceName": "customers/{Accou

Web form is not work.

2019-06-26 Thread 'GoodColorglow' via AdWords API and Google Ads API Forum
I'm trying to send message to API support via web form: https://services.google.com/fb/forms/apicontact/?hl=ru. But it show me an error "403 Forbidden". -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

Re: Junk returned upon getting keyword ideas

2019-06-26 Thread antorio dsds
Entao sempre que for usado uma conta de teste o retorno vai ser esse red herring ??? Em quinta-feira, 28 de dezembro de 2017 10:57:35 UTC-2, mar...@pulsecomms.com escreveu: > > Hello, I managed to get my API up and running and was looking to use it to > generate keyword ideas using the followin

Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-26 Thread Liam Connors
I have sent further information by private message. Can you let me know in the forum the answer or if further information is needed as it seems I am not receiving the response: My response by private message: "You mean the reports from the UI? I do not have access to the UI reports, but should

Low search volume

2019-06-26 Thread Dima
Hi! Is there a possibility through sql query ($response = $googleAdsServiceClient->search($customerId, $query, ['pageSize' => self:: PAGE_SIZE]);) to the database to get keywords with a mark (status) "Low search volume"? SELECT to what table it must be and what column? Thanks a lot! -- -- =~=~=

Cannot mutate by SET operator ads types ExpandedDynamicSearchAd, TemplateAd, ImageAd

2019-06-26 Thread Łukasz Stankiewicz
Hello, I have a problem with mutation of this certain 3 types of ads ExpandedDynamicSearchAd, TemplateAd, ImageAd. For all of them the error i am getting is [AdError.INVALID_AD_TYPE @ operations[0].operand.id]. Below I present request and response for all of the mutation requests. ImageAd Reques

TargetingIdeaService throwing exceptions all the time

2019-06-26 Thread Andrei
Hello, We did an implementation for the TargetingIdeaService using the C# client library about a month ago to retrieve the search volume for a set of keywords. Everything worked fine until about 2 weeks ago when we started receiving exceptions all the time. The 2 exceptions which we get are: 1

Audience list usage and API

2019-06-26 Thread Global Team Blue
Hi. AdwordsUserListService exposes a lot but not all data I need. Am I correct saying that 'size: youtube', 'size: gmail campaign', and creation date are not available like in the audience manager UI? Also where is 'Usage Status' as mentioned here: https://support.google.com/google-ads/ans

How to retrieve ALL ConversionTracker ids via ConversionTracker service?

2019-06-26 Thread Sama Ra
Good day! Here is my code to retrieve conversion tracker ids: adwords = Adwords.get_api_client(customer_id) srv = adwords.service(:ConversionTrackerService, :v201809) items = [] page_size = 500 query_builder = adwords.service_query_builder do |b| b.select('Id', 'Name') b.limit(0, page_size)

GoogleAdsServerFault: Server Error

2019-06-26 Thread cyan
Hi, I'm using googleads python client, to pull ad objects from Adwords API. The query occassionally throws this error: GoogleAdsServerFault: Server Error (without other error message). Does anyone know why this happened? Thanks. Below's my sample code: from googleads import adwords def get_a

RE: Junk returned upon getting keyword ideas

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Antorio, Thank you for reaching out to us. As for your question: yes, the TargetingIdeaService usually returns the "red herring" entries for test accounts, which are dummy data. You may also visit this guide for more information about the Targeting Ideas feature of the AdWords API. Regards

RE: Web form is not work.

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi there, Thank you for reaching out to us. I checked the link and it was working fine on my end. Could you see if you could access it in incognito mode? You may also want to try accessing the following link instead as well: https://services.google.com/fb/forms/apicontact/. Regards, Ziv Yves

Re: logLevel

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Dima, Could you try using the WARNING value instead? If this is not what you are looking for, I would recommend that you also reach out to the PHP library owners via this link for further assistance. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjN:ref -- -- =~=~=~=~=~=

RE: TargetingIdeaService throwing exceptions all the time

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Andrei, Thank you for reaching out to us. For the RATE_EXCEEDED errors: Note that, unlike the other services of the AdWords API, the TargetingIdeaService behaves differently, in the sense that traffic is counted against all the accounts making the same call to it. Thus, when the error occur

RE: Low search volume

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Dima, If you are using the reports, you can use the Keyword View and include the ad_group_criterion.serving_status field in your request and filter using the RARELY_SERVED value. If you are using the services, you can filter your keywords using the CriterionSystemServingStatus field togethe

Issue setting bid strategy through API differs from UI

2019-06-26 Thread Vinutha Nayak
Hi, I have used the following setting in my code : # Set the bidding strategy and budget. campaign.manual_cpc.enhanced_cpc_enabled.value = False campaign.campaign_budget.value = campaign_budget_response.results[0].resource_name campaign.bidding_strategy_type = client.get_type('BiddingStrategyTyp

RE: How to retrieve ALL ConversionTracker ids via ConversionTracker service?

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Sama, Thank you for reaching out to us. As per this page, analytics goals and transactions created in Google Analytics profiles (that are linked to your Google Ads account) are returned with no value in the trackingCodeType field. They will also have a status of HIDDEN if they haven't been

RE: GoogleAdsServerFault: Server Error

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Cyan, So I can better investigate, could you also provide your clientCustomerId and the complete SOAP request and response logs that were generated when you encountered the error? If you haven't enabled logging, you may refer to this guide as to how. You may then reply using the Reply priva

Re: Google forwarding number is enabled or not

2019-06-26 Thread cv
Hello Nikisha, I wanted to know that Should I able to get All Conversions Actions List along with google Managed list. I am referring to attached screenshots. Please let me know how I can able to get same [image: Conversion actiion - Google Ads.png] On Friday, 21 June 2019 00:40:19 UTC+5:3

RE: Audience list usage and API

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi, Regarding the size for YouTube and Gmail, and the creation date of the userlist, you are correct. Those are currently not available in the AdWords API. As for the "Usage Status", only the AccountUserListStatus is available. That said, you would not be able to determine via the AdWords API a

Re: Difference in stats in Campaigns and Campaigns Details report

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Liam, Thanks for your reply. I am not referring to the UI, instead, I am requesting to generate the 2 reports in the 662-537-7856 only or create a report for the month of February only. I am asking this because you replied before that the Campaigns Report (first report) has 470,303 impressi

Re: Google Ads API - language criterion id

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Jakub, Thanks for the clarification. You may rather try the suggestion that I previously provided for retrieving criterion ID of the language criterion. Let me know if you have further concern and I would be happy to provide support. Regards, Ejay Google Ads API Team ref:_00D1U1174p._5001UC

RE: Cannot mutate by SET operator ads types ExpandedDynamicSearchAd, TemplateAd, ImageAd

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi Łukasz, The AdTypes that you mentioned should be supported in the AdService based on the documentation. Could you try and use the AdGroupAdService.get() first and filter using the Ad IDs (ex. 347273560254 ID of your ImageAd) of those you used in the AdService mutate request, so we can confir