Conversion Import not working any more.

2024-02-04 Thread Alexander Hornung
Does anyone know how to fix this issue? on newer accounts i get this error message when i import external conversions this is the import csv "Parameters:TimeZone=+0100","","","","" "Google Click ID","Conversion Name","Conversion Time","Conversion Value","Conversion Currency"

Re: Batch Jobs Stuck In Running State

2023-02-17 Thread Ershov Alexander
ref > -- Best regards, Ershov Alexander -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups &quo

Google Ads API Device Bid Modifiers

2022-10-29 Thread Alexander Omeltchuk
Hi, I'm trying to get device bid modifiers from API and I noticed that in response to query: "SELECT campaign_criterion.criterion_id, campaign_criterion.bid_modifier FROM campaign_criterion WHERE campaign.id = '{googleCampaignId}'" i receive 0.0 modifier for "-100%" (value displayed in google

Google Ads API batch job returns RESULTS_NOT_READY, regardless of the length of the timeout

2022-05-31 Thread Alexander Trofimov
Hello Team! We use Google Ads API to automate the process of campaign creation and periodically we encounter the RESULTS_NOT_READY issue. Here's the fresh example: Batch job id: customers/6034707376/batchJobs/9281369305 Request id: D1WMleK2VqciLRZ9StLUng Error log: 15:21:59 ERROR

Re: getMetrics() result does not yield for all keywords

2022-05-12 Thread Alexander Orlov
and geolocations still needs the creation of the overhead objects? Best regards Alex adsapi schrieb am Donnerstag, 12. Mai 2022 um 04:30:36 UTC+2: > Hi Alexander, > > Thank you for your reply. > > You can refer to the example from this guide > <https://developers.google.co

Re: getMetrics() result does not yield for all keywords

2022-05-11 Thread Alexander Orlov
ieb am Mittwoch, 11. Mai 2022 um 14:57:46 UTC+2: > Hi Alexander, > > Thanks for confirming that you are able to already solve the problem using > v10.1. Should you have additional clarifications with the APIs, you may > open a new thread, and we'll be happy to assist you. > >

Re: getMetrics() result does not yield for all keywords

2022-05-11 Thread Alexander Orlov
list, which I passed. Though, with some array_diffs I was able to find all (!) missed (and new) keywords. Thanks again for your efforts. adsapi schrieb am Dienstag, 10. Mai 2022 um 20:45:06 UTC+2: > Hi Alexander, > > Thanks for reaching out. Can you please try generating metrics f

Re: getMetrics() result does not yield for all keywords

2022-05-09 Thread Alexander Orlov
? and now 3. Is reducing the number of keywords/plan a valid workaround or do I miss something here? At least the documentation states, the amount of keywords per plan allowed is 1. Alexander Orlov schrieb am Sonntag, 8. Mai 2022 um 16:10:57 UTC+2: > Hi all! > (As usual) I'm w

getMetrics() result does not yield for all keywords

2022-05-08 Thread Alexander Orlov
Hi all! (As usual) I'm working on migrating AdWords API to Ads API. The use case is the following: Feed an amount of keywords (paginating them by keyword plans a 10k) to generateHistoricalMetrics($keywordPlanResource) and collect the results. To achieve this I followed rather closely the

Google Ads API taxes

2022-03-18 Thread Alexander Omeltchuk
Hi, Could you please help me or give me some cues for retrieving taxes information via google ads api. I need somehow to get data about google ads account taxes for given period and i only found one way to do this for accounts with monthly invoices enabled via invoice resource. But i need to

API returns empty responses for particular account(Adwords and Google ADS)

2021-10-07 Thread Alexander Hristov
Hi Everyone, The issue started occurring on Sunday. All the responses from one particular account(authenticated via MCC) appear empty. The issue occurs in both the Adwords and Google ADS API. It's worth mentioning that the data is visible in the Googgle ADS console. Can someone advise how to

Re: How to fetch billable campaign cost with API/GAQL

