MaximizeConversionValueTargetRoas not valid for report type CAMPAIGN_PERFORMANCE_REPORT?

2018-07-17 Thread Gal
Hello, I am trying to get the targetROAS target value per campaign - using this query: var report = AdWordsApp.report( " SELECT CampaignName, CampaignStatus, BiddingStrategyName, BiddingStrategyType, MaximizeConversionValueTargetRoas, ConversionValue, Cost " + " FROM CAMPAIGN_PERFORMANCE

Sample Keywords Iterator

2014-07-22 Thread Ori Gal
I want to make an AdWords script that iterates over all of the Ad Groups of a campaign and adds all sample keywords which are the keywords based on a scan of your website. (Sample keyword list s

Re: Sample Keywords Iterator

2014-08-06 Thread Ori Gal
ds > <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads> > ? > > Cheers, > Josh, AdWords API Team > > On Tuesday, July 22, 2014 7:52:52 AM UTC-4, Ori Gal wrote: >> >> I want to make an AdWords script that iterates over all of the Ad Grou

Re: Sample Keywords Iterator

2014-08-06 Thread Ori Gal
have you considered Dynamic Search Ads > <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads> > ? > > Cheers, > Josh, AdWords API Team > > On Tuesday, July 22, 2014 7:52:52 AM UTC-4, Ori Gal wrote: >> >> I want to make an AdWords script

Re: Sample Keywords Iterator

2014-08-06 Thread Ori Gal
When I say Adwords script I mean this option to automate stuff via a javascript interface <https://developers.google.com/adwords/scripts/> On Wednesday, August 6, 2014 11:31:44 AM UTC+3, Ori Gal wrote: > > Hey, Thanks a lot for your answer! > > Is the TargetingIdeaService

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-09-29 Thread Gal Gubesi
Hi, Any news on this one? I started getting them daily lately Thanks On Monday, July 21, 2014 1:02:06 PM UTC+3, Danial Klimkin wrote: > > Hello All, > > > We've identified this was an internal issue. The relevant team noticed it > and resolved it quickly, this should no longer cause an error.

AdCustomizerFeedService - how to always use latest feeditem

2015-06-29 Thread Gal Ouz
t required some handling that i'm prefer not to do. I assume AdWords API have some way to priorities FeedItem, either in the FeedItem level or AdCustomizerFeed level. FYI i'm using the C# API. Thanks in advance Gal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Gal Ouz
Hi We are currently working with customize ads, creating small app (that will run from our server) which create and update feeds in order to dynamic update our ads (item price and other property of our in sell items) . However i'm getting into some difficultly which i need your advise. I want th

Re: AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Gal Ouz
between feeds and ads and disable old once. i much more prefer to just update price without deleting the old once. Thanks Gal On Tuesday, June 30, 2015 at 4:58:48 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > If more than one feed item match in a given situation,

QuotaCheckError.ACCOUNT_INACTIVE Error

2017-05-01 Thread Gal Amitai
Hi, i tried to pull data from my web application but unfortunately i got an error I fill out the required properties in *adsapi_php.ini *file and set up the OAuth2 correctly But when i tried to run *GetCampaigns.php *I got SOAP error Soap Request & Response: [2017-04-30 09:17:06] AW_SOAP.W

Google Ads API - What is the difference between 'GeographicView' vs 'LocationView'

2019-06-27 Thread Omri Gal
Hi, Can you explain the differences between GeographicView and LocationView? Beside some specific fields (like Device / Ad_network_type), I couldn't understand when to use each of them. If I wish to pull data broken down by Country, which should I choose? Thanks, Omri -- -- =~=~=~=~=~=~=~=~=

Google Ads API - MEDIA_BUNDLE

2019-09-11 Thread Omri Gal
Hi, In Google Ads API, When I pull from Ad_Group_Ad_Asset_View with the fields "asset.id, asset.type, asset.name" , I'm getting all kinds of Asset types, one of them is the MEDIA_BUNDLE. Can you explain more what it means and how do I pull the actual media? (Image / Video). IFor Asset.type = I

Re: Google Ads API - MEDIA_BUNDLE

2019-09-15 Thread Omri Gal
Hi Bharani, Thanks for the answer. So it means there is no option to pull the actual HTML5 assets using Google Ads API? Omri G. On Wednesday, September 11, 2019 at 8:25:47 PM UTC+3, adsapiforumadvisor wrote: > > Hi Omri, > > The MEDIA_BUNDLE asset type is for uploading the HTML5 assets as a z

Re: Google Ads API - MEDIA_BUNDLE

2019-09-23 Thread Omri Gal
Just to be clear, can I pull the entire Media Bundle Zip file? If it's possible, can you explain how? Thanks, Omri G. On Monday, September 16, 2019 at 10:41:06 PM UTC+3, adsapiforumadvisor wrote: > > Hi Omri, > > That's right. You will be able to pull the media bundle as a whole and not > the

Re: Google Ads API - MEDIA_BUNDLE

2019-09-24 Thread Omri Gal
Hi Bharani, 1. Do you know when will it be available to pull MEDIA_BUNDLE via Google Ads API? 2. I've the following test: 1. Queried Google Ads API Ad_Group_Ad_Asset_View endpoint for Rovio, account_id = 2708572890. 2. From the response, I've filtered out only Assets with asset.type =

Data not available on Google Ads API but is available on Adwords API

2019-11-17 Thread Omri Gal
Hi, I started to pull data for one of my customers from the Google Ads API. The data returns empty for one of the Accounts, while pulling from the equivalent endpoint in Adwords API did returned data. *API calls on Google Ads API:* Service = GoogleAdsService *endpoint#1:* "SELECT segments.date,

Re: Data not available on Google Ads API but is available on Adwords API

2019-11-19 Thread Omri Gal
Hi Bharani, Thanks for the replay. 1. Is it documented somewhere in the Google Ads API Documentation? 2. Are there any other Campaign types that are not supported using the Google Ads API? 3. Is there any ETA regarding this feature to be released? Thanks in advance, Omri On Tuesda

Failed to refresh access token - invalid_grant error

2020-09-29 Thread Gal Talmor
; Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"invalid_grant", Description:"Bad Request", Uri:"" at Google.Apis.Auth.OAuth2.Requests.TokenRequestExtenstions.d__0.MoveNext() ... Thanks, Gal -- -- =~=~=~=~=~=~=~=~=

Re: Failed to refresh access token - invalid_grant error

2020-09-30 Thread Gal Talmor
ging) - Microsoft Visual Studio.png] Thanks, Gal On Tuesday, September 29, 2020 at 8:30:43 PM UTC+3 adsapiforumadvisor wrote: > Hi Gal, > > Please *reply privately to author *your SOAP request and response so that > I can further investigate. Please also let me know the user em

