Conversion and remarking api issues

2024-04-21 Thread Chris Jones
I have some ads accounts running different applications. But in most applications, when I use the conversion and remarking API, the users we identify using the API can reach 90% of the number of installations in the report. But one of the ads accounts can only reach 70%. We analyzed the

Re: Getting oauth token http header is malformed

2024-03-19 Thread Chris Lin
Solved it, developer key was incorrectly typed in On Monday, March 18, 2024 at 3:27:31 PM UTC-7 Chris Lin wrote: > I just cloned this app > https://github.com/googleads/google-ads-php/tree/main/examples/LaravelSampleApp > > and set it up and get the same error. Is it poss

Google Ads Customer Lists in SA360

2024-01-18 Thread Chris Cowdrey
pload separately into SA360"? I a confident that this is not the case but as I am not familiar with SA360 I just wanted to claryify before going back to the client. Thanks for your patience! Kind regards Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

This App is Blocked - still happening

2023-11-08 Thread Chris Beechey
Does anyone have a fix for this issue? - when uploading new scripts into a account I imagine there are various ways to fix it, but if anyone has any idea I'd appreciate it.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: no response from ads api basic access application

2023-07-03 Thread Chris Naegelin
Hello, We have also encountered this issue. No response even after posting to the follow-up support form. *MCC ID: 977-646-4893* *Requester Email: ch...@gamera.ai* Any assistance is greatly appreciated as we have large brand budgets pending integration. On Tuesday, June 13, 2023 at 7:44:56 

Creating custom audiences via Adwords API

2023-05-24 Thread Chris Cowdrey
Hi there I work for a data agency that processes customer data and runs email and ad campaigns on their behalf. We have a requirement to create custom audiences within clients AdWords account using a console app that sits within our domain. I managed to get this working with test accounts where

Re: Can the following operations be achieved through the api?

2023-04-13 Thread Chris Jones
for your reply 在2023年4月12日星期三 UTC 06:45:06 写道: > Hi Chris, > > Thank you for your reply. > > It appears that you are sharing information specifically from a Google Ads > product article. That said, if you need to have more clarifications to the > share article then you may reach

Re: Can the following operations be achieved through the api?

2023-04-11 Thread Chris Jones
UTC 18:19:05 写道: > Hi Chris, > > Thanks for reaching out to Google Ads API Support. > > Can you confirm the screenshot you sent is a documentation on linking > manager accounts? If so, in Google Ads API documentation, *Linking to > Manager Accounts* can be done by using this

Why does Campaign metrics.cost_micros different than Campaign "served cost"

2023-01-06 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I'm trying to use the Google Ads API to get the "served cost" for a campaign on a specific date. I'm currently running this query to try to get that value: SELECT campaign.name, campaign.status, metrics.cost_micros FROM campaign WHERE segments.date >= '2023-01-02' AND segments.date <

How to get the "Served Cost" for a campaign for a specific date?

2023-01-04 Thread Chris Sun
Hello, In this webpage , there's a section that shows how to view a "Billed Cost" report. That report includes a "Served Cost" value for a campaign for a given date range. Using the Google Ads API, how can I get the "Served Cost" for

Disapproved sitelinks

2022-12-12 Thread Chris
I have a 'disapproved sitelink' to the most critical page on our site that I fixed last night and re-submitted. I assume I should pause my campaign until it's approved because the campaign is pretty useless without that page or do I need to keep it running to get the approval? Is my logic

Finding and editing Headings and Descriptions

