Brand guidelines enabled in Performance Max campaigns

2025-04-04 Thread J Franse
Hello support, I have some questions about the new brand guidelines in Performance Max, how these guidelines will effect properties of campaigns and on what timepath we can expect these changes. Brand name and Logos are assets that we currently sync as `AssetGroupAssets`. The brand guidelines

Re: youtube ads api

2025-01-17 Thread Carlos J Cegarra
Hi, is there any change on this? Can we create and modify (pause, enable, etc) youtube ads using an API, thanks. On Tuesday, September 5, 2023 at 1:27:23 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi Carlos, > > Thanks for reaching out to the Google Ads API Team. I hope you are doing > wel

Campaign Data Retrieve

2024-11-11 Thread 'Savan J' via Google Ads API and AdWords API Forum
Hello Team, We are using the Google Ads API to retrieve campaign data based on the GCLID for an App Install campaign. However, each time the API returns a blank value. When we check with a Search campaign, we can see the campaign name and other related data. But for the App Install campaign,

Re: How to get Conversion ID & Conversion Label from API?

2024-06-18 Thread j...@eulerity.com
The solution I'm using is getting the conversion actions snippets: SELECT conversion_action.tag_snippets FROM conversion_action" And parsing with the following Java pattern: Pattern.*compile*(".*'send_to': 'AW-([^/]+)/([^']+)'.*", Pattern.*DOTALL*); group 1 is the id and group 2 is the label

Hotel Ads

2024-06-03 Thread Nivya P J
How to get a test Hotel Centre Account for creating hotel campaigns through google ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

Google Ads Editor API

2024-03-21 Thread 'Priya J' via Google Ads API and AdWords API Forum
Hi Team, I can't figure out how to add search terms in Google Ads Editor using API. Could you pls help me with the query or any other solution? Thanks, Priya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

Re: How to get Conversion ID & Conversion Label from API?

2024-02-15 Thread j...@eulerity.com
We are also interested in obtaining the conversion id and label from the API. Is there an issue I can subscribe to? On Wednesday, August 2, 2023 at 12:31:44 PM UTC-4 Google Ads API Forum Advisor wrote: > Hello Souvik, > > Thank you for getting back to us. > > Upon checking, obtaining these data

Re: requested upgrading google ads api access from testing to basic, but received no response or confirmation after weeks

2024-02-06 Thread J. from BlazeSQL
As mentioned, there are no confirmations or tracking numbers (i.e. no Case IDs) for the token application and the support contact request. Both forms (from the links in my original post/message) just have a screen saying your request was submitted, but neither results in a confirmation email or

Requested upgrading google ads API access from testing to Basic, but received no response or confirmation after weeks

2024-02-05 Thread J. from BlazeSQL
We are running google ads and this will be our primary driver of business growth. In order to allow the google ads algorithm to learn and improve, we need to use the google ads API to be able to submit our offline conversions. In order to access this, we applied for access under the followin

Getting empty click_view from Google Script

2023-10-22 Thread Tim J
Hi, I have an ads account where I run google app campaigns for our android app. I created an admin account so i can run a google ads api script. I run the following script: function main() { const spreadsheet = SpreadsheetApp.create('GCLID Report'); const report = AdsApp.report(`SELECT

Youtube Ads Api

2023-09-05 Thread Carlos J Cegarra
Hi, is there a way to create Youtube Campaigns/Video Ads using the API? I read some other comments that is not possible. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: enable enhanced conversion for conversion actions via api

2023-05-08 Thread Tim J
You didn't even read my question...or are you just avoiding it. Should I just assume that it is impossible to *enable enhanced conversions via a API or client library*? On Monday, May 8, 2023 at 12:48:21 AM UTC-7 Google Ads API Forum Advisor wrote: > Hi Tim, > > Thank you for the reply. > > Ki

Re: enable enhanced conversion for conversion actions via api

2023-05-05 Thread Tim J
Really? I already made my question very clear - *I want to enable enhanced conversions on a specific conversion action - via a API*Your docs only talk about doing this in the UI - I need to do this through the API On Friday, May 5, 2023 at 1:12:42 PM UTC-7 Google Ads API Forum Advisor wrote:

Enable Enhanced Conversion for Conversion Actions via API

2023-05-05 Thread Tim J
Hi, I'm looking for an API operation to enable enhanced conversions on any given conversion action In the Google Ads UI I would enable enhanced conversions with this checkbox: [image: google-ads.png] My question: *How can I do the same thing in the API*? I'm not seeing anything about enabling

Re: Not found Detail demographics record when query CampaignCriterion

2023-04-03 Thread j...@eulerity.com
Any updates on this feature? Not having this data available via the API makes it quite difficult to manage campaigns that have been edited via the UI On Monday, October 3, 2022 at 1:31:39 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi Santoni, > > Thank you for getting back to us. > > With

Add monolog/monolog:v1.26 compatibility to php client library

2022-06-20 Thread J Franse
Hi Google Ads API team, Our team was waiting for the update of the *php client library for Google Ads API*. Turns out the requirements of the new version V15.1 (supporting Google Ads API V11) includes monolog/monolog:v2 or v3. This is in conflict with the monolog/monolog:v1.26 version we use. U

Re: where do i find the manager account id?

2022-02-15 Thread J T
still receiving the error On Thursday, February 10, 2022 at 3:47:17 PM UTC-5 adsapi wrote: > Hi JT, > > Thank you for reaching out to the Google Ads API support team. > > With regards to your concern, you can login into your account then go to > your preference ->Access & security -> Manager tab

where do i find the manager account id?

2022-02-09 Thread J T
i receive an error Error: The caller does not have permission: User doesn't have permission to access customer and i was told i need to set the manager account id. where do i find this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Radwords

2022-01-13 Thread J T
If i do use Query Migration Tool , it still doesnt help in Radwords. I get an error when i make edits to the original script On Thursday, January 13, 2022 at 2:32:00 AM UTC-5 adsapi wrote: > Hi, > > Our team u

Re: Radwords

2022-01-12 Thread J T
Google api team should provide us with an alternative or way to query data from specific campaigns,ads without coding then. We have too many lines of codes in AWQL which now you are making redundant. This is unfair and should be able to access through a daily report without R or python On Monda

Can Someone help convert my R script to Python for getting GAQL queried data

2022-01-12 Thread J T
Im trying to use rgoogleads but it keeps asking me for authentication. I instead want to use python googleads library. Can someone please help me convert the below script to python? # LINES BELOW ARE FOR TROUBLESHOOTING AUTHENTICATION #install.packages("RCurl") #require(devtools) #install_githu

Radwords

2022-01-07 Thread J T
Hi I know you do not provide support for Radwords, but what library should I be using in R then? I have 7k lines of code in R for google ads api and Radwords is a dependent library. Am i supposed to update this library or install another your team recommends in R? What is the query migration too

Re: Google Ads API: The customer is not in the allow-list for this asset type

2021-12-06 Thread j...@eulerity.com
Hi Google Ads Team, I'm also trying to migrate my feed based call extensions to asset based extensions and am getting this error when attempting to create the CallAsset. Here's the java code I'm using, followed by the error code with request id and a stack trace: AssetOperation operation = As

Re: Google Ads API: The customer is not in the allow-list for this asset type

2021-12-01 Thread Shirly J
Hi GoogleTeam, Geting Google Ads API: The customer is not in the allow-list for this asset type error. public function createCallForAsset() { $callAsset = new Asset([ 'type' => AssetType::CALL, 'call_asset' => new CallAsset(['country_code' => $this->countryCode, 'phone_number' => $this->phone

Re: Error : Google Ads Api Image Extension : A mutate action is not allowed on this resource, from this client.stringValue

2021-11-23 Thread Shirly J
Ok, then how do we implement *imageextension* for adGroup? On Monday, 22 November 2021 at 20:52:51 UTC adsapi wrote: > Hi Shirley, > > I gave an answer on that thread > . > You can use image assets in ads >

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
lient->mutateAssets( $clientId, [$assetOperation] ); if (!empty($response->getResults())) { $addedImageAsset = $response->getResults()[0]; return $addedImageAsset->getResourceName(); } 2. Add asset to AdGroup Shirly J 22 Nov 2021, 09:42:36 (yesterday) to AdWords API and Google Ads API For

Re: Error : Google Ads Api Image Extension : A mutate action is not allowed on this resource, from this client.stringValue

2021-11-22 Thread Shirly J
Thanks Kevin for the information. That error is fixed. But getting another error when calling mutateAdGroupAssets (reference : https://groups.google.com/g/adwords-api/c/Wk6AKHi-sPw/m/bgW4IL12AAAJ) Any help would be appreciated. Thanks On Thursday, 28 October 2021 at 06:49:13 UTC+1 adsapi wrot

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-22 Thread Shirly J
Hi, I am trying to do the same(adding image extension to adgroup). //adgroupassetOperation $adGroupAssetOperation = new AdGroupAssetOperation([ 'create' => new AdGroupAsset([ 'asset' => $imageAssetResourceName, 'field_type' => AssetFieldType::MARKETING_IMAGE, 'ad_group' => ResourceNames::forAdGro

Error : Google Ads Api Image Extension : A mutate action is not allowed on this resource, from this client.stringValue

2021-10-27 Thread Shirly J
// Creates an extension feed item using the specified image asset ID. $extensionFeedItem = new ExtensionFeedItem([ 'extension_type' => ExtensionType::IMAGE, 'image_feed_item' => new ImageFeedItem([ 'image_asset' => $this->createImageAsset($imagePath) ]) ]); // Issues a mutate request to add the

Product Partitition Trees in the new API

2021-05-29 Thread 'Nick J' via AdWords API and Google Ads API Forum
HI everyone, I can't seem to find a clear explanation of how to implement product partitioning within Ad Groups in the new Ads API the way it was possible with the AdWords API. It doesn't seem like the same kind of product partitions are supported in the same way in the Ads API. Can anyone prov

Re: googleads.yaml error

2020-09-02 Thread 'J F' via AdWords API and Google Ads API Forum
I got this error message.. GoogleAdsValueError: Given yaml file, ~googleads.yaml , could not find some keys. The "adwords" configuration is missing ..because the "googleads.yaml" configuration file requires a section "adwords", unlike the classic "adwords.yaml" file for the AdWords API. An exa

Handling PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE error

2020-06-10 Thread j topper
Hi there, We are attempting to create a product partition for All products as can be seen in the screenshot below. The below payload was passed in, which triggers the PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE error. The documentation doesn't specify how to create a product group witho

Re: How to create the Product Group of "All Product" with AdWords API

2020-06-09 Thread j topper
Hi, Can someone please take a look at this question? On Monday, June 8, 2020 at 7:55:28 PM UTC-7, Auto Connexity wrote: > > Hi, > > I am trying to setup a SHOWCASE Ad Group and assign a Product Group of > "All Products" to it. It can be done easily on UI. However, I could not > figure out h

Test account suddenly disabled

2020-05-28 Thread j topper
Hi there, Our test account has suddenly been disabled and we are no longer able to access it through any of the users. A previous case was opened with Google support however we were referred to the API team. Here is the previous case number: 9-793030796. Can someone here please review th

Google AdWords connect to MCC account and pull the data using API

2020-01-19 Thread Bhanushankar J
Hello There, I would like to have help on Google Adwords API or Ads API. - Here is the procedure that I want to follow - Using gmail username and password user logging using my web app - Using that auth I would like to connect user with their MCC account which is belongs to

Google Ads API: Turn off canonicalization of keywords for STATS

2019-04-03 Thread Si J
Hi, Reading the docs for Google Ads api it looks like when requesting historical search volumes for keywords the service will produce a canonicalized result set, is there a way to avoid doing this? Asking as canonical keyword variants have different search volumes, alternatively can there be

Re: Encoding seed list as bytes object

2019-03-14 Thread Si J
Hello yes using that format, I've edited the format - was importing a csv as a pandas dataframe and then to a list but not using the .to_list() function. I'm having a new issue where I'm missing data for keywords that are similar, looks like the API is returning a single dataset for similar k

Re: Encoding seed list as bytes object

2019-03-12 Thread Si J
Some more context: Traceback (most recent call last): File "", line 8, in main(adwords_client, int(AD_GROUP_ID) if AD_GROUP_ID.isdigit() else None ) File "", line 87, in main page = targeting_idea_service.get(selector) File "~//site-packages\googleads\common.py", line 1387, i

Encoding seed list as bytes object

2019-03-12 Thread Si J
Hi there, I'm getting an error around the seed list for a call against TargetingIdeasService (seed keywords). Works fine if I have a string list of 5 keywords which has been converted to a list, from a dataframe. `a bytes-like object is required, not 'str'` Read that there might be an issue

API request Via SOAP

2019-02-27 Thread sangeetha . j
Hi Team, I am new to this AdWords API integration. I'm using WSDL to generate my soap request function. WSDL : https://adwords.google.com/api/adwords/o/v201809/TargetingIdeaService?wsdl My question is, in this soap request there is no Authorization filed is generated. SO I need to know how to

Re: API Test account - how sandboxed and what data is available?

2019-02-25 Thread Si J
access token. The effective Adwords permissions of that Adwords > user >determine what operations can be performed, both in the Web UI and via the >Adwords API > > I hope that clears up things somewhat. > > Cheers, > Dorian > > On Thursday, 21 February 2019 17:22:4

Re: API Test account - how sandboxed and what data is available?

2019-02-21 Thread Si J
iday, 15 February 2019 10:32:39 UTC+1, Si J wrote: >> >> Hi Peter >> >> Thanks for the reply. I've had a look at the docs, that's helpful thank >> you. >> >> If someone was using a test account can they still access the >> optimizat

Re: API Test account - how sandboxed and what data is available?

2019-02-15 Thread Si J
Hi Peter Thanks for the reply. I've had a look at the docs, that's helpful thank you. If someone was using a test account can they still access the optimization service, in particular historical search volumes per keyword using seed or upload test data? Thanks, Si. -- -- =~=~=~=~=~=~=~=

Re: API Test account - how sandboxed and what data is available?

2019-02-15 Thread Si J
Hi Peter Thanks for the reply. I've had a look at the docs, that's helpful thank you. If someone was using a test account can they still access the optimization service, in particular historical search volumes? Thanks, Si. On Friday, February 15, 2019 at 2:12:04 AM UTC, googleadsapi-forumad

API Test account - how sandboxed and what data is available?

2019-02-14 Thread Si J
Hi If I was to grant test level API access to a developer, what is the limit of the data that they can pull? We're wanting to make sure they're sandbox from prod but still able to access datapoints such as historical search volume on our keywords that are in use. Thanks, Si -- -- =~=~=~=~=

Re: Updating Dynamic remarketing feeds

2019-01-18 Thread j . stahl
Thanks for the links, I will check it and test. If I encounter any issues, I will let you know here. Cheers Jonas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Re: Updating Dynamic remarketing feeds

2019-01-16 Thread j . stahl
Hi Luis, thanks for your quick reply. I have a business data feed within Google Ads. I want to set up automatic uploads with our current product data that removes products that have gone out of stock and shouldn't be on sale anymore. Within the automatic uploads (e.g. through a Google spreadsh

Re: Updating Dynamic remarketing feeds

2019-01-16 Thread j . stahl
Hi Henrik, a few years later - I'm looking for the same thing. Have you found a solution? I have found this: https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing Can anyone confirm or refute this? Thanks! Jonas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Unable to Retrieve HeadlinePart3 and Description2 through AWQL (PHP v201809)

2018-11-22 Thread Ryan J
I'm working with the Adwords API and while I'm creating ads with HeadlinePart3 and Description2's, I'm unable to fetch them with the API. I've had this issue inside my app—which uses AWQL—as well as through the example code found online for googleads/googleads-php-lib GetExpandedTextAds.php <

Re: How to get customer match count for gmail, youtube and search individually.

2018-10-21 Thread ravikiran . j
is "SizeForYoutube" and "SizeForGmail" available now? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Gr

Adding and removing IpBlock

2018-02-26 Thread Filip J
Hi, I'm struggling with Google AdWords Api since few days. I automatized getting refresh tokens for users. I'm storing it in database. Now I want to let them add IpBlock by my panel throught Api. I do not have idea how to start. Are refresh token, client id and client secret enough to create OA

Local Services Ads API?

2018-02-07 Thread Shaun J
Hi! Is there a plan for a local services API? We have a CRM where we're already managing things like billing, estimating, etc it would be nice to pull in new leads and be able to alert the customer to them in our app so they don't have to use two systems. Thanks! Shaun -- -- =~=~=~=~=~=~=~=

How to get Ad extension Text though API

2018-01-24 Thread J yang
elink extension and Extension text contains the substring. Thank you. J Yang -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Batch job service returning file format error for CampaignSharedSetOperation

2017-05-08 Thread J. S.
oaded successfully length=582 INFO - adwords.BatchProcessor - Batch status = Some(ACTIVE) WARN - adwords.BatchProcessor - Processing error occurred = FILE_FORMAT_ERROR Am I doing something wrong or could it be that CampaignSharedSetOperations are not supported in BatchJobs? Best, J. S. -- -- =~=~=~=~=~=~=~=~=~=

Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread Cindy J
Thanks Vishal! I also found there's such limit: - When using IN and NOT_IN operators in your WHERE clause, you are limited to 10,000 items. So the best solution would require multiple get to fetch all keywords then? On Thursday, October 13, 2016 at 1:57:36 PM UTC-5, Vishal Vinayak (Adwor

How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread Cindy J
Hi there, I have an account with about 100,000 ad groups, millions of keywords and many campaigns. While I was trying to update keywords, it's quite often to have OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error. I know I could use campaignService and adGroupService to retrieve active campaign

Using Adwords API to link Ad group to remarketing list created in Google Analytics

2016-10-05 Thread Cindy J
Hi there, I was trying to using adwords API to create new ad groups, and link existing remarketing audience list created in GA. However, I could not figure out a way to link these two. This is what I found in https://developers.google.com/adwords/api/docs/guides/analytics: Note that remarketin

API Specification

2016-07-12 Thread Simran J
What exactly is the difference between the KeyWordPlanner and the TargetingIdeaService? Also, can AdSense be used just for the website in general or does it have to be used for advertisement? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

DEVELOPER_TOKEN_NOT_APPROVED

2016-03-22 Thread Janek J
Hello, I'm beginner on Google Adwords API, and i have a problem. When i started my application i got this error: "*Fatal error*: Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:''] in C:\xampp\htdocs\googleapi\src\Google\Api\Ads\Common\Lib\A

DEVELOPER_TOKEN_NOT_APPROVED

2016-03-22 Thread Janek J
Hello, I'a beginer on the google api adwords I hope you could help me. When I want to start ma application i got this error: "Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:''] in C:\xampp\htdocs\googleapi\src\Google\Api\Ads\Common\Lib\Ads

Adwords API integration to my page Javascript / NodeJS

2016-02-29 Thread Kaarthick J
I have to integrate Adwords api to my page and i dont have idea that where to start and end !!! Can you suggest me some samples to learn ? Currently i'm using npm in my project and i want to get the user details when successfull google login. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Issue with adding product partition tree in shopping campaign with API

2016-02-12 Thread Shijo k j
I am implementing the code to call the adwords api for shopping campaign. I want to use the feature for product partition under the adgroup criterion service. I created the campaign with shopping type and created the adgroup under the campaign. And then, I tried to run the example code in Add

Issue with adding additional product partition in shopping campaign with API

2016-02-12 Thread Shijo k j
I am implementing the code to call the adwords api for shopping campaign. I want to use the feature for product partition under the adgroup criterion service. I created the campaign with shopping type and created the adgroup under the campaign. And then, I tried to run the example code in Add

Adwords Dynamic Remarketing Setup

2015-11-20 Thread J
1000 products uploaded to my e-store repeatedly? (since all productID's will be different)? Is there any dynamic way to do it, ie populating these required fields? Appreciate any expert advice! Regards J -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: wrong converted clicks

2015-05-22 Thread J.
I'm having the same problem! My conversions and total value are all wrong! On Friday, May 22, 2015 at 2:09:46 PM UTC+1, boray...@42digital.de wrote: > > Last month i updated to Version 201502 and changed "conversions" to > "converted clicks". till yesterday everything was right. > > but today i

The figures on my conversion report are all wrong today!

2015-05-22 Thread J.
Hi guys, The conversion figures on my conversion reports (obtained via the API today) are much higher than the ones showing on the Adwords interface. Is this a bug that you are aware and working to fix? Or is it likely I am doing something wrong? I looked through the API blogs and release note

Re: One adword API developer token for multiple account

2014-10-31 Thread Shijo k j
y to do this is to link the accounts under the same > MCC hierarchy. You should be able to link them this way without disrupting > other means of accessing the accounts. > > Regards, > Mike, AdWords API Team > > On Wednesday, October 29, 2014 3:24:55 AM UTC-4, Shijo k j wrote

One adword API developer token for multiple account

2014-10-29 Thread Shijo k j
I have to download report from multiple Adwords accounts, they are not linked under the same MCC hierarchy. I have registered with one of them and have a developer token for that account. Now I want to use this developer token with all other accounts if it is possible to download report?. Can I

How can I get campaign spend data from the AdWords API?

2014-09-23 Thread J
I'm using the Java AdWords API and trying to get the daily or monthly spend data by campaign. I couldn't find where to do this in the documentation. Can somebody point me to the right docs? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

redirect url registration

2014-04-07 Thread j Sravanthi
hi, is it necessary to register our redirect url (i.e www.cardekho.com) in order to get authorization code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=

Doubts

2014-04-04 Thread j Sravanthi
Hi, just i got idea about what is adwrods..i want to develop adwords api for cardekho.com for registered project in adwords which is a web based application.i refereed every thing and download java code example and tired to execute the project even thou my project is web based i selected installe

AdGroupAd service issue. Help!

2013-10-23 Thread J.
t this one and the issue only seems to happen for a few ad groups. Nevertheless, we've been unable to get any clue as to why it doesn't work for these ad group. Please help! J. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Ad Performance report does not work properly

2013-07-15 Thread Federico J. Sutin Citterio
Dear AdWord's Developers, Aiming to achieve api compliance. We have to add new fields in our report definition (which we use to make the request). But the new response does not match the platform. I have added three fields: Device (R.244), Ad Network (R.242) and ClickType (R.246). When I add

Re: Keyword Report Anomalies

2013-06-26 Thread Federico J. Sutin Citterio
e unwanted rows. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, June 26, 2013 12:42:27 AM UTC+5:30, Federico J. Sutin > Citterio wrote: >> >> Hi Anash, >> Firstly, thank you for your answer. >> The following it is the s

Enhanced Campaigns -> Geo targets

2013-05-08 Thread j . buitenhuis
I have one question about the 'Enhanced Campaigns'; Is it possible to add a modifier to a specified 'Geo Target' via the API? Like for example; Amsterdam 120% Berlin 200% London -100% Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Problems using Ad Hoc Report to download AdWords data

2013-04-05 Thread Federico J. Sutin Citterio
I am currently using Api V201209. El viernes, 5 de abril de 2013 17:05:58 UTC-3, Federico J. Sutin Citterio escribió: > > Actually I am using ad hoc report to download all the AdWord's objects > like Campaign, Ad Groups, Advertises, and Keywords. > For example to download Camp

Problems using Ad Hoc Report to download AdWords data

2013-04-05 Thread Federico J. Sutin Citterio
Actually I am using ad hoc report to download all the AdWord's objects like Campaign, Ad Groups, Advertises, and Keywords. For example to download Campaigns object, iam using Campaign Performance Report. (https://developers.google.com/adwords/api/docs/appendix/reports) I am only requesting for c

I have less impressions than platform

2013-01-23 Thread Federico J. Sutin Citterio
When we export the Ads Performance Data through Adwords API, we get less impression from some Ads than adwords.google.com. Does this have anything to do with some Ads being deleted or rejected. Should the impressions be redirected or lost when the Ads get deleted or rejected? Regards -- -- =

Re: CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-21 Thread Sanjay J
hy I recommend you not using it. > > Best, > > - David > > On Friday, November 16, 2012 8:51:45 PM UTC-5, Sanjay J wrote: >> >> I think that CreativeApprovalStatus filtering works under certain >> conditions for me, and in fact have been using it f

Re: CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-16 Thread Sanjay J
her filters seem to work. Thanks for looking into this! Sanjay On Friday, November 16, 2012 3:44:25 PM UTC-8, David Torres wrote: > > Hi Sanjay, > > Filtering by CreativeApprovalStatus is not allowed, but I just tried a > pulling a report alike yours but with no predicate >

Re: CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-12 Thread Sanjay J
Bump. I have a feeling that this may be a bug in the API, but would really appreciate if someone could comment/confirm. Thanks! Sanjay -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-09 Thread Sanjay J
Hello, I'm retrieving the Ads Performance Report, and filtering by the CreativeApprovalStatus to include 'UNCHECKED' ads (which are those in the pending review stage). I've tried a few different ways to include the ads in the pending review state without luck. I'm using the Python AdWords cl

Data freshness (i.e. how often to query?)

2012-11-01 Thread J
ery for last 2 days just in case there's some system wide delay? Any insight or tips here would be appreciated. Thanks, J -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Re: the creation date of a campaign to show?

2012-10-30 Thread J
I have the same need to know the account creation date. In my case, I need to know the account creation date because I'm building a reporting service that queries the CAMPAIGN_PERFORMANCE_REPORT (AdHoc reports). The algorithm I'm using is to start with today's date, then query backwards (rev

Re: Determine account creation date?

2012-10-30 Thread J
I know this is an old thread, but I'm new to the AdWords API, and I need to know the account creation date as well. In my case, I need to know the account creation date because I'm building a reporting service that queries the CAMPAIGN_PERFORMANCE_REPORT. The algorithm I'm using is to start wi

Exclude Zero Impressions

2011-12-05 Thread J.
amount of data we have to request/download to obtain those results. Thanks in advance and regards, J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goo

CampaignService, INVALID_FIELD_NAME and selectable fields case sensitivity

2011-12-05 Thread J.
quot;id", "name" and "status". After much frustration, I tried using "Id", "Name" and "Status" instead and it succeeded. Please update the documentation indicating the field names in correct caps. Thanks and regards, J. -- =~=~=~=~=~=~=

Determining sort order for Ad-hoc reports (201109)

2011-11-28 Thread J.
Hi, Does the version 201109 support determining the sort order of the adhoc report results? If yes, how do I serialise the "ordering" field of the selector onto the report definition XML for the request? Thanks and regards, J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Error in PHP code example

2011-11-15 Thread Joshua J. Kugler
d not. Thanks for pointing that out. After including the source code, I assumed all classes were available. Also, I had read in the documentation that service-specific selectors has been replaced with generic selectors, thus I assumed it was natural to get an error. Thanks for the clarifica

Error in PHP code example

2011-11-09 Thread Joshua J. Kugler
, this is using v201109. Something wrong with my code install, or in the example? j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Intermittent NOT_ADS_USER error message

2011-09-07 Thread J.
ption: AuthenticationError.NOT_ADS_USER @ ; trigger:'528552125002' Service[AdGroupAdService.get]" Is "528552125002" the resquest id? The error happens while we try to execute the "get" method for the AdGroupAdService, Adwords API version 2009. We would appreciate any

Re: Conversion Value 2011

2011-08-26 Thread J.
Just found out that although it says "Long" in the documentation, the column can also include fractional values and after further observations I realised the stats are actually correct. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Conversion Value 2011

2011-08-26 Thread J.
eems to contain the actual conversion values. Am I using the correct field? Should I be looking to another field to obtain the actual conversion values? Thanks in advance and regards! J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: Search Query Performance Report generation time

2011-07-29 Thread J.
eport definitions "on hand" to regenerate day after day? As in Tomasz instance, 193 report definitions? Kind regards, J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: It's 2011, please make a REST API.

2011-06-10 Thread Joshua J. Kugler
No intention to build a JS client at the moment. I still want to program in Python...I just don't want to deal with SOAP. :) Consuming the MS AdCenter REST services has been much easier than dealing with AdCenter's or AdWord's SOAP API. Just my thoughts. j -- Joshua Kugler P

Re: It's 2011, please make a REST API.

2011-06-09 Thread Joshua J. Kugler
low a purely JavaScript web page to be built that interacts with AdWords API. Those are my initial thoughts. I'll post more if I think of them. Thanks for asking for feedback! j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http:/

Reports stuck on "pending" status

2011-06-09 Thread J.
for any information regarding this. J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because y

Re: It's 2011, please make a REST API.

2011-05-27 Thread Joshua J. Kugler
e. That would be just spiffy! :) To those of you hand-constructing XML to send as your request: Stop it. Just stop it. :) j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/  ID 0x

Re: Automated Rules In Adwords API

2011-04-06 Thread J
are we allowed to +1 here, or is there a feature request tracker somewhere we can vote this up? On Feb 25, 7:58 am, Reed wrote: > I think that there is real value in having an API interface to the > Rules feature in AdWords.  Although the existing API allows for > automation, and we make extensiv

  1   2   >