2021-09-07 Thread Alexander Dyriavin
Thanks for the update. If its gonna be added to the API , would it be available on the new SDK ? On Tuesday, September 7, 2021 at 8:22:00 AM UTC+3 adsapi wrote: > Hello Alexander, > > Thanks for getting back to us and sharing additional thoughts on the > billable cost. > >

Re: How to fetch billable campaign cost with API/GAQL

2021-09-03 Thread Alexander Dyriavin
Thanks for the reply. Yes, i would like to have it as the part of the campaign_budget/campaign resource. Meaning that we can use GAQL to get the value of billed cost for selected camapign/camapigns . On Friday, September 3, 2021 at 6:35:32 AM UTC+3 adsapi wrote: > Hi Alexander, > >

How to fetch billable campaign cost with API/GAQL

2021-09-01 Thread Alexander Dyriavin
Hello! Currently, I am looking for a way of getting billable cost per campaign. It looks like right now it's not a part of GAQL, because there is no mention regarding that in the documentation here -- [https://developers.google.com/google-ads/api/reference/rpc/v8/overview?hl=en](URL).

Re: Problem with API

2021-06-29 Thread Alexander
Google will not help you with few things: 1. "The billing information cannot be used with the current customer status" error whe creating test client under tyour test account. I wanted to do it also to test my app, asked for help - no luck. 2. Using service account to make API calls. I set up

Can't create campaigns under test account

2021-06-18 Thread Alexander
I have test acount (with the red badge) under one of my google accounts. I use php and curl to make calls using REST API. I get auth token with no problem so the next step is to try to get campaigns and ads from the test account. The problem is - I can create any! When I go to Sub-account

Re: Query builder API

2021-06-11 Thread Alexander Hristov
Hi Matt, Yes, indeed, that's exactly what I'm looking for. Regards, Alex. On Tuesday, June 8, 2021 at 5:44:06 PM UTC+3 adsapi wrote: > Hi Alex, > > Thanks for providing some more context. If I understand your request, you > are basically looking for a query validation tool in the API, rather

Clarification needed service account + API calls.

2021-06-09 Thread Alexander
I need to understand what am I doing wrong when get NOT_ADS_USER error. What I have: 1. Google Ads account (xxx-xxx-). 2. Developer id for this account (xxx-xx). 3. "xxx xxx xxx" project in cloud console with Ads API enabled. 4. Service account

NOT_ADS_USER error using service account and REST API

2021-06-09 Thread Alexander
Hi! I can't figure out what is the problem. I tried almost everything (test coentent, real content, different accounts, id, etc) and got the same error every time. I got the app in the console with ads api enabled. I have service account with generated key and domain-wide delegation enabled.

Re: Query builder API

2021-06-07 Thread Alexander Hristov
Hi Peter, OK, so a bit of context: I'm currently dealing with migrating from the old Adwords API. With that in mind, much of the things involve adapting the API to an existing codebase(and a really large one at that), where a lot of the implementations rely heavily on mocking the gRPC

Query builder API

2021-06-03 Thread Alexander Hristov
Hey everyone, This may come off as a bit strange but I was wondering if you might consider adding something like this. The query builder works in browser and it reads the data from locations such as this and all the

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in ManagedCustomerServiceInterface

2021-05-04 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
InternalApiError UNEXPECTED_INTERNAL_API_ERROR Thanks. WBR, Alexander -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-22 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
compatible with the following fields:" subsection. On Thursday, April 22, 2021 at 6:02:13 PM UTC+3 adsapiforumadvisor wrote: > Hi Alexander, > > Thank you for reaching out. I work with Anthony. If you encounter these > errors that means the fields are not compatible with the >

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR instead of expected CustomerSyncError.TOO_MANY_CHANGES

2021-04-22 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
into small chunks, then such call returns CustomerSyncError.TOO_MANY_CHANGES. Is it possible to have the same CustomerSyncError.TOO_MANY_CHANGES exception for the first case? Thanks in advance. WBR, Alexander -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-22 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
adsapiforumadvisor wrote: > Hi Alexander, > > The field ExternalConversionSource > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#externalconversionsource> > > cannot be selected if the fields mentioned in your error are als

