Connecting ad group ID to ad group name

2023-03-27 Thread Lauren Guberman
Hello -- I'm trying to figure out a way to connect ad group ID from utm params, with ad group name via the API. To find the connector, what would ad group name equate to in the Google Ads API schema? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: same ad group id , ad id in multiple campaigns under the account

2023-02-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
, but (AdGroupId, AdId) pair is globally unique. >> While querying the data for a few accounts we noticed something unusual >> where the same ad group id and ad id were present as part of multiple >> campaigns. Can you let us know the situations on how this can happen so

same ad group id , ad id in multiple campaigns under the account

2023-02-16 Thread 'Hoshank Ailani' via Google Ads API and AdWords API Forum
Hey Team While querying the data for a few accounts we noticed something unusual where the same ad group id and ad id were present as part of multiple campaigns. Can you let us know the situations on how this can happen so we can try and reproduce this issue ? Thanks Hoshank -- *The

Re: Need Campaign Id/Name, Ad Group Id/Name, and Ad in Fewest Calls

2020-04-21 Thread Shannon
Solved. FYI, you can get everything needed for this scenario using the Ad Performance Report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Need Campaign Id/Name, Ad Group Id/Name, and Ad in Fewest Calls

2020-04-21 Thread Shannon
I am working on an integration where my primary concern is retrieving Expanded Text Ads for an account and having our app edit them. The Ad Services calls are ok, but I need to get Campaign Id/Name and Ad Group Id/Name when storing them in our system for friendly user display in our app. The

Re: Ad Group Id mismatch issue between Adwords API and Web Interface

2018-01-09 Thread ag . testhesabi2
Thank you very much for your help! It works :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: Ad Group Id mismatch issue between Adwords API and Web Interface

2018-01-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, In order to get the keywords of an Ad Group via API, ideally, I would run GetCampaigns.php followed by GetAdGroups.php

Ad Group Id mismatch between API and Adwords Web Interface (Test Account)

2018-01-08 Thread ag . testhesabi2
Hi, I'd like to get the keywords of the ad group. When I've tried to run GetAdGroups.php file, the resulted ad group id is different than the Adwords Test Client's Ad Group Id. I've tried to use both Ids in GetKeywords.php file. However in each case, I couldn't get

Ad Group Id mismatch issue between Adwords API and Web Interface

2018-01-08 Thread ag . testhesabi2
Hi, I'd like to get the keywords of the ad group. When I've tried to run GetAdGroups.php file, the resulted ad group id is different than the Adwords Test Client's Ad Group Id. I've tried to use both Ids in GetKeywords.php file. However in each case, I couldn't get

Re: How can Base Ad group ID be zero in keyword performance report?

2017-04-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Markus, Thanks for your feedback. I will let the team know about your request. Regarding the BaseAdgroupId being '--' instead of '0', I believe it is just giving back the default value which is '0' when there isn't an AdGroupId to map to. Thanks, Sreelakshmi, AdWords API Team -- -- =~=

Re: How can Base Ad group ID be zero in keyword performance report?

2017-04-11 Thread markus . heiden
a BaseAdGroupId. > They cannot show same value for BaseAdGroupId and AdGroupId since they are not BaseAdGroups but they are trials instead. thanks for the explanation. It would be nice, if this explanation makes it into the report docs of "Base Ad group ID". One last question: Why is t

Re: How can Base Ad group ID be zero in keyword performance report?

2017-04-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Markus, Could you please share the report definition and a copy of the report with these rows so that I can take a closer look? Please use *Reply privately to author* to respond only to me. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How can Base Ad group ID be zero in keyword performance report?

2017-04-06 Thread markus . heiden
Since around a week, we are experiencing "strange" behaviour of the keyword performance report: Some of the keywords have a "Base Ad group ID" of 0, unlike the "Base Campaign ID" which is still set. These keywords are in finished test

Re: How can we get the Campain ID and Ad Group ID

2015-01-02 Thread Josh Radcliff (AdWords API Team)
, then you'll get back the ad group ID and campaign ID combination for each ad group. If you are using one of our client libraries, check out the *GetAdGroups* example in the client library's *basicoperations* folder (e.g., the Java example is here <https://github.com/googleads/goog

How can we get the Campain ID and Ad Group ID

2015-01-01 Thread shobhan
Hi.. I am integrating google adwords api in my website. For user flexibility, I want to show their campaigns that they are running and also to show their ad groups for their account. I just wanted to know the Code to generate the Campaign ID with name and Ad group ID with name Thanks

Re: link to adwords GUI with ad group id or ad id?

2014-05-30 Thread Anash P. Oommen (AdWords API Team)
Hi Jason, Nope, this isn't supported in AdWords. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 29, 2014 6:16:21 PM UTC-4, Jason wrote: > > if i have the ad group id or ad id, how can I link to the specific > information in google's gui? I've looked at

Re: link to adwords GUI with ad group id or ad id?

2014-05-30 Thread Michael Cloonan (AdWords API Team)
rsday, May 29, 2014 6:16:21 PM UTC-4, Jason wrote: > > if i have the ad group id or ad id, how can I link to the specific > information in google's gui? I've looked at the urls and I don't see how to > link to specific part's of goog

link to adwords GUI with ad group id or ad id?

2014-05-29 Thread Jason
if i have the ad group id or ad id, how can I link to the specific information in google's gui? I've looked at the urls and I don't see how to link to specific part's of google's adwords gui. is this possible? and if so how? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: how can i know Ad group Id

2012-07-03 Thread Danial Klimkin
the Ad group id? also i would like to > know what > https://adwords.google.com/cm/CampaignMgmt?__u=***&__c=***#c.***.ag&app=cmIds > does _U , _C and #c refers to? > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

how can i know Ad group Id

2012-06-29 Thread veniram
can someone please help to find me the Ad group id? also i would like to know what https://adwords.google.com/cm/CampaignMgmt?__u=***&__c=***#c.***.ag&app=cm Ids does _U , _C and #c refers to? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

Re: How can I get the ad group id for a PLA

2011-11-23 Thread HK
Thanks, Eric. That is good news. I have always heard that the ad id is not unique by itself, so either that has changed or it is only the case for product listing ads. Either way, that simplifies things for us :-) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How can I get the ad group id for a PLA

2011-11-23 Thread Eric Koleda
Hi Hans, Unfortunately I don't believe there is a ValueTrack parameter for ad group ID. The creative ID should be unique within a given account, so you can use it without the containing ad group ID. Best, - Eric Koleda, AdWords API

Re: Ad Group ID

2011-11-23 Thread Eric Koleda
Hi Mani, I believe that the ad group ID is only guaranteed to be unique within a given account. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

How can I get the ad group id for a PLA

2011-11-18 Thread HK
ort/aw/bin/answer.py?hl=en&answer=178482. I've tried {adgroupid} and {adgroup} but currently can't get the right PLAs to display, so I can determine if it's working. Anyone knows how to get the ad group id for a PLA? Along the same lines, it would be very useful if there w

Ad Group ID

2011-11-17 Thread Mani
Hi, Is ad group id unique across all accounts? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message