Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
Checked it just now and it does not remove it from the outbound XML if set to null. Should I file an issue on the GitHub project? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Google

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
So I'm presuming that using the PHP Client Library , I'm presuming that I'll need: $customerService = $this->GetService('CustomerService', ADWORDS_DEFAULT_VERSION, NULL, NULL, $this->validateOnly); $this->setClientCustomerId(null); $return = $cus

Re: v201309 Question

2014-07-25 Thread Ray Tsang (AdWords API Team)
Hi, You should upgraded as soon as possible as the sunset had already passed . Cheers, Ray On Friday, July 25, 2014 3:16:52 PM UTC-4, GDZ wrote: > > Hi All! > > Just checking if v201309 is not worki

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Ray Tsang (AdWords API Team)
Stephen, Understood - if you need to get the CID of the currently logged in user, you would have to make sure that the clientCustomerId element is not included in the request at all. To do this, you have to ensure that no one had set it to an empty string neither via the API nor the auth.ini fi

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
(Posting this back in context, because it got lost in translation with the ticketing system.) This particular group of users that are authenticating with our platform are not using an MCC. So, from the API perspective, there is not a hierarchy. The CustomerService endpoint (as opposed to the M

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Stacie, I ran some tests for that account and found that the date/time range for the *CustomerSyncService* request modified the returned values as follows: (NOTE: The feed item in question was removed @ 2014-07-25 06:57:44 America/Los_Angeles) 1. 20140725 065743 America/Los_Angeles

v201309 Question

2014-07-25 Thread GDZ
Hi All! Just checking if v201309 is not working AT ALL anymore. Some of old code is using it (will be able to modify it next week or so). But now looks like sometimes it works just fine, sometimes it gives us: "You are accessing an AdWords API version v201309 that has been discontinued. Calls

Re: Creating a MCC test account.

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi, Good news - we have a new page for creating test accounts! Simply follow the test accounts link and you will be redirected to the new, streamlined sign up process. Please update this post if you encounter any issues. Cheers, Josh, AdWords API

Re: [7-8058000004293] [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-25 Thread Stephen Yeargin
This particular group of users that are authenticating with our platform are not using an MCC. So, from the API perspective, there is not a hierarchy. The CustomerService endpoint (as opposed to the ManagedCustomerService), as recently as v201309, would respond with information on the currently

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Stacie Waleyko
ch/v201406"; xmlns:v201="https://adwords.google.com/api/adwords/cm/v201406";> 848-879-3985 * * false false 20140725 00 UTC

Google Shopping Tracking Product Partition ID Uniqueness

2014-07-25 Thread brett . koenig
Hello, According to the Value Track documentation, {product_partition_id} is supposed to be unique. However, we are seeing the same partition id being returned for multiple campaigns/clients. What can we add to our tracking URL parameters to make this truly unique? Thanks, Brett -- -- =~=~

Re: Reduced results for TargetingIdeaService when migrated from v201309 to v201402

2014-07-25 Thread Shashank Pedamallu
Thanks Josh for the confirmation. On Friday, July 25, 2014 7:01:37 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Shashank, > > I confirmed that the change was intentional -- starting with v201402, the > service will more strictly apply the LanguageSearchParameter, so you may > get fe

Re: Setting the CPC bid on product in shopping campaign.

2014-07-25 Thread Chuck Reeves
David, Thank you for the help on this. I went ahead and switched back the AdGroupCirterionService and tied setting up the partition table for 20,000 products. I would send the service batches of 2000 for each call. It worked well for the 1st 4 calls and then I got hit with a rate limit. The

Any ways to filter by DisplayType in LocationCriterionService?

2014-07-25 Thread Dzmitry Zahusta
I'm trying to limit the number of returned values for example for "California" string by filtertering by DisplayType. The first logical attempt to use Selector selector = new SelectorBuilder() .fields( "Id", "LocationName", "DisplayType")

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Giles Bodger
Thanks Josh On Friday, July 25, 2014 4:10:31 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi Giles, > > Stacie is absolutely correct -- the proper way to delete a FeedItem is to > pass it in a REMOVE operation to FeedItemService.mutate >

Re: Webpage Target

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi, The issue with garbled text in reports has not been resolved yet. I'll post here as soon as I have an update. Thanks, Josh, AdWords API Team On Friday, July 25, 2014 10:12:59 AM UTC-4, Abin Thottakara wrote: > > Hi, > > Has the Dynamic ad target issue been resolved yet? CriteriaType and >

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Chad, That error indicates that the user you were logged in as when you went through the OAuth2 flow that generated the refresh token does not have access to the account specified in the *clientCustomerId* header. When going through the OAuth2 flow to generate the refresh token, please make

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Giles, The mapping of Review feed items can occur at the Customer level (CustomerFeed), the Campaign level (CampaignFeed) or the AdGroup level (AdGroupFeed). If you only selected Review feed items at the Customer level, then you'd only have a CustomerFeed for placeholder type 8 (for REVIEW)

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Giles, Stacie is absolutely correct -- the proper way to delete a FeedItem is to pass it in a REMOVE operation to FeedItemService.mutate . You can also update the FeedItem's attribute values if you pref

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Giles Bodger
Thanks again for that Stacie - I wonder if any of the AdWords Engineers can help on this ? If there is a limit set on the number of FeedItems on an account then surely there MUST be a way to delete a FeedItem. Can one of the engineers assist and then explain how in a follow up sync i would se

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Stacie Waleyko
No problem. I just tried removing a feed item and making a call to CustomerSyncService. I was surprised to see the feed item id was not in the list of deleted/removed feed items (the response actually didn't even have a list of removedFeedItems). I even tried deleting the campaign feed and it s

Re: Webpage Target

2014-07-25 Thread Abin Thottakara
Hi, Has the Dynamic ad target issue been resolved yet? CriteriaType and Criteria are missing are missing for dynamic ad targets. Thanks! On Wednesday, May 7, 2014 12:32:36 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We are aware of the strange symbols for *Dynamic ad target*

Re: BulkMutate Python Documentation

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi, I see that my colleague already posted a reply to your other post. Let's continue the discussion there to avoid duplication. Please try not to post the same issue under multiple posts. This makes it difficult for others to find the ultimate solution for the issue. Thanks, Josh, AdWords API

Re: Reduced results for TargetingIdeaService when migrated from v201309 to v201402

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi Shashank, I confirmed that the change was intentional -- starting with v201402, the service will more strictly apply the LanguageSearchParameter, so you may get fewer results back when searching for words that are not relevant to the selected language. I've updated our v201402 Migration Gui

Re: Shopping campaign - contents of "Everything else in 'All products'"?

2014-07-25 Thread david
Thanks Josh.. that worked a treat and allowed us to spot an error in our logic for creating product partitions. Cheers for the help. On Thursday, 24 July 2014 22:13:23 UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We're aware that it would be very helpful if the Shopping Performance

Re: Get ad group's target optimization status through API

2014-07-25 Thread Danial Klimkin
Hello Eugene, Mike is currently out of office. I'll double-check and let you know. -Danial, AdWords API Team. On Tuesday, July 22, 2014 5:21:36 PM UTC+4, Eugene wrote: > > Any news regarding my question? > > On Monday, July 14, 2014 4:41:04 PM UTC+3, Michael Cloonan (AdWords API > Team) wrot

Re: BulkMutate Failure

2014-07-25 Thread Danial Klimkin
Hello Sean, When creating a criterion, you should not pass an ID (310428976L), it will be generated. Xsi:type for the operand should be: 'CampaignCriterion'. Please see client libraries examples for the reference: https://github.com/googleads/googleads-python-lib/tree/master/examples/adwor

Re: Correct way to change ads so that UI change history makes sense

2014-07-25 Thread Danial Klimkin
Hello Martin, Please check with the AdWords support: https://support.google.com/adwords/ The team should be more aware of the UI specifics and bug report process. -Danial, AdWords API Team. On Thursday, July 24, 2014 7:35:20 PM UTC+4, Martin wrote: > > Hi Danaial, > > Thank you for your r

Re: AuthorizationError USER_PERMISSION_DENIED

2014-07-25 Thread Chad Ruff
Hi Josh, I have Top level MCC which has a different Customer ID and many client Adwords Accounts under this mcc account My App.cofig does not have any settings i have commented them all i have created a getUser function Which assign the config values > This is Code file for GetCam

Re: Disabled ads aren't returned

2014-07-25 Thread Danial Klimkin
Hello Leejo, What version of the API are you using? As of v201406, 'DELETED' status is called 'REMOVED'. -Danial, AdWords API Team. On Friday, July 25, 2014 9:58:48 AM UTC+4, Leejo P wrote: > > Hi, > > I am using the Adwords API and using the report > type=ADGROUP_PERFORMANCE_REPORT > > But

Cannot find OAuth2TokenGenerator.exe

2014-07-25 Thread dwang22
I am trying to generate a refresh token using the OAuth2TokenGenerator by following the steps given here: https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2TokenGenerator However, I can't seem to find the "latest binary distribution of the client library" with the OAuth2TokenGen

Disabled ads aren't returned

2014-07-25 Thread Leejo P
Hi, I am using the Adwords API and using the report type=ADGROUP_PERFORMANCE_REPORT But the api does not return disabled ads. $dateRange = new DateRange(); $dateRange->min = date('Ymd', $datefrom); $dateRange->max = date('Ymd', $dateto); $selector->predicates[] = new Predicate('Stat

Re: Colored labels via API

2014-07-25 Thread Danial Klimkin
Hello Luca, It is not possible to set color or description for the label via the API at the moment. I've logged this as a feature request. -Danial, AdWords API Team. On Friday, July 25, 2014 11:22:04 AM UTC+4, Luca Fiaschi wrote: > > Hi all, > since version v201406 it is possible to add labe

Re: Review Extensions Feed not showing in CampaignFeedService.Get call

2014-07-25 Thread Giles Bodger
So are Review Feeds ONLY ever detailed within CustomerFeed data and NEVER within CampaignFeed data ? ... example So if I have a Feed of type Review, that was created via the web dashboard, as an Account level Review, to be therefore applied to all campaigns therein. When i sync Campaign data an

Re: Deleting FeedItems from a Feed

2014-07-25 Thread Giles Bodger
Thanks for that Stacie - can I presume that any FeedItem that I set to "REMOVE" will then pre present in the next CustomerSyncService's FeedChangedData object's deletedFeedItems collection ? many thanks in advance :) On Thursday, July 24, 2014 2:46:05 PM UTC+1, Stacie Waleyko wrote: > > > Hi

Re: Feed naming, creation and Feed Mapping association

2014-07-25 Thread Giles Bodger
Many thanks for that Josh :) On Thursday, July 24, 2014 5:29:41 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi Giles, > > Please see my comments below in blue. > > Cheers, > Josh, AdWords API Team > > On Wednesday, July 23, 2014 2:06:17 PM UTC-4, Giles Bodger wrote: >> >> Hi all, >> >>

Re: Colored labels via API

2014-07-25 Thread Luca Fiaschi
again, is there a way to add labels descriptions? On Friday, July 25, 2014 9:22:04 AM UTC+2, Luca Fiaschi wrote: > > Hi all, > since version v201406 it is possible to add labels via API. > I was wondering if there is the opportunity to give assign a color to the > labels : (by default they are cr

Colored labels via API

2014-07-25 Thread Luca Fiaschi
Hi all, since version v201406 it is possible to add labels via API. I was wondering if there is the opportunity to give assign a color to the labels : (by default they are created in gray) Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https