2022-12-12 Thread Chris
Hello, Firstly I hope this is the correct place to ask this type of question. In google ads I want to find the Headings and Descriptions that I set up (with someone else's help) so I can review and edit them. I've clicked every possible button on my google ads dashboard and I cannot see where

How to set Audience List to "Observation" mode with Python API?

2022-11-01 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I want to enable the "Observation" setting to see how a campaign is doing against a specific Audience List. I added the Audience list as campaign criteria using the following code: operation = self.client.get_type("CampaignCriterionOperation") campaign_criterion =

targeting_settings are empty after creating campaign_criterion

2022-10-28 Thread 'Chris Sun' via Google Ads API and AdWords API Forum
I want to enabled the "Observation" setting to see how a campaign is doing against a specific Audience List. I added the Audience list as campaign criteria using the following code: operation = self.client.get_type("CampaignCriterionOperation") campaign_criterion =

Updating Budget Amount on Explicitly Shared Campaigns

2022-08-09 Thread Chris Martinez
I keep getting an error: d: , IsFault: True, FaultMessage: Cannot change explicitly shared campaign budgets back to implicitly shared ones. Request with ID "" failed with status "INVALID_ARGUMENT" and includes the following errors: Error with message "Cannot change explicitly shared

API access mysteriously downgraded to basic - need standard

2022-05-17 Thread Chris Smith
Our API access level was downgraded to basic without warning, and now we're getting rate-limited due to the daily limit with basic access. Has anyone else run into this issue? Does anyone have advice on getting standard access restored ASAP? -- --

Re: Error when using BigQuery in Google Ads Script

2021-11-24 Thread Chris
.. On Wednesday, November 24, 2021 at 9:22:12 AM UTC-6 Chris wrote: > I am trying to use script provided in the below link to try to use > BigQuery in the script. > > > https://developers.google.com/google-ads/scripts/docs/solutions/adsmanagerapp-bigquery-exporter > > How

Error when using BigQuery in Google Ads Script

2021-11-24 Thread Chris
I am trying to use script provided in the below link to try to use BigQuery in the script. https://developers.google.com/google-ads/scripts/docs/solutions/adsmanagerapp-bigquery-exporter However, "ReferenceError: 'dataset' is not defined." error message is printed in the Logs. The problem

Excluding Placement using Google Ads API

2021-11-03 Thread Chris
I am trying to exclude placement using Google Ads API but I can't seem to find any documentation on it. I have been able to list the placements by querying from "detail_placement_view" but that is it... There doesn't seem to be a way to exclude placement using this.. Now, if someone can point

Re: Searching Text Ads using Google Ads Query Builder

2021-05-28 Thread Chris Prijic
This would then return a much smaller set of fields. E.g. something like this, which the current Google Ads UI supports: [image: Screenshot 2021-05-28 091721.png] Is this type of filter possible through the Google Ads Query Language? On Thursday, May 27, 2021 at 7:20:42 PM UTC-7 adsapiforumadvisor wrote:

Searching Text Ads using Google Ads Query Builder

2021-05-27 Thread Chris Prijic
search layer. I understand Google's UI supports this as an *ad text* filter, but does the query language support this somehow? I haven't found a solution via the docs so far. Thanks! Chris Prijic -- Learn more about our digital marketing analytics, data, and automation solutions at orbee.com

Re: Extra impressions when including Click Type

2021-04-07 Thread chris...@funnel.io
Hello Anthony, Chris here, I work with Johan at Funnel. We understand the values in the UI match, but I am still unsure why or how the value of 'Impressions' changes whether or not we have 'Click Type' included. The problem we have is that our impressions value changes dependant on if Click

Negative Conversion Value

2021-01-04 Thread chris...@funnel.io
. I am wondering how that is possible. Can you please explain? Best Regards, Chris Valle -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Unable to pull detailed demographics type for Audiences

2020-10-30 Thread Chris van der Meulen
on via API. This criterion type shows up as 'UNKNOWN'. I've looked through all the retrievable fields of the ad_group_criterion resource, but I don't see anything that could link to that criterion's name. Thanks -Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

How to retrieve Client Customer ID from API (Python)?

2020-09-08 Thread Chris London
I've set up OAuth2 and I'm able to get credentials to access the API but there seems to be a gap in the documentation on retrieving the `client_customer_id`. I was following this documentation:

Re: Different Conversion metrics returned between Google Ads & AdWords API's

2020-05-14 Thread Chris Valle
Hello, Could you please confirm you received my private message. Thank you! Best Regards, Chris On Monday, May 11, 2020 at 8:27:55 PM UTC+2, adsapiforumadvisor wrote: > > Hi Chris, > > Can you please *reply privately to author *your CID and a screenshot of > your UI with

Different Conversion metrics returned between Google Ads & AdWords API's

2020-05-11 Thread Chris Valle
anyone have any idea why we are seeing these differences? Any help or guidance would be greatly appreciated. Best Regards, Chris Valle Developer @ Funnel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

SignatureDoesNotMatch Error Batch Job ProductPartition method

2020-04-03 Thread Chris Mah
Trying to send a product group structure to a Showcase -Shopping campaign for it to be broken out but receiving a SignatureDoesNotMatch error I used the same script yesterday to do a similar breakout in a regular Shopping campaign, do batch jobs behave differently for different types of

How to get MCC Account Labels at the sub account level? Ads API Beta

2020-02-17 Thread Chris B
HI, I am working with Ads API Beta and have been able to get each sub account in our manager account and pull metrics and what not. However, now I am trying to get the labels that are attached to each sub account. When I run the below query I get all the labels, but the customer is always

Ad Schedule returned result null in one source and available in another??

2019-12-27 Thread Chris B
I am running into an issue where I want to retrieve the ad schedule for a campaign. To do this I can use the following query: "SELECT campaign_criterion.ad_schedule.day_of_week FROM ad_schedule_view". With that query I get a returned result under campaign_criterion.ad_schedule. However, to

campaign_criterion.ad_schedule FROM campaign_criterion is null but campaign_criterion.ad_schedule FROM campaign_criterion.ad_schedule_view is not null

2019-12-20 Thread Chris B
Running into an issue when I call "SELECT campaign_criterion.ad_schedule.day_of_week FROM ad_schedule_view" I get return results, but "SELECT campaign_criterion.ad_schedule.day_of_week FROM campaign_criterion" returns null. Is this intended or is it suppose to be returning the same resource?

Conversions by Conversion Time?

2019-12-09 Thread Chris Larkin
Hi all - I'm looking for a way to get the (newer - as of March/April 2019) "Conversion by Conv. Time" via the API or even AWQL. Is this possible or is this field just not available yet? Thank you - Christopher BTW - I posted this previously but it did not appear to be saved. I apologize if

AWQL comparison dates?

2019-11-25 Thread Chris Larkin
Hi all - Apologies for my clearly horrible Google search skills, as I cannot find *anything* about the ability to use a comparison date range in a query. I've been using the .report method in my Google Ads scripts with great satisfaction as it works around limitations in the scripting

Re: Responsive Display finalUrlSuffix character limit

2019-10-10 Thread Reginald Chris Pasco
Thank you for the clarification. On Fri, 11 Oct 2019, 03:46 Google Ads API Forum Advisor Prod, < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for writing to us. The limits for 'finalUrlSuffix' field in the > API should match the limits in the web interface. There is no maximum

Re: Responsive Display Ad

2019-10-07 Thread Reginald Chris Pasco
Thank you for the clarification. On Tue, Oct 8, 2019 at 3:00 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching out. The Responsive Display Ad > will be the same > no matter

Re: Responsive Search and Display Ads Assets ID

2019-09-12 Thread Reginald Chris Pasco
Noted with thanks. On Fri, Sep 13, 2019 at 4:53 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching support. You could use ad_group_ad_asset_view > > to

Re: Cant get asset.text_asset.text from Asset Resource

2019-09-11 Thread Reginald Chris Pasco
Thank you for your assistance. On Wed, Sep 11, 2019 at 4:25 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching support. I tried running the below report query and > was successfully able to get the asset.text_asset.text value for

Re: Google Ads Api - Check if Image Asset existing duplicate check

2019-09-09 Thread Reginald Chris Pasco
Many thanks. I already found the cause of the problem. All is good now. Thanks On Mon, Sep 9, 2019 at 10:09 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > You may use the asset > resource

Custom columns for Google Ads views?

2019-09-06 Thread Chris Larkin
Hi - Is there a way, programmatically, to select columns and save views with custom names? One thing we frequently do with our clients' accounts after they are added to the MCC is create views that arrange the columns in the ways we prefer for our manual tuning. I recognize we could migrate

Re: AdWords API via JavaScript?

2019-09-05 Thread Chris Larkin
4:18:25 PM UTC-5, Chris Larkin wrote: > > Can the AdWords API be accessed from JavaScript? I recognize that there is > an (unofficial) Google Ads API client library for Node, but is that the > only way to reach the API features not available in Google Ads Script -- > ".gs"

Get Google Ads Details For Competition

2019-09-05 Thread Chris Larkin
There is no such API. Any sites that do competitive analytics are scraping pages in violation of Google’s terms of service, and, worse, the data isn’t very accurate. Depending on the domain, the data is so incomplete as to be almost useless. For example, today I glanced at semrush and ahrefs

AdWords API via JavaScript?

2019-09-04 Thread Chris Larkin
Can the AdWords API be accessed from JavaScript? I recognize that there is an (unofficial) Google Ads API client library for Node, but is that the only way to reach the API features not available in Google Ads Script -- ".gs" with a function main() -- ? I want to do the Generating Targeting

Creating ResponsiveDisplayAd raises AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS

2019-08-08 Thread Reginald Chris Pasco
Hi, I testing the creation of Responsive Display Ad via API but i've been getting error "(Error: AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS, FieldPath: operations[0].operand.ad, Trigger: )" I'm basing the script form this *guide

Re: Performance Report for Display Ads

2019-08-07 Thread Reginald Chris Pasco
Noted with thanks. On Wed, Aug 7, 2019 at 4:12 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Reginald, > > You can use the Campaign Performance Report > > by

Performance Report for Display Ads

2019-08-06 Thread Reginald Chris Pasco
Hi, I just want to ask if there is a performance report that returns only for display ads/campaigns? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Campaign Budget Change Affect Perfomance Report

2019-08-06 Thread Reginald Chris Pasco
Hi, I just want to verify if by switching the budgets midday will affect the performance report? Based from this guide (here ), the budget will start from the time you switch as if the budget for that day has not been

Display Ads Shared Budget

2019-08-06 Thread Reginald Chris Pasco
Hi, I just want to verify if Display Ads can participate in Shared Budgeting? or they have to be budgeted individually? Please advise. Thanjs -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Display Ad Types

2019-08-06 Thread Reginald Chris Pasco
Hi, I just have a question regarding the Display Ad Networks. I successfully created Expanded Text, Call Only and Image Ads using a Display Type of Campaign on my Sandbox Account. I just want to verify if these ads are valid? Based from the Posts ive been reading, only Responsive Ads are

Re: Geo Report pulled from API not matching UI

2019-07-03 Thread Chris
, metrics.cost_micros, metrics.impressions, metrics.interactions, metrics.video_views FROM geographic_view WHERE segments.date = '{date}' On Wednesday, July 3, 2019 at 7:02:29 AM UTC-7, Nathan wrote: > > Hi Chris > > Weird, but I just noticed this exact same thing ( > https://gr

Geo Report pulled from API not matching UI

2019-07-03 Thread Chris
Hello, I currently have a Geo report in Google Ads UI that I created. I wrote my own search query to hit Google Ads API. I used the same fields that my Geo report has in the UI. When I compare the aggregations the numbers do not match. The UI is showing larger numbers for Cost, Impressions,

Are Google Ads Periodic Report Emails Available Programmatically?

2019-06-11 Thread Chris
We noticed that we can set scheduled emails for reports. After some testing, we noticed that the email sent out, contain a link that redirects us to the Google Ads UI. After being redirected and signed in, the report begins to download. We thought that we could use this method for downloading

Google Ads Geographic Master List?

2019-06-11 Thread Chris
We noticed that the following fields return back geoTargetCostant values. - Country/Territory (Geographic) - Region (Geographic) - City (Geographic) In the Google Ads documentation, it recommends querying the API with the geoTargetConstant value one at a time. This would not be feasible with

Google Ads Fields in UI are not available in API?

2019-06-11 Thread Chris
I'm trying to download reports that my company currently has in Google Ads UI. It doesn't seem like the API offers the following fields are not able to be pulled. Missing Fields: - Headline - Description 1 - Description 2 - YouTube Earned Views - Youtube Earned Subscribers

Check Quota?

2019-05-29 Thread Chris
Is there a way to check how many Daily Operations I have left for Google Ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: In which UI can I see media files I've uploaded via the MediaFileService of the Ads API?

2019-05-06 Thread 'Chris Mason' via AdWords API and Google Ads API Forum
Thanks for the reply. Saves me from continuing to search for it. =) On Sunday, May 5, 2019 at 11:36:30 PM UTC-7, googleadsapi-forumadvisor wrote: > > Hi Chris, > > Thank you for reaching out to us. I could see that you have uploaded the > image files suc

In which UI can I see media files I've uploaded via the MediaFileService of the Ads API?

2019-05-05 Thread 'Chris Mason' via AdWords API and Google Ads API Forum
Hello, I am just starting to work with the Google Ad API. The first task I have is to upload our existing library of creative images to our account. I have uploaded a handful of image files using the MediaFileService.MutateMediaFiles() method. However, while I can verify the file was

Re: How to specify date-time-range in TargetingIdeaService (v201710)

2019-01-08 Thread Chris
Hi Vincent, This is now available in the UI, is the API support on the road map? Thanks On Tuesday, December 12, 2017 at 1:23:16 AM UTC-6, Vincent Racaza (AdWords API Team) wrote: > > Hi Anatoly, > > Currently, getting the keyword statistics by specifying a custom date > range is not

Ad Performance Report

2018-10-19 Thread Chris Bell
but the response I get is on a adGroup level, there's only one result per adGroup even when the adGroup has multiple ads. Anyone got any experience with this report who could help out? Much appreciated Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Fetch Customer ID programmatically?

2018-09-27 Thread chris
That's exactly what I needed; thank you! :) On Thursday, September 27, 2018 at 1:49:10 PM UTC-6, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Chris, > > Thank you for explaining the use case. You may use the > CustomerService.getCustomers() > <https://develope

Fetch Customer ID programmatically?

2018-09-27 Thread chris
I'm still getting used to the Adwords API (using the PHP SDK). I have an authorization workflow and the consenting account's refresh token is stored for later use, along with the client ID/Secret, and Developer key. (I do wish this SDK used the same Google_Client object that the other Google

Can I get somehow bid change count from AdWords API?

2018-08-07 Thread Chris Sawarzynski
Hi, Is there any way to obtain information about how many times bid has changed in predefined period of time? I have information from google contact person about something like bid change counter, but I still have no idea where can i find such measurement. Thanks, Chris

Re: v201806/AdService mutate SET trackingUrlTemplate yields AdError.INVALID_AD_TYPE

2018-07-11 Thread Chris
Thanks Peter, I sent you a private reply with all the info. On Wednesday, July 11, 2018 at 1:24:47 AM UTC-5, Peter Oliquino (AdWords API Team) wrote: > > Hi Chris, > > Could you confirm if the Id > <https://developers.google.com/adwords/api/docs/reference/v201806/AdService.Ad#

v201806/AdService mutate SET trackingUrlTemplate yields AdError.INVALID_AD_TYPE

2018-07-10 Thread Chris
Converting several of our tracking templates to use https but not having any luck with the new AdService.mutate(). POST /api/adwords/cm/v201806/AdService https://adwords.google.com/api/adwords/cm/v201806;> SET REDACTED https://REDACTED

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-16 Thread Chris
Hi Luis - we are still encountering the error(s) on the majority of our clientCustomerId values, I can send you some examples of failures if you need them. On Sunday, April 15, 2018 at 10:59:02 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi Chris, > > Thanks f

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-14 Thread Chris
Hi all - any word on when this issue can be addressed (ETA)? I am going to need to make some hefty changes to work around this problem if this endpoint cannot be fixed. Please advise. On Thursday, April 12, 2018 at 10:26:21 PM UTC-5, Chris wrote: > > These calls started failing this m

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-13 Thread Chris
Hi Luis - yep, the header value is specified and this has been working for a long time and just started failing yesterday. I replied privately with the full SOAP exchange info. Thanks for your help here! Chris On Friday, April 13, 2018 at 2:40:55 AM UTC-5, Luis Xander Talag (AdWords API Team

AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-12 Thread Chris
These calls started failing this morning around 2018-04-12 03:01:02 Central Time. POST /api/adwords/ch/v201802/CustomerSyncService http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/ch/v201802;

Re: AWQL Reporting slowdown?

2017-12-21 Thread chris . schofield
On Monday, 11 September 2017 17:01:38 UTC+2, AdWordsApiUser wrote: > > Hi Team, > > We're noticing a significant slowdown in the throughput of the AWQL > Reporting using the API since last week, where we're spending about 30%-40% > more time than usual. Is this a known issue, or something that

Why, all of a sudden, is it taking a minimum of 70 seconds to retrieve any information from the API?

2017-12-21 Thread chris . schofield
is this happening? Chris. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Custom URL Parameters not updating properly

2017-12-06 Thread Chris D
I believe there is a bug for updating and removing Custom URL Parameters When I try to update url parameters for adgroups through the UI we receive errors. When I try to update url parameters for adgroups through the api I see that the previous 3 parameters still exists in the list but are mark

Trying to output Adwords API into a pandas dataframe

2017-11-13 Thread Chris Marquer
Hi, As the title suggests I'm trying to download a report from the Adwords API using Python and put the data into a Pandas DataFrame, but I am having no luck. I'm still new to Python so my error may be a lack of basic understanding. I've tried multiple ways of solving this problem, but below

Importing data from Adwords API to Excel

2017-11-12 Thread Chris Lawhorn
down votefavorite I'd like to find a way to import keyword search volume into Excel. Currently, I'm using Grepwords API with this function: =WEBSERVICE(

Re: How to add dummy data to my test account

2017-10-19 Thread 'Chris Mason' via AdWords API Forum
This is absolutely ridiculous, ive just gone through the biggest headache trying to get a test account in adwords so i can test an api that collects spend data and now the api wont return the required data i need to test as test accounts dont have test data, pretty much defeats the point of a

Re: Adwords API using PHP getting error when GetRefreshToken.php is run

2017-06-26 Thread Chris
I'm facing the EXACT same problem. I used composer to install the files. But, as the other Chris states, every single file I try to use seems to mismatch the folder structure. I was able to get the GetRefreshToken.php to work, but only by virtue of editing line 19 to read require

Re: Correlating a call extension call with the generated GCLID

2017-03-07 Thread Chris Hahn
that came into my system, but how would I connect those two data sets? Is there a way to capture the GCLID of a call in real time? On Thursday, March 2, 2017 at 3:56:14 PM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Chris, > > Yes, the call extension click also will

Correlating a call extension call with the generated GCLID

2017-03-02 Thread Chris Hahn
Hello, I've read in a few places that a call extension click/call also generates a GCLID record, since it's a click on an ad. Is there any mechanism that allows us to capture that GCLID to know more about the call after the fact? Something along the lines of a webhook that can be fired to a

API V201607 Cross Client Report for click performance and MCC with thousands of sub-accounts

2017-02-14 Thread Chris Hahn
Hello, Is there any way to determine which sub-account from an MCC a particular GCLID belongs to other than looping through the sub-accounts and checking them one at a time? I've seen some things in help topics about cross client reporting but that was from a few years ago and I can't find

Problem getting started with PHP demos

2017-01-19 Thread Chris
I'm getting the following error PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/chris/getcampaigns.php on line 40 when I try to run the getcampaigns demo. I'm sure I'm doing something stupid, but I

Re: GenerateRefreshToken.php command line error

2017-01-13 Thread Chris
Do you recommend that I totally delete the zip file that I have in my website root? Should I be navigating to the website root in SSH before running the composer install command? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

GenerateRefreshToken.php command line error

2017-01-13 Thread Chris
I'm trying to generate a refresh token but I'm getting the following error *AFTER* I have added my client id and client secret. I downloaded the .zip file for adwords api library, but I'm not familiar with composer so I did not install using composer. Do I need to install another library for

Downloading PHP API library and location of adsapi_php.ini file

2017-01-13 Thread chris
Hi friends. I'm in the early stages of working with the Adwords API. I have simply downloaded the PHP files from GitHub... I'm not familiar with how to do this via composer. Questions... 1. Is it ok to just download and place the files on the server? 2. I have made changes to my

Adwords API using PHP getting error when GetRefreshToken.php is run

2017-01-13 Thread chris
I'm getting the following error when running GetRefreshToken.php from SSH. [root@myroot Auth]# php -f GetRefreshToken.php PHP Warning: require(../../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/vhosts/mysite.com/googleads-php-lib-

ManagedCustomerService.get - UNEXPECTED_INTERNAL_API_ERROR

2017-01-11 Thread chris . spadanuta
We are receiving InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when making calls to ManagedCustomerService.get. Is google adwords experiencing issues with this service at the moment? Here is the request and response from our soap logging (clientCustomerId and developerTokens have been

Re: Desktop / Mobile volumes breakdown - TargetingIdeaService

2016-11-28 Thread Chris Rock
Never mind, looks like I found it - https://developers.google.com/adwords/api/docs/appendix/codes-formats#platforms 'Platform' parameter. Will run some tests and confirm. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Desktop / Mobile volumes breakdown - TargetingIdeaService

2016-11-28 Thread Chris Rock
it via CSVs from there anyway? Regards, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Node.js support

2016-07-26 Thread Chris Alvares
This is an old thread, but Erik's library seemed to be abandoned, so I created a fully functional node library with management as well as reporting. It is feature complete: https://www.npmjs.com/package/node-adwords On Friday, November 20, 2015 at 9:26:53 AM UTC-6, Erik Evenson wrote: > >

Re: C# AdWords Reporting API returning wrong data

2016-04-26 Thread Chris Oh
So I found out that the Cost, CPC, and CPM are for some reason just being multiplied by a million for some reason... As a temp solution, I just decided to simply convert the fields into decimal (they were originally strings) and and divide them by 1 million, and the numbers seem to check out

C# AdWords Reporting API returning wrong data

2016-04-26 Thread Chris Oh
Hello, I am trying to pull in report data with the C# AdWords API in order to process it for internal use. I am using AWQL to achieve this purpose. For some reason, the cost data I am getting back from the API is incorrect, which I think is messing up other fields I need such as CPC and CPM.

Re: How can I shred XML report format to a database?

2016-03-04 Thread chris h
Tell us the parse error you are getting with XmlDocument On Friday, March 4, 2016 at 3:12:43 PM UTC-5, Big Daddy Leon wrote: > > I'm using the .NET Client Library. AdWords API allows downloading report > data in a number of formats. I am using the XML format as illustrated in > the sample code:

LocationCriterionService lookup causes DEADLINE_EXCEEDED

2016-02-25 Thread chris . spadanuta
We are getting a DEADLINE_EXCEEDED error trying to lookup (zip code) locations using the AdWords LocationCriterionService. At first, it seemed like something harmless and we should just retry again in a few minutes and I even found this error listed on the AdWords site:

DEADLINE_EXCEEDED error using LocationCriterionService

2016-02-25 Thread chris . spadanuta
We are getting a DEADLINE_EXCEEDED error trying to lookup (zip code) locations using the AdWords LocationCriterionService. At first, it seemed like something harmless and we should just retry again in a few minutes and I even found this error listed on the AdWords site:

Re: Are there third party API tools?

2016-02-03 Thread chris h
Hi Nathan, You can contact me for information about our service. Email is chris AT shufflepoint DOT com. - Chris On Wednesday, February 3, 2016 at 8:27:35 AM UTC-5, Nathan Weinberg wrote: > > I have seen a number of questions asking if it is possible, but none > saying if one e

How to increase rate limit for creating merchant center subaccounts?

2015-12-21 Thread chris . carlson
I have a multi-client account with Google Merchant Center because saatchiart.com is a marketplace (for fine art) in the same way that etsy.com is a marketplace. We are looking to create a separate subaccount for each artist on our platform with eligible items for the Google Merchant Center.

Re: v201306 problem retrieving rule-based remarketing lists with AdwordsUserListService

2015-10-11 Thread Chris Taug
Any updates for this thread? It seems like this issue could be found in v201509. On Saturday, July 20, 2013 at 3:42:56 AM UTC+8, scor...@guptamedia.com wrote: > > I'm switching from v201209 to v201306 and I'm noticing some strange > behavior. With this update i've had to move from the

Duplicate keywords created during manual keyword migration to upgraded URLs

2015-07-09 Thread Chris Allan
no URL set). Any advice or further information would be much appreciated. Cheers, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Need to add a large number of ads - hitting Rate Exceeded error

2015-07-01 Thread Chris Allan
for this specific account we want to create the new ads for? Cheers, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Priority on field adds to API

2015-06-30 Thread Chris Middings
We're looking to adjust settings for these fields through the API and wonder if others also want to get these into the queue: Locations - e.g., people in my targeted location Language - e.g., English Site category options to exclude - e.g., Death and tragedy Frequency Caps -- --

Re: Downloading Named Reports with C#

2015-06-19 Thread chris h
Developers, like myself, will be happy to assist. On Thursday, June 18, 2015 at 7:41:27 AM UTC-4, Pravin Yadav wrote: Hi, Q1. I try to download reports using(v201502) ReportDefinition Service but i not getting data or even error (with c#.Net Application). report file is

Feed items per account limit include removed status?

2015-06-01 Thread Chris
Hi, Does the 'Feed items per account limit' of 400,000 include products in a feed that have a 'removed' status? Or is in only enabled products that count towards the 400,000 limit? (related error code: EntityCountLimitExceeded.ACCOUNT_LIMIT) Thanks in advance, Chris

Re: Video Ads - How to pull metrics from Adwords API.

2015-06-01 Thread Chris Alvares
+1 to this feature being added. On Wednesday, January 25, 2012 at 6:16:36 AM UTC-6, Nakul Ringshia wrote: Hi I need to pull the following metrics for the video ads Ad Ad previews Video Impressions Views View Rate Avg. CPV Total Cost Website clicks I looked at the Ad

  1   2   3   >