.
Is there any way to get correct bid simulator data from the API for
shopping campaigns?
Thanks,
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com
Hi,
Do AdWords entities (such as campaigns, ad groups, keyword etc) ever have
IDs which start with one or more leading zeros. For instance, will an ID
ever be of the form "0124234"?
Thanks,
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog
possible using reports?
Thanks
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this mess
creating each aspect of a campaign and its sub-objects
separately?
Thanks
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
?
Thanks
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are
Josh,
Adding *Status = 'ENABLED' *sorted it.
Thanks
On Wednesday, February 11, 2015 at 2:01:29 PM UTC, Josh Radcliff (AdWords
API Team) wrote:
>
> Hi Visar,
>
> When you removed all sitelinks from CampaignA, did you do so using the UI?
> I ask because it may be
fore
when completely removing site links, there is a residue in the
corresponding matching function.
Is this a bug?
Is there any way to produce a list of all current and active
sitelink-campaign associations?
Visar
On Wednesday, November 26, 2014 at 11:53:00 AM UTC, Anash P. Oommen
(AdWor
rs
field on the TargetingIdeaSelector
<https://developers.google.com/adwords/api/docs/reference/v201409/TargetingIdeaService.TargetingIdeaSelector>
page, however I'm not seeing anything relating to date or platform.
Is it possible to get
Hi Anash,
I don't really understand what you mean. How could I go about doing that?
Visar
On Wednesday, November 26, 2014 11:23:50 AM UTC, Visar wrote:
>
> Hi,
>
> I'm having a little trouble using the API to retrieve structural data on
> sitelinks within an account.
Anash,
Thanks for your response. If I modify the GetCampaignFeeds method to return
all the FeedIDs (i.e not filtering on FeedID) is there anyway to know which
FeedIDs correspond to sitelinks?
Visar
On Wednesday, November 26, 2014 11:23:50 AM UTC, Visar wrote:
>
> Hi,
>
> I'
he other FeedID values returned by the
PLACEHOLDER_FEED_ITEM_REPORT?
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsD
Hi Anash,
That's exactly what I needed, thanks.
Visar
On Wednesday, November 26, 2014 11:53:00 AM UTC, Anash P. Oommen (AdWords
API Team) wrote:
>
> Hi Visar,
>
> You need to use the CampaignFeedService to retrieve the MatchingFunction
> and then parse it to identify th
Hi,
I'm having a little trouble using the API to retrieve structural data on
sitelinks within an account. What I'm looking to do is to construct a list
of which sitelinks belong to which campaigns (this is unavailable in the
reports due to the lack of Zero Impressions support).
Ideally data wh
Hi,
Would it be possible to have a few missing fields added to the reports. So
far I've found need for these:
CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT missing a field for
*CampaignStatus*.
CRITERIA_PERFORMANCE_REPORT missing a field for
* KeywordMatchType*Cheers,
Hi,
I'm trying to compile a database of the entire contents of my AdWords
Accounts. Is there a way to get this information in one go (like what you
get when you export a file from AdWords editor)? Or do I just need to get
things in chunks using the API reports service, e.g. campaign report,
ke
here a way to
see if they will be considered 'Low search volume' when uploaded to AdWords?
Thanks,
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+Googl
Hi,
I've just applied for standard access. How long does it generally take?
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/
ach ($page->entries as $schedule) {
printf("CampaignID: " . $schedule->campaignId . " ID: " .
$schedule->criterion->id . "\n");
}
Thanks
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
h
Hi Ray,
I think I personal messaged you the fix by accident.
For anyone with the same problem, it's because I wasn't going through the
correct structure of the campaign criterion object. The printf line should
read
printf("ID: " . $schedule->criterion->id . "\n");
--
--
=~=~=~=~=~=~=~=~=~=~
ach ($page->entries as $schedule) {
printf("ID: " . $schedule->id . "\n");
}
} else {
print "No AdSchedules were found.\n";
}
// Advance the paging index.
$selector->paging->startIndex +=
AdWordsConstants::RECOMMENDED_P
ent CID in the script as $user->SetClientId("xxx-xxx-");
simply ignores this line and uses the CID in the auth.ini.
On Wednesday, April 9, 2014 9:22:30 PM UTC+1, Ray Tsang (AdWords API Team)
wrote:
>
> Visar,
>
> $_GET("") probably returned something invalid. T
Hi Guys,
I just posted this, but I can't see it so I'm sorry if it dupes.
Language PHP:
I'm trying to access all the accounts in my MCC and so I'm looking for a
way to dynamically change the ClientId from within the script file.
I saw this in another thread
$user = new AdWordsUser(); // Load
dvice is also appreciated.
Thank you,
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this me
explode the urls at the '?' and get
stats across only unique instances of the exploded urls?
Thanks
Visar
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwor
24 matches
Mail list logo