Re: Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-14 Thread Alexander Hristov
adsapiforumadvisor wrote: > Hi Alexander, > > Thank you for reaching out. > > Generally, metrics are associated to entities belonging to a specific > client account. That said, retrieving these metrics would require customers > to specify which client account ID (customer ID)

Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-13 Thread Alexander Hristov
Hey everyone, I've tested several different solutions but none of them seems to be the right answer, In essence I'm afer the following: SELECT customer.id, metrics.conversions, metrics.conversions_value, segments.conversion_action, segments.conversion_action_name FROM

Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-13 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
ersion) are missing in the result of the following call: ReportDefinitionField[] reportDefinitionFields = reportDefinitionService.getReportFields( ReportDefinitionReportType.fromString("CAMPAIGN_PERFORMANCE_REPORT")); What can be the reason of such behaviour? Thanks in advance!

Re: Attributes mapping between UI and API

2021-02-05 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Thank you again, Anthony! On Wednesday, February 3, 2021 at 10:35:22 PM UTC+3 adsapiforumadvisor wrote: > Hi Alexander, > > You will find the Final URL suffix in the URL options of the Settings tab > of either campaigns or ad groups. I've attached a screenshot for reference

Re: Attributes mapping between UI and API

2021-02-02 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
rmance reports) to the Google Ads UI attribute (does the direct mapping exist)? Best regards, Alexander On Tuesday, February 2, 2021 at 10:38:20 PM UTC+3 adsapiforumadvisor wrote: > Hello, > > LOSTIMPRSN -n/s > LOSTIMPRSNRNK - SearchRankLostImpressionShare > LOSTIMPRSNBUDGE

Re: Attributes mapping between UI and API

2021-02-01 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
). Best regards, Alexander On Tuesday, February 2, 2021 at 6:38:05 AM UTC+3 adsapiforumadvisor wrote: > Hi Alexander, > > I work with Anthony and allow to assist you for now. > > Could you confirm where you have extracted the below naming standards of > the fields : > > LO

Re: Attributes mapping between UI and API

2021-02-01 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
attributes in the UI? There is no a direct match too. Thank you in advance, Alexander On Friday, January 29, 2021 at 9:13:03 PM UTC+3 adsapiforumadvisor wrote: > Hi Alexander, > > If you take a look at an individual report type page such as the Keywords > Performance Report, you can map

Attributes mapping between UI and API

2021-01-28 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
from the Ad Group Performance and the Campaign Performance reports Thank you, Alexander -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Loading Store visits conversion along with CriterionId from Ad Performance Report

2020-12-15 Thread Alexander Barabash
Hello, We load conversions from *Ad Performance Report* and we discovered an unexpected behavior of the API. If we add the *CriterionId *field into the request, *Store visits* conversion is not returned only for one particular account. At the same time, we successfully load *Store visits*

Wrong types for the CallStartTime and the CallEndTime fields (the Call Metrics Call Details report)

