Thanks a lot,
Indeed those attribute work well in the production environnement.
My mission is not finish so your either ;)
My last question, I hope to you, concern the MccAlert,
I've try to built the request by myself like cause there is no sample
code to get the Mcc Alert on google code website
in manner summarized :
------
$AdwordsService = "AccountService";
$account_service = set_ServiceConnection($AdwordsService);
$info = $account_service->call('getMccAlerts');
$info = $info['getMccAlertsReturn'];
if (DEBUG) show_xml($account_service);
if ($account_service->fault) show_fault($account_service);
$result = $info['clientCustomerId'].' - '.$info['clientCompanyName'].'
- '.$info['clientName'].
' - '.$info['priority'].' - '.$info
['triggerTime'].' - '.$info['type'.'<br />'];
------
the issue is that [ $info = $account_service->call('getMccAlerts'); ]
does not turn over anything (no error message ...)
I've no idea and I'm opened to any suggestions
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---