Re: AdGroupCriterion keyword error

2019-11-06 Thread 'Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Thanks! On Tuesday, November 5, 2019 at 7:44:41 PM UTC+3, adsapiforumadvisor wrote: > > Hi Dmitry, > > > > Thank you for reaching out. From your provided logs, it looks like you > need to create a BiddableAdGroupCriterion >

Re: Connecting Google Ads API to Filemaker (2 questions)

2019-11-06 Thread Zweitze
You may want to consider Google Ads Scripts, combined with Google Sheets. I do assume that you can find some solution for FileMaker and Google Sheets? I am pretty sure that ready-made Ads scripts are available to generate a Google Ads report and save the results in a sheet, which you can process

Re: 201909 API Sunset exact dates

2019-11-06 Thread Rebecca Hokayem
Hi, Would you be able to provide us with an estimate of when roughly the sunset might happen? as in between which months of 2020. It was mentioned in the Google Ads API workshop that the Adwords v201909 will sunset early 2020. Thank you, Rebecca On Thursday, 17 October 2019 15:42:34 UTC+1, a

can not create Display Upload Ads in Display Campaign it is giving access denide exception

2019-11-06 Thread Rakesh Chauhan
Hello sir or mem, i am trying to create Display Upload Ads in Display Campaign but i can't here below is the exception which i phase during creating Display upload Ad in Display Campaign === com.google.ads.googleads.v2.

Old budget in new campaign

2019-11-06 Thread Ichiba Team
How I can access budgets, created throw AdWords API methods in Google Ads API calls? If budget created in Google Ads API, it can be selected by resource_name = 'customers/4380668749/campaignBudgets/6595135879' ga_service = client.get_service('GoogleAdsService', version='v2') query = ('SELECT cam

500 Internal Errors when requesting customers under an MCC from customer_client

2019-11-06 Thread Benjamin Ryves
As described in the topic, we're unable to get a list of customer accounts from the customer_client resource. Using GoogleAdService with our MCC account The query is as follows: SELECT customer_client.descriptive_name FROM customer_client Returning a 500: Internal error (consistent across multi

ad_group_ad_asset_view returning no data

2019-11-06 Thread Benjamin Ryves
I'm trying to use the ad_group_ad_asset_view to return performance_label values, however I don't get any data. Sample query: SELECT asset.id, ad_group_ad_asset_view.performance_label , ad_group.status, metrics.impressions FROM ad_group_ad_asset_view WHERE segments.date DURING LAST_7_DAYS AND a

RE: Adding Phone Numbers & UserID to remarketing list via API

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Darren, Thank you for reaching out. Can you please provide the complete SOAP request and response logs of the API request with phone numbers and userID via reply privately to author so that I can investigate further? See here for information on enabling logging. Please make sure you have fo

Re: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-06 Thread Mark
Hey Mitchell, Replying to your response here. Were you successfully able to create a user list with all 246 items? I have tried to use only the last 4 URLs, and a user list was created successfully. According to the documentation

Re: 201909 API Sunset exact dates

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hello Rebecca, As of now the sunset date is not available for the AdWords API v201909. When the date is available an announcement must be made in our blog. Please keep an eye on our blog for the updates on Google Ads API/AdWords API. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001U

RE: 500 Internal Errors when requesting customers under an MCC from customer_client

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, Thank you for reaching out. Please follow this example for getting all the client accounts under an MCC account. If that doesn't work, please provide the complete request and response logs via reply privately to author. I'm not sure which client library you're using, but here is a

RE: KeywordID Different For Same Keyword

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Charles, The keyword Id may or may not be the same, as the criteria Id is not globally unique. However, while generating the reports you may use the (AdGroupId, CriterionId) or the (CampaignId, CriterionId) pairs which are globally unique. Please refer to this guide for more information. Let

Populating a CrmBasedUserList with members identified by email only increases sizeForSearch, not size.

2019-11-06 Thread Glib Tykhonov
Hello. I'm currently developing trying to set up a mechanism for populating a CrmBasedUserList with our registered users using their emails. But after i've added 1000 users using api and executed a get request i've noticed that newly added users only increased the sizeForSearch, not size. E.g. C

Populating CrmBasedUserList with members identified by email only increases sizeForSearch, not size.

2019-11-06 Thread Glib Tykhonov
Hello. I'm currently developing trying to set up a mechanism for populating a CrmBasedUserList with our registered users using their emails. But after i've added 1000 users using api and executed a get request i've noticed that newly added users only increased the sizeForSearch, not size. E.g. C

Re: Which REPORT can I use to pull house range data?

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Bing, Sure, you may find the sample query below to filter based on income range. __rdquery: SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, Impressions, Clicks, Cost FROM CRITERIA_PERFORMANCE_REPORT WHERE CriteriaType IN ["INCOME_RANGE"] DURING LAST_7_DAYS The AdWords API reports

RE: can not create Display Upload Ads in Display Campaign it is giving access denide exception

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hello Rakesh, Thank you for sharing the logs. To start with the errors you're receiving, could you please confirm if the account using a refresh token with an email has read-only access? The error usually occurs if the user does not have sufficient permissions to make changes to the account. Co

Re: KeywordID Different For Same Keyword

2019-11-06 Thread Charles Michael
Hi, unfortunately we need the criteriaID (keyword ID) and not just the adgroup/campaign id's. We're trying to track revenues / expenses by keyword and while we can pass this id via a valuetrack variable in the finalurl ({targetid}), we are having a hard time creating reports when the same keywo

Google Ads GeoTargeting Not Providing Correct IDs

2019-11-06 Thread Charles Michael
Hi, I'm using the value track {loc_physical_ms} in my finalurl to track the geolocation but the ID's that we are receiving from Google are not what we are targeting. In our campaign settings, we are targeting thousands of city's from the geolocation database found here: https://developers.goog

how to add label to ad group and keyword using then new Google Ads api?

2019-11-06 Thread andryushka x
Hi -- are there examples or guides for this? I see some for adwords but not sure where they are for the google ads api thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: how to add label to ad group and keyword using then new Google Ads api?

2019-11-06 Thread andryushka x
oh specifically, api version v2 -- ty! On Wednesday, November 6, 2019 at 11:47:05 AM UTC-8, andryushka x wrote: > > Hi -- are there examples or guides for this? I see some for adwords but > not sure where they are for the google ads api > > thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to Create Smart Campaign through API

2019-11-06 Thread Pradeep Datla
Hi, I want to create a smart campaign (not Smart display campaign)which google ads ui provides. I have attached a screenshot for clarity. Is it possible to create a Smart Campaign using Google Adwords API or using the latest beta api ? [image: GoogleSmartAd.JPG] Thank You, Pradeep Datla.

[RangeError.TOO_LOW @ operations[0].operand.id.id]

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id] follows code: $googleAds = LaravelAds::googleAds()->with($customerClientId); $campaignService = $googleAds->campaign(Campaign::

RE: how to add label to ad group and keyword using then new Google Ads api?

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Andryushka, Thank you for reaching out. Please see this guide for migrating AdWords API services to Google Ads API services. As it says, to add a label to an AdGroup, you need to use the AdGroupAdLabelService mutate command. For keywords, you can use the AdGroupCriterionLabelService mutate

error api [RangeError.TOO_LOW @ operations [0] .operand.id.id]

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id] follows code: $googleAds = LaravelAds::googleAds()->with($customerClientId); $campaignService = $googleAds->campaign(Campaign::

RE: ad_group_ad_asset_view returning no data

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Benjamin, Thank you for writing to us regarding your concern. The shared report query looks correct and you should be able to get the performance labels via API if they are available in your Google Ads account. I can help you to look into this further, if you could send us the client custome

[RangeError.TOO_LOW @ operations [0] .operand.id.id] - API - https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id ] URL API: https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns follows code:

ERROR API ADWORDS - [RangeError.TOO_LOW @ operations [0] .operand.id.id] - URL API - https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

2019-11-06 Thread Erik Badaro
I am trying to create a campaign by adwords api, when I try to insert the following error appears: [RangeError.TOO_LOW @ operations [0] .operand.id.id ] URL API: https://github.com/tmarois/laravel-ads-sdk/blob/9092768c663527e9e27fe89f6add7e858ca5276c/GoogleAds-SDK.md#campaigns

RE: Populating a CrmBasedUserList with members identified by email only increases sizeForSearch, not size.

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing your concerns with us. To clarify this better, the user list size will show as zero until the list has at least 1,000 members for privacy purposes. After that, the size will be rounded to the two most significant digits. Also, it takes 6 to 12 hours for a list to be

RE: Google Ads GeoTargeting Not Providing Correct IDs

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hello Charles, Could you please confirm if it is the case for all the the results that you are getting via {loc_physical_ms} or for only a specific locations? Please share those details using reply privately to the author option. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UMWTc

RE: [RangeError.TOO_LOW @ operations[0].operand.id.id]

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hello Erik, Thank you for reaching out. The error RangeError.TOO_LOW is observed when the value is too low than the minimum allowed for this field. This error may occurs when you do not specify an id, which results in a value of 0 being passed in. Could you please share the complete request and

REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-06 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
I'm currently working within App Script (no client libraries) that requires me to use the new Google Ads API to fetch all accounts within a customer's hierarchy upon authenticating via OAuth2. My current implementation uses the listAccessibleCustomers endpoint https://googleads.googleapis.com/v

RE: How to Create Smart Campaign through API

2019-11-06 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thanks for reaching out. Currently, the Smart Campaign for Search Network is not supported in the API. However, if you would like to create the Smart Display Campaign with the Adwords API you could refer to this guide. Please let me know if you have any further concerns. Thanks and

Sandbox or Sample Data for Campaign Performance

2019-11-06 Thread Pradeep Datla
Hi Is there a way to get sample performance data for campaigns for development and testing. I want to get data like Clicks, Impressions, Avg CPC, cost, search terms, gender, age, etc., The campaigns we create in Test account does not have any data and we are looking for sample data for differen

Creating Campaigns with incomplete information

2019-11-06 Thread Pradeep Datla
Hi, I came across in-progress campaigns in Google Ads UI - when creating smart campaigns. can i create a Search campaign with incomplete data through API? we are working on a product which has a multi step UI to successfully create a campaign. [image: adprogress.JPG] Thank You, Pradeep Datla

How can I get my active account_bugdet only?

2019-11-06 Thread min jia
Hi, Team The only account_budget active in my google-ads management UI backend is as below showed (as attachment gg1024.png showed): { "account_id":, "account_budget_id":xx, "account_budget_name":"BlueFocus International Limited - 2018年12月27日",

The required fields to add ImageAds.

2019-11-06 Thread T.Motodate
We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. We used the below code : ``` $imageAdInfo = new ImageAdInfo([ 'data' => new BytesValue(['value' => file_get_contents($image)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new StringValue

Required fields to add the new ImageAds.

2019-11-06 Thread T.Motodate
We tried to add new ImageAds using by the GoogleAds API Ver 2.2.0. We used the below code : ``` $imageAdInfo = new ImageAdInfo([ 'data' => new BytesValue(['value' => file_get_contents($image)]), ]); $ad = new Ad([ 'image_ad' => $imageAdInfo, 'final_urls' => [ new StringValue