2020-11-05 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hello, The CallStartTime and CallEndTime fields have the Long type according to your documentation (https://developers.google.com/adwords/api/docs/appendix/reports/call-metrics-call-details-report#callendtime). But actually the values have the DateTime format (e.g. "Sep 28, 2020 2:21:36

Re: Universal App Campaign not included to AdGroup Performance report

2019-12-20 Thread Alexander de Wolff
Hello, I was wondering if AdGroup level reporting of App Campaigns is currently planned to be added at some point. Thanks, Alexander de Wolff On Wednesday, February 27, 2019 at 12:23:34 PM UTC-8, googleadsapi-forumadvisor wrote: > > Hello Oksana, > > The AdGroup Perfor

Re: ad schedule not included in CRITERIA_PERFORMANCE_REPORT

2019-12-18 Thread Alexander de Wolff
Hi Mitchell, I will look into the Campaign Ad Schedule Target Report. Thanks for the reply! On Tuesday, December 17, 2019 at 9:07:22 AM UTC-8, adsapiforumadvisor wrote: > > Hi Alexander, > > Thank you for reaching out. You can use the Campaign Ad Schedule Target > R

ad schedule not included in CRITERIA_PERFORMANCE_REPORT

2019-12-16 Thread Alexander de Wolff
I'm trying to pull the ad schedules for all of our ads which are run on a schedule to create an alert which will check whether ads are activated when they are supposed to. Following this post I came up with the following

downloading the verticals.csv automated

2019-12-02 Thread Alejandro Moncada Alexander
Hi , Is the a way to download this file on automated basis without the use of the API. I am trying to create some reports using this values. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: The new discovery campaigns have an empty AdvertisingChannelType

2019-08-15 Thread Alexander
Express is also a possible value (which is missing in my first post). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

The new discovery campaigns have an empty AdvertisingChannelType

2019-08-15 Thread Alexander
According to https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#advertisingchanneltype the AdvertisingChannelType has one of following values: Unknown, Search, Display, Shopping, Video, Multi Channel. But the new discovery campaigns have an empty string

Bulk upload

2019-08-15 Thread Alexander
Is there a way to access the "bulk upload" from Google Ads UI through adwords API ( or the new ads API) ? In the UI it is available at Tools > Bulk Actions > Uploads I know that "bulk upload" is possible in Google Ads Scripts, but is it also possible in adwords API or Ads API? -- --

Re: PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-07-13 Thread Alexander
Actually, it is easy. According to https://developers.google.com/google-ads/api/fields/v2/metrics, conversion_last_conversion_date IS ONLY selectable with resource "customer". But since it is not in the metrics-list of "customer" (

EXPECTED_FILTERS_ON_DATE_RANGE

2019-05-10 Thread Alexander
SELECT metrics.conversions, metrics.interactions, metrics.average_cpm, metrics.engagements, metrics.interaction_event_types, metrics.average_cpv, metrics.engagement_rate, segments.device, metrics.all_conversions, segments.week, metrics.video_quartile_25_rate, metrics.gmail_forwards,

Re: How to get the keyword which triggered the phone call?

2019-05-08 Thread Alexander Nitschke
Sorry for "warming up" an older thread, but 1) the answers presented didn't really help to solve the question, and you should know this: imagine a scenario with 100 calls on a day on 10 criteria. The Call Metrics Call Detail Report only give the adgroup level for each call while the Criteria

Why there is no date segment in campaign_audience_view?

2019-04-26 Thread Alexander
There is no date segment in campaign_audience_view: https://developers.google.com/google-ads/api/docs/fields/campaign_audience_view This is pretty limiting and makes it hard to work with. The ad_group_audience_view, for example, has the date-segment:

Google Ads API: How to identify ENUM data type?

2019-04-18 Thread Alexander Belozerov
Hello there, What is the best way to identify the data type that is shown as ENUM when getting a response from this method in python library: search_google_ads_fields I was assuming that it is always "string" but just run into an example where it is a string for one customer id and an integer

Re: gzip compression in the new Google Ads API?

2019-04-18 Thread Alexander
-forumadvisor wrote: > > Hello Alexander, > > Since the report data returning as typed objects and no longer writing on > the files. You have to handle it in your code to write them into files and > compress the files programatically. I will let my team know regarding your >

gzip compression in the new Google Ads API?

2019-04-17 Thread Alexander
Is it possible to compress the data which is coming from the API? Something like it was possible to download GZIPPED_CSV files in the old Adwords API? I know that a binary format is used which should reduce the data-size, but true compression may be more effective. -- --

Campaign_bid_modifier resource contains only bid_modifiers for criterion_id 8000

2019-04-17 Thread Alexander
The criterion_id is always 8000. > SELECT campaign_bid_modifier.criterion_id, > campaign_bid_modifier.interaction_type.type, > campaign_bid_modifier.bid_modifier, campaign_bid_modifier.campaign, > campaign_bid_modifier.resource_name FROM campaign_bid_modifier LIMIT 1000 > I checked on

Google Ads: 504 Deadline Exceeded

2019-04-15 Thread Alexander Belozerov
Hi there, Im getting 504 Deadline Exceeded when running following query using python library: 'SELECT name, data_type, is_repeated' I wonder if the problem is that im querying a huge account with 3million ads? And if so what is the best way to fix this? This same query works just fine with

