Hi,
while I try to retrieve data via api call I am facing problem here are
the details
What I am doing is try to retrieve data using loop using php scripting
language in steps
1st Step:- I get the clientEmail Address
2nd Step :- I get the adgroup Id
3rd Step:- on behalf of clientEmail and AdGroupId I retrieve adsId
4th Step:- on behalf of clientEmail , AdGroupId and adsId I try to
retrieve ad’s Stats
When the loop runs I get the first cycle result but after that I am
unable to retrieve any data from Google Api below is the code I am
using
.
.
.
.
while($adsRow = mysql_fetch_object($adsResult))
{
$adApiId = $adsRow->apiId;
$adIds = $adIds."<adIds>".$adApiId."</adIds>";
}
.
.
.
.
$request_xml =
'<getAdStats>' .
'<adGroupId>' . $adGroupId
Best Regards
Ejaz Muhammad Khan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---