Re: Failed to refresh access token - invalid_grant error

2020-10-05 Thread Gal Talmor
Hi, I am sorry but the link is not working. Could you please check it again? Thanks, Gal On Wednesday, September 30, 2020 at 6:41:49 PM UTC+3 adsapiforumadvisor wrote: > Hi Gal, > > You will need to obtain an access token. You can find more details on how > to generate one he

Re: RE: PERMISSION_DENIED issue

2020-11-08 Thread Omri Gal
tomers and we don't get a similar error for our other customers. Thanks in advance, Omri Gal, Singular On Thu, Nov 5, 2020 at 9:46 PM Google Ads API Forum Advisor Prod via Sales & Orders wrote: > This message was sent to the following 2 people: omri...@singular.net, > adw

Re: Failed to refresh access token - invalid_grant error

2020-11-25 Thread Gal Talmor
s.com%2Fauth%2Fadwords&redirect_uri=urn:ietf:wg:oauth:2.0:oob&access_type=offline&prompt=consent Thanks, Gal On Monday, October 5, 2020 at 5:11:55 PM UTC+3 adsapiforumadvisor wrote: > Hi Gal, > > Please try to open the link on a private window. If you still have issues, >

Ad_group values are different for Ad_group report vs. Geographic_view report on Google Ads API

2019-12-24 Thread Omri Gal
Hi, I noticed that Ad_group ID/Name values are different when query Geographic_view report vs any other report type (ad_group, Location_view, ad_group_ad_view) for the *same* API fields. Is this the expected behaivour? More Info and examples will be sent privately. Thanks in advance, Omri G.

Got Permission error - USER_PERMISSION_DENIED in Google Ads API, while it works on Adwords API

2020-01-15 Thread Omri Gal
Hi, When I tried to migrate one of my customers to pull data from the new Google Ads API, I receive the following error: Fault: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a

Missing Geo_target_constant from Location_view endpoint

2020-03-16 Thread Omri Gal
Hi, 1. I've run on *Google Ads API* the following query on *Location_view *endpoint: "SELECT segments.date, campaign.id, campaign.name, customer.currency_code, campaign.app_campaign_setting.app_id, campaign.app_campaign_setting.app_store, campaign.advertising_channel_type,

Re: Can ad extensions be attached to ad groups, or is it campaigns only?

2013-02-11 Thread Baptiste LE GAL
Is this changing with the new enhanced campaigns update? Being able to ad Extension only to specific ad groups would really give more flexibility. On Friday, May 11, 2012 2:48:48 PM UTC+7, Tommy Newman wrote: > > Thanks Kevin, just for anyone else reading this in the future, it is > possible to

Data exists in v4 but doesn't in v2

2020-08-04 Thread &#x27;Gal Eckstein' via AdWords API and Google Ads API Forum
Hi, We are reading click_view data for our campaigns. The campaign that was created just yesterday, and already has clicks and imps. Reaching https://googleads.googleapis.com/v2 didn't give me any result while reaching https://googleads.googleapis.com/v4 did got me the desired clicks data. I c

Invalid query when selecting metrics.average_impression_frequency_per_user

2024-12-29 Thread &#x27;Gal Keren' via Google Ads API and AdWords API Forum
ECT must be 'Selectable'. See attached image - the field is Selectable Taken from Documentation <https://developers.google.com/google-ads/api/fields/v17/metrics#metrics.average_impression_frequency_per_user> Please advise Gal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~