Re: dynamic_search_ads_search_term_view returns no resource_name

2019-04-15 Thread Alexander
Is maybe related to https://groups.google.com/forum/#!searchin/adwords-api/customer_client$20limit%7Csort:date/adwords-api/3TVG4hcsRDQ/-3dGY-juCAAJ It works better without LIMIT clause... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

customer_client causes Internal error if query contains LIMIT

2019-04-12 Thread Alexander
If a query contains a limit clause then customer_client always throws an Internal Error > SELECT customer_client.hidden, customer_client.client_customer, > customer_client.level, customer_client.resource_name FROM customer_client > LIMIT 100 > Without LIMIT the query works as expected.

Re: dynamic_search_ads_search_term_view returns no resource_name

2019-04-12 Thread Alexander
Can't reproduce anymore. Maybe it was a problem at our end. Sorry. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

dynamic_search_ads_search_term_view returns no resource_name

2019-04-12 Thread Alexander
The query SELECT dynamic_search_ads_search_term_view.resource_name FROM > dynamic_search_ads_search_term_view > returns rows without resource_name. Or the resource_name is an empty string. It's hard to distinguish in java client library. -- --

Internal Error for detail_prlacement_view

2019-04-11 Thread Alexander
Ive build a query with the https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder: > SELECT detail_placement_view.resource_name, > detail_placement_view.placement_type, detail_placement_view.placement, > detail_placement_view.target_url, >

Re: PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-09 Thread Alexander
Thank you. According to https://developers.google.com/google-ads/api/docs/fields/metrics#metricsconversion_last_conversion_date it should be selectable with customer (no other resource is in the "selectable with" list). So if it is not selectable with customer, is it selectable at all? --

Re: What is the best way to get list of non-mcc accounts?

2019-04-05 Thread Alexander Belozerov
Hi Dannison, Thank you for your message, Could you please help with the query? When i do something like this with my master MCC: 'SELECT customer_client.client_customer, customer.manager FROM customer_client' I get customer.manager = true for all accounts. So this particular query doesn't

PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE for conversion_last_conversion_date

2019-04-05 Thread Alexander
The query builder (https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder) gave me following output: > SELECT > metrics.conversion_last_conversion_date > FROM > customer > LIMIT > 100 > But the java-client-library gives me following error:

What is the best way to get list of non-mcc accounts?

2019-04-04 Thread Alexander Belozerov
Hello there, Ive got a tree-like mcc structure, such as that mcc of multiple levels on top of each other. What is the best way to get a list of non-mcc customer ids in order to be able to query stats for them (it is not possible to query for mcc account)? This code return all accounts under

Re: Migration to Google Ads API - Get list of all accounts under MCC

2019-04-04 Thread Alexander Belozerov
Hi there, Im having similar issue, this would get me list of all accounts, including mcc. For example if we have tree-like structure with master MCC and multiple level MCCs under it, what would be the best way to get a list of all non MCC account under master MCC? This is in order to collect

Date_time data type in Ads API

2019-04-03 Thread Alexander
According to https://developers.google.com/google-ads/api/docs/fields/account_budget_proposal the data type of account_budget_proposal.approval_date_time is DATE, which is not really precise. Is there no DATE_TIME data type in Ads-API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to convert Google-Ads API GoogleAdsRow to json?

