Hi Marcos, If you need adgroup and campaign ids only, then ADGROUP_PERFORMANCE_REPORT<https://developers.google.com/adwords/api/docs/appendix/reports#ad-group> should be sufficient. If you need adIds too, then go for AD_PERFORMANCE_REPORT instead.
Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, February 4, 2013 2:48:58 PM UTC+5:30, Marcos Placona wrote: > > Hey Anash, > > First of all, thank you very much for all your help. It's really > appreciated. > > As for your answer, I think that would make sense too. > > It's the first time I look at the reporting API (so bear with me :-)), but > by the looks of it, if I used > ADGROUP_PERFORMANCE_REPORT<https://developers.google.com/adwords/api/docs/appendix/reports#ad-group>, > > I could potentially list all my adgroups, and select campaign ID to be > returned as well. This would potentially suffice I think. > > Would you say that's a good idea? Or are there any flaws on my plan? > > Thanks again, > > Marcos > > On Monday, 4 February 2013 08:13:51 UTC, Anash P. Oommen (AdWords API > Team) wrote: >> >> Hi Marcos, >> >> You could try running an ad performance report with CampaignId and >> AdGroupId columns. You will have to do this from the API though, since the >> UI doesn't expose various object ids. However, it will be relatively >> simpler than using the full campaign management API services, and you could >> request the report in CSV format just like you would need. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Friday, February 1, 2013 10:13:01 PM UTC+5:30, Marcos Placona wrote: >>> >>> Hi, we're working to automate our campaign (and everything below it) >>> creation. >>> >>> One of our requirements is to be able to update an existing campaign >>> once a certain area of our system is updated. because we don't want to have >>> to query the API every time the user goes to a certain area, we will be >>> caching some of the information on our databases, and only use the API for >>> saving (mutate) changes. >>> >>> The changes will vary from updating a campaign name to add keywords, >>> create adgroups (as well as starting and pausing them) and managing >>> negative keywords. >>> >>> So after talking to our marketing department, they've agreed to provide >>> us with a CSV documented (exported from our system) that will contain all >>> the information formatted as per Adwords standards. This will then be >>> imported into Adwords (via csv import functionality). >>> >>> Our plan here was to then be able to export it back, so we could get all >>> the ID's used by Adwords' during creation (i.e. campaign id, adgroup id, >>> etc) this would then allow us to map Adwords' id's to our internal id's, >>> thus allowing us to mutate items by their Adwords' ID. >>> >>> The problem I'm facing though, is the fact that when we export data from >>> the Adwords web interface, the ID's don't seem to be returned. you do have >>> an option to customize which columns you want returned, and in some cases >>> even select ID (i.e. ads), but there's no option to return ID's on >>> campaigns or adgroups. >>> >>> I appreciate I could simply list every single campaign in my account and >>> get the ID of it via API calls, and then do the same drilling down to >>> adgroups, keywords, etc, but I find this a bit counter-intuitive as I >>> will basically have to build a tool to support my tool :-) >>> >>> So I was wondering if anyone else here has had the same problem, and if >>> so, what have you done to resolve it? >>> >>> P.s. While I may be sounding a bit lazy here saying I don't want to make >>> that many API calls, I'm talking about hundreds of campaigns, with >>> thousands of adgroups under each one, so exporting to a CSV file would >>> potentially be the most suitable option to me. Also, I'm aware I'm asking a >>> question about the web interface here, but because I'll be using the data >>> with the API, I thought you guys would let me get away with it ;-) >>> >>> Thanks in advance, >>> >>> Marcos >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