2019-04-01 Thread Alexander Belozerov
Hello there, Im querying google ads api and need to save results as json. What is the best way to convert GoogleAdsRow type into json? The result of the google ads api call is GoogleAdsRow that looks like this: campaign { resource_name: "customers/321/campaigns/123" id { value: 123 }

How to use GoogleAdsFieldService?

2019-03-19 Thread Alexander
How can I get all fields of some resource (for example "user_interest") using GoogleAdsFieldService? I can get only something like following - which is of little use. > > resource_name: "googleAdsFields/user_interest" > name { > value: "user_interest" > } > category: RESOURCE > selectable { >

adGroupAdService get request returns InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2019-01-17 Thread Alexander Kosenko
Hi, When I make a request in the following way: SelectorBuilder builder = new SelectorBuilder(); builder.fields(AdGroupAdField.Id) .in(AdGroupAdField.AdGroupId, "38880158570") .in(AdGroupAdField.AdType, new String[] {"EXPANDED_TEXT_AD",

Re: Keywords Performance Report device blank???

2019-01-16 Thread Alexander
New Device in reports: "Devices streaming video content to TV screens" On Monday, January 14, 2019 at 1:18:58 PM UTC+1, SP wrote: > > im waiting for this fix as well, > thanks for add the question, and thanks the Adwords team to work on it > > El viernes, 11 de enero de 2019, 1:41:01 (UTC+1),

Re: Adwords Transfer Service not sending usable search impression share data

2019-01-03 Thread Alexander
a workaround would be: CAST( REGEXP_REPLACE( SearchImpressionShare, '[%<>]', '' ) AS FLOAT64 ) On Thursday, January 3, 2019 at 10:35:37 AM UTC+1, Ryan Lister wrote: > > Hi Support, > > I am trying to build a reporting suite for AdWords by bringing the data > through to our BigQuery instance

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-12 Thread Alexander
Same problem. We quick fixed it yesterday on our end to interpret "--" as zero. Is it sufficient to click the "Me too!" button in a forum thread? Or is it better to post a message? On Wednesday, December 12, 2018 at 10:29:52 AM UTC+1, Zweitze wrote: > > I also want to add that this morning,

Access reports of linked account with MCC account

2018-10-12 Thread targaryen . alexander
Hello dear community, I opened this question already but can't find it somehow. So I hope this won't be a duplicate. So I am stuck with a problem which I guess should be easy to solve but I am no expert and can't quite fix it. Just for reference: I work with Laravel 5.7 and Google Ads Api

Getting access to Reports of accounts linked to MCC

2018-10-12 Thread targaryen . alexander
Hello dear community, I am stuck with a problem which should be easy to solve but I am no expert and can't get it quite right. Just for clarification: I use Laravel 5.7 and Google Ads Api v201806 So what I am trying to achieve: 1. User logs in via oauth2. $oAuth2Credential = new OAuth2([

Re: CrmBasedUserList - clear a list (full cleaning)

2018-09-02 Thread alexander . epihov
Thank you so much, but what about the code? is it correct? понедельник, 3 сентября 2018 г., 6:20:27 UTC+3 пользователь Dannison Yao (AdWords API Team) написал: > > Hi, > > For AdWordsUserListService, AdWords API only allows you to view the list > but not its actual members, so it is not

Re: CrmBasedUserList - clear a list (full cleaning)

2018-08-31 Thread alexander . epihov
Many thanks for the prompt response! I have already tried to solve this issue on my own: $adWordsServices = new AdWordsServices(); $userListService = $adWordsServices->get(self::$session, AdwordsUserListService::class); $mutateMembersOperations = []; $mutateMembersOperation = new

CrmBasedUserList - clear a list (full cleaning)

2018-08-31 Thread alexander . epihov
Hi,help me please... I can not find an api method that will allow me to clear the list at a time. Point removal (MutateMembersOperation -> operator -> REMOVE) is not of interest, because I may not know the contents of the list. Thank you in advance. -- --

CrmBasedUserList remove all members - clear the list

2018-08-30 Thread alexander . epihov
Hello! I can not find a method for cleaning the list. Point removal (MutateMembers operator REMOVE) is not of interest - I need a full sweep, all at once. Is there such an api method? Thank you in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How do tools like ubersuggest, semrush, kwfinder, ... get LEGAL access to Adwords API?

2018-07-20 Thread Alexander
he AdWords Compliance team. I assume you have my contact info. Thankful, Alexander On Friday, July 20, 2018 at 8:17:54 AM UTC+2, Peter Oliquino (AdWords API Team) wrote: > > Hi Alexander, > > Any customer should be able to get access for the AdWords API by first > signing > up

How do tools like ubersuggest, semrush, kwfinder, ... get LEGAL access to Adwords API?

2018-07-19 Thread Alexander
For example: https://neilpatel.com/ubersuggest/ Returns exact Google Adwords API data (keyword planner tool). The Adwords API states that you can only use the API for PPC (Adwords) purposes. Isn't using it for SEO tools considered against the terms of service? Is there a legal way, and what

Re: Obtaining AdGroupId

2018-05-12 Thread ironside . alexander
So if I understand correctly I'll need to create a new campaign, with ad group in it and use its adGroup ID to get the keywords? If so, I'm trying to create a new campaign, but I seem to be unable to pick an account (screenshot attached). I'm using Chrome v.64, in incognito mode. All I want to

Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
I'll open another thread with further questions. This question was solved with creating the oauth credentials in incognito window. W dniu piątek, 11 maja 2018 11:33:35 UTC+2 użytkownik ironside@gmail.com napisał: > > OK I think I got through it. I used the client id for the test account. >

Obtaining AdGroupId

2018-05-11 Thread ironside . alexander
Hi. I'm looking for a way to get my AdGroupId. Here's part of my code: var seedAdGroupIdSearchParameter = new SeedAdGroupIdSearchParameter(); seedAdGroupIdSearchParameter.adGroupId = ; searchParameters.Add(seedAdGroupIdSearchParameter); searchParameters.Add(relatedToQuerySearchParameter);

Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
OK I think I got through it. I used the client id for the test account. Now I'm getting this error: {Error returned when the requested Paging is missing from the TargetingIdeaSelector when required.. (Error: TargetingIdeaError.NO_PAGING_IN_SELECTOR, FieldPath: selector, Trigger: ) Error

Re: AdWordsUser doesn't have authorization token

2018-05-11 Thread ironside . alexander
Ok so I have the test account and the manager account. The manager is the default non-test account. When I try to create the oauth credentials, they are created with the manager (non-test) account. I need to use the test account to create the oauth credentials. How can I do that? W dniu

Re: AdWordsUser doesn't have authorization token

2018-05-10 Thread ironside . alexander
Now I'm just really confused. I created new "test" accounts using this link: https://adwords.google.com/um/Welcome/Home?a=1=mt=0#ta, but how am I supposed to log into these accounts to create the OAuth test credentials? This is what it looks like: The "test" is the name of the account set by

Re: AdWordsUser doesn't have authorization token

2018-05-09 Thread ironside . alexander
Ok I realized this is the actual error message: Developer token is not approved for production access, and the customer is attempting to access a production account. And it makes sense. But how do I make my customer a test user? W dniu poniedziałek, 30 kwietnia 2018 17:47:29 UTC+2 użytkownik

Re: AdWordsUser doesn't have authorization token

2018-05-09 Thread ironside . alexander
Hi Dhanya. Thank you so much. It almost works and I feel like I'm almost there. Now I'm getting a "developer token is not approved" error, which is interesting, because my account is a test account, and I copied the developer token. What is the possible issue here? I already reset the token

Re: AdWordsUser doesn't have authorization token

2018-04-26 Thread ironside . alexander
When I try to use the oauthgenerator.exe it crashes with no error report. I input my credentials and scopes, log in with my account, approve the access, and then the program stops working. Is generating the refresh token using the playground any different? W dniu poniedziałek, 23 kwietnia 2018

Re: AdWordsUser doesn't have authorization token

2018-04-26 Thread ironside . alexander
The error appeared during the curl command. So I should generate new OAuth keys, use these, and create the refresh token using the TokenGenerator.exe right? So far I've been generating refresh tokens using the Google Playground, with the scope provided

Re: AdWordsUser doesn't have authorization token

2018-04-21 Thread ironside . alexander
After regenerating the keys, now I'm getting a { "error": "unauthorized_client", "error_description": "Unauthorized" } W dniu piątek, 20 kwietnia 2018 14:52:35 UTC-4 użytkownik Dhanya Sundararaju (AdWords API Team) napisał: > > Hi, > > The "invalid_grant" error usually indicates that the

AdWordsUser doesn't have authorization token

2018-04-20 Thread ironside . alexander
Hi. I'm trying to use the TargetingIdeaService with ASP.NET. This is my code so far: [HttpGet] public IEnumerable Get() { var user = new AdWordsUser(); using (TargetingIdeaService targetingIdeaService = (

Created AdWordsUser doesn't have authorization token

2018-04-20 Thread ironside . alexander
Hi. I'm trying to get TargetingIdeaService up and running using ASP.NET. I'm building my app as a REST API, so console solutions won't work. This is my code so far: [HttpGet] public IEnumerable Get() { var user = new AdWordsUser(); using

Problem Connecting to the api

2018-03-21 Thread Alexander Meis
HI, i run the googleads-php-lib, i set up the api credentiials like in the tutorial but on executing it got this error 2018/03/21 17:18:35 [error] 9367#0: *59204 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST

Re: Filter out remarketing campaigns

2018-01-31 Thread alexander . stafstrom
with the following prefix "boomuserlist::". Not a super-pretty solution and not waterproof but I hope that it will be good enough for our use case. I had already tried this solution earlier but thought it was to ugly and inaccurate to use but feels like I'm out of options.

Filter out remarketing campaigns

2018-01-30 Thread alexander . stafstrom
er List Service" but can't find out which lists are "Website visitors" there either. I've also looked at the "Campaign Criterion Service" but same problem there. So I would need help with this. Is there something other I can

Re: Google API Price extension - corrupted data (CampaignId, microAmount, feedItemId, feedMappingId)

2017-12-07 Thread Alexander Popov
We could fix it. The problem was that v201710 worked for us only on php5.6 running on admin server via cron was failed as we had php5.4 on admin. Updating admin server to 5.6 fixed the issue. thanks On Thursday, November 30, 2017 at 3:57:24 PM UTC-6, Alexander Popov wrote: > > Hi. > W

Re: Google API Price extension - corrupted data (CampaignId, microAmount, feedItemId, feedMappingId)

2017-12-01 Thread Alexander Popov
hi Peter. sent reply using "*Reply privately to author*" thanks On Friday, December 1, 2017 at 12:47:52 AM UTC-6, Peter Oliquino wrote: > > Hi Alexander, > > In order to better investigate your concern, could you provide the > complete SOAP request and response th

Google API Price extension - corrupted data (CampaignId, microAmount, feedItemId, feedMappingId)

2017-11-30 Thread Alexander Popov
Hi. We Use PHP and I was following examples: https://developers.google.com/adwords/api/docs/guides/extension-settings#update_ad_extensions and everything works fine if i run code in browser like http://mysite.com/myfile.php so code is inside "myfile.php" file But if I run using cron, I get:

Why should I create an AdWords Manager Account

2017-10-15 Thread Alexander Ivanov ✔
Could you explain me why I need a manager account (*МА*)? As a developer I tried to call the script with budgetOrderIterator and I got the error 'This AdWords account is not whitelisted for this feature.' After creating the *MA* I can call this feature. Are there the best practice to use an

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-05-09 Thread Alexander Cavalli
Thanks Josh, finally got back around to testing this and everything seems to be working. Appreciate it! On Friday, May 5, 2017 at 6:54:22 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Alexander, > > A fix is now in place for this issue. If you see any odd behavior on

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-05-05 Thread Alexander Cavalli
Hi Shwetha, Yes, BatchJobProcessingError.INTERNAL_ERROR is the reason for the cancel. Thanks! On Friday, May 5, 2017 at 11:30:13 AM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Alexander, > > Thank you for providing the sample BatchJobId. Do your BatchJobs get &g

Re: BatchJobProcessingError.INTERNAL_ERROR

2017-05-05 Thread Alexander Cavalli
We are also getting this error, pretty regularly. It seems to have started sometime in the afternoon (CST) on 5/4/2017. From my testing it seems like it might be happening more on jobs that use temp ids, in particular multiple temp ids. Sample failed batch job id: 491491905 On Friday, May 5,

API no longer delivering YouTube data?

2017-03-22 Thread Alexander Volk
I'm using a data integration tool called Data Virtuality to pull data from the AdWords API. The tool structures translates calls to different sources into SQL. Below is an example query that is set up to retrieve Youtube Network data. This query stopped delivering data on Jan. 30th with no

  1